Searched refs:handle1 (Results 1 - 25 of 54) sorted by relevance

123

/external/compiler-rt/test/asan/TestCases/Linux/
H A Dcoverage-direct.cc35 void *handle1 = local
37 assert(handle1);
38 void (*bar1)() = (void (*)())dlsym(handle1, "bar");
H A Dcoverage-module-unloaded.cc28 void *handle1 = local
30 assert(handle1);
31 void (*bar1)() = (void (*)())dlsym(handle1, "bar");
44 dlclose(bar1 < bar2 ? handle1 : handle2);
46 dlclose(bar1 < bar2 ? handle2 : handle1);
/external/compiler-rt/test/asan/TestCases/Android/
H A Dcoverage-android.cc56 void *handle1 = local
58 assert(handle1);
59 void (*bar1)() = (void (*)())dlsym(handle1, "bar");
/external/chromium_org/v8/test/mjsunit/
H A Ddebug-toggle-mirror-cache.js30 var handle1 = debug.MakeMirror(123).handle(); variable
31 assertEquals("number", debug.LookupMirror(handle1).type());
/external/chromium_org/mojo/public/c/system/tests/
H A Dcore_unittest_pure_c.c44 MojoHandle handle0, handle1; local
60 handle1 = MOJO_HANDLE_INVALID;
61 EXPECT_EQ(MOJO_RESULT_OK, MojoCreateMessagePipe(NULL, &handle0, &handle1));
77 MojoWait(handle1, MOJO_HANDLE_SIGNAL_READABLE, MOJO_DEADLINE_INDEFINITE));
81 MojoReadMessage(handle1,
91 EXPECT_EQ(MOJO_RESULT_OK, MojoClose(handle1));
/external/chromium_org/mojo/public/cpp/system/
H A Dmessage_pipe.h40 MessagePipeHandle handle1; local
43 handle1.mutable_value());
47 message_pipe1->reset(handle1);
83 ScopedMessagePipeHandle handle1; member in class:mojo::MessagePipe
88 CreateMessagePipe(NULL, &handle0, &handle1);
94 CreateMessagePipe(&options, &handle0, &handle1);
/external/chromium_org/mojo/public/cpp/application/
H A Dconnect.h17 service_provider->ConnectToService(Interface::Name_, pipe.handle1.Pass());
H A Dapplication_connection.h53 pipe.handle1.Pass());
/external/chromium_org/mojo/public/cpp/environment/tests/
H A Dasync_waiter_unittest.cc72 EXPECT_TRUE(test::WriteTextMessage(test_pipe.handle1.get(), std::string()));
88 EXPECT_TRUE(test::WriteTextMessage(test_pipe1.handle1.get(), std::string()));
89 EXPECT_TRUE(test::WriteTextMessage(test_pipe2.handle1.get(), std::string()));
109 EXPECT_TRUE(test::WriteTextMessage(test_pipe.handle1.get(), std::string()));
/external/chromium_org/mojo/python/tests/
H A Dsystem_unittest.py83 self._testHandlesCreation(handles.handle0, handles.handle1)
104 handles.handle1.WriteMessage()
115 handle1 = handles.handle1
121 (handle1, system.HANDLE_SIGNAL_WRITABLE)],
127 (handle1, system.HANDLE_SIGNAL_READABLE)], 0))
135 (handle1, system.HANDLE_SIGNAL_READABLE)],
142 (res, buffers, next_message) = handles.handle1.ReadMessage()
147 (res, buffers, next_message) = handles.handle1.ReadMessage(result)
155 (res, buffers, next_message) = handles.handle1
[all...]
H A Dasync_wait_unittest.py33 self.handles.handle1.WriteMessage()
/external/chromium_org/mojo/apps/js/bindings/
H A Dconnection_unittests.js129 pipe.handle1, ServiceClientImpl, sample_service.ServiceProxy);
149 // sourcePipe.handle1 hasn't been closed yet.
150 expect(core.close(sourcePipe.handle1)).toBe(core.RESULT_OK);
154 // anotherPipe.handle1 hasn't been closed yet.
155 expect(core.close(anotherPipe.handle1)).toBe(core.RESULT_OK);
159 expect(core.close(pipe.handle1)).toBe(core.RESULT_INVALID_ARGUMENT);
166 pipe.handle1, function() {}, sample_service.ServiceProxy);
226 pipe.handle1, ProviderClientImpl, sample_interfaces.ProviderProxy);
/external/chromium_org/content/renderer/mojo/
H A Dservice_registry_js_wrapper.cc44 return pipe.handle1.release();
/external/chromium_org/mojo/common/
H A Dhandle_watcher_unittest.cc159 EXPECT_TRUE(mojo::test::WriteTextMessage(test_pipe.handle1.get(),
200 EXPECT_TRUE(mojo::test::WriteTextMessage(test_pipe3.handle1.get(),
210 EXPECT_TRUE(mojo::test::WriteTextMessage(test_pipe1.handle1.get(),
212 EXPECT_TRUE(mojo::test::WriteTextMessage(test_pipe3.handle1.get(),
221 EXPECT_TRUE(mojo::test::WriteTextMessage(test_pipe1.handle1.get(),
223 EXPECT_TRUE(mojo::test::WriteTextMessage(test_pipe2.handle1.get(),
253 EXPECT_TRUE(mojo::test::WriteTextMessage(test_pipe1.handle1.get(),
262 EXPECT_TRUE(mojo::test::WriteTextMessage(test_pipe2.handle1.get(),
276 EXPECT_TRUE(mojo::test::WriteTextMessage(test_pipe1.handle1.get(),
332 callback_helper.StartWithCallback(watcher, test_pipe.handle1
[all...]
/external/chromium_org/mojo/apps/js/
H A Dmain.js30 netConnection.remote.createURLLoader(urlLoaderPipe.handle1);
/external/chromium_org/base/synchronization/
H A Dlock_unittest.cc199 PlatformThreadHandle handle1; local
203 ASSERT_TRUE(PlatformThread::Create(0, &thread1, &handle1));
209 PlatformThread::Join(handle1);
/external/chromium_org/third_party/sfntly/cpp/src/test/
H A Dlock_test.cc213 PlatformThreadHandle handle1 = kNullThreadHandle; local
217 EXPECT_TRUE(PlatformThread::Create(&thread1, &handle1));
223 PlatformThread::Join(handle1);
/external/sfntly/cpp/src/test/
H A Dlock_test.cc213 PlatformThreadHandle handle1 = kNullThreadHandle; local
217 EXPECT_TRUE(PlatformThread::Create(&thread1, &handle1));
223 PlatformThread::Join(handle1);
/external/chromium_org/mojo/public/js/bindings/
H A Dcore_unittests.js28 expect(core.close(pipe.handle1)).toBe(core.RESULT_OK);
40 expect(core.close(pipe.handle1)).toBe(core.RESULT_OK);
83 pipe.handle1, core.READ_MESSAGE_FLAG_NONE);
/external/chromium_org/mojo/apps/js/test/
H A Djs_to_cpp_unittest.js61 arg.message_handle = messagePipe1.handle1;
70 specialArg.message_handle = messagePipe2.handle1;
115 arg.message_handle = messagePipe.handle1;
155 arg.message_handle = messagePipe.handle1;
/external/chromium_org/content/public/common/
H A Dservice_registry.h57 ConnectToRemoteService(Interface::Name_, pipe.handle1.Pass());
/external/chromium_org/mojo/public/cpp/bindings/
H A Dinterface_request.h71 return MakeRequest<Interface>(pipe.handle1.Pass());
/external/chromium_org/mojo/spy/
H A Dspy_server_impl.cc89 return ScopedMessagePipeHandle(pipe_.handle1.Pass()).Pass();
/external/chromium_org/sync/syncable/
H A Dsyncable_unittest.cc431 int64 handle1 = 0; local
439 handle1 = e1.GetMetahandle();
444 EXPECT_TRUE(IsInDirtyMetahandles(handle1));
453 MutableEntry aguilera(&trans, GET_BY_HANDLE, handle1);
459 EXPECT_TRUE(IsInDirtyMetahandles(handle1));
471 MutableEntry aguilera(&trans, GET_BY_HANDLE, handle1);
476 EXPECT_FALSE(IsInDirtyMetahandles(handle1));
479 EXPECT_TRUE(IsInDirtyMetahandles(handle1));
500 Entry e1(&trans, GET_BY_HANDLE, handle1);
508 EXPECT_TRUE(IsInDirtyMetahandles(handle1));
513 int64 handle1 = 0; local
[all...]
/external/chromium_org/mojo/android/system/
H A Dcore_impl.cc88 MojoHandle handle1; local
90 MojoResult result = MojoCreateMessagePipe(options, &handle1, &handle2);
91 return Java_CoreImpl_newNativeCreationResult(env, result, handle1, handle2)
108 MojoHandle handle1; local
110 MojoResult result = MojoCreateDataPipe(options, &handle1, &handle2);
111 return Java_CoreImpl_newNativeCreationResult(env, result, handle1, handle2)

Completed in 615 milliseconds

123