/packages/apps/Email/src/com/android/exchange/ |
AbstractSyncService.java | 103 * functionality, success is indicated by a failure to throw an Exception 164 boolean success; field in class:AbstractSyncService.ValidationResult 170 success = _success; 176 success = _success; 180 success = false; 186 return success;
|
/external/icu4c/i18n/ |
rematch.cpp | 2738 UBool success = FALSE; local 2787 UBool success = TRUE; local 3039 UBool success = isWordBoundary(fp->fInputIdx); local 3050 UBool success = isUWordBoundary(fp->fInputIdx); local 3071 UBool success = (ctype == U_DECIMAL_DIGIT_NUMBER); local 3209 UBool success = ((opValue & URX_NEG_SET) == URX_NEG_SET); local 3307 UBool success = FALSE; local 3377 UBool success = FALSE; local [all...] |
buddhcal.cpp | 33 BuddhistCalendar::BuddhistCalendar(const Locale& aLocale, UErrorCode& success) 34 : GregorianCalendar(aLocale, success) 36 setTimeInMillis(getNow(), success); // Call this again now that the vtable is set up properly. local
|
taiwncal.cpp | 33 TaiwanCalendar::TaiwanCalendar(const Locale& aLocale, UErrorCode& success) 34 : GregorianCalendar(aLocale, success) 36 setTimeInMillis(getNow(), success); // Call this again now that the vtable is set up properly. local
|
/external/chromium/base/ |
file_util_posix.cc | 138 // The Windows version defines this condition as success. 147 bool success = true; 153 for (FilePath current = traversal.Next(); success && !current.empty(); 161 success = (unlink(current.value().c_str()) == 0); 164 while (success && !directories.empty()) { 167 success = (rmdir(dir.value().c_str()) == 0); 170 return success; 235 bool success = true; 251 success = false; 266 while (success && !current.empty()) [all...] |
utf_string_conversions.cc | 28 bool success = true; local 36 success = false; 40 return success; 54 // Ignore the success flag of this call, it will do the best it can for 137 // Ignore the success flag of this call, it will do the best it can for 150 // Ignore the success flag of this call, it will do the best it can for
|
/external/chromium/third_party/icu/source/i18n/ |
buddhcal.cpp | 33 BuddhistCalendar::BuddhistCalendar(const Locale& aLocale, UErrorCode& success) 34 : GregorianCalendar(aLocale, success) 36 setTimeInMillis(getNow(), success); // Call this again now that the vtable is set up properly. local
|
taiwncal.cpp | 33 TaiwanCalendar::TaiwanCalendar(const Locale& aLocale, UErrorCode& success) 34 : GregorianCalendar(aLocale, success) 36 setTimeInMillis(getNow(), success); // Call this again now that the vtable is set up properly. local
|
coptccal.cpp | 27 CopticCalendar::CopticCalendar(const Locale& aLocale, UErrorCode& success) 28 : CECalendar(aLocale, success)
|
/external/elfutils/libelf/ |
elf_getshstrndx.c | 85 goto success; 124 goto success; 159 success:
|
/external/icu4c/layout/ |
KernTable.cpp | 173 LEErrorCode success = LE_NO_ERROR; local 223 storage.adjustPosition(i, adjust, 0, success); 226 storage.adjustPosition(storage.getGlyphCount(), adjust, 0, success);
|
LEFontInstance.cpp | 34 le_int32 script, LEErrorCode &success) const 36 if (LE_FAILURE(success)) { 41 success = LE_ILLEGAL_ARGUMENT_ERROR;
|
/external/skia/src/ports/ |
SkXMLParser_expat.cpp | 112 bool success = true; local 116 success = false; 119 return success;
|
/external/v8/test/mjsunit/ |
debug-scripts-request.js | 48 function testArguments(dcp, arguments, success) { 52 if (success) { 53 assertTrue(response.success, json_response); 55 assertFalse(response.success, json_response); 79 assertTrue(response.success); 87 assertTrue(response.success);
|
/external/webkit/WebCore/bindings/v8/custom/ |
V8ClipboardCustom.cpp | 91 bool success; 92 String result = clipboard->getData(toWebCoreString(args[0]), success); 93 if (success)
|
/external/wpa_supplicant/ |
eapol_sm.h | 87 * @success: Whether the authentication was completed successfully 95 void (*cb)(struct eapol_sm *eapol, int success, void *ctx); 135 * Returns: 0 on success, -1 on failure 146 * Returns: 0 on success, -1 on failure 219 void eapol_sm_notify_eap_success(struct eapol_sm *sm, Boolean success); 278 Boolean success)
|
/external/wpa_supplicant_6/wpa_supplicant/src/eapol_supp/ |
eapol_supp_sm.h | 87 * @success: Whether the authentication was completed successfully 95 void (*cb)(struct eapol_sm *eapol, int success, void *ctx); 135 * Returns: 0 on success, -1 on failure 146 * Returns: 0 on success, -1 on failure 237 void eapol_sm_notify_eap_success(struct eapol_sm *sm, Boolean success); 297 Boolean success)
|
/libcore/luni/src/test/java/tests/api/java/util/concurrent/ |
ArrayDequeTest.java | 46 } catch (NullPointerException success) {} 99 } catch (NullPointerException success) {} 123 } catch (NoSuchElementException success) {} 134 } catch (NullPointerException success) {} 174 } catch (NullPointerException success) {} 236 } catch (NoSuchElementException success) {} 293 } catch (NoSuchElementException success) {} 308 } catch (NoSuchElementException success) {} 324 } catch (NoSuchElementException success) {} 459 } catch (NullPointerException success) {} [all...] |
AtomicReferenceFieldUpdaterTest.java | 33 } catch (RuntimeException success) {} 46 } catch (RuntimeException success) {} 58 } catch (RuntimeException success) {}
|
/packages/apps/Mms/tests/src/com/android/mms/ui/ |
ComposeMessageActivityTests.java | 154 boolean success = true; 159 success = false; 163 assertTrue(success && boxChecker.getError() == null);
|
/dalvik/libnativehelper/ |
JNIHelp.c | 61 int success = 0; local 95 success = 1; 102 if (! success) { 113 int success = 0; local 149 success = 1; 162 if (! success) { 273 //POSIX strerror_r, success
|
/external/v8/benchmarks/ |
run.js | 38 var success = true; variable 47 success = false; 52 if (success) {
|
/frameworks/base/media/libstagefright/ |
AudioPlayer.cpp | 100 bool success = format->findCString(kKeyMIMEType, &mime); local 101 CHECK(success); 104 success = format->findInt32(kKeySampleRate, &mSampleRate); 105 CHECK(success); 108 success = format->findInt32(kKeyChannelCount, &numChannels); 109 CHECK(success);
|
/bootable/recovery/updater/ |
install.c | 276 int success = 0; local 279 ++success; 285 sprintf(buffer, "%d", success); 342 bool success = mzExtractRecursive(za, zip_path, dest_path, local 347 return StringValue(strdup(success ? "t" : "")); 362 bool success = false; local 383 success = mzExtractZipEntryToFile(za, entry, fileno(f)); 389 return StringValue(strdup(success ? "t" : "")); 417 success = mzExtractZipEntryToBuffer(za, entry, 422 if (!success) { 699 bool success; local [all...] |
/development/cmds/monkey/src/com/android/commands/monkey/ |
MonkeySourceNetwork.java | 57 private final boolean success; field in class:MonkeySourceNetwork.MonkeyCommandReturn 60 public MonkeyCommandReturn(boolean success) { 61 this.success = success; 65 public MonkeyCommandReturn(boolean success, 67 this.success = success; 80 return success;
|