Home
last modified time | relevance | path

Searched defs:handle1 (Results 1 – 25 of 52) sorted by relevance

123

/external/ow2-asm/asm/src/test/java/org/objectweb/asm/
DHandleTest.java47 Handle handle1 = new Handle(Opcodes.H_INVOKEINTERFACE, "owner", "name", "descriptor"); in testDeprecatedConstructor() local
70 Handle handle1 = new Handle(Opcodes.H_GETFIELD, "owner", "name", "descriptor", false); in testEquals() local
100 Handle handle1 = new Handle(Opcodes.H_INVOKESTATIC, "owner", "name", "descriptor", false); in testHashCode() local
/external/rust/crates/tokio/tests/
Dsync_once_cell.rs164 let handle1 = rt.spawn(async { ONCE.get_or_init(func1).await }); in get_or_init() localVariable
190 let handle1 = rt.spawn(async { ONCE.get_or_init(func1).await }); in get_or_init_panic() localVariable
248 let handle1 = rt.spawn(async { ONCE.get_or_init(sleep_and_set).await }); in set_while_initializing() localVariable
272 let handle1 = rt.spawn(async { ONCE.get_or_try_init(func_err).await }); in get_or_try_init() localVariable
Dtask_id.rs39 let handle1 = tokio::spawn(async { task::id() }); in task_id_collision_current_thread() localVariable
49 let handle1 = tokio::spawn(async { task::id() }); in task_id_collision_multi_thread() localVariable
/external/libchrome/mojo/public/cpp/system/
Dmessage_pipe.h53 MessagePipeHandle handle1; in CreateMessagePipe() local
135 ScopedMessagePipeHandle handle1; variable
/external/openscreen/platform/impl/
Dsocket_handle_waiter_posix_unittest.cc52 SocketHandle handle1{1}; in TEST() local
73 SocketHandle handle1{1}; in TEST() local
/external/compiler-rt/test/asan/TestCases/Posix/
Dcoverage-direct-activation.cc51 void *handle1 = dlopen(argv[1], RTLD_LAZY); // %dynamiclib in main() local
Dcoverage-direct.cc75 void *handle1 = dlopen(argv[1], RTLD_LAZY); in main() local
Dcoverage-module-unloaded.cc28 void *handle1 = dlopen(argv[1], RTLD_LAZY); // %dynamiclib1 in main() local
/external/compiler-rt/test/asan/TestCases/Android/
Dcoverage-android.cc126 void *handle1 = in main() local
/external/cronet/net/socket/
Dclient_socket_pool_base_unittest.cc1971 ClientSocketHandle handle1; in TEST_F() local
3254 ClientSocketHandle handle1; in TEST_F() local
3310 ClientSocketHandle handle1; in TEST_F() local
3368 ClientSocketHandle handle1; in TEST_F() local
3429 ClientSocketHandle handle1; in TEST_F() local
3465 ClientSocketHandle handle1; in TEST_F() local
3544 ClientSocketHandle handle1; in TEST_F() local
3587 ClientSocketHandle handle1; in TEST_F() local
3652 ClientSocketHandle handle1; in TEST_F() local
3795 ClientSocketHandle handle1; in TEST_F() local
[all …]
Dtransport_client_socket_pool_unittest.cc288 ClientSocketHandle handle1; in TEST_F() local
539 ClientSocketHandle handle1; in TEST_F() local
1173 ClientSocketHandle handle1; in TEST_P() local
1600 ClientSocketHandle handle1; in TEST_F() local
1705 ClientSocketHandle handle1; in TEST_F() local
1924 ClientSocketHandle handle1; in TEST_F() local
1997 ClientSocketHandle handle1; in TEST_F() local
2080 ClientSocketHandle handle1; in TEST_F() local
2167 ClientSocketHandle handle1; in TEST_F() local
/external/tpm2-tss/test/integration/
Dsapi-session-util.c107 TPM2_HANDLE handle1, in compute_session_auth()
166 TPM2_HANDLE handle1, in compute_command_hmac()
218 TPM2_HANDLE handle1, in check_response_hmac()
342 TPM2_HANDLE handle1, in tpm_calc_phash()
/external/libchrome/mojo/public/c/system/tests/
Dcore_unittest_pure_c.c44 MojoHandle handle0, handle1; in MinimalCTest() local
/external/igt-gpu-tools/tests/
Dprime_self_import.c57 check_bo(int fd1, uint32_t handle1, int fd2, uint32_t handle2) in check_bo()
115 uint32_t handle1, handle2, handle_import; in test_with_two_bos() local
/external/igt-gpu-tools/tests/i915/
Di915_suspend.c49 uint32_t handle1, handle2, handle_tiled; in test_fence_restore() local
/external/perfetto/src/protozero/
Dmessage_unittest.cc335 MessageHandle<FakeRootMessage> handle1(msg1); in TEST_F() local
416 MessageHandle<FakeRootMessage> handle1(msg); in TEST_F() local
/external/libchrome/mojo/public/cpp/bindings/tests/
Dtest_helpers_unittest.cc112 ScopedMessagePipeHandle handle0, handle1; in TEST_F() local
/external/libchrome/mojo/public/cpp/bindings/
Dassociated_interface_ptr.h208 ScopedInterfaceEndpointHandle handle1; in MakeRequest() local
/external/libchrome/mojo/public/java/system/
Dcore_impl.cc41 MojoHandle handle1; in JNI_CoreImpl_CreateMessagePipe() local
61 MojoHandle handle1; in JNI_CoreImpl_CreateDataPipe() local
/external/rust/crates/tokio-util/tests/
Dspawn_pinned.rs205 let handle1 = pool.spawn_pinned_by_idx( in spawn_by_idx() localVariable
/external/angle/third_party/abseil-cpp/absl/strings/internal/
Dcordz_handle_test.cc121 auto* handle1 = new CordzHandle(); in TEST() local
/external/abseil-cpp/absl/strings/internal/
Dcordz_handle_test.cc121 auto* handle1 = new CordzHandle(); in TEST() local
/external/tensorflow/third_party/absl/abseil-cpp/absl/strings/internal/
Dcordz_handle_test.cc121 auto* handle1 = new CordzHandle(); in TEST() local
/external/webrtc/third_party/abseil-cpp/absl/strings/internal/
Dcordz_handle_test.cc121 auto* handle1 = new CordzHandle(); in TEST() local
/external/sfntly/cpp/src/test/
Dlock_test.cc213 PlatformThreadHandle handle1 = kNullThreadHandle; in MutexFourThreads() local

123