HomeSort by relevance Sort by last modified time
    Searched full:setresult (Results 76 - 100 of 438) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/chromium_org/chrome/browser/extensions/api/declarative/
test_rules_registry.h 35 void SetResult(const std::string& result);
  /external/chromium_org/chrome/browser/extensions/api/idle/
idle_api.cc 47 SetResult(IdleManager::CreateIdleValue(state));
  /external/chromium_org/chrome/browser/extensions/api/music_manager_private/
music_manager_private_api.cc 47 SetResult(Value::CreateStringValue(device_id));
  /external/chromium_org/chrome/browser/extensions/api/terminal/
terminal_private_api.cc 129 SetResult(new base::FundamentalValue(pid));
154 SetResult(new base::FundamentalValue(success));
186 SetResult(new base::FundamentalValue(success));
217 SetResult(new base::FundamentalValue(success));
  /external/chromium_org/chrome/browser/extensions/api/top_sites/
top_sites_api.cc 47 SetResult(pages_value.release());
  /external/chromium_org/ppapi/thunk/
ppb_ext_crx_file_system_private_thunk.cc 30 return enter.SetResult(enter.functions()->Open(instance,
ppb_file_system_thunk.cc 43 return enter.SetResult(enter.object()->Open(expected_size, enter.callback()));
ppb_flash_device_id_thunk.cc 37 return enter.SetResult(enter.object()->GetDeviceID(id, enter.callback()));
ppb_flash_menu_thunk.cc 38 return enter.SetResult(enter.object()->Show(location, selected_id,
ppb_host_resolver_private_thunk.cc 40 return enter.SetResult(enter.object()->Resolve(host, port, hint,
ppb_mouse_lock_thunk.cc 26 return enter.SetResult(enter.functions()->LockMouse(instance,
ppb_network_proxy_thunk.cc 30 return enter.SetResult(enter.functions()->GetProxyForURL(instance,
ppb_printing_dev_thunk.cc 37 return enter.SetResult(enter.object()->GetDefaultPrintSettings(
ppb_video_destination_private_thunk.cc 40 return enter.SetResult(enter.object()->Open(stream_url, enter.callback()));
  /frameworks/base/libs/hwui/thread/
Task.h 47 void setResult(T result) {
  /frameworks/base/packages/PrintSpooler/src/com/android/printspooler/
SelectPrinterActivity.java 38 setResult(RESULT_OK, intent);
  /frameworks/base/tests/appwidgets/AppWidgetHostTest/src/com/android/tests/appwidgethost/
TestAppWidgetConfigure.java 50 setResult(RESULT_OK);
  /packages/apps/Browser/src/com/android/browser/
ComboViewActivity.java 50 setResult(RESULT_CANCELED);
103 setResult(RESULT_OK, i);
111 setResult(RESULT_OK, i);
124 setResult(RESULT_OK, i);
  /packages/apps/Camera/src/com/android/camera/
ProxyLauncher.java 42 setResult(resultCode, data);
  /packages/apps/Camera2/src/com/android/camera/
ProxyLauncher.java 42 setResult(resultCode, data);
  /packages/apps/Exchange/src/com/android/exchange/
MockParserStream.java 48 public void setResult(Object _value) {
  /external/chromium_org/content/renderer/pepper/
npapi_glue.h 84 // call SetResult with the result of the PPAPI call, or
87 // Both SetResult and CheckExceptionForNoResult will throw an exception to
88 // the JavaScript library if the plugin reported an exception. SetResult
98 // specified, you must call SetResult() to set it. If it is not, you must
114 // after calling SetResult/CheckExceptionForNoResult.
122 bool SetResult(PP_Var result);
143 bool checked_exception_; // SetResult/CheckExceptionForNoResult was called.
  /frameworks/base/docs/html/training/basics/intents/
filters.jd 195 android.app.Activity#setResult(int,Intent) setResult()} to specify the result code and result {@link
203 setResult(Activity.RESULT_OK, result);
219 android.app.Activity#setResult(int) setResult()} and pass only a result code. For example:</p>
222 setResult(RESULT_COLOR_RED);
235 android.app.Activity#setResult(int,Intent) setResult()} if the intent that started your activity
238 the result you supply to {@link android.app.Activity#setResult(int,Intent) setResult()}; otherwise
    [all...]
  /external/chromium_org/ppapi/native_client/src/untrusted/nacl_ppapi_util/
nacl_ppapi_util.h 106 void SetResult(R *result) {
144 // SetResult before returning to pass ownership of a result object (R)
160 void SetResult(R *result) {
161 ws_->SetResult(result);
182 // Canonical pointer return value used with SetResult when the main
  /packages/services/Telephony/src/com/android/phone/
EmergencyCallbackModeExitDialog.java 226 setResult(RESULT_OK, (new Intent()).putExtra(
243 setResult(RESULT_OK, (new Intent()).putExtra(
287 EmergencyCallbackModeExitDialog.this.setResult(RESULT_OK, (new Intent())
306 EmergencyCallbackModeExitDialog.this.setResult(RESULT_OK, (new Intent())
339 EmergencyCallbackModeExitDialog.this.setResult(RESULT_OK, (new Intent())

Completed in 2603 milliseconds

1 2 34 5 6 7 8 91011>>