Home
last modified time | relevance | path

Searched defs:identity (Results 1 – 25 of 328) sorted by relevance

12345678910>>...14

/third_party/abseil-cpp/absl/synchronization/internal/
Dper_thread_sem.cc32 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()
72 absl::base_internal::ThreadIdentity *identity) { in AbslInternalPerThreadSemPost()
79 absl::base_internal::ThreadIdentity *identity; in AbslInternalPerThreadSemWait() local
Dcreate_thread_identity.cc42 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
/third_party/skia/third_party/externals/abseil-cpp/absl/synchronization/internal/
Dper_thread_sem.cc32 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
Dcreate_thread_identity.cc42 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
/third_party/libwebsockets/test-apps/
Dtest.js70 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/
Dtest.js70 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/
Dtest-tls-psk-circuit.js63 test({ psk: USERS.UserA, identity: 'UserA' }); property
64 test({ psk: USERS.UserA, identity: 'UserA' }, { maxVersion: 'TLSv1.2' }); property
65 test({ psk: USERS.UserA, identity: 'UserA' }, { minVersion: 'TLSv1.3' }); property
66 test({ psk: USERS.UserB, identity: 'UserB' }); property
67 test({ psk: USERS.UserB, identity: 'UserB' }, { minVersion: 'TLSv1.3' }); property
69 test({ psk: USERS.UserB, identity: 'UserC' }, {}, DISCONNECT_MESSAGE); property
71 test({ psk: USERS.UserA, identity: 'UserB' }, {}, DISCONNECT_MESSAGE); property
72 test({ psk: USERS.UserB, identity: 'UserB' }); property
/third_party/gstreamer/gstreamer/plugins/elements/
Dgstidentity.c141 GstIdentity *identity; in gst_identity_finalize() local
330 gst_identity_init (GstIdentity * identity) in gst_identity_init()
357 gst_identity_notify_last_message (GstIdentity * identity) in gst_identity_notify_last_message()
363 gst_identity_do_sync (GstIdentity * identity, GstClockTime running_time) in gst_identity_do_sync()
425 GstIdentity *identity; in gst_identity_sink_event() local
559 GstIdentity *identity = GST_IDENTITY (trans); in gst_identity_src_event() local
594 gst_identity_check_imperfect_timestamp (GstIdentity * identity, GstBuffer * buf) in gst_identity_check_imperfect_timestamp()
648 gst_identity_check_imperfect_offset (GstIdentity * identity, GstBuffer * buf) in gst_identity_check_imperfect_offset()
701 gst_identity_update_last_message_for_buffer (GstIdentity * identity, in gst_identity_update_last_message_for_buffer()
736 GstIdentity *identity = GST_IDENTITY (trans); in gst_identity_transform_ip() local
[all …]
/third_party/boost/libs/range/test/adaptor_test/
Dticket_8676_sliced_transformed.cpp20 struct identity struct
22 typedef int result_type;
23 result_type operator()(int i) const { return i; } in operator ()()
/third_party/skia/third_party/externals/abseil-cpp/absl/base/internal/
Didentity.h26 struct identity { struct
31 using identity_t = typename identity<T>::type; argument
/third_party/abseil-cpp/absl/base/internal/
Didentity.h26 struct identity { struct
31 using identity_t = typename identity<T>::type; argument
/third_party/boost/boost/mpl/
Didentity.hpp25 struct identity struct
27 typedef T type;
/third_party/boost/libs/hana/example/tutorial/
Dconstant_side_effects.cpp14 auto identity(X x) { return x; } in identity() function
24 auto identity(X x) { in identity() function
/third_party/flutter/skia/gn/
Dcodesign_ios.py24 identity = None variable
28 identity = m.group(1) variable
/third_party/skia/gn/
Dcodesign_ios.py25 identity = None variable
29 identity = m.group(1) variable
/third_party/boost/libs/hana/test/detail/
Dcreate.cpp23 struct identity { using type = T; }; argument
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/
Dvertexconversion.h28 static const bool identity = true; member
38 static const bool identity = false; member
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/
Dvertexconversion.h28 static const bool identity = true; member
38 static const bool identity = false; member
/third_party/boost/libs/compute/include/boost/compute/functional/
Didentity.hpp42 class identity class
49 identity() in identity() function in boost::compute::identity
/third_party/boost/boost/compute/functional/
Didentity.hpp42 class identity class
49 identity() in identity() function in boost::compute::identity
/third_party/curl/lib/
Dcurl_sspi.c142 SEC_WINNT_AUTH_IDENTITY *identity) in Curl_create_sspi_identity()
228 void Curl_sspi_free_identity(SEC_WINNT_AUTH_IDENTITY *identity) in Curl_sspi_free_identity()
/third_party/glib/gio/
Dgdtlsclientconnection.c215 GSocketConnectable *identity = NULL; in g_dtls_client_connection_get_server_identity() local
239 GSocketConnectable *identity) in g_dtls_client_connection_set_server_identity()
/third_party/boost/libs/phoenix/test/bind/
Dbind_member_variable_tests.cpp55 struct identity struct
59 operator()(T& t) const in operator ()()
/third_party/typescript/tests/cases/compiler/
DinferentialTypingWithFunctionType2.ts1 function identity<A>(a: A): A { function
DinferentialTypingWithFunctionTypeNested.ts2 declare function identity<V>(y: V): V; function

12345678910>>...14