HomeSort by relevance Sort by last modified time
    Searched refs:status (Results 1 - 25 of 3691) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium/third_party/icu/source/test/testmap/
testmap.c 31 UErrorCode status = U_ZERO_ERROR; local
32 status = U_ZERO_ERROR;
35 udata_setCommonData(NULL, &status);
36 printf("setCommonData(NULL) -> %s [should fail]\n", u_errorName(status));
37 if(status != U_ILLEGAL_ARGUMENT_ERROR)
43 status = U_ZERO_ERROR;
44 udata_setCommonData(U_ICUDATA_ENTRY_POINT, &status);
45 printf("setCommonData(%p) -> %s\n", U_ICUDATA_ENTRY_POINT, u_errorName(status));
46 if(U_FAILURE(status))
52 status = U_ZERO_ERROR
    [all...]
  /external/icu4c/test/testmap/
testmap.c 29 UErrorCode status = U_ZERO_ERROR; local
31 udata_setCommonData(NULL, &status);
32 printf("setCommonData(NULL) -> %s [should fail]\n", u_errorName(status));
33 if(status != U_ILLEGAL_ARGUMENT_ERROR)
39 status = U_ZERO_ERROR;
40 udata_setCommonData(U_ICUDATA_ENTRY_POINT, &status);
41 printf("setCommonData(%p) -> %s\n", U_ICUDATA_ENTRY_POINT, u_errorName(status));
42 if(U_FAILURE(status))
48 status = U_ZERO_ERROR;
49 c = ucnv_open("iso-8859-7", &status);
    [all...]
  /packages/apps/Mms/src/com/android/mms/ui/
DeliveryReportItem.java 26 String status; field in class:DeliveryReportItem
28 public DeliveryReportItem(String recipient, String status) {
30 this.status = status;
  /libcore/luni/src/main/java/org/apache/harmony/security/x509/tsp/
PKIStatus.java 72 private final int status; field in class:PKIStatus
73 PKIStatus(int status) {
74 this.status = status;
78 * @return int value of the status
81 return status;
84 public static PKIStatus getInstance(int status) {
86 if (status == curStatus.status) {
  /external/chromium/third_party/icu/source/test/intltest/
cntabcol.cpp 24 UErrorCode status = U_ZERO_ERROR; local
26 testTable = uprv_cnttab_open(testMapping, &status);
30 uprv_cnttab_addContraction(testTable, 0, (UChar)i, i, &status);
31 if(U_FAILURE(status)) {
32 errln("Error occurred at position %i, error = %i (%s)\n", i, status, u_errorName(status));
37 if(U_SUCCESS(status)) {
39 res = uprv_cnttab_getCE(testTable, 0, i, &status);
40 if(U_FAILURE(status)) {
41 errln("Error occurred at position %i, error = %i (%s)\n", i, status, u_errorName(status))
54 UErrorCode status = U_ZERO_ERROR; local
74 UErrorCode status = U_ZERO_ERROR; local
104 UErrorCode status = U_ZERO_ERROR; local
145 UErrorCode status = U_ZERO_ERROR; local
172 UErrorCode status = U_ZERO_ERROR; local
182 UErrorCode status = U_REGEX_SET_CONTAINS_STRING; local
    [all...]
v32test.cpp 58 #define TEST_CHECK_STATUS(status) \
59 if (U_FAILURE(status)) {\
60 errln("UVector32Test failure at line %d. status=%s\n", __LINE__, u_errorName(status));\
76 UErrorCode status = U_ZERO_ERROR; local
80 a = new UVector32(status);
81 TEST_CHECK_STATUS(status);
84 status = U_ZERO_ERROR;
85 a = new UVector32(2000, status);
86 TEST_CHECK_STATUS(status);
    [all...]
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/
cntabcol.cpp 24 UErrorCode status = U_ZERO_ERROR; local
26 testTable = uprv_cnttab_open(testMapping, &status);
30 uprv_cnttab_addContraction(testTable, 0, (UChar)i, i, &status);
31 if(U_FAILURE(status)) {
32 errln("Error occurred at position %i, error = %i (%s)\n", i, status, u_errorName(status));
37 if(U_SUCCESS(status)) {
39 res = uprv_cnttab_getCE(testTable, 0, i, &status);
40 if(U_FAILURE(status)) {
41 errln("Error occurred at position %i, error = %i (%s)\n", i, status, u_errorName(status))
54 UErrorCode status = U_ZERO_ERROR; local
74 UErrorCode status = U_ZERO_ERROR; local
104 UErrorCode status = U_ZERO_ERROR; local
145 UErrorCode status = U_ZERO_ERROR; local
172 UErrorCode status = U_ZERO_ERROR; local
182 UErrorCode status = U_REGEX_SET_CONTAINS_STRING; local
    [all...]
v32test.cpp 58 #define TEST_CHECK_STATUS(status) \
59 if (U_FAILURE(status)) {\
60 errln("UVector32Test failure at line %d. status=%s\n", __LINE__, u_errorName(status));\
76 UErrorCode status = U_ZERO_ERROR; local
80 a = new UVector32(status);
81 TEST_CHECK_STATUS(status);
84 status = U_ZERO_ERROR;
85 a = new UVector32(2000, status);
86 TEST_CHECK_STATUS(status);
    [all...]
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...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothShare.java 177 * The name of the column containing the current status of the transfer.
187 public static final String STATUS = "status";
272 * Returns whether the status is informational (i.e. 1xx).
274 public static boolean isStatusInformational(int status) {
275 return (status >= 100 && status < 200);
282 public static boolean isStatusSuspended(int status) {
283 return (status == STATUS_PENDING);
287 * Returns whether the status is a success (i.e. 2xx)
    [all...]
  /external/webkit/JavaScriptCore/tests/mozilla/ecma_3/RegExp/
regress-188206.js 54 var status = ''; variable
70 status = inSection(1);
73 status = inSection(2);
76 status = inSection(3);
79 status = inSection(4);
87 status = inSection(5);
90 status = inSection(6);
97 status = inSection(7);
100 status = inSection(8);
103 status = inSection(9)
    [all...]
  /external/skia/src/ports/
SkThread_pthread.cpp 28 static void print_pthread_error(int status)
30 switch (status) {
34 printf("pthread error [%d] EINVAL\n", status);
37 printf("pthread error [%d] EBUSY\n", status);
40 printf("pthread error [%d] unknown\n", status);
53 int status; local
56 status = pthread_mutexattr_init(&attr);
57 print_pthread_error(status);
58 SkASSERT(0 == status);
60 status = pthread_mutex_init((pthread_mutex_t*)fStorage, &attr)
67 int status = pthread_mutex_destroy((pthread_mutex_t*)fStorage); local
79 int status = pthread_mutex_lock((pthread_mutex_t*)fStorage); local
86 int status = pthread_mutex_unlock((pthread_mutex_t*)fStorage); local
    [all...]
  /external/chromium/third_party/icu/source/test/cintltst/
reapits.c 31 #define TEST_ASSERT_SUCCESS(status) {if (U_FAILURE(status)) { \
32 log_data_err("Failure at file %s, line %d, error = %s (Are you missing data?)\n", __FILE__, __LINE__, u_errorName(status));}}
50 status = U_ZERO_ERROR; \
51 re = uregex_openC(pattern, flags, NULL, &status); \
52 TEST_ASSERT_SUCCESS(status); \
55 uregex_setText(re, srcString, -1, &status); \
56 TEST_ASSERT_SUCCESS(status); \
57 if (U_SUCCESS(status)) {
61 TEST_ASSERT_SUCCESS(status); \
129 UErrorCode status = U_ZERO_ERROR; local
    [all...]
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
389 UErrorCode status = U_ZERO_ERROR; local
    [all...]
  /external/webkit/JavaScriptCore/tests/mozilla/js1_5/LexicalConventions/
lexical-001.js 42 var status = new Array();
47 status[0]=showStatus('01')
51 status[1]=showStatus('07')
55 status[2]=showStatus('08')
59 status[3]=showStatus('09')
63 status[4]=showStatus('010')
67 status[5]=showStatus('017')
71 status[6]=showStatus('018')
75 status[7]=showStatus('019')
79 status[8]=showStatus('079'
    [all...]
  /external/webkit/JavaScriptCore/tests/mozilla/ecma_3/String/
regress-83293.js 54 var status = ''; variable
83 status = 'Section A of test';
87 reportCompare(expect, actual, status);
89 status = 'Section B of test';
93 reportCompare(expect, actual, status);
95 status = 'Section C of test';
99 reportCompare(expect, actual, status);
101 status = 'Section D of test';
105 reportCompare(expect, actual, status);
115 status = 'Section E of test'
    [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...]
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...]
  /prebuilt/linux-x86/toolchain/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...]
  /external/chromium/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/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...]
  /external/icu4c/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...]
  /hardware/ti/wlan/wl1271/stad/src/Sta_Management/
sharedKeyAuthSm.c 112 TI_STATUS status; local
165 status = fsm_Config(pHandle->pAuthSm, &sharedKeyAuth_smMatrix[0][0],
167 if (status != TI_OK)
181 TI_STATUS status; local
184 status = fsm_GetNextState(pAuth->pAuthSm, *currentState, event, &nextState);
185 if (status != TI_OK)
193 status = fsm_Event(pAuth->pAuthSm, currentState, event, (void *)pAuth);
195 return status;
219 TI_STATUS status = TI_NOK; local
231 /* check response status */
301 TI_STATUS status; local
313 TI_STATUS status; local
322 TI_STATUS status; local
343 TI_STATUS status; local
353 TI_STATUS status; local
364 TI_STATUS status; local
373 TI_STATUS status; local
383 TI_STATUS status; local
393 TI_STATUS status; local
406 TI_STATUS status; local
415 TI_STATUS status; local
465 TI_STATUS status; local
479 TI_STATUS status; local
    [all...]

Completed in 498 milliseconds

1 2 3 4 5 6 7 8 91011>>