/third_party/ffmpeg/libavfilter/ |
H A D | af_anull.c | 32 .name = "default", 39 .name = "default", 45 .name = "anull",
|
H A D | vf_null.c | 31 .name = "default", 38 .name = "default", 44 .name = "null",
|
/third_party/jerryscript/tests/jerry-test-suite/es2015/25/25.04/25.04.03/ |
H A D | 25.04.03-002.js | 27 name1 = e.name; 36 name2 = e.name; 45 name3 = e.name;
|
/third_party/node/deps/v8/src/objects/ |
H A D | code-kind.cc | 12 #define CASE(name) \ in CodeKindToString() 13 case CodeKind::name: \ in CodeKindToString() 14 return #name; in CodeKindToString()
|
/third_party/mesa3d/src/tool/pps/ |
H A D | pps_counter.cc | 19 Counter::Counter(int32_t id, const std::string &name, int32_t group) in Counter() argument 21 , name {name}
|
/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/ |
H A D | OriginalNameAttribute.cs | 16 // * Neither the name of Google Inc. nor the names of its 38 /// Specifies the original name (in the .proto file) of a named element, 45 /// The name of the element in the .proto file. 50 /// If the name is preferred in the .proto file. 55 /// Constructs a new attribute instance for the given name. 57 /// <param name="name">The name of the element in the .proto file.</param> 58 public OriginalNameAttribute(string name) in OriginalNameAttribute() argument 60 Name = ProtoPreconditions.CheckNotNull(name, nameo in OriginalNameAttribute() [all...] |
/third_party/python/Lib/multiprocessing/ |
H A D | __init__.py | 23 globals().update((name, getattr(context._default_context, name)) for name in __all__)
|
/third_party/python/Lib/lib2to3/fixes/ |
H A D | fix_getcwdu.py | 14 power< 'os' trailer< dot='.' name='getcwdu' > any* > 18 name = results["name"] 19 name.replace(Name("getcwd", prefix=name.prefix))
|
H A D | fix_raw_input.py | 12 power< name='raw_input' trailer< '(' [any] ')' > any* > 16 name = results["name"] 17 name.replace(Name("input", prefix=name.prefix))
|
H A D | fix_buffer.py | 17 power< name='buffer' trailer< '(' [any] ')' > any* > 21 name = results["name"] 22 name.replace(Name("memoryview", prefix=name.prefix))
|
H A D | fix_nonzero.py | 13 funcdef< 'def' name='__nonzero__' 19 name = results["name"] 20 new = Name("__bool__", prefix=name.prefix) 21 name.replace(new)
|
/third_party/skia/src/gpu/gl/glx/ |
H A D | GrGLMakeGLXInterface.cpp | 16 static GrGLFuncPtr glx_get(void* ctx, const char name[]) { in glx_get() argument 19 if (0 == strncmp(name, "egl", 3)) { in glx_get() 25 return glXGetProcAddress(reinterpret_cast<const GLubyte*>(name)); in glx_get()
|
/third_party/python/Lib/test/ |
H A D | xmltests.py | 9 def runtest(name): 10 __import__(name) 11 module = sys.modules[name]
|
/third_party/typescript/tests/baselines/reference/ |
H A D | import_unneeded-require-when-referenecing-aliased-type-throug-array.js | 6 name: string; 15 var p = testData[0].name; 24 var p = testData[0].name;
|
/third_party/python/PCbuild/ |
H A D | rmpyc.py | 10 for name in files: 12 if name.endswith(('.pyc', '.pyo')): 14 os.remove(join(root, name))
|
/third_party/pulseaudio/src/pulsecore/ |
H A D | x11prop.h | 28 void pa_x11_set_prop(xcb_connection_t *xcb, int screen, const char *name, const char *data); 29 void pa_x11_del_prop(xcb_connection_t *xcb, int screen, const char *name); 30 char* pa_x11_get_prop(xcb_connection_t *xcb, int screen, const char *name, char *p, size_t l);
|
/third_party/rust/crates/syn/examples/lazy-static/example/src/ |
H A D | main.rs | 17 fn validate(name: &str) { in validate() 19 println!("is_match({:?}): {}", name, USERNAME.is_match(name)); in validate()
|
/foundation/barrierfree/accessibility/common/interface/test/unittest/ |
H A D | accessible_ability_manager_state_observer_proxy_test.cpp | 65 * @tc.name: GetAccessibilityState 85 * @tc.name: GetAccessibilityState 116 * @tc.name: GetAccessibilityState 146 * @tc.name: GetAccessibilityState 176 * @tc.name: AddConnectedAbility 201 * @tc.name: AddConnectedAbility 219 * @tc.name: RemoveConnectedAbility 247 * @tc.name: DelAutoStartPrefKeyInRemovePkg 263 * @tc.name: DelAutoStartPrefKeyInRemovePkg 270 const std::string name in HWTEST_F() local 1053 const std::string name = "bundle/ability"; HWTEST_F() local 1078 std::string name = "bundle/ability"; HWTEST_F() local 1102 const std::string name = "bundle/ability"; HWTEST_F() local 1137 const std::string name = "bundle/ability"; HWTEST_F() local 1794 const std::string name = "com.huawei.hmos.screenreader/AccessibilityExtAbility"; HWTEST_F() local 1883 std::vector<std::string> name; HWTEST_F() local 1915 std::vector<std::string> name; HWTEST_F() local 1948 std::vector<std::string> name; HWTEST_F() local 1988 std::string name = "test"; HWTEST_F() local [all...] |
/kernel/linux/linux-5.10/drivers/nvme/host/ |
H A D | lightnvm.c | 707 static void *nvme_nvm_create_dma_pool(struct nvm_dev *nvmdev, char *name, in nvme_nvm_create_dma_pool() argument 712 return dma_pool_create(name, ns->ctrl->dev, size, PAGE_SIZE, 0); in nvme_nvm_create_dma_pool() 971 memcpy(dev->name, disk_name, DISK_NAME_LEN); in nvme_nvm_register() 997 if (strcmp(attr->name, "version") == 0) { in nvm_dev_attr_show() 1005 } else if (strcmp(attr->name, "capabilities") == 0) { in nvm_dev_attr_show() 1007 } else if (strcmp(attr->name, "read_typ") == 0) { in nvm_dev_attr_show() 1009 } else if (strcmp(attr->name, "read_max") == 0) { in nvm_dev_attr_show() 1015 attr->name, __func__); in nvm_dev_attr_show() 1044 if (strcmp(attr->name, "vendor_opcode") == 0) { in nvm_dev_attr_show_12() 1046 } else if (strcmp(attr->name, "device_mod in nvm_dev_attr_show_12() [all...] |
/kernel/linux/linux-6.6/drivers/powercap/ |
H A D | intel_rapl_common.c | 127 return rd->rpl[pl].name ? true : false; in is_pl_valid() 233 const char *name; member 242 .name = #p, \ 418 * need to convert here by finding the valid PLs only (name populated). 523 return rd->rpl[id].name; in get_constraint_name() 584 snprintf(rd->name, RAPL_DOMAIN_NAME_LENGTH, "psys-%d", in rapl_init_domains() 588 snprintf(rd->name, RAPL_DOMAIN_NAME_LENGTH, "%s", in rapl_init_domains() 599 rd->rpl[t].name = pl_names[t]; in rapl_init_domains() 641 /* name, mask, shift, msr index, unit divisor */ 697 /* name, mas [all...] |
/third_party/backends/backend/ |
H A D | kvs1025_opt.c | 367 get_string_list_index (const SANE_String_Const * list, SANE_String_Const name) in get_string_list_index() argument 374 if (strcmp (list[index], name) == 0) in get_string_list_index() 381 DBG (DBG_error, "System bug: option %s not found in list\n", name); in get_string_list_index() 513 dev->opt[OPT_NUM_OPTS].name = ""; in kv_init_options() 529 dev->opt[OPT_MODE].name = SANE_NAME_SCAN_MODE; in kv_init_options() 539 dev->opt[OPT_RESOLUTION].name = SANE_NAME_SCAN_RESOLUTION; in kv_init_options() 549 dev->opt[OPT_DUPLEX].name = SANE_NAME_DUPLEX; in kv_init_options() 559 dev->opt[OPT_SCAN_SOURCE].name = SANE_NAME_SCAN_SOURCE; in kv_init_options() 571 dev->opt[OPT_FEEDER_MODE].name = "feeder-mode"; in kv_init_options() 581 dev->opt[OPT_LONGPAPER].name in kv_init_options() 937 SANE_String_Const name; kv_control_option() local [all...] |
H A D | plustek_pp.c | 242 DBG( _DBG_SANE_INIT,"device name : >%s<\n", cnf->devName ); in show_cnf() 262 handle = dev->open((const char*)dev->name, (void *)dev ); in drvopen() 645 s->opt[OPT_NUM_OPTS].name = SANE_NAME_NUM_OPTIONS; in init_options() 655 s->opt[OPT_MODE_GROUP].name = "scanmode-group"; in init_options() 662 s->opt[OPT_MODE].name = SANE_NAME_SCAN_MODE; in init_options() 678 s->opt[OPT_EXT_MODE].name = SANE_NAME_SCAN_SOURCE; in init_options() 688 s->opt[OPT_HALFTONE].name = SANE_NAME_HALFTONE_PATTERN; in init_options() 699 s->opt[OPT_BRIGHTNESS].name = SANE_NAME_BRIGHTNESS; in init_options() 709 s->opt[OPT_CONTRAST].name = SANE_NAME_CONTRAST; in init_options() 719 s->opt[OPT_RESOLUTION].name in init_options() 878 const char *name; decodeVal() local 946 const char *name; decodeDevName() local [all...] |
H A D | net.c | 149 add_device (const char *name, Net_Device ** ndp) in add_device() argument 164 DBG (1, "add_device: adding backend %s\n", name); in add_device() 167 if (strcmp (nd->name, name) == 0) in add_device() 185 error = getaddrinfo (name, "sane-port", &hints, &res); in add_device() 188 error = getaddrinfo (name, NULL, &hints, &res); in add_device() 192 name, gai_strerror (error)); in add_device() 227 nd->name = strdup (name); in add_device() 228 if (!nd->name) in add_device() 251 add_device(const char *name, Net_Device ** ndp) add_device() argument 698 net_avahi_resolve_callback(AvahiServiceResolver *r, AvahiIfIndex interface, AvahiProtocol protocol, AvahiResolverEvent event, const char *name, const char *type, const char *domain, const char *host_name, const AvahiAddress *address, uint16_t port, AvahiStringList *txt, AvahiLookupResultFlags flags, void *userdata) global() argument 755 net_avahi_browse_callback(AvahiServiceBrowser *b, AvahiIfIndex interface, AvahiProtocol protocol, AvahiBrowserEvent event, const char *name, const char *type, const char *domain, AvahiLookupResultFlags flags, void *userdata) global() argument [all...] |
/third_party/icu/icu4c/source/i18n/ |
H A D | tznames_impl.cpp | 96 * ZNameInfo stores zone name information in the trie 105 * ZMatchInfo stores zone name match information used by find method 581 * This class stores name data for a meta zone or time zone. 668 // If necessary, compute the location name from the time zone name. in createTimeZoneAndPutInCache() 674 // Copy the computed location name to the heap in createTimeZoneAndPutInCache() 719 const UChar* name = fNames[i]; in addNamesIntoTrie() local 720 if (name != NULL) { in addNamesIntoTrie() 729 trie.put(name, nameinfo, status); // trie.put() takes ownership of the key in addNamesIntoTrie() 1067 // no key deleters for name map in initialize() 1630 const UChar* name = ((ZNames*)tznames)->getName(type); getDisplayNames() local 1707 getDefaultExemplarLocationName(const UnicodeString& tzID, UnicodeString& name) getDefaultExemplarLocationName() argument 1866 const UChar *name = NULL; getName() local [all...] |
/third_party/node/deps/openssl/config/archs/linux-armv4/no-asm/include/openssl/ |
H A D | asn1.h | 296 # define DECLARE_ASN1_FUNCTIONS_name_attr(attr, type, name) \ 297 DECLARE_ASN1_ALLOC_FUNCTIONS_name_attr(attr, type, name) \ 298 DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr(attr, type, name) 299 # define DECLARE_ASN1_FUNCTIONS_name(type, name) \ 300 DECLARE_ASN1_FUNCTIONS_name_attr(extern, type, name) 302 # define DECLARE_ASN1_ENCODE_FUNCTIONS_attr(attr, type, itname, name) \ 303 DECLARE_ASN1_ENCODE_FUNCTIONS_only_attr(attr, type, name) \ 305 # define DECLARE_ASN1_ENCODE_FUNCTIONS(type, itname, name) \ 306 DECLARE_ASN1_ENCODE_FUNCTIONS_attr(extern, type, itname, name) 308 # define DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr(attr, type, name) \ [all...] |