Searched refs:handle3 (Results 1 – 5 of 5) sorted by relevance
/external/sfntly/cpp/src/test/ |
D | lock_test.cc | 215 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/ |
D | lock_unittest.cc | 242 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/ |
D | efi_selftest_devicepath.c | 17 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/ |
D | message_unittest.cc | 337 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/ |
D | video_send_stream_tests.cc | 1162 test::FakeNativeHandle* handle3 = new test::FakeNativeHandle(); in TEST_F() local 1170 handle3, width, height, 5, 5, kVideoRotation_0)); in TEST_F()
|