Home
last modified time | relevance | path

Searched refs:handle3 (Results 1 – 5 of 5) sorted by relevance

/external/sfntly/cpp/src/test/
Dlock_test.cc215 PlatformThreadHandle handle3 = kNullThreadHandle; in MutexFourThreads() local
219 EXPECT_TRUE(PlatformThread::Create(&thread3, &handle3)); in MutexFourThreads()
225 PlatformThread::Join(handle3); in MutexFourThreads()
/external/libchrome/base/synchronization/
Dlock_unittest.cc242 PlatformThreadHandle handle3; in TEST() local
246 ASSERT_TRUE(PlatformThread::Create(0, &thread3, &handle3)); in TEST()
252 PlatformThread::Join(handle3); in TEST()
/external/u-boot/lib/efi_selftest/
Defi_selftest_devicepath.c17 static efi_handle_t handle3; variable
171 ret = boottime->install_protocol_interface(&handle3, in setup()
222 ret = boottime->uninstall_protocol_interface(handle3, in teardown()
/external/perfetto/src/protozero/
Dmessage_unittest.cc337 MessageHandle<FakeRootMessage> handle3(msg3); in TEST_F() local
338 handle3->AppendBytes(1 /* field_id */, kTestBytes, 4 /* size */); in TEST_F()
343 handle_swp = std::move(handle3); in TEST_F()
/external/webrtc/webrtc/video/
Dvideo_send_stream_tests.cc1162 test::FakeNativeHandle* handle3 = new test::FakeNativeHandle(); in TEST_F() local
1170 handle3, width, height, 5, 5, kVideoRotation_0)); in TEST_F()