Searched refs:RESULT_OK (Results 1 - 25 of 37) sorted by relevance

12

/external/chromium_org/mojo/public/js/bindings/
H A Dcore_unittests.js23 expect(pipe.result).toBe(core.RESULT_OK);
27 expect(core.close(pipe.handle0)).toBe(core.RESULT_OK);
28 expect(core.close(pipe.handle1)).toBe(core.RESULT_OK);
35 expect(pipe.result).toBe(core.RESULT_OK);
39 expect(core.close(pipe.handle0)).toBe(core.RESULT_OK);
40 expect(core.close(pipe.handle1)).toBe(core.RESULT_OK);
45 expect(pipe.result).toBe(core.RESULT_OK);
49 expect(core.close(pipe.producerHandle)).toBe(core.RESULT_OK);
50 expect(core.close(pipe.consumerHandle)).toBe(core.RESULT_OK);
59 expect(pipe.result).toBe(core.RESULT_OK);
[all...]
H A Dconnector.js46 case core.RESULT_OK:
93 if (read.result != core.RESULT_OK) {
120 this.readMore_(core.RESULT_OK);
H A Dcore.js24 var RESULT_OK; variable
181 * result, // |RESULT_OK| on success, error code otherwise.
196 * result, // |RESULT_OK| on success, error code otherwise.
211 * result, // |RESULT_OK| on success, error code otherwise.
225 * result, // |RESULT_OK| on success, error code otherwise.
H A Dvalidation_unittests.js271 expect(testMessagePipe.result).toBe(core.RESULT_OK);
278 expect(writeMessageValue).toBe(core.RESULT_OK);
294 expect(core.close(testMessagePipe.handle0)).toBe(core.RESULT_OK);
/external/chromium_org/mojo/apps/js/bindings/
H A Dconnection_unittests.js101 expect(core.close(port)).toBe(core.RESULT_OK);
137 mockSupport.pumpOnce(core.RESULT_OK);
150 expect(core.close(sourcePipe.handle1)).toBe(core.RESULT_OK);
155 expect(core.close(anotherPipe.handle1)).toBe(core.RESULT_OK);
183 mockSupport.pumpOnce(core.RESULT_OK);
202 mockSupport.queuePump(core.RESULT_OK);
207 mockSupport.queuePump(core.RESULT_OK);
230 mockSupport.queuePump(core.RESULT_OK);
235 mockSupport.queuePump(core.RESULT_OK);
245 mockSupport.queuePump(core.RESULT_OK);
[all...]
/external/chromium_org/mojo/python/tests/
H A Dsystem_unittest.py31 self.assertEquals(system.RESULT_OK, 0)
99 self.assertEquals(system.RESULT_OK, handle.Wait(
107 system.RESULT_OK,
148 self.assertEquals(system.RESULT_OK, res)
157 self.assertEquals(system.RESULT_OK, res)
171 self.assertEquals(system.RESULT_OK, res)
187 self.assertEquals(system.RESULT_OK, res)
228 self.assertEquals((system.RESULT_OK, 0), pipes.producer_handle.WriteData())
230 (system.RESULT_OK, None), pipes.consumer_handle.ReadData())
235 self.assertEquals((system.RESULT_OK, DATA_SIZ
[all...]
H A Dasync_wait_unittest.py42 self.assertEquals(system.RESULT_OK, self.array[0])
H A Dmessaging_unittest.py58 self.assertEquals(result, system.RESULT_OK)
171 self.assertEquals(system.RESULT_OK, res)
196 self.assertEquals(system.RESULT_OK, res)
/external/objenesis/tck-android/src/org/objenesis/tck/android/
H A DTckInstrumentation.java50 finish(Activity.RESULT_OK, bundle);
/external/chromium_org/mojo/public/python/mojo/bindings/
H A Dmessaging.py234 return result == system.RESULT_OK
244 if result == system.RESULT_OK:
262 result = system.RESULT_OK
263 while result == system.RESULT_OK:
377 if result == system.RESULT_OK and message_receiver:
382 if result == system.RESULT_OK and message_receiver:
/external/chromium_org/extensions/renderer/resources/
H A Ddata_sender.js150 * <li>RESULT_OK if the write completes successfully;
158 if (result.result != core.RESULT_OK)
161 return this.data_.byteLength ? core.RESULT_SHOULD_WAIT : core.RESULT_OK;
395 if (result != core.RESULT_OK) {
401 if (result == core.RESULT_OK) {
H A Ddata_receiver.js308 if (waitResult != core.RESULT_OK || !this.receive_) {
313 if (result.result == core.RESULT_OK) {
/external/chromium_org/remoting/host/setup/
H A Ddaemon_controller_delegate_linux.cc246 result = DaemonController::RESULT_OK;
268 result = DaemonController::RESULT_OK;
280 result = DaemonController::RESULT_OK;
H A Ddaemon_controller.h58 RESULT_OK = 0, enumerator in enum:remoting::DaemonController::AsyncResult
H A Dme2me_native_messaging_host_unittest.cc175 done.Run(DaemonController::RESULT_OK);
185 done.Run(DaemonController::RESULT_OK);
195 done.Run(DaemonController::RESULT_OK);
203 done.Run(DaemonController::RESULT_OK);
H A Dhost_starter.cc183 if (result != DaemonController::RESULT_OK) {
/external/chromium_org/mojo/apps/js/test/
H A Djs_to_cpp_unittest.js173 if (writeResult.result != core.RESULT_OK) {
186 if (result != core.RESULT_OK) {
/external/deqp/framework/common/
H A DtcuThreadUtil.cpp129 if (m_deps[depNdx]->waitReady() != Event::RESULT_OK)
147 m_event->setResult(Event::RESULT_OK);
H A DtcuThreadUtil.hpp47 RESULT_OK, enumerator in enum:tcu::ThreadUtil::Event::Result
/external/chromium_org/net/tools/gdig/
H A Dgdig.cc192 RESULT_OK = 0, enumerator in enum:net::__anon9759::GDig::Result
418 Finish(RESULT_OK);
501 Finish(RESULT_OK);
/external/chromium_org/mojo/public/python/mojo/
H A Dsystem.pyx30 RESULT_OK = c_core.MOJO_RESULT_OK variable
383 - if code is RESULT_OK, sizes will be None, and data will be a pair of
428 - If code is RESULT_OK, num_bytes is the number of written bytes.
453 - If code is RESULT_OK, two_phase_buffer is a writable
481 - if code is RESULT_OK, buffer will be a view of the input buffer with the
504 - if code is RESULT_OK, num_bytes will be the number of bytes available on
526 - If code is RESULT_OK, two_phase_buffer is a readable
576 - If code is RESULT_OK, mapped_buffer is a readable/writable
/external/zxing/qr_scanner/src/com/google/zxing/client/android/
H A DCaptureActivityHandler.java91 activity.setResult(Activity.RESULT_OK, (Intent) message.obj);
/external/mtpd/
H A Dpptp.c66 #define RESULT_OK 1 macro
354 outgoing.echorp.result = RESULT_OK;
/external/replicaisland/src/com/replica/replicaisland/
H A DLevelSelectActivity.java256 setResult(RESULT_OK, intent);
366 setResult(RESULT_OK, mIntent);
/external/chromium_org/components/wifi/
H A Dwifi_test.cc39 RESULT_OK = 0, enumerator in enum:wifi::WiFiTest::Result

Completed in 554 milliseconds

12