/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
H A D | WasmTranslator.cpp | 64 return std::string(Name.name, Name.length); in toStdString() 133 // Try to find the function name in the export table in getFunctionName() 1067 LOG(out << " target name: " << TargetName << "\n"); in CallDirect() 1106 LOG(out << " target name: " << TargetName << "\n"); in CallImport()
|
/third_party/toybox/toys/pending/ |
H A D | xzcat.c | 196 void do_xzcat(int fd, char *name) in do_xzcat() argument
|
/third_party/skia/third_party/externals/expat/expat/lib/ |
H A D | xmltok_impl.c | 567 /* ptr points to character following first character of attribute name */ 1519 atts[nAtts].name = ptr; \ 1580 /* This case ensures that the first attribute name is counted
|
/third_party/protobuf/src/google/protobuf/ |
H A D | extension_set_unittest.cc | 15 // * Neither the name of Google Inc. nor the names of its 1171 unittest::TestAllExtensions::descriptor()->file()->name()); in TEST()
|
/third_party/python/Lib/test/ |
H A D | test_grammar.py | 443 def __prepare__(metacls, name, bases, **kwds):
|
/third_party/python/Modules/ |
H A D | _zoneinfo.c | 2587 {.name = "key",
|
H A D | selectmodule.c | 2289 .name = "select.poll",
|
/third_party/protobuf/src/google/protobuf/util/ |
H A D | message_differencer.cc | 15 // * Neither the name of Google Inc. nor the names of its 325 << " comparison. Field name is: " << field->full_name(); in CheckRepeatedFieldComparisons() 331 << ". Field name is: " << field->full_name(); in CheckRepeatedFieldComparisons() 362 << "Field has to be message type. Field name is: " << field->full_name(); in TreatAsMap() 371 << " and MAP. Field name is: " << field->full_name(); in TreatAsMap() 396 << "Field has to be message type. Field name is: " << field->full_name(); in TreatAsMapWithMultipleFieldPathsAsKey() 420 << " and MAP. Field name is: " << field->full_name(); in TreatAsMapWithMultipleFieldPathsAsKey() 435 << " and MAP. Field name is: " << field->full_name(); in TreatAsMapUsingKeyComparator() 1773 printer_->Print("($name$)", "name", specific_fiel in PrintPath() [all...] |
/third_party/python/Modules/expat/ |
H A D | xmltok_impl.c | 569 /* ptr points to character following first character of attribute name */ 1521 atts[nAtts].name = ptr; \ in getAtts() 1582 /* This case ensures that the first attribute name is counted in getAtts()
|
/third_party/skia/third_party/externals/angle2/include/CL/ |
H A D | cl.h | 181 char name[CL_NAME_VERSION_MAX_NAME_SIZE]; member 1834 * Returns the extension function address for the given function name,
|
/third_party/skia/modules/skshaper/src/ |
H A D | SkShaper_harfbuzz.cpp | 934 const auto lname = std::locale().name();
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/ |
H A D | driver.h | 367 * @ifname: Interface name that can be used with init() or init2() 370 * @drv_name: struct wpa_driver_ops::name (note: unlike other strings, this one 1128 * fils_erp_realm - Realm/domain name to use in FILS ERP 1930 /** Interface name (for multi-SSID/VLAN support) */ 2229 const char *name; member 2265 * @ifname: Interface name (for multi-SSID/VLAN support) 2323 * @ifname: interface name, e.g., wlan0 2330 * @ctx, file descriptor, interface name, etc. information that may be 2489 * get_ifname - Get interface name 2492 * Returns: Pointer to the interface name [all...] |
H A D | driver_bsd.c | 65 char ifname[IFNAMSIZ+1]; /* interface name */ 1574 * NB: We require the interface name be mappable to an index. in wpa_driver_bsd_init() 1724 .name = "bsd",
|
H A D | driver_wext.c | 755 snprintf(buf, sizeof(buf) - 1, "/sys/class/net/%s/phy80211/name", in wext_get_phy_name() 785 * @ifname: interface name, e.g., wlan0 2486 .name = "wext",
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_peer/ |
H A D | eap_fast.c | 1728 data->phase2_method->name); in eap_fast_get_status()
|
H A D | eap_teap.c | 1938 data->phase2_method->name); in eap_teap_get_status()
|
H A D | eap_ttls.c | 1724 data->phase2_method->name : "?"); in eap_ttls_get_status()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_server/ |
H A D | eap_server.c | 103 /* Domain name TLV */ in eap_sm_buildInitiateReauthStart() 2009 * Returns: Pointer to the method name or %NULL if not available 2015 return sm->m->name; in eap_get_method()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/ |
H A D | dpp_auth.c | 1145 if (dpp_keygen(bi, auth->peer_bi->curve->name, NULL, 0) < 0 || in dpp_autogen_bootstrap_key()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/ |
H A D | driver.h | 407 * @ifname: Interface name that can be used with init() or init2() 410 * @drv_name: struct wpa_driver_ops::name (note: unlike other strings, this one 1235 * fils_erp_realm - Realm/domain name to use in FILS ERP 1702 * ifname - Interface name (for multi-SSID/VLAN support) */ 2327 /** Interface name (for multi-SSID/VLAN support) */ 2659 const char *name; member 2723 * @ifname: interface name, e.g., wlan0 2730 * @ctx, file descriptor, interface name, etc. information that may be 2889 * get_ifname - Get interface name 2892 * Returns: Pointer to the interface name [all...] |
H A D | driver_bsd.c | 64 char ifname[IFNAMSIZ+1]; /* interface name */ 665 /* Driver name is invalid */ in bsd_route_overflow() 1734 .name = "bsd",
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_peer/ |
H A D | eap_fast.c | 1748 data->phase2_method->name); in eap_fast_get_status()
|
H A D | eap_teap.c | 2051 data->phase2_method->name); in eap_teap_get_status()
|
H A D | eap_ttls.c | 1768 data->phase2_method->name : "?"); in eap_ttls_get_status()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_server/ |
H A D | eap_server.c | 102 /* Domain name TLV */ in eap_sm_buildInitiateReauthStart() 1986 * Returns: Pointer to the method name or %NULL if not available 1992 return sm->m->name; in eap_get_method()
|