/third_party/skia/third_party/externals/abseil-cpp/absl/synchronization/internal/ |
D | per_thread_sem.cc | 32 base_internal::ThreadIdentity *identity; in SetThreadBlockedCounter() local 38 base_internal::ThreadIdentity *identity; in GetThreadBlockedCounter() local 43 void PerThreadSem::Init(base_internal::ThreadIdentity *identity) { in Init() 50 void PerThreadSem::Destroy(base_internal::ThreadIdentity *identity) { in Destroy() 54 void PerThreadSem::Tick(base_internal::ThreadIdentity *identity) { in Tick() 79 absl::base_internal::ThreadIdentity *identity; in ABSL_INTERNAL_C_SYMBOL() local
|
D | create_thread_identity.cc | 42 base_internal::ThreadIdentity* identity = in ReclaimThreadIdentity() local 74 static void ResetThreadIdentity(base_internal::ThreadIdentity* identity) { in ResetThreadIdentity() 98 base_internal::ThreadIdentity* identity = nullptr; in NewThreadIdentity() local 129 base_internal::ThreadIdentity* identity = NewThreadIdentity(); in CreateThreadIdentity() local
|
D | create_thread_identity.h | 48 base_internal::ThreadIdentity* identity = in GetOrCreateCurrentThreadIdentity() local
|
D | per_thread_sem.h | 106 absl::base_internal::ThreadIdentity* identity) { in Post()
|
/third_party/libwebsockets/test-apps/ |
D | test.js | 70 identity: "Chrome" property 75 identity: "OmniWeb" property 80 identity: "Safari", property 85 identity: "Opera", property 91 identity: "iCab" property 96 identity: "Konqueror" property 101 identity: "Firefox" property 106 identity: "Camino" property 111 identity: "Netscape" property 116 identity: "Explorer", property [all …]
|
/third_party/libwebsockets/minimal-examples/http-server/minimal-http-server-eventlib-demos/mount-origin/ |
D | test.js | 70 identity: "Chrome" property 75 identity: "OmniWeb" property 80 identity: "Safari", property 85 identity: "Opera", property 91 identity: "iCab" property 96 identity: "Konqueror" property 101 identity: "Firefox" property 106 identity: "Camino" property 111 identity: "Netscape" property 116 identity: "Explorer", property [all …]
|
/third_party/node/test/parallel/ |
D | test-tls-psk-circuit.js | 59 test({ psk: USERS.UserA, identity: 'UserA' }); property 60 test({ psk: USERS.UserA, identity: 'UserA' }, { maxVersion: 'TLSv1.2' }); property 61 test({ psk: USERS.UserA, identity: 'UserA' }, { minVersion: 'TLSv1.3' }); property 62 test({ psk: USERS.UserB, identity: 'UserB' }); property 63 test({ psk: USERS.UserB, identity: 'UserB' }, { minVersion: 'TLSv1.3' }); property 65 test({ psk: USERS.UserB, identity: 'UserC' }, {}, property 68 test({ psk: USERS.UserA, identity: 'UserB' }, {}, property 70 test({ psk: USERS.UserB, identity: 'UserB' }); property
|
/third_party/skia/third_party/externals/abseil-cpp/absl/base/internal/ |
D | identity.h | 26 struct identity { struct 31 using identity_t = typename identity<T>::type; argument
|
/third_party/skia/gn/ |
D | codesign_ios.py | 25 identity = None variable 29 identity = m.group(1) variable
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/ |
D | vertexconversion.h | 28 static const bool identity = true; member 38 static const bool identity = false; member
|
/third_party/curl/lib/ |
D | curl_sspi.c | 144 SEC_WINNT_AUTH_IDENTITY *identity) in Curl_create_sspi_identity() 230 void Curl_sspi_free_identity(SEC_WINNT_AUTH_IDENTITY *identity) in Curl_sspi_free_identity()
|
/third_party/typescript/tests/ts_extra_tests/test_ts_cases/spec/functions/generic_functions/ |
D | generic_functions_2.ts | 26 function identity<T>(arg: T): T { function
|
/third_party/typescript/tests/cases/compiler/ |
D | inferentialTypingWithFunctionType2.ts | 1 function identity<A>(a: A): A { function
|
D | inferentialTypingWithFunctionTypeNested.ts | 2 declare function identity<V>(y: V): V; function
|
D | genericArgumentCallSigAssignmentCompat.ts | 8 identity<T>(value: T): T; method
|
D | genericTypeArgumentInference1.ts | 7 identity<T>(value: T): T; method
|
D | spyComparisonChecking.ts | 4 identity: string; property
|
D | contextualSignatureInstantiation3.ts | 5 function identity<T>(x: T) { function
|
/third_party/curl/lib/vauth/ |
D | digest_sspi.c | 105 SEC_WINNT_AUTH_IDENTITY identity; in Curl_auth_create_digest_md5_message() local 253 SEC_WINNT_AUTH_IDENTITY *identity) in Curl_override_sspi_http_realm() 479 SEC_WINNT_AUTH_IDENTITY identity; in Curl_auth_create_digest_http_message() local
|
/third_party/typescript/tests/baselines/reference/ |
D | inferentialTypingWithFunctionType2.js | 8 function identity(a) { function
|
/third_party/typescript/tests/ts_extra_tests/test_ts_cases/spec/types/specifying_members/call_signatures/type_parameters/ |
D | type_parameters_2.ts | 26 function identity<T>(x: T): T { function
|
D | type_parameters_1.ts | 25 function identity<T>(x: T): T { function
|
/third_party/typescript/tests/ts_extra_tests/test_ts_cases/spec/types/type_parameters/type_argument_lists/ |
D | type_argument_lists_2.ts | 28 function identity<T>(arg: T): T { function
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/ |
D | eap_user_db.c | 135 eap_user_sqlite_get(struct hostapd_data *hapd, const u8 *identity, in eap_user_sqlite_get() 232 hostapd_get_eap_user(struct hostapd_data *hapd, const u8 *identity, in hostapd_get_eap_user()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/ |
D | eap_user_db.c | 135 eap_user_sqlite_get(struct hostapd_data *hapd, const u8 *identity, in eap_user_sqlite_get() 232 hostapd_get_eap_user(struct hostapd_data *hapd, const u8 *identity, in hostapd_get_eap_user()
|