HomeSort by relevance Sort by last modified time
    Searched defs:handle1 (Results 1 - 19 of 19) sorted by null

  /external/compiler-rt/test/asan/TestCases/Posix/
coverage-direct-activation.cc 51 void *handle1 = dlopen(argv[1], RTLD_LAZY); // %dynamiclib local
52 assert(handle1);
53 void (*bar1)() = (void (*)())dlsym(handle1, "bar");
coverage-direct.cc 75 void *handle1 = dlopen(argv[1], RTLD_LAZY); local
76 assert(handle1);
77 void (*bar1)() = (void (*)())dlsym(handle1, "bar");
coverage-module-unloaded.cc 28 void *handle1 = dlopen(argv[1], RTLD_LAZY); // %dynamiclib1 local
29 assert(handle1);
30 void (*bar1)() = (void (*)())dlsym(handle1, "bar");
42 dlclose(bar1 < bar2 ? handle1 : handle2);
44 dlclose(bar1 < bar2 ? handle2 : handle1);
  /external/compiler-rt/test/asan/TestCases/Android/
coverage-android.cc 126 void *handle1 = local
128 assert(handle1);
133 void (*bar1)() = (void (*)())dlsym(handle1, "bar");
  /external/libchrome/mojo/public/c/system/tests/
core_unittest_pure_c.c 44 MojoHandle handle0, handle1; local
55 handle1 = MOJO_HANDLE_INVALID;
56 EXPECT_EQ(MOJO_RESULT_OK, MojoCreateMessagePipe(NULL, &handle0, &handle1));
63 EXPECT_EQ(MOJO_RESULT_OK, MojoReadMessage(handle1, NULL, &message));
73 EXPECT_EQ(MOJO_RESULT_OK, MojoClose(handle1));
  /external/libchrome/base/synchronization/
lock_unittest.cc 240 PlatformThreadHandle handle1; local
244 ASSERT_TRUE(PlatformThread::Create(0, &thread1, &handle1));
250 PlatformThread::Join(handle1);
  /external/libchrome/mojo/public/cpp/bindings/tests/
test_helpers_unittest.cc 112 ScopedMessagePipeHandle handle0, handle1; local
116 wait_for_trampoline.BounceTwo(std::move(handle0), std::move(pipe.handle1),
117 &handle0, &handle1); local
120 Wait(handle1.get(), MOJO_HANDLE_SIGNAL_READABLE);
122 ReadMessageRaw(handle1.get(), &payload, nullptr, MOJO_READ_MESSAGE_FLAG_NONE);
  /external/libchrome/mojo/public/cpp/system/
message_pipe.h 53 MessagePipeHandle handle1; local
55 options, handle0.mutable_value(), handle1.mutable_value());
59 message_pipe1->reset(handle1);
135 ScopedMessagePipeHandle handle1; member in class:mojo::MessagePipe
139 MojoResult result = CreateMessagePipe(nullptr, &handle0, &handle1);
142 DCHECK(handle1.is_valid());
146 MojoResult result = CreateMessagePipe(&options, &handle0, &handle1);
149 DCHECK(handle1.is_valid());
  /frameworks/av/camera/ndk/ndk_vendor/impl/
utils.cpp 186 const native_handle_t *handle1 = handles1[i].getNativeHandle(); local
188 if (!isWindowNativeHandleEqual(handle1, handle2)) {
189 return isWindowNativeHandleLessThan(handle1, handle2);
  /external/sfntly/cpp/src/test/
lock_test.cc 213 PlatformThreadHandle handle1 = kNullThreadHandle; local
217 EXPECT_TRUE(PlatformThread::Create(&thread1, &handle1));
223 PlatformThread::Join(handle1);
  /external/u-boot/lib/efi_selftest/
efi_selftest_manageprotocols.c 34 static efi_handle_t handle1; variable
66 * handle1
84 ret = boottime->install_protocol_interface(&handle1, &guid3,
91 if (!handle1) {
95 handle = handle1;
96 ret = boottime->install_protocol_interface(&handle1, &guid1,
103 if (handle != handle1) {
113 if (!handle2 || handle1 == handle2) {
147 ret = boottime->handle_protocol(handle1, &guid3, (void **)&interface);
156 ret = boottime->handle_protocol(handle1, &guid2, (void **)&interface)
    [all...]
efi_selftest_devicepath.c 15 static efi_handle_t handle1; variable
56 * handle1
139 ret = boottime->install_protocol_interface(&handle1,
147 ret = boottime->install_protocol_interface(&handle1,
194 ret = boottime->uninstall_protocol_interface(handle1,
201 ret = boottime->uninstall_protocol_interface(handle1,
  /external/libchrome/mojo/public/java/system/
core_impl.cc 41 MojoHandle handle1; local
43 MojoResult result = MojoCreateMessagePipe(options, &handle1, &handle2);
44 return Java_CoreImpl_newNativeCreationResult(env, result, handle1, handle2);
61 MojoHandle handle1; local
63 MojoResult result = MojoCreateDataPipe(options, &handle1, &handle2);
64 return Java_CoreImpl_newNativeCreationResult(env, result, handle1, handle2);
  /external/tensorflow/tensorflow/core/lib/monitoring/
collection_registry_test.cc 58 std::unique_ptr<CollectionRegistry::RegistrationHandle> handle1 = local
  /external/libchrome/mojo/public/cpp/bindings/
associated_interface_ptr.h 208 ScopedInterfaceEndpointHandle handle1; local
210 &handle1);
215 return AssociatedInterfaceRequest<Interface>(std::move(handle1));
239 std::move(pipe.handle1), internal::MultiplexRouter::MULTI_INTERFACE,
  /bionic/tests/
dlfcn_test.cpp 796 void* handle1 = dlopen("libtest_nodelete_2.so", RTLD_NOW | RTLD_NODELETE); local
797 ASSERT_TRUE(handle1 != nullptr) << dlerror();
798 ASSERT_EQ(handle, handle1);
800 dlclose(handle1);
969 void* handle1 = dlopen(nullptr, RTLD_NOW); local
1171 void* handle1 = dlopen("libdlext_test.so", RTLD_NOW); local
    [all...]
dlext_test.cpp 825 void* handle1 = android_dlopen_ext(root_lib, RTLD_NOW, &extinfo); local
826 ASSERT_TRUE(handle1 != nullptr) << dlerror();
832 ASSERT_TRUE(handle1 != handle2);
836 fn_t ns_get_local_string1 = reinterpret_cast<fn_t>(dlsym(handle1, "ns_get_local_string"));
847 reinterpret_cast<fn_t>(dlsym(handle1, "ns_get_private_extern_string"));
859 reinterpret_cast<fn_t>(dlsym(handle1, "ns_get_public_extern_string"));
869 fn_t ns_get_dlopened_string1 = reinterpret_cast<fn_t>(dlsym(handle1, "ns_get_dlopened_string"));
883 reinterpret_cast<fn_t>(dlsym(handle1, "ns_get_internal_extern_string"));
1371 void* handle1 = android_dlopen_ext(root_lib, RTLD_NOW, &extinfo); local
1499 void* handle1 = android_dlopen_ext(root_lib, RTLD_NOW, &extinfo); local
1750 void* handle1 = android_dlopen_ext(root_lib, RTLD_NOW, &extinfo); local
    [all...]
  /external/tensorflow/tensorflow/compiler/xrt/tests/
raw_api_test.cc 424 auto handle1 = ops::XRTAllocate(root, value1); local
430 TF_EXPECT_OK(session.Run({handle1, handle2}, &outputs));
    [all...]
  /external/webrtc/webrtc/video/
video_send_stream_tests.cc 1160 test::FakeNativeHandle* handle1 = new test::FakeNativeHandle(); local
    [all...]

Completed in 468 milliseconds