HomeSort by relevance Sort by last modified time
    Searched refs:success (Results 1326 - 1350 of 2937) sorted by null

<<51525354555657585960>>

  /external/v8/test/mjsunit/
debug-evaluate-recursive.js 47 function testRequest(exec_state, arguments, success, result) {
59 if (success) {
60 assertTrue(response.success, request + ' -> ' + response.message);
63 assertFalse(response.success, request + ' -> ' + response.message);
debug-evaluate.js 47 function testRequest(dcp, arguments, success, result) {
56 if (success) {
57 assertTrue(response.success, request + ' -> ' + response.message);
60 assertFalse(response.success, request + ' -> ' + response.message);
  /external/wpa_supplicant_8/wpa_supplicant/examples/
wpas-dbus-new.py 78 def scanDone(success):
79 print "Scan done: success=%s" % success
  /frameworks/base/core/java/com/android/internal/widget/
EditableInputConnection.java 183 boolean success = super.commitText(text, newCursorPosition);
186 return success;
  /frameworks/base/tests/CanvasCompare/src/com/android/test/hwuicompare/
CompareActivity.java 106 boolean success = (Boolean) copyInto.invoke(hardwareLayer, mHardwareBitmap);
108 if (!success) {
  /packages/apps/CertInstaller/src/com/android/certinstaller/
CertInstallerMain.java 154 protected void onInstallationDone(boolean success) {
155 super.onInstallationDone(success);
  /packages/services/Telephony/src/com/android/phone/
DeleteFdnContactScreen.java 142 private void handleResult(boolean success) {
143 if (success) {
144 if (DBG) log("handleResult: success!");
  /cts/tests/tests/holo/src/android/holo/cts/
LayoutTestActivity.java 56 static final String EXTRA_SUCCESS = "success";
151 protected void onPostExecute(Boolean success) {
158 finishWithResult(success, message);
299 private void finishWithResult(boolean success, String message) {
304 data.putExtra(EXTRA_SUCCESS, success);
  /dalvik/vm/mterp/armv5te/
OP_INSTANCE_OF.S 29 cmp r0, r1 @ same class (trivial success)?
59 mov r0, #1 @ indicate success
  /external/chromium/chrome/browser/chromeos/cros/
cryptohome_library.h 24 // further information beyond mere success or failure.
25 virtual void OnComplete(bool success, int return_code) = 0;
  /external/chromium/chrome/browser/extensions/
extension_context_menu_api.cc 246 bool success = true;
261 success = menu_manager->AddChildItem(parent_id, item.release());
263 success = menu_manager->AddContextItem(GetExtension(), item.release());
266 if (!success)
extension_tts_api.cc 219 bool success = GetPlatformImpl()->Speak( local
226 if (!success) {
360 bool success = error_.empty(); local
361 SendResponse(success);
  /external/chromium/chrome/browser/safe_browsing/
client_side_detection_service_unittest.cc 80 void SetModelFetchResponse(std::string response_data, bool success) {
82 response_data, success);
86 bool success) {
89 response_data, success);
204 SetModelFetchResponse("", false /* success */);
210 SetModelFetchResponse("bogus model", true /* success */);
225 SetModelFetchResponse("bogus model", true /* success */);
237 SetClientReportPhishingResponse("invalid proto response", true /* success */);
244 true /* success */);
251 false /* success*/);
    [all...]
  /external/chromium/chrome/browser/sync/
profile_sync_service_autofill_unittest.cc 489 bool success() { return success_; } function in class:AddAutofillTask
644 ASSERT_TRUE(task.success());
662 ASSERT_TRUE(task.success());
690 ASSERT_TRUE(task.success());
711 ASSERT_TRUE(task.success());
740 ASSERT_TRUE(task.success());
775 ASSERT_TRUE(task.success());
812 ASSERT_TRUE(task.success());
853 ASSERT_TRUE(task.success());
    [all...]
  /external/chromium/googleurl/src/
url_canon_etc.cc 128 bool success = true; local
149 success = false;
153 success = false;
165 return success;
  /external/chromium/webkit/glue/media/
simple_data_source.cc 291 bool success = net::DataURL::Parse(url_, &mime_type, &charset, &data_); local
295 DoneInitialization_Locked(success);
325 void SimpleDataSource::DoneInitialization_Locked(bool success) {
328 if (success) {
simple_data_source.h 107 void DoneInitialization_Locked(bool success);
  /external/chromium_org/cc/scheduler/
scheduler_state_machine.h 108 void DidDrawIfPossibleCompleted(bool success);
  /external/chromium_org/chrome/browser/automation/
automation_util.h 72 bool* success);
107 // Gets the tab for the given ID. Returns true on success.
110 // Gets the render view for the given ID. Returns true on success.
115 // Gets the extension for the given ID. Returns true on success.
  /external/chromium_org/chrome/browser/chromeos/extensions/file_manager/
desktop_notifications.cc 224 bool success, bool is_unsupported) {
249 success ? it->second.non_parent_device_failed
261 } else if (!success) {
276 if (success) {
desktop_notifications.h 55 bool success,
private_api_file_system.h 85 // Calls SendResponse() with |success| converted to base::Value.
86 void Respond(bool success);
  /external/chromium_org/chrome/browser/devtools/
devtools_file_system_indexer.h 61 void FinishFileIndexing(bool success);
  /external/chromium_org/chrome/browser/download/
download_history.h 98 void ItemAdded(uint32 id, bool success);
  /external/chromium_org/chrome/browser/extensions/api/media_galleries_private/
gallery_watch_state_tracker.h 123 bool success);

Completed in 1743 milliseconds

<<51525354555657585960>>