/external/chromium_org/webkit/common/quota/ |
quota_status_code.cc | 10 const char* QuotaStatusCodeToString(QuotaStatusCode status) { 11 switch (status) {
|
/external/clang/test/Sema/ |
transparent-union-pointer.c | 12 int status = 0; local 13 wait(&status);
|
/external/libnfc-nci/src/hal/int/ |
nfc_hal_nv_ci.h | 50 ** Parameters status - NFA_NV_CO_OK, NFA_NV_CO_NOSPACE, or NFA_NV_CO_FAIL 57 void nfc_hal_nv_ci_write (tNFC_HAL_NV_CO_STATUS status); 70 ** status - NFC_HAL_NV_CO_OK if full buffer of data, 80 tNFC_HAL_NV_CO_STATUS status,
|
/frameworks/base/core/java/android/bluetooth/ |
BluetoothGattCallback.java | 29 * @param status Status of the connect or disconnect operation. 35 public void onConnectionStateChange(BluetoothGatt gatt, int status, 44 * @param status {@link BluetoothGatt#GATT_SUCCESS} if the remote device 47 public void onServicesDiscovered(BluetoothGatt gatt, int status) { 56 * @param status {@link BluetoothGatt#GATT_SUCCESS} if the read operation 60 int status) { 75 * @param status The result of the write operation 79 BluetoothGattCharacteristic characteristic, int status) { 99 * @param status {@link BluetoothGatt#GATT_SUCCESS} if the read operatio [all...] |
/frameworks/base/core/java/android/hardware/ |
ICameraServiceListener.aidl | 25 void onStatusChanged(int status, int cameraId);
|
/frameworks/base/core/java/android/hardware/location/ |
IGeofenceHardwareCallback.aidl | 25 void onGeofenceAdd(int geofenceId, int status); 26 void onGeofenceRemove(int geofenceId, int status); 27 void onGeofencePause(int geofenceId, int status); 28 void onGeofenceResume(int geofenceId, int status);
|
/external/chromium_org/third_party/icu/source/test/cintltst/ |
hpmufn.c | 48 #define TEST_STATUS(status, expected) \ 49 if (status != expected) { \ 50 log_err_status(status, "FAIL at %s:%d. Actual status = \"%s\"; Expected status = \"%s\"\n", \ 51 __FILE__, __LINE__, u_errorName(status), u_errorName(expected)); gMutexFailures++; } 123 UErrorCode status = U_ZERO_ERROR; local 138 u_setMemoryFunctions(&gContext, myMemAlloc, myMemRealloc, myMemFree, &status); 139 TEST_STATUS(status, U_INVALID_STATE_ERROR); 145 status = U_ZERO_ERROR 265 UErrorCode status = U_ZERO_ERROR; local 397 UErrorCode status = U_ZERO_ERROR; local [all...] |
spooftest.c | 31 #define TEST_ASSERT_SUCCESS(status) {if (U_FAILURE(status)) { \ 32 log_err_status(status, "Failure at file %s, line %d, error = %s\n", __FILE__, __LINE__, u_errorName(status));}} 53 UErrorCode status = U_ZERO_ERROR; \ 55 sc = uspoof_open(&status); \ 56 TEST_ASSERT_SUCCESS(status); \ 57 if (U_SUCCESS(status)){ 61 TEST_ASSERT_SUCCESS(status); \ 113 UErrorCode status = U_ZERO_ERROR local [all...] |
/external/icu4c/test/cintltst/ |
hpmufn.c | 48 #define TEST_STATUS(status, expected) \ 49 if (status != expected) { \ 50 log_err_status(status, "FAIL at %s:%d. Actual status = \"%s\"; Expected status = \"%s\"\n", \ 51 __FILE__, __LINE__, u_errorName(status), u_errorName(expected)); gMutexFailures++; } 123 UErrorCode status = U_ZERO_ERROR; local 138 u_setMemoryFunctions(&gContext, myMemAlloc, myMemRealloc, myMemFree, &status); 139 TEST_STATUS(status, U_INVALID_STATE_ERROR); 145 status = U_ZERO_ERROR 265 UErrorCode status = U_ZERO_ERROR; local 397 UErrorCode status = U_ZERO_ERROR; local [all...] |
reapits.c | 32 #define TEST_ASSERT_SUCCESS(status) {if (U_FAILURE(status)) { \ 33 log_data_err("Failure at file %s, line %d, error = %s (Are you missing data?)\n", __FILE__, __LINE__, u_errorName(status));}} 51 status = U_ZERO_ERROR; \ 52 re = uregex_openC(pattern, flags, NULL, &status); \ 53 TEST_ASSERT_SUCCESS(status); \ 56 uregex_setText(re, srcString, -1, &status); \ 57 TEST_ASSERT_SUCCESS(status); \ 58 if (U_SUCCESS(status)) { 62 TEST_ASSERT_SUCCESS(status); \ 199 UErrorCode status = U_ZERO_ERROR; local 1401 UErrorCode status = U_ZERO_ERROR; local 2208 UErrorCode status = U_ZERO_ERROR; local 2249 UErrorCode status = U_ZERO_ERROR; local [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/sys/ |
wait.h | 43 as well as POSIX.1 use of `int' for the status word. */ 46 # define __WAIT_INT(status) \ 47 (__extension__ (((union { __typeof(status) __in; int __i; }) \ 48 { .__in = (status) }).__i)) 50 # define __WAIT_INT(status) (*(__const int *) &(status)) 73 # define __WAIT_INT(status) (status) 82 # define WEXITSTATUS(status) __WEXITSTATUS(__WAIT_INT(status)) [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sys/ |
wait.h | 43 as well as POSIX.1 use of `int' for the status word. */ 46 # define __WAIT_INT(status) \ 47 (__extension__ (((union { __typeof(status) __in; int __i; }) \ 48 { .__in = (status) }).__i)) 50 # define __WAIT_INT(status) (*(__const int *) &(status)) 73 # define __WAIT_INT(status) (status) 82 # define WEXITSTATUS(status) __WEXITSTATUS(__WAIT_INT(status)) [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sys/ |
wait.h | 43 as well as POSIX.1 use of `int' for the status word. */ 46 # define __WAIT_INT(status) \ 47 (__extension__ (((union { __typeof(status) __in; int __i; }) \ 48 { .__in = (status) }).__i)) 50 # define __WAIT_INT(status) (*(__const int *) &(status)) 73 # define __WAIT_INT(status) (status) 82 # define WEXITSTATUS(status) __WEXITSTATUS(__WAIT_INT(status)) [all...] |
/external/chromium_org/chrome/browser/sync/glue/ |
data_type_manager.cc | 10 : status(UNKNOWN) { 13 DataTypeManager::ConfigureResult::ConfigureResult(ConfigureStatus status, 16 : status(status), 18 DCHECK_EQ(OK, status); 22 ConfigureStatus status, 27 : status(status), 33 DCHECK_NE(OK, status); 41 std::string DataTypeManager::ConfigureStatusToString(ConfigureStatus status) { [all...] |
/external/srtp/crypto/test/ |
rand_gen.c | 75 err_status_t status; local 81 status = crypto_kernel_init(); 82 if (status) { 94 status = crypto_kernel_set_debug_module(optarg, 1); 95 if (status) { 114 status = crypto_kernel_list_debug_modules(); 115 if (status) { 124 status = crypto_get_random(buffer, num_octets); 125 if (status) { 132 status = crypto_kernel_shutdown() [all...] |
/packages/apps/UnifiedEmail/src/com/android/mail/ |
ContactInfo.java | 25 public final Integer status; field in class:ContactInfo 29 public ContactInfo(Uri contactUri, Integer status) { 30 this(contactUri, status, null, null); 33 public ContactInfo(Uri contactUri, Integer status, byte[] photoBytes) { 34 this(contactUri, status, photoBytes, null); 37 public ContactInfo(Uri contactUri, Integer status, Bitmap photo) { 38 this(contactUri, status, null, photo); 41 private ContactInfo(Uri contactUri, Integer status, byte[] photoBytes, Bitmap photo) { 43 this.status = status; [all...] |
/frameworks/av/media/common_time/ |
ICommonTimeConfig.cpp | 59 status_t status = remote()->transact(GET_MASTER_ELECTION_PRIORITY, local 62 if (status == OK) { 63 status = reply.readInt32(); 64 if (status == OK) { 69 return status; 76 status_t status = remote()->transact(SET_MASTER_ELECTION_PRIORITY, local 79 if (status == OK) { 80 status = reply.readInt32(); 83 return status; 89 status_t status = remote()->transact(GET_MASTER_ELECTION_ENDPOINT local 114 status_t status = remote()->transact(SET_MASTER_ELECTION_ENDPOINT, local 127 status_t status = remote()->transact(GET_MASTER_ELECTION_GROUP_ID, local 145 status_t status = remote()->transact(SET_MASTER_ELECTION_GROUP_ID, local 159 status_t status = remote()->transact(GET_INTERFACE_BINDING, local 176 status_t status = remote()->transact(SET_INTERFACE_BINDING, local 189 status_t status = remote()->transact(GET_MASTER_ANNOUNCE_INTERVAL, local 206 status_t status = remote()->transact(SET_MASTER_ANNOUNCE_INTERVAL, local 219 status_t status = remote()->transact(GET_CLIENT_SYNC_INTERVAL, local 236 status_t status = remote()->transact(SET_CLIENT_SYNC_INTERVAL, local 249 status_t status = remote()->transact(GET_PANIC_THRESHOLD, local 266 status_t status = remote()->transact(SET_PANIC_THRESHOLD, local 279 status_t status = remote()->transact(GET_AUTO_DISABLE, local 296 status_t status = remote()->transact(SET_AUTO_DISABLE, local 310 status_t status = remote()->transact(FORCE_NETWORKLESS_MASTER_MODE, local 332 status_t status = getMasterElectionPriority(&priority); local 343 status_t status = setMasterElectionPriority(priority); local 351 status_t status = getMasterElectionEndpoint(&addr); local 371 status_t status; local 386 status_t status = getMasterElectionGroupId(&id); local 397 status_t status = setMasterElectionGroupId(id); local 405 status_t status = getInterfaceBinding(ret); local 417 status_t status = setInterfaceBinding(ifaceName); local 425 status_t status = getMasterAnnounceInterval(&interval); local 436 status_t status = setMasterAnnounceInterval(interval); local 444 status_t status = getClientSyncInterval(&interval); local 455 status_t status = setClientSyncInterval(interval); local 463 status_t status = getPanicThreshold(&threshold); local 474 status_t status = setPanicThreshold(threshold); local 482 status_t status = getAutoDisable(&autoDisable); local 493 status_t status = setAutoDisable(autoDisable); local 500 status_t status = forceNetworklessMasterMode(); local [all...] |
/development/samples/training/basic/ActivityLifecycle/src/com/example/android/lifecycle/util/ |
StatusTracker.java | 46 * Adds the status value for the given activityName into the Map. 49 * @param status 51 public void setStatus(String activityName, String status) { 52 mMethodList.add(activityName + "." + status + "()"); 54 mStatusMap.put(activityName, status); 58 * Gets the status value for the given activityName. 64 String status = mStatusMap.get(activityName); local 65 status = status.substring(2, status.length()) [all...] |
/external/chromium_org/third_party/icu/source/test/intltest/ |
itrbnfrt.cpp | 63 UErrorCode status = U_ZERO_ERROR; local 65 = new RuleBasedNumberFormat(URBNF_SPELLOUT, Locale::getUS(), status); 67 if (U_FAILURE(status)) { 68 errcheckln(status, "failed to construct formatter - %s", u_errorName(status)); 81 UErrorCode status = U_ZERO_ERROR; local 83 = new RuleBasedNumberFormat(URBNF_DURATION, Locale::getUS(), status); 85 if (U_FAILURE(status)) { 86 errcheckln(status, "failed to construct formatter - %s", u_errorName(status)); 99 UErrorCode status = U_ZERO_ERROR; local 117 UErrorCode status = U_ZERO_ERROR; local 135 UErrorCode status = U_ZERO_ERROR; local 153 UErrorCode status = U_ZERO_ERROR; local 171 UErrorCode status = U_ZERO_ERROR; local 189 UErrorCode status = U_ZERO_ERROR; local 207 UErrorCode status = U_ZERO_ERROR; local 225 UErrorCode status = U_ZERO_ERROR; local 243 UErrorCode status = U_ZERO_ERROR; local 261 UErrorCode status = U_ZERO_ERROR; local 297 UErrorCode status = U_ZERO_ERROR; local 324 UErrorCode status = U_ZERO_ERROR; local [all...] |
/external/icu4c/test/intltest/ |
itrbnfrt.cpp | 63 UErrorCode status = U_ZERO_ERROR; local 65 = new RuleBasedNumberFormat(URBNF_SPELLOUT, Locale::getUS(), status); 67 if (U_FAILURE(status)) { 68 errcheckln(status, "failed to construct formatter - %s", u_errorName(status)); 81 UErrorCode status = U_ZERO_ERROR; local 83 = new RuleBasedNumberFormat(URBNF_DURATION, Locale::getUS(), status); 85 if (U_FAILURE(status)) { 86 errcheckln(status, "failed to construct formatter - %s", u_errorName(status)); 99 UErrorCode status = U_ZERO_ERROR; local 117 UErrorCode status = U_ZERO_ERROR; local 135 UErrorCode status = U_ZERO_ERROR; local 153 UErrorCode status = U_ZERO_ERROR; local 171 UErrorCode status = U_ZERO_ERROR; local 189 UErrorCode status = U_ZERO_ERROR; local 207 UErrorCode status = U_ZERO_ERROR; local 225 UErrorCode status = U_ZERO_ERROR; local 243 UErrorCode status = U_ZERO_ERROR; local 261 UErrorCode status = U_ZERO_ERROR; local 297 UErrorCode status = U_ZERO_ERROR; local 324 UErrorCode status = U_ZERO_ERROR; local [all...] |
/external/chromium_org/third_party/icu/source/test/perf/convperf/ |
convperf.cpp | 19 UErrorCode status = U_ZERO_ERROR; local 20 ConverterPerformanceTest test(argc, argv, status); 21 if(U_FAILURE(status)){ 22 return status; 32 ConverterPerformanceTest::ConverterPerformanceTest(int32_t argc, const char* argv[], UErrorCode& status) 33 : UPerfTest(argc,argv,status){ 123 UErrorCode status = U_ZERO_ERROR; local 124 UPerfFunction* pf = new ICUOpenAllConvertersFunction(TRUE, status); 125 if(U_FAILURE(status)){ 132 UErrorCode status = U_ZERO_ERROR local 141 UErrorCode status = U_ZERO_ERROR; local 150 UErrorCode status = U_ZERO_ERROR; local 160 UErrorCode status = U_ZERO_ERROR; local 169 UErrorCode status = U_ZERO_ERROR; local 178 UErrorCode status = U_ZERO_ERROR; local 187 UErrorCode status = U_ZERO_ERROR; local 198 UErrorCode status = U_ZERO_ERROR; local 207 UErrorCode status = U_ZERO_ERROR; local 217 UErrorCode status = U_ZERO_ERROR; local 226 UErrorCode status = U_ZERO_ERROR; local 235 UErrorCode status = U_ZERO_ERROR; local 244 UErrorCode status = U_ZERO_ERROR; local 255 UErrorCode status = U_ZERO_ERROR; local 264 UErrorCode status = U_ZERO_ERROR; local 274 UErrorCode status = U_ZERO_ERROR; local 283 UErrorCode status = U_ZERO_ERROR; local 291 UErrorCode status = U_ZERO_ERROR; local 300 UErrorCode status = U_ZERO_ERROR; local 312 UErrorCode status = U_ZERO_ERROR; local 321 UErrorCode status = U_ZERO_ERROR; local 331 UErrorCode status = U_ZERO_ERROR; local 340 UErrorCode status = U_ZERO_ERROR; local 349 UErrorCode status = U_ZERO_ERROR; local 358 UErrorCode status = U_ZERO_ERROR; local 369 UErrorCode status = U_ZERO_ERROR; local 378 UErrorCode status = U_ZERO_ERROR; local 388 UErrorCode status = U_ZERO_ERROR; local 397 UErrorCode status = U_ZERO_ERROR; local 406 UErrorCode status = U_ZERO_ERROR; local 415 UErrorCode status = U_ZERO_ERROR; local 428 UErrorCode status = U_ZERO_ERROR; local 437 UErrorCode status = U_ZERO_ERROR; local 447 UErrorCode status = U_ZERO_ERROR; local 456 UErrorCode status = U_ZERO_ERROR; local 465 UErrorCode status = U_ZERO_ERROR; local 474 UErrorCode status = U_ZERO_ERROR; local 487 UErrorCode status = U_ZERO_ERROR; local 496 UErrorCode status = U_ZERO_ERROR; local 506 UErrorCode status = U_ZERO_ERROR; local 515 UErrorCode status = U_ZERO_ERROR; local 524 UErrorCode status = U_ZERO_ERROR; local 533 UErrorCode status = U_ZERO_ERROR; local 545 UErrorCode status = U_ZERO_ERROR; local 554 UErrorCode status = U_ZERO_ERROR; local 564 UErrorCode status = U_ZERO_ERROR; local 573 UErrorCode status = U_ZERO_ERROR; local 582 UErrorCode status = U_ZERO_ERROR; local 591 UErrorCode status = U_ZERO_ERROR; local 602 UErrorCode status = U_ZERO_ERROR; local 611 UErrorCode status = U_ZERO_ERROR; local 621 UErrorCode status = U_ZERO_ERROR; local 630 UErrorCode status = U_ZERO_ERROR; local 639 UErrorCode status = U_ZERO_ERROR; local 648 UErrorCode status = U_ZERO_ERROR; local [all...] |
/external/icu4c/test/perf/convperf/ |
convperf.cpp | 19 UErrorCode status = U_ZERO_ERROR; local 20 ConverterPerformanceTest test(argc, argv, status); 21 if(U_FAILURE(status)){ 22 return status; 32 ConverterPerformanceTest::ConverterPerformanceTest(int32_t argc, const char* argv[], UErrorCode& status) 33 : UPerfTest(argc,argv,status){ 123 UErrorCode status = U_ZERO_ERROR; local 124 UPerfFunction* pf = new ICUOpenAllConvertersFunction(TRUE, status); 125 if(U_FAILURE(status)){ 132 UErrorCode status = U_ZERO_ERROR local 141 UErrorCode status = U_ZERO_ERROR; local 150 UErrorCode status = U_ZERO_ERROR; local 160 UErrorCode status = U_ZERO_ERROR; local 169 UErrorCode status = U_ZERO_ERROR; local 178 UErrorCode status = U_ZERO_ERROR; local 187 UErrorCode status = U_ZERO_ERROR; local 198 UErrorCode status = U_ZERO_ERROR; local 207 UErrorCode status = U_ZERO_ERROR; local 217 UErrorCode status = U_ZERO_ERROR; local 226 UErrorCode status = U_ZERO_ERROR; local 235 UErrorCode status = U_ZERO_ERROR; local 244 UErrorCode status = U_ZERO_ERROR; local 255 UErrorCode status = U_ZERO_ERROR; local 264 UErrorCode status = U_ZERO_ERROR; local 274 UErrorCode status = U_ZERO_ERROR; local 283 UErrorCode status = U_ZERO_ERROR; local 291 UErrorCode status = U_ZERO_ERROR; local 300 UErrorCode status = U_ZERO_ERROR; local 312 UErrorCode status = U_ZERO_ERROR; local 321 UErrorCode status = U_ZERO_ERROR; local 331 UErrorCode status = U_ZERO_ERROR; local 340 UErrorCode status = U_ZERO_ERROR; local 349 UErrorCode status = U_ZERO_ERROR; local 358 UErrorCode status = U_ZERO_ERROR; local 369 UErrorCode status = U_ZERO_ERROR; local 378 UErrorCode status = U_ZERO_ERROR; local 388 UErrorCode status = U_ZERO_ERROR; local 397 UErrorCode status = U_ZERO_ERROR; local 406 UErrorCode status = U_ZERO_ERROR; local 415 UErrorCode status = U_ZERO_ERROR; local 428 UErrorCode status = U_ZERO_ERROR; local 437 UErrorCode status = U_ZERO_ERROR; local 447 UErrorCode status = U_ZERO_ERROR; local 456 UErrorCode status = U_ZERO_ERROR; local 465 UErrorCode status = U_ZERO_ERROR; local 474 UErrorCode status = U_ZERO_ERROR; local 487 UErrorCode status = U_ZERO_ERROR; local 496 UErrorCode status = U_ZERO_ERROR; local 506 UErrorCode status = U_ZERO_ERROR; local 515 UErrorCode status = U_ZERO_ERROR; local 524 UErrorCode status = U_ZERO_ERROR; local 533 UErrorCode status = U_ZERO_ERROR; local 545 UErrorCode status = U_ZERO_ERROR; local 554 UErrorCode status = U_ZERO_ERROR; local 564 UErrorCode status = U_ZERO_ERROR; local 573 UErrorCode status = U_ZERO_ERROR; local 582 UErrorCode status = U_ZERO_ERROR; local 591 UErrorCode status = U_ZERO_ERROR; local 602 UErrorCode status = U_ZERO_ERROR; local 611 UErrorCode status = U_ZERO_ERROR; local 621 UErrorCode status = U_ZERO_ERROR; local 630 UErrorCode status = U_ZERO_ERROR; local 639 UErrorCode status = U_ZERO_ERROR; local 648 UErrorCode status = U_ZERO_ERROR; local [all...] |
/external/chromium_org/third_party/skia/src/ports/ |
SkThread_pthread.cpp | 116 static void print_pthread_error(int status) { 117 switch (status) { 121 SkDebugf("pthread error [%d] EINVAL\n", status); 124 SkDebugf("pthread error [%d] EBUSY\n", status); 127 SkDebugf("pthread error [%d] unknown\n", status); 135 int status; local 137 status = pthread_mutex_init(&fMutex, NULL); 138 if (status != 0) { 139 print_pthread_error(status); 140 SkASSERT(0 == status); 145 int status = pthread_mutex_destroy(&fMutex); local 162 int status; local 175 int status = pthread_mutex_destroy((pthread_mutex_t*)fStorage); local 186 int status = pthread_mutex_lock((pthread_mutex_t*)fStorage); local 192 int status = pthread_mutex_unlock((pthread_mutex_t*)fStorage); local [all...] |
/external/skia/src/ports/ |
SkThread_pthread.cpp | 116 static void print_pthread_error(int status) { 117 switch (status) { 121 SkDebugf("pthread error [%d] EINVAL\n", status); 124 SkDebugf("pthread error [%d] EBUSY\n", status); 127 SkDebugf("pthread error [%d] unknown\n", status); 135 int status; local 137 status = pthread_mutex_init(&fMutex, NULL); 138 if (status != 0) { 139 print_pthread_error(status); 140 SkASSERT(0 == status); 145 int status = pthread_mutex_destroy(&fMutex); local 162 int status; local 175 int status = pthread_mutex_destroy((pthread_mutex_t*)fStorage); local 186 int status = pthread_mutex_lock((pthread_mutex_t*)fStorage); local 192 int status = pthread_mutex_unlock((pthread_mutex_t*)fStorage); local [all...] |
/external/chromium_org/third_party/icu/source/tools/ctestfw/unicode/ |
datamap.h | 41 virtual const UnicodeString getString(const char* key, UErrorCode &status) const = 0; 48 virtual int32_t getInt(const char* key, UErrorCode &status) const = 0; 53 * @param status UErrorCode in/out parameter 56 virtual int32_t getInt28(const char* key, UErrorCode &status) const = 0; 61 * @param status UErrorCode in/out parameter 64 virtual uint32_t getUInt28(const char* key, UErrorCode &status) const = 0; 70 * @param status UErrorCode in/out parameter 73 virtual const int32_t *getIntVector(int32_t &length, const char *key, UErrorCode &status) const = 0; 79 * @param status UErrorCode in/out parameter 82 virtual const uint8_t *getBinary(int32_t &length, const char *key, UErrorCode &status) const = 0 [all...] |