HomeSort by relevance Sort by last modified time
    Searched refs:handle1 (Results 1 - 25 of 48) sorted by null

1 2

  /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);
coverage-direct-large.cc 56 void *handle1 = dlopen(argv[1], RTLD_LAZY); // %dynamiclib
57 assert(handle1);
58 void (*so_entry)() = (void (*)())dlsym(handle1, "so_entry");
  /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/libmojo/mojo/public/c/system/tests/
core_unittest_pure_c.c 44 MojoHandle handle0, handle1; local
60 handle1 = MOJO_HANDLE_INVALID;
61 EXPECT_EQ(MOJO_RESULT_OK, MojoCreateMessagePipe(NULL, &handle0, &handle1));
82 EXPECT_EQ(MOJO_RESULT_OK, MojoWait(handle1, MOJO_HANDLE_SIGNAL_READABLE,
92 EXPECT_EQ(MOJO_RESULT_OK, MojoReadMessage(handle1, buffer, &num_bytes, NULL,
98 EXPECT_EQ(MOJO_RESULT_OK, MojoClose(handle1));
  /external/libmojo/mojo/public/cpp/system/
message_pipe.h 50 MessagePipeHandle handle1; local
52 options, handle0.mutable_value(), handle1.mutable_value());
56 message_pipe1->reset(handle1);
136 ScopedMessagePipeHandle handle1; member in class:mojo::MessagePipe
140 MojoResult result = CreateMessagePipe(nullptr, &handle0, &handle1);
143 DCHECK(handle1.is_valid());
147 MojoResult result = CreateMessagePipe(&options, &handle0, &handle1);
150 DCHECK(handle1.is_valid());
  /system/core/libutils/tests/
Singleton_test.cpp 36 void* handle1 = dlopen(lib.c_str(), RTLD_NOW); local
37 ASSERT_TRUE(handle1 != nullptr) << dlerror();
49 has_fn_t has1 = reinterpret_cast<has_fn_t>(dlsym(handle1, "singletonHasInstance"));
53 get_fn_t get1 = reinterpret_cast<get_fn_t>(dlsym(handle1, "singletonGetInstanceContents"));
  /system/core/trusty/storage/tests/
main.cpp 505 file_handle_t handle1; local
511 rc = storage_open_file(session_, &handle1, fname, STORAGE_FILE_OPEN_CREATE,
514 storage_close_file(handle1);
517 rc = storage_open_file(session_, &handle1, fname, 0, 0);
524 storage_close_file(handle1);
1125 file_handle_t handle1; local
1163 file_handle_t handle1; local
1376 file_handle_t handle1; local
2135 file_handle_t handle1; local
2213 file_handle_t handle1; local
2529 file_handle_t handle1; local
2596 file_handle_t handle1; local
2643 file_handle_t handle1; local
2697 file_handle_t handle1; local
2768 file_handle_t handle1; local
2848 file_handle_t handle1; local
2927 file_handle_t handle1; local
2985 file_handle_t handle1; local
    [all...]
  /external/libmojo/mojo/public/cpp/bindings/
associated_interface_ptr.h 223 ScopedInterfaceEndpointHandle handle1; local
225 &handle1);
231 request.Bind(std::move(handle1));
256 new internal::MultiplexRouter(std::move(pipe.handle1),
scoped_interface_endpoint_handle.h 34 ScopedInterfaceEndpointHandle* handle1);
interface_request.h 46 Bind(std::move(pipe.handle1));
  /external/libchrome/base/synchronization/
lock_unittest.cc 198 PlatformThreadHandle handle1; local
202 ASSERT_TRUE(PlatformThread::Create(0, &thread1, &handle1));
208 PlatformThread::Join(handle1);
  /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/perfetto/src/protozero/
message_unittest.cc 296 MessageHandle<FakeRootMessage> handle1(msg1);
297 handle1->AppendBytes(1 /* field_id */, kTestBytes, 1 /* size */);
377 MessageHandle<FakeRootMessage> handle1(msg);
379 handle1->AppendBytes(1 /* field_id */, kTestBytes, 1 /* size */);
380 handle2 = std::move(handle1);
  /external/libmojo/mojo/android/system/
core_impl.cc 78 MojoHandle handle1; local
80 MojoResult result = MojoCreateMessagePipe(options, &handle1, &handle2);
81 return Java_CoreImpl_newNativeCreationResult(env, result, handle1, handle2);
98 MojoHandle handle1; local
100 MojoResult result = MojoCreateDataPipe(options, &handle1, &handle2);
101 return Java_CoreImpl_newNativeCreationResult(env, result, handle1, handle2);
  /external/libmojo/mojo/public/c/system/
message_pipe.h 257 MojoFuseMessagePipes(MojoHandle handle0, MojoHandle handle1);
thunks.h 123 MojoResult (*FuseMessagePipes)(MojoHandle handle0, MojoHandle handle1);
  /bionic/tests/
dlext_test.cpp 748 void* handle1 = android_dlopen_ext(root_lib, RTLD_NOW, &extinfo); local
749 ASSERT_TRUE(handle1 != nullptr) << dlerror();
755 ASSERT_TRUE(handle1 != handle2);
759 fn_t ns_get_local_string1 = reinterpret_cast<fn_t>(dlsym(handle1, "ns_get_local_string"));
770 reinterpret_cast<fn_t>(dlsym(handle1, "ns_get_private_extern_string"));
782 reinterpret_cast<fn_t>(dlsym(handle1, "ns_get_public_extern_string"));
792 fn_t ns_get_dlopened_string1 = reinterpret_cast<fn_t>(dlsym(handle1, "ns_get_dlopened_string"));
806 reinterpret_cast<fn_t>(dlsym(handle1, "ns_get_internal_extern_string"));
812 dlclose(handle1);
1294 void* handle1 = android_dlopen_ext(root_lib, RTLD_NOW, &extinfo); local
1422 void* handle1 = android_dlopen_ext(root_lib, RTLD_NOW, &extinfo); local
1673 void* handle1 = android_dlopen_ext(root_lib, RTLD_NOW, &extinfo); local
    [all...]
  /packages/services/Telecomm/testapps/src/com/android/server/telecom/testapps/
CallServiceNotifier.java 120 PhoneAccountHandle handle1 = new PhoneAccountHandle( local
122 mPhoneAccountMap.put(CALL_PROVIDER_ID, handle1);
124 handle1,
  /external/libmojo/mojo/edk/js/
core.cc 102 MojoHandle handle1 = MOJO_HANDLE_INVALID; local
108 result = MojoCreateMessagePipe(NULL, &handle0, &handle1);
121 result = MojoCreateMessagePipe(&options, &handle0, &handle1);
130 dictionary.Set("handle1", mojo::Handle(handle1));
  /external/libmojo/mojo/public/cpp/bindings/tests/
handle_passing_unittest.cc 206 EXPECT_TRUE(WriteTextMessage(pipe0.handle1.get(), kText1));
209 EXPECT_TRUE(WriteTextMessage(pipe1.handle1.get(), kText2));
304 MojoHandle handle1_value = extra_pipe.handle1.get().value();
309 pipes[1] = std::move(extra_pipe.handle1);
  /frameworks/base/tests/CoreTests/android/core/
RequestAPITest.java 235 RequestHandle handle1 = mRequestQueue.queueRequest( local
238 handle1.waitUntilComplete();
402 RequestHandle handle1 = mRequestQueue.queueRequest( local
406 handle1.waitUntilComplete();
  /external/libmojo/mojo/public/cpp/bindings/lib/
scoped_interface_endpoint_handle.cc 287 ScopedInterfaceEndpointHandle* handle1) {
294 *handle1 = std::move(result1);
  /external/libmojo/mojo/public/cpp/system/tests/
core_unittest.cc 273 // Write a message to |mp.handle0|, before we send |mp.handle1|.
284 // Send |mp.handle1| over |h1| to |h0|.
286 handles[0] = mp.handle1.release().value();
288 EXPECT_FALSE(mp.handle1.get().is_valid());
324 mp.handle1.reset(MessagePipeHandle(handles[0]));
329 Wait(mp.handle1.get(), MOJO_HANDLE_SIGNAL_READABLE,
340 ReadMessageRaw(mp.handle1.get(),

Completed in 465 milliseconds

1 2