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

12

/external/chromium_org/mojo/apps/js/bindings/
H A Dcore_unittests.js18 expect(core.close(pipe.handle0)).toBe(core.RESULT_OK);
19 expect(core.close(pipe.handle1)).toBe(core.RESULT_OK);
35 expect(result).toBe(core.RESULT_OK);
42 expect(read.result).toBe(core.RESULT_OK);
H A Dconnector_unittests.js71 expect(core.close(port)).toBe(core.RESULT_OK);
107 mockSupport.pumpOnce(core.RESULT_OK);
120 expect(core.close(sourcePipe.handle1)).toBe(core.RESULT_OK);
125 expect(core.close(anotherPipe.handle1)).toBe(core.RESULT_OK);
H A Dconnector.js47 if (result != core.RESULT_OK) {
69 if (read.result != core.RESULT_OK) {
/external/objenesis/tck-android/src/org/objenesis/tck/android/
H A DTckInstrumentation.java50 finish(Activity.RESULT_OK, bundle);
/external/chromium/chrome/browser/debugger/
H A Ddebugger_remote_service.h80 RESULT_OK = 0, enumerator in enum:DebuggerRemoteService::__anon2079
H A Dextension_ports_remote_service.h60 RESULT_OK = 0, enumerator in enum:ExtensionPortsRemoteService::__anon2085
H A Ddebugger_remote_service.cc159 base::IntToString(RESULT_OK).c_str(),
177 value.SetInteger(kResultKey, RESULT_OK);
188 value.SetInteger(kResultKey, RESULT_OK);
226 response->SetInteger(kResultKey, RESULT_OK);
255 result_code = RESULT_OK;
H A Dextension_ports_remote_service.cc266 content.SetInteger(kResultKey, RESULT_OK);
282 content.SetInteger(kResultKey, RESULT_OK);
344 response->SetInteger(kResultKey, RESULT_OK);
359 response->SetInteger(kResultKey, RESULT_OK);
384 response->SetInteger(kResultKey, RESULT_OK);
/external/chromium/net/tools/dump_cache/
H A Dupgrade.cc107 RESULT_OK = 0, enumerator in enum:__anon3243::__anon3245
368 if (input_->msg.result != RESULT_OK)
393 if (input_->msg.result != RESULT_OK)
432 if (input_->msg.result != RESULT_OK)
459 if (input_->msg.result != RESULT_OK)
501 if (input_->msg.result != RESULT_OK)
756 msg_.result = RESULT_OK;
772 msg.result = RESULT_OK;
793 msg.result = RESULT_OK;
809 msg.result = RESULT_OK;
[all...]
/external/chromium_org/net/tools/dump_cache/
H A Dupgrade_win.cc111 RESULT_OK = 0, enumerator in enum:__anon9853::__anon9855
362 if (input_->msg.result != RESULT_OK)
387 if (input_->msg.result != RESULT_OK)
426 if (input_->msg.result != RESULT_OK)
453 if (input_->msg.result != RESULT_OK)
495 if (input_->msg.result != RESULT_OK)
749 msg_.result = RESULT_OK;
765 msg.result = RESULT_OK;
786 msg.result = RESULT_OK;
802 msg.result = RESULT_OK;
[all...]
/external/chromium_org/remoting/host/setup/
H A Ddaemon_controller_delegate_linux.cc210 result = DaemonController::RESULT_OK;
232 result = DaemonController::RESULT_OK;
244 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.cc178 done.Run(DaemonController::RESULT_OK);
188 done.Run(DaemonController::RESULT_OK);
196 done.Run(DaemonController::RESULT_OK);
H A Dhost_starter.cc181 if (result != DaemonController::RESULT_OK) {
H A Ddaemon_controller_delegate_win.cc121 return DaemonController::RESULT_OK;
/external/chromium_org/net/tools/gdig/
H A Dgdig.cc191 RESULT_OK = 0, enumerator in enum:net::__anon9864::GDig::Result
417 Finish(RESULT_OK);
500 Finish(RESULT_OK);
/external/chromium_org/components/wifi/
H A Dwifi_test.cc37 RESULT_OK = 0, enumerator in enum:wifi::WiFiTest::Result
/external/zxing/qr_scanner/src/com/google/zxing/client/android/
H A DCaptureActivityHandler.java91 activity.setResult(Activity.RESULT_OK, (Intent) message.obj);
H A DCaptureActivity.java211 setResult(RESULT_OK, result);
/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);
H A DAnimationPlayerActivity.java152 setResult(RESULT_OK, callingIntent);
/external/chromium_org/ui/android/java/src/org/chromium/ui/base/
H A DSelectFileDialog.java165 if (resultCode != Activity.RESULT_OK) {
/external/droiddriver/samples/testapp/src/com/google/android/apps/common/testing/ui/testapp/
H A DSendActivity.java162 if (resultCode == RESULT_OK) {
/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
H A DActivityTest.java76 shadowOf(activity).receiveResult(new Intent().setType("image/*"), Activity.RESULT_OK,
94 shadowOf(activity).receiveResult(requestIntent, Activity.RESULT_OK,

Completed in 758 milliseconds

12