/external/icu4c/test/intltest/ |
icusvtst.cpp | 52 UErrorCode status = U_ZERO_ERROR; local 53 table.put("en_US", this, status); 57 virtual const Hashtable* getSupportedIDs(UErrorCode &/*status*/) const { 113 ICUServiceKey* createKey(const UnicodeString* id, UErrorCode& status) const { 114 return LocaleKey::createWithCanonicalFallback(id, NULL, status); // no fallback locale 117 virtual ICUServiceFactory* createSimpleFactory(UObject* obj, const UnicodeString& id, UBool visible, UErrorCode& status) 120 if (U_SUCCESS(status) && obj && (i = dynamic_cast<Integer*>(obj)) != NULL) { 332 UErrorCode status = U_ZERO_ERROR; local 334 service.registerInstance(singleton0, "en_US", status); 336 UErrorCode status = U_ZERO_ERROR local 348 UErrorCode status = U_ZERO_ERROR; local 356 UErrorCode status = U_ZERO_ERROR; local 378 UErrorCode status = U_ZERO_ERROR; local 393 UErrorCode status = U_ZERO_ERROR; local 403 UErrorCode status = U_ZERO_ERROR; local 410 UErrorCode status = U_ZERO_ERROR; local 418 UErrorCode status = U_ZERO_ERROR; local 427 UErrorCode status = U_ZERO_ERROR; local 439 UErrorCode status = U_ZERO_ERROR; local 452 UErrorCode status = U_ZERO_ERROR; local 460 UErrorCode status = U_ZERO_ERROR; local 592 UErrorCode status = U_ZERO_ERROR; local 625 UErrorCode status = U_ZERO_ERROR; local 631 UErrorCode status = U_ZERO_ERROR; local 640 UErrorCode status = U_ZERO_ERROR; local 652 UErrorCode status = U_ZERO_ERROR; local 661 UErrorCode status = U_ZERO_ERROR; local 682 UErrorCode status = U_ZERO_ERROR; local 701 UErrorCode status = U_ZERO_ERROR; local 741 UErrorCode status = U_ZERO_ERROR; local 754 UErrorCode status = U_ZERO_ERROR; local 777 UErrorCode status = U_ZERO_ERROR; local 803 UErrorCode status = U_ZERO_ERROR; local 837 table->put(UnicodeString(californio), (void*)table, status); local 838 table->put(UnicodeString(valley), (void*)table, status); local 839 table->put(UnicodeString(surfer), (void*)table, status); local 840 table->put(UnicodeString(geek), (void*)table, status); local 893 UErrorCode status = U_ZERO_ERROR; local 899 UErrorCode status = U_ZERO_ERROR; local 912 UErrorCode status = U_ZERO_ERROR; local 938 UErrorCode status = U_ZERO_ERROR; local 975 UErrorCode status = U_ZERO_ERROR; local 1037 UErrorCode status = U_ZERO_ERROR; local 1053 UErrorCode status = U_ZERO_ERROR; local 1060 UErrorCode status = U_ZERO_ERROR; local 1067 UErrorCode status = U_ZERO_ERROR; local 1074 UErrorCode status = U_ZERO_ERROR; local 1083 UErrorCode status = U_ZERO_ERROR; local 1091 UErrorCode status = U_ZERO_ERROR; local 1106 UErrorCode status = U_ZERO_ERROR; local 1113 UErrorCode status = U_ZERO_ERROR; local 1120 UErrorCode status = U_ZERO_ERROR; local 1127 UErrorCode status = U_ZERO_ERROR; local 1150 UErrorCode status = U_ZERO_ERROR; local 1157 Locale::setDefault(Locale::getJapanese(), status); local 1159 UErrorCode status = U_ZERO_ERROR; local 1166 UErrorCode status = U_ZERO_ERROR; local 1178 UErrorCode status = U_ZERO_ERROR; local 1189 UErrorCode status = U_ZERO_ERROR; local 1196 UErrorCode status = U_ZERO_ERROR; local 1281 UErrorCode status = U_ZERO_ERROR; local 1286 UErrorCode status = U_ZERO_ERROR; local 1296 UErrorCode status = U_ZERO_ERROR; local 1325 UErrorCode status = U_ZERO_ERROR; local 1356 UErrorCode status = U_ZERO_ERROR; local 1385 UErrorCode status = U_ZERO_ERROR; local [all...] |
/external/icu4c/i18n/ |
stsearch.cpp | 28 UErrorCode &status) : 33 if (U_FAILURE(status)) { 41 &status); 55 if (U_SUCCESS(status)) { 67 UErrorCode &status) : 72 if (U_FAILURE(status)) { 77 status = U_ILLEGAL_ARGUMENT_ERROR; 86 &status); 90 if (U_SUCCESS(status)) { 102 UErrorCode &status) 166 UErrorCode status = U_ZERO_ERROR; local 211 UErrorCode status = U_ZERO_ERROR; local 313 UErrorCode status = U_ZERO_ERROR; local 323 result->setOffset(getOffset(), status); local [all...] |
coll.cpp | 117 virtual UObject* create(const ICUServiceKey& key, const ICUService* service, UErrorCode& status) const; 121 ICUCollatorFactory::create(const ICUServiceKey& key, const ICUService* /* service */, UErrorCode& status) const { 122 if (handlesKey(key, status)) { 130 return Collator::makeInstance(loc, status); 142 UErrorCode status = U_ZERO_ERROR; local 143 registerFactory(new ICUCollatorFactory(), status); 150 virtual UObject* handleDefault(const ICUServiceKey& key, UnicodeString* actualID, UErrorCode& status) const { 160 return Collator::makeInstance(loc, status); 163 virtual UObject* getKey(ICUServiceKey& key, UnicodeString* actualReturn, UErrorCode& status) const { 168 Collator* result = (Collator*)ICULocaleService::getKey(key, actualReturn, status); 480 UErrorCode status = U_ZERO_ERROR; local 671 UErrorCode status = U_ZERO_ERROR; local 781 UErrorCode status = U_ZERO_ERROR; local [all...] |
/external/icu4c/test/cintltst/ |
utexttst.c | 41 #define TEST_SUCCESS(status) \ 42 {if (U_FAILURE(status)) {log_err("Test failure in file %s at line %d. Error = \"%s\"\n", \ 43 __FILE__, __LINE__, u_errorName(status)); \ 59 UErrorCode status = U_ZERO_ERROR; local 71 uta = utext_openUChars(NULL, uString, -1, &status); 72 TEST_SUCCESS(status); 78 uta = utext_openUTF8(&utLoc, cString, -1, &status); 79 TEST_SUCCESS(status); 93 status = U_ZERO_ERROR; 94 uta = utext_openUChars(NULL, uString, -1, &status); [all...] |
/external/icu4c/tools/genbrk/ |
genbrk.cpp | 127 UErrorCode status = U_ZERO_ERROR; local 162 status = U_ZERO_ERROR; 182 pData = udata_create(outDir, NULL, outFileName, &dummyDataInfo, NULL, &status); 184 udata_finish(pData, &status); 185 return (int)status; 189 u_init(&status); 190 if (U_FAILURE(status)) { 191 fprintf(stderr, "%s: can not initialize ICU. status = %s\n", 192 argv[0], u_errorName(status)); 195 status = U_ZERO_ERROR [all...] |
/cts/tools/tradefed-host/src/com/android/cts/tradefed/result/ |
CtsTestStatus.java | 33 * Get the String representation of this test status that should be stored in 50 for (CtsTestStatus status : CtsTestStatus.values()) { 51 if (value.compareToIgnoreCase(status.getValue()) == 0) { 52 return status;
|
/external/chromium/chrome/browser/sync/engine/ |
resolve_conflicts_command.cc | 27 sessions::StatusController* status = session->status_controller(); 28 status->update_conflicts_resolved(resolver->ResolveConflicts(dir, status));
|
/external/elfutils/src/ |
ylwrap | 75 status=$? 77 if test $status -eq 0; then 132 status=$? 139 status=1 147 status=$? 154 exit $status
|
/external/icu4c/common/ |
triedict.h | 96 * @param status A status code recording the success of the call. 100 virtual StringEnumeration *openWords( UErrorCode &status ) const = 0; 140 * @param status A status code recording the success of the call. 142 MutableTrieDictionary( UChar median, UErrorCode &status ); 169 * @param status A status code recording the success of the call. 173 virtual StringEnumeration *openWords( UErrorCode &status ) const; 180 * @param status The resultant statu [all...] |
ustrenum.h | 54 * @param status the error code. 57 virtual int32_t count(UErrorCode& status) const; 62 * @param status the error code. 65 virtual const UnicodeString* snext(UErrorCode& status); 69 * @param status the error code. 71 virtual void reset(UErrorCode& status);
|
uidna.cpp | 199 UErrorCode* status) 233 *status = U_MEMORY_ALLOCATION_ERROR; 251 b1Len = usprep_prepare(nameprep, src, srcLength, b1, b1Capacity, namePrepOptions, parseError, status); 253 if(*status == U_BUFFER_OVERFLOW_ERROR){ 261 *status = U_MEMORY_ALLOCATION_ERROR; 265 *status = U_ZERO_ERROR; // reset error 267 b1Len = usprep_prepare(nameprep, src, srcLength, b1, b1Len, namePrepOptions, parseError, status); 271 if(U_FAILURE(*status)){ 275 *status = U_IDNA_ZERO_LENGTH_LABEL_ERROR; 299 *status = U_IDNA_STD3_ASCII_RULES_ERROR [all...] |
/external/icu4c/samples/translit/ |
main.cpp | 37 UErrorCode status = U_ZERO_ERROR; local 42 cal = Calendar::createInstance(greece, status); 43 check(status, "Calendar::createInstance"); 54 greek_latin = Transliterator::createInstance("Greek-Latin", UTRANS_FORWARD, status); 65 status); 66 check(status, "Transliterator::createFromRules"); 82 defFmt->format(cal->getTime(status), str, status); 83 check(status, "DateFormat::format"); 90 fmt->format(cal->getTime(status), str, status) [all...] |
/external/skia/src/ports/ |
SkOSEvent_android.cpp | 64 int status; local 75 status = pthread_cond_wait(&gTimerCond, &gTimerMutex); 77 status = pthread_cond_timedwait(&gTimerCond, &gTimerMutex, &spec); 79 if (status == 0) // someone signaled us with a new time 85 SkASSERT(status == ETIMEDOUT); // no need to unlock the mutex (its unlocked) 140 int status; local 143 status = pthread_attr_init(&attr); 144 SkASSERT(status == 0); 145 status = pthread_create(&gTimerThread, &attr, timer_event_thread_proc, 0); 146 SkASSERT(status == 0) 151 int status = pthread_cancel(gTimerThread); local [all...] |
/external/srtp/crypto/test/ |
cipher_driver.c | 122 err_status_t status; local 183 status = cipher_type_alloc(&null_cipher, &c, 0); 184 check_status(status); 186 status = cipher_init(c, NULL, direction_encrypt); 187 check_status(status); 192 status = cipher_driver_test_buffering(c); 193 check_status(status); 195 status = cipher_dealloc(c); 196 check_status(status); 200 status = cipher_type_alloc(&aes_icm, &c, 30); 240 err_status_t status; local 268 err_status_t status; local 348 err_status_t status; local 477 err_status_t status; local [all...] |
/external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_3/Function/ |
15.3.4.4-1.js | 48 var status = ''; variable 76 status = inSection(1); 86 status = inSection(2); 96 status = inSection(3); 101 status = inSection(4); 111 status = inSection(5); 116 status = inSection(6); 121 status = inSection(7); 126 status = inSection(8); 136 status = inSection(9) [all...] |
/external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_3/Object/ |
regress-72773.js | 35 var status = ''; variable 49 status = 'Trying to catch an expected error'; 72 reportCompare(expect, actual, status);
|
/external/webkit/Tools/QueueStatusServer/handlers/ |
showresults.py | 36 status = QueueStatus.get_by_id(int(status_id)) 37 if not status: 41 self.response.out.write(status.results_file)
|
/frameworks/base/tools/validatekeymaps/ |
Main.cpp | 82 status_t status = KeyLayoutMap::load(String8(filename), &map); local 83 if (status) { 84 fprintf(stderr, "Error %d parsing key layout file.\n\n", status); 92 status_t status = KeyCharacterMap::load(String8(filename), &map); local 93 if (status) { 94 fprintf(stderr, "Error %d parsing key character map file.\n\n", status); 102 status_t status = PropertyMap::load(String8(filename), &map); local 103 if (status) { 104 fprintf(stderr, "Error %d parsing input device configuration file.\n\n", status); 112 status_t status = VirtualKeyMap::load(String8(filename), &map) local [all...] |
/packages/apps/Contacts/src/com/android/contacts/ |
ContactPresenceIconUtil.java | 28 * Get the presence icon resource according the status. 30 * @return null means don't show the status icon. 32 public static Drawable getPresenceIcon (Context context, int status) { 33 // We don't show the offline status in Contacts 34 switch(status) { 41 StatusUpdates.getPresenceIconResourceId(status)); 43 // The undefined status is treated as OFFLINE in getPresenceIconResourceId();
|
/packages/experimental/LoaderApp/src/com/android/loaderapp/util/ |
ContactPresenceIconUtil.java | 28 * Get the presence icon resource according the status. 30 * @return null means don't show the status icon. 32 public static Drawable getPresenceIcon (Context context, int status) { 33 // We don't show the offline status in Contacts 34 switch(status) { 41 StatusUpdates.getPresenceIconResourceId(status)); 43 // The undefined status is treated as OFFLINE in getPresenceIconResourceId();
|
/external/icu4c/i18n/unicode/ |
regex.h | 183 * @param status A reference to a UErrorCode to receive any errors. 190 UErrorCode &status); 214 * @param status A reference to a UErrorCode to receive any errors. 221 UErrorCode &status); 242 * @param status A reference to a UErrorCode to receive any errors. 250 UErrorCode &status); 274 * @param status A reference to a UErrorCode to receive any errors. 282 UErrorCode &status); 302 * @param status A reference to a UErrorCode to receive any errors. 309 UErrorCode &status); [all...] |
/external/libnfc-nxp/src/ |
phHciNfc_DevMgmt.c | 213 NFCSTATUS status = NFCSTATUS_SUCCESS; local 218 status = PHNFCSTVAL(CID_NFC_HCI, NFCSTATUS_INVALID_PARAMETER); 233 status = PHNFCSTVAL(CID_NFC_HCI, NFCSTATUS_INSUFFICIENT_RESOURCES); 236 return status; 246 NFCSTATUS status = NFCSTATUS_SUCCESS; local 268 status = PHNFCSTVAL(CID_NFC_HCI, NFCSTATUS_INVALID_HCI_INFORMATION); 270 return status; 280 NFCSTATUS status = NFCSTATUS_SUCCESS; local 296 status = PHNFCSTVAL(CID_NFC_HCI, NFCSTATUS_INVALID_HCI_INFORMATION); 299 return status; 309 NFCSTATUS status = NFCSTATUS_SUCCESS; local 338 NFCSTATUS status = NFCSTATUS_SUCCESS; local 379 NFCSTATUS status = NFCSTATUS_SUCCESS; local 428 NFCSTATUS status = NFCSTATUS_SUCCESS; local 484 NFCSTATUS status = NFCSTATUS_SUCCESS; local 988 NFCSTATUS status = NFCSTATUS_SUCCESS; local 1057 NFCSTATUS status = NFCSTATUS_SUCCESS; local 1123 NFCSTATUS status = NFCSTATUS_SUCCESS; local 1204 NFCSTATUS status = NFCSTATUS_SUCCESS; local 1316 NFCSTATUS status = NFCSTATUS_SUCCESS; local 1425 NFCSTATUS status = NFCSTATUS_SUCCESS; local 1486 NFCSTATUS status = NFCSTATUS_SUCCESS; local 1575 NFCSTATUS status = NFCSTATUS_SUCCESS; local [all...] |
/bootable/recovery/ |
bootloader.h | 31 * The status field is written by the bootloader after the 40 char status[32]; member in struct:bootloader_message
|
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/ |
ObjectTest.java | 31 int status = 0; field in class:ObjectTest 62 status = 0; 98 status += 1; 100 status = -1000; 115 status = 0; 137 assertTrue("Thread woke too early. (status = " + status + ")", 138 status == 0); 144 + status + ")", status == i) [all...] |
/external/apache-http/src/org/apache/http/ |
ReasonPhraseCatalog.java | 38 * Interface for obtaining reason phrases for HTTP status codes. 51 * Obtains the reason phrase for a status code. 55 * @param status the status code, in the range 100-599 60 public String getReason(int status, Locale loc)
|