Home
last modified time | relevance | path

Searched refs:RESULT_OK (Results 1 – 13 of 13) sorted by relevance

/external/chromium/net/tools/dump_cache/
Dupgrade.cc107 RESULT_OK = 0, enumerator
368 if (input_->msg.result != RESULT_OK) in DoGetEntry()
393 if (input_->msg.result != RESULT_OK) in DoGetKey()
432 if (input_->msg.result != RESULT_OK) in DoGetUseTimes()
459 if (input_->msg.result != RESULT_OK) in DoGetDataSize()
501 if (input_->msg.result != RESULT_OK) in DoReadData()
756 msg_.result = RESULT_OK; in DoGetEntryComplete()
772 msg.result = RESULT_OK; in DoCloseEntry()
793 msg.result = RESULT_OK; in DoGetKey()
809 msg.result = RESULT_OK; in DoGetUseTimes()
[all …]
/external/chromium/chrome/browser/debugger/
Ddebugger_remote_service.cc159 base::IntToString(RESULT_OK).c_str(), in DebuggerOutput()
177 value.SetInteger(kResultKey, RESULT_OK); in FrameNavigate()
188 value.SetInteger(kResultKey, RESULT_OK); in TabClosed()
226 response->SetInteger(kResultKey, RESULT_OK); in AttachToTab()
255 result_code = RESULT_OK; in DetachFromTab()
Dextension_ports_remote_service.cc266 content.SetInteger(kResultKey, RESULT_OK); in OnExtensionMessage()
282 content.SetInteger(kResultKey, RESULT_OK); in OnExtensionPortDisconnected()
344 response->SetInteger(kResultKey, RESULT_OK); in ConnectCommand()
359 response->SetInteger(kResultKey, RESULT_OK); in DisconnectCommand()
384 response->SetInteger(kResultKey, RESULT_OK); in PostMessageCommand()
Dextension_ports_remote_service.h60 RESULT_OK = 0, enumerator
Ddebugger_remote_service.h80 RESULT_OK = 0, enumerator
/external/objenesis/tck-android/src/org/objenesis/tck/android/
DTckInstrumentation.java50 finish(Activity.RESULT_OK, bundle); in onCreate()
/external/mtpd/
Dpptp.c66 #define RESULT_OK 1 macro
354 outgoing.echorp.result = RESULT_OK; in pptp_process()
/external/replicaisland/src/com/replica/replicaisland/
DLevelSelectActivity.java256 setResult(RESULT_OK, intent); in onListItemClick()
366 setResult(RESULT_OK, mIntent); in onAnimationEnd()
DAnimationPlayerActivity.java152 setResult(RESULT_OK, callingIntent); in onCreate()
DAndouKun.java474 if (resultCode == RESULT_OK) { in onActivityResult()
/external/zxing/qr_scanner/src/com/google/zxing/client/android/
DCaptureActivityHandler.java91 activity.setResult(Activity.RESULT_OK, (Intent) message.obj); in handleMessage()
DCaptureActivity.java211 setResult(RESULT_OK, result); in handleDecode()
/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
DActivityTest.java76 shadowOf(activity).receiveResult(new Intent().setType("image/*"), Activity.RESULT_OK, in startActivityForResultAndReceiveResult_shouldSendResponsesBackToActivity()
94 shadowOf(activity).receiveResult(requestIntent, Activity.RESULT_OK, in startActivityForResultAndReceiveResult_whenNoIntentMatches_shouldThrowException()