/third_party/skia/src/core/ |
H A D | SkAnnotation.cpp | 35 void SkAnnotateNamedDestination(SkCanvas* canvas, const SkPoint& point, SkData* name) { in SkAnnotateNamedDestination() argument 36 if (nullptr == name) { in SkAnnotateNamedDestination() 40 canvas->drawAnnotation(rect, SkAnnotationKeys::Define_Named_Dest_Key(), name); in SkAnnotateNamedDestination() 43 void SkAnnotateLinkToDestination(SkCanvas* canvas, const SkRect& rect, SkData* name) { in SkAnnotateLinkToDestination() argument 44 if (nullptr == name) { in SkAnnotateLinkToDestination() 47 canvas->drawAnnotation(rect, SkAnnotationKeys::Link_Named_Dest_Key(), name); in SkAnnotateLinkToDestination()
|
/third_party/skia/third_party/externals/dawn/generator/templates/ |
H A D | dawn_proc_table.h | 24 {{as_cProc(None, function.name)}} {{as_varName(function.name)}}; 29 {{as_cProc(type.name, method.name)}} {{as_varName(type.name, method.name)}};
|
/third_party/pulseaudio/src/pulsecore/ |
H A D | namereg.h | 35 const char *pa_namereg_register(pa_core *c, const char *name, pa_namereg_type_t type, void *data, bool fail); 36 void pa_namereg_unregister(pa_core *c, const char *name); 37 void* pa_namereg_get(pa_core *c, const char *name, pa_namereg_type_t type); 39 bool pa_namereg_is_valid_name(const char *name); 40 bool pa_namereg_is_valid_name_or_wildcard(const char *name, pa_namereg_type_t type); 41 char* pa_namereg_make_valid_name(const char *name);
|
/third_party/toybox/scripts/ |
H A D | install.c | 10 #define NEWTOY(name, opts, flags) {#name, flags}, 11 #define OLDTOY(name, oldname, flags) {#name, flags}, 15 struct {char *name; int flags;} toy_list[] = { member 33 len += printf("%s\n",toy_list[i].name); in main()
|
/third_party/typescript/tests/baselines/reference/ |
H A D | declarationEmitWithDefaultAsComputedName.js | 5 name: Name; 11 name: "foo" 17 [other.name]: 1, 24 name: "foo"
33 _a[other_1.default.name] = 1,
39 name: Name;
|
H A D | declarationEmitWithDefaultAsComputedName2.js | 5 name: Name; 11 name: "foo" 17 [other2.default.name]: 1 24 name: "foo"
33 _a[other2.default.name] = 1,
39 name: Name;
|
H A D | objectLiteralArraySpecialization.js | 7 var thing = create([ { name: "bob", id: 24 }, { name: "doug", id: 32 } ]); // should not error 8 thing.doSomething((x, y) => x.name === "bob"); // should not error 12 var thing = create([{ name: "bob", id: 24 }, { name: "doug", id: 32 }]); // should not error
13 thing.doSomething(function (x, y) { return x.name === "bob"; }); // should not error
|
H A D | privateNameField.js | 3 #name: string; 4 constructor(name: string) { 5 this.#name = name; 20 constructor(name) {
22 __classPrivateFieldSet(this, _A_name, name, "f");
|
/third_party/typescript/tests/arkTSTest/testcase/arkts-no-ambient-decls/ |
H A D | arkts-no-ambient-decls-utils.js | 24 constructor(name) { 25 this.name = name; 29 console.log(`Hello, ${this.name}!`); 35 function sayHello(name) { 36 console.log(`Hello, ${name}!`);
|
/third_party/vk-gl-cts/framework/randomshaders/ |
H A D | rsgNameAllocator.cpp | 38 inline std::string nameNdxToStr (deUint32 name) in nameNdxToStr() argument 43 while (name > alphabetLen) in nameNdxToStr() 45 str.insert(str.begin(), (char)('a' + ((name-1)%alphabetLen))); in nameNdxToStr() 46 name = ((name-1) / alphabetLen); in nameNdxToStr() 49 str.insert(str.begin(), (char)('a' + (name%(alphabetLen+1)) - 1)); in nameNdxToStr()
|
/third_party/vk-gl-cts/modules/gles2/scripts/ |
H A D | gen-keywords.py | 53 def __init__(self, name, identifier): 54 self.name = name 58 params = { "NAME" : self.name, 103 for (name, identifier) in INVALID_IDENTIFIERS: 104 invalidIdentifiers.append(IdentifierCase(name, identifier)) # Invalid identifiers
|
/third_party/backends/frontend/ |
H A D | tstbackend.c | 45 {"device-name", required_argument, NULL, 'd'}, 392 "invalid capabilities for option [%d, %s] (%x)", option_num, opt->name, opt->cap); in test_options() 394 "option [%d, %s] must have a title", option_num, opt->name); in test_options() 396 "option [%d, %s] must have a description", option_num, opt->name); in test_options() 408 check(INF, (opt->name == NULL || *opt->name == 0), in test_options() 409 "option [%d, %s] has a name", option_num, opt->name); in test_options() 411 "option [%d, %s], group option is settable", option_num, opt->name); in test_options() 414 check(ERR, (opt->name ! in test_options() 860 get_optdesc_by_name(SANE_Handle device, const char *name, int *option_num) get_optdesc_by_name() argument [all...] |
/base/msdp/device_status/tools/vdev/src/ |
H A D | virtual_device_builder.cpp | 56 VirtualDeviceBuilder::VirtualDeviceBuilder(const std::string &name, uint16_t bustype, in VirtualDeviceBuilder() argument 67 if (strcpy_s(uinputDev_.name, sizeof(uinputDev_.name), name.c_str()) != EOK) { 68 FI_HILOGE("Invalid device name:\'%{public}s\'", name.c_str()); 72 VirtualDeviceBuilder::VirtualDeviceBuilder(const std::string &name, std::shared_ptr<VirtualDevice> vDev) : vDev_(vDev) 74 CopyProperties(name, vDev); 135 bool VirtualDeviceBuilder::ExecuteUnmount(const char *id, const char *name, const std::string &direntName) 174 std::cout << "Unmount virtual " << name << " successfull [all...] |
/kernel/linux/linux-5.10/sound/soc/mediatek/mt8183/ |
H A D | mt8183-mt6358-ts3a227-max98357.c | 359 .name = "Playback_1", 368 .name = "Playback_2", 378 .name = "Playback_3", 387 .name = "Capture_1", 397 .name = "Capture_2", 406 .name = "Capture_3", 415 .name = "Capture_Mono_1", 424 .name = "Playback_HDMI", 433 .name = "Wake on Voice", 443 .name [all...] |
/kernel/linux/linux-6.6/drivers/pmdomain/imx/ |
H A D | imx8m-blk-ctrl.c | 40 const char *name; member 236 domain->paths[j].name = data->path_names[j]; in imx8m_blk_ctrl_probe() 269 domain->genpd.name = data->name; in imx8m_blk_ctrl_probe() 451 .name = "vpublk-g1", 459 .name = "vpublk-g2", 467 .name = "vpublk-h1", 485 .name = "vpublk-g1", 495 .name = "vpublk-g2", 505 .name [all...] |
/kernel/linux/linux-6.6/tools/testing/selftests/powerpc/ptrace/ |
H A D | ptrace-hwbreak.c | 212 static void check_success(pid_t child_pid, const char *name, const char *type, in check_success() argument 229 printf("%s, %s, len: %d: Fail\n", name, type, len); in check_success() 233 printf("%s, %s, len: %d: Ok\n", name, type, len); in check_success() 280 char *name = "PTRACE_SET_DEBUGREG"; in test_set_debugreg() local 290 check_success(child_pid, name, "WO", wp_addr, len); in test_set_debugreg() 300 check_success(child_pid, name, "RO", wp_addr, len); in test_set_debugreg() 311 check_success(child_pid, name, "RW", wp_addr, len); in test_set_debugreg() 321 char *name = "PTRACE_SET_DEBUGREG"; in test_set_debugreg_kernel_userspace() local 330 check_success(child_pid, name, "Kernel Access Userspace", wp_addr, 8); in test_set_debugreg_kernel_userspace() 355 char *name in test_sethwdebug_exact() local 385 char *name = "PPC_PTRACE_SETHWDEBUG, MODE_EXACT"; test_sethwdebug_exact_kernel_userspace() local 401 char *name = "PPC_PTRACE_SETHWDEBUG, MODE_RANGE, DW ALIGNED"; test_sethwdebug_range_aligned() local 469 char *name = "PPC_PTRACE_SETHWDEBUG 2, MODE_RANGE, DAWR Overlap"; test_multi_sethwdebug_range_dawr_overlap() local 500 char *name = "PPC_PTRACE_SETHWDEBUG, MODE_RANGE, DW UNALIGNED"; test_sethwdebug_range_unaligned() local 537 char *name = "PPC_PTRACE_SETHWDEBUG, MODE_RANGE, DW UNALIGNED, DAR OUTSIDE"; test_sethwdebug_range_unaligned_dar() local 555 char *name = "PPC_PTRACE_SETHWDEBUG, DAWR_MAX_LEN"; test_sethwdebug_dawr_max_range() local [all...] |
/kernel/liteos_m/components/net/lwip-2.1/porting/src/ |
H A D | sockets_porting.c | 15 * 3. Neither the name of the copyright holder nor the names of its contributors may be used
49 int bind(int s, const struct sockaddr *name, socklen_t namelen)
in bind() argument 51 CHECK_NULL_PTR(name);
in bind() 52 if (namelen < sizeof(*name)) {
in bind() 56 return lwip_bind(s, name, namelen);
in bind() 64 int getpeername(int s, struct sockaddr *name, socklen_t *namelen)
in getpeername() argument 66 CHECK_NULL_PTR(name);
in getpeername() 68 return lwip_getpeername(s, name, namelen);
in getpeername() 71 int getsockname(int s, struct sockaddr *name, socklen_t *namelen)
in getsockname() argument 73 CHECK_NULL_PTR(name);
in getsockname() 93 connect(int s, const struct sockaddr *name, socklen_t namelen) connect() argument 587 lwip_validate_ifname(const char *name, u8_t *let_pos) lwip_validate_ifname() argument [all...] |
/kernel/uniproton/src/net/lwip-2.1/src/ |
H A D | sockets.c | 38 int bind(int s, const struct sockaddr *name, socklen_t namelen)
in bind() argument 40 CHECK_NULL_PTR_RETURN(name);
in bind() 41 if (namelen < sizeof(*name)) {
in bind() 45 return lwip_bind(s, name, namelen);
in bind() 53 int getpeername(int s, struct sockaddr *name, socklen_t *namelen)
in getpeername() argument 55 CHECK_NULL_PTR_RETURN(name);
in getpeername() 57 return lwip_getpeername(s, name, namelen);
in getpeername() 60 int getsockname(int s, struct sockaddr *name, socklen_t *namelen)
in getsockname() argument 62 CHECK_NULL_PTR_RETURN(name);
in getsockname() 64 return lwip_getsockname(s, name, namele in getsockname() 84 connect(int s, const struct sockaddr *name, socklen_t namelen) connect() argument 567 OsLwipValidateIfname(const char *name, u8_t *letPos) OsLwipValidateIfname() argument [all...] |
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
H A D | MessagePatternUtilTest.java | 52 private ExpectMessageNode expectNoneArg(Object name) { in expectNoneArg() argument 53 contents.add(new ExpectArgNode(name)); in expectNoneArg() 56 private ExpectMessageNode expectSimpleArg(Object name, String type) { in expectSimpleArg() argument 57 contents.add(new ExpectArgNode(name, type)); in expectSimpleArg() 60 private ExpectMessageNode expectSimpleArg(Object name, String type, String style) { in expectSimpleArg() argument 61 contents.add(new ExpectArgNode(name, type, style)); in expectSimpleArg() 64 private ExpectComplexArgNode expectChoiceArg(Object name) { in expectChoiceArg() argument 65 return expectComplexArg(name, MessagePattern.ArgType.CHOICE); in expectChoiceArg() 67 private ExpectComplexArgNode expectPluralArg(Object name) { in expectPluralArg() argument 68 return expectComplexArg(name, MessagePatter in expectPluralArg() 70 expectSelectArg(Object name) expectSelectArg() argument 73 expectSelectOrdinalArg(Object name) expectSelectOrdinalArg() argument 76 expectComplexArg(Object name, MessagePattern.ArgType argType) expectComplexArg() argument 135 ExpectArgNode(Object name) ExpectArgNode() argument 138 ExpectArgNode(Object name, String type) ExpectArgNode() argument 141 ExpectArgNode(Object name, String type, String style) ExpectArgNode() argument 181 private String name; global() field in MessagePatternUtilTest.ExpectArgNode 189 ExpectComplexArgNode(ExpectMessageNode parent, Object name, MessagePattern.ArgType argType) ExpectComplexArgNode() argument [all...] |
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/ |
H A D | MessagePatternUtilTest.java | 55 private ExpectMessageNode expectNoneArg(Object name) { in expectNoneArg() argument 56 contents.add(new ExpectArgNode(name)); in expectNoneArg() 59 private ExpectMessageNode expectSimpleArg(Object name, String type) { in expectSimpleArg() argument 60 contents.add(new ExpectArgNode(name, type)); in expectSimpleArg() 63 private ExpectMessageNode expectSimpleArg(Object name, String type, String style) { in expectSimpleArg() argument 64 contents.add(new ExpectArgNode(name, type, style)); in expectSimpleArg() 67 private ExpectComplexArgNode expectChoiceArg(Object name) { in expectChoiceArg() argument 68 return expectComplexArg(name, MessagePattern.ArgType.CHOICE); in expectChoiceArg() 70 private ExpectComplexArgNode expectPluralArg(Object name) { in expectPluralArg() argument 71 return expectComplexArg(name, MessagePatter in expectPluralArg() 73 expectSelectArg(Object name) expectSelectArg() argument 76 expectSelectOrdinalArg(Object name) expectSelectOrdinalArg() argument 79 expectComplexArg(Object name, MessagePattern.ArgType argType) expectComplexArg() argument 138 ExpectArgNode(Object name) ExpectArgNode() argument 141 ExpectArgNode(Object name, String type) ExpectArgNode() argument 144 ExpectArgNode(Object name, String type, String style) ExpectArgNode() argument 184 private String name; global() field in MessagePatternUtilTest.ExpectArgNode 192 ExpectComplexArgNode(ExpectMessageNode parent, Object name, MessagePattern.ArgType argType) ExpectComplexArgNode() argument [all...] |
/third_party/node/deps/npm/node_modules/@npmcli/package-json/lib/ |
H A D | normalize.js | 14 if (typeof pkg.bin === 'string' && pkg.name) { 16 pkg.bin = { [pkg.name]: pkg.bin } 52 changes?.push(`"bin[${base}]" script name was cleaned`) 97 const pkgId = `${data.name ?? ''}@${data.version ?? ''}` 99 // name and version are load bearing so we have to clean them up first 101 if (!data.name && !strict) { 102 changes?.push('Missing "name" field was set to an empty string') 103 data.name = '' 105 if (typeof data.name !== 'string') { 106 throw new Error('name fiel [all...] |
/kernel/linux/linux-5.10/drivers/clk/meson/ |
H A D | g12a.c | 63 .name = "fixed_pll_dco", 80 .name = "fixed_pll", 128 .name = "sys_pll_dco", 147 .name = "sys_pll", 187 .name = "sys1_pll_dco", 206 .name = "sys1_pll", 222 .name = "sys_pll_div16_en", 239 .name = "sys1_pll_div16_en", 256 .name = "sys_pll_div16", 269 .name [all...] |
/kernel/linux/linux-5.10/arch/arm/mach-s3c/ |
H A D | devs.c | 80 .name = "samsung-ac97", 101 .name = "s3c24xx-adc", 116 .name = "exynos-adc", 133 .name = "s3c2440-camif", 155 .name = "s3c-fb", 176 .name = "s3c-hwmon", 203 .name = "s3c-sdhci", 233 .name = "s3c-sdhci", 265 .name = "s3c-sdhci", 295 .name [all...] |
/kernel/linux/linux-5.10/arch/powerpc/kernel/ |
H A D | nvram_64.c | 38 char name[12]; member 51 .name = "ibm,rtas-log", 60 .name = "lnx,oops-log", 121 .name = "ibm,skiboot", 129 .name = "of-config", 136 .name = "common", 166 * | signature | checksum | length | name | data | 262 * 1.) If a partition with the indicated name already exists... 280 p = nvram_find_partition(part->name, NVRAM_SIG_OS, &size); in nvram_init_os_partition() 285 " removing it...\n", part->name); in nvram_init_os_partition() 756 nvram_can_remove_partition(struct nvram_partition *part, const char *name, int sig, const char *exceptions[]) nvram_can_remove_partition() argument 783 nvram_remove_partition(const char *name, int sig, const char *exceptions[]) nvram_remove_partition() argument 841 nvram_create_partition(const char *name, int sig, int req_size, int min_size) nvram_create_partition() argument 966 nvram_find_partition(const char *name, int sig, int *out_size) nvram_find_partition() argument [all...] |
/kernel/linux/linux-6.6/arch/powerpc/kernel/ |
H A D | nvram_64.c | 38 char name[12]; member 51 .name = "ibm,rtas-log", 60 .name = "lnx,oops-log", 121 .name = "ibm,skiboot", 129 .name = "of-config", 136 .name = "common", 166 * | signature | checksum | length | name | data | 262 * 1.) If a partition with the indicated name already exists... 280 p = nvram_find_partition(part->name, NVRAM_SIG_OS, &size); in nvram_init_os_partition() 285 " removing it...\n", part->name); in nvram_init_os_partition() 758 nvram_can_remove_partition(struct nvram_partition *part, const char *name, int sig, const char *exceptions[]) nvram_can_remove_partition() argument 785 nvram_remove_partition(const char *name, int sig, const char *exceptions[]) nvram_remove_partition() argument 843 nvram_create_partition(const char *name, int sig, int req_size, int min_size) nvram_create_partition() argument 968 nvram_find_partition(const char *name, int sig, int *out_size) nvram_find_partition() argument [all...] |