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

1 2 3 4 5 6 7 8 91011>>

  /system/wlan/ti/wilink_6_1/stad/src/Connection_Managment/
broadcastKey802_1x.c 96 TI_STATUS status = TI_NOK; local
131 status = fsm_Config(pBroadcastKey->pBcastKeySm,
139 return status;
165 TI_STATUS status; local
168 status = fsm_GetNextState(pBroadcastKey->pBcastKeySm, pBroadcastKey->currentState, event, &nextState);
169 if (status != TI_OK)
177 status = fsm_Event(pBroadcastKey->pBcastKeySm, &pBroadcastKey->currentState, event, pData);
179 return status;
203 TI_STATUS status; local
205 status = broadcastKey802_1x_event(pBroadcastKey, BCAST_KEY_802_1X_EVENT_START, pBroadcastKey)
231 TI_STATUS status; local
259 TI_STATUS status; local
288 TI_STATUS status; local
314 TI_STATUS status=TI_NOK; local
    [all...]
  /external/chromium/third_party/icu/source/i18n/
gregoimp.cpp 169 // CalendarData::CalendarData(const Locale& loc, UErrorCode& status)
171 // initData(loc.getBaseName(), (char*) "???", status);
174 CalendarData::CalendarData(const Locale& loc, const char *type, UErrorCode& status)
176 initData(loc.getBaseName(), type, status);
179 void CalendarData::initData(const char *locale, const char *type, UErrorCode& status) {
180 fOtherFillin = ures_open(U_CALENDAR_DATA, locale, &status);
181 fFillin = ures_getByKey(fOtherFillin, U_CALENDAR_KEY, fFillin, &status);
187 fBundle = ures_getByKeyWithFallback(fFillin, type, NULL, &status);
188 fFallback = ures_getByKeyWithFallback(fFillin, U_GREGORIAN_KEY, NULL, &status);
192 this, locale, type, u_errorName(status), fBundle, type, fBundle?ures_getLocale(fBundle, &status):"",
    [all...]
tmutamt.cpp 19 UErrorCode& status)
20 : Measure(number, TimeUnit::createInstance(timeUnitField, status), status) {
26 UErrorCode& status)
28 TimeUnit::createInstance(timeUnitField, status),
29 status) {
  /external/icu4c/i18n/
gregoimp.cpp 169 // CalendarData::CalendarData(const Locale& loc, UErrorCode& status)
171 // initData(loc.getBaseName(), (char*) "???", status);
174 CalendarData::CalendarData(const Locale& loc, const char *type, UErrorCode& status)
176 initData(loc.getBaseName(), type, status);
179 void CalendarData::initData(const char *locale, const char *type, UErrorCode& status) {
180 fOtherFillin = ures_open(U_CALENDAR_DATA, locale, &status);
181 fFillin = ures_getByKey(fOtherFillin, U_CALENDAR_KEY, fFillin, &status);
187 fBundle = ures_getByKeyWithFallback(fFillin, type, NULL, &status);
188 fFallback = ures_getByKeyWithFallback(fFillin, U_GREGORIAN_KEY, NULL, &status);
192 this, locale, type, u_errorName(status), fBundle, type, fBundle?ures_getLocale(fBundle, &status):"",
    [all...]
  /external/icu4c/test/intltest/
msfmrgts.cpp 61 MessageFormatRegressionTest::failure(UErrorCode status, const char* msg, UBool possibleDataError)
63 if(U_FAILURE(status)) {
65 dataerrln(UnicodeString("FAIL: ") + msg + " failed, error " + u_errorName(status));
67 errln(UnicodeString("FAIL: ") + msg + " failed, error " + u_errorName(status));
90 UErrorCode status = U_ZERO_ERROR; local
91 MessageFormat *messageFormatter = new MessageFormat("", status);
93 failure(status, "couldn't create MessageFormat");
97 messageFormatter->applyPattern(pattern[1], status);
98 failure(status, "messageFormat->applyPattern");
106 tempBuffer = messageFormatter->format(params, 2, tempBuffer, pos, status);
155 UErrorCode status = U_ZERO_ERROR; local
175 UErrorCode status = U_ZERO_ERROR; local
284 UErrorCode status = U_ZERO_ERROR; local
336 UErrorCode status = U_ZERO_ERROR; local
452 UErrorCode status = U_ZERO_ERROR; local
478 UErrorCode status = U_ZERO_ERROR; local
526 UErrorCode status = U_ZERO_ERROR; local
560 UErrorCode status = U_ZERO_ERROR; local
583 UErrorCode status = U_ZERO_ERROR; local
635 UErrorCode status = U_ZERO_ERROR; local
694 UErrorCode status = U_ZERO_ERROR; local
734 UErrorCode status = U_ZERO_ERROR; local
786 UErrorCode status = U_ZERO_ERROR; local
825 UErrorCode status = U_ZERO_ERROR; local
864 UErrorCode status = U_ZERO_ERROR; local
923 UErrorCode status = U_ZERO_ERROR; local
960 UErrorCode status = U_ZERO_ERROR; local
977 UErrorCode status = U_ZERO_ERROR; local
    [all...]
jamotest.cpp 27 UErrorCode status = U_ZERO_ERROR; local
30 UTRANS_FORWARD, parseError, status);
32 if (U_FAILURE(status)) {
36 status = U_ZERO_ERROR;
39 UTRANS_REVERSE, parseError, status);
40 if (U_FAILURE(status)) {
66 UErrorCode status = U_ZERO_ERROR; local
67 Transliterator* latinJamo = Transliterator::createInstance("Latin-Jamo", UTRANS_FORWARD, parseError, status);
69 if (latinJamo == 0 || U_FAILURE(status)) {
70 dataerrln("FAIL: createInstance() returned 0 - %s", u_errorName(status));
160 UErrorCode status = U_ZERO_ERROR; local
373 UErrorCode status = U_ZERO_ERROR; local
    [all...]
uvectest.cpp 58 #define TEST_CHECK_STATUS(status) \
59 if (U_FAILURE(status)) {\
60 errln("UVectorTest failure at line %d. status=%s\n", __LINE__, u_errorName(status));\
94 UErrorCode status = U_ZERO_ERROR; local
97 a = new UVector(status);
98 TEST_CHECK_STATUS(status);
101 status = U_ZERO_ERROR;
102 a = new UVector(2000, status);
103 TEST_CHECK_STATUS(status);
126 UErrorCode status = U_ZERO_ERROR; local
171 UErrorCode status = U_ZERO_ERROR; local
    [all...]
uobjtest.cpp 24 * TESTCLASSID_CTOR(Foo, (1, 2, 3, status))
26 * Will be called as: new Foo ( 1, 2, 3, status) [status is tested]
28 * TESTCLASSID_FACTORY(Foo, fooCreateFunction(status) )
29 * -- call fooCreateFunction. 'status' will be tested & reset
33 * 'status' will be tested & reset. This only tests uniqueness.
37 #define TESTCLASSID_FACTORY(c, f) { delete testClass(f, #c, #f, c ::getStaticClassID()); if(U_FAILURE(status)) { dataerrln(UnicodeString(#c " - " #f " - got err status ") + UnicodeString(u_errorName(status))); status = U_ZERO_ERROR; }
234 UErrorCode status = U_ZERO_ERROR; local
    [all...]
  /external/icu4c/common/
uvectr64.h 69 UVector64(UErrorCode &status);
71 UVector64(int32_t initialCapacity, UErrorCode &status);
97 void addElement(int64_t elem, UErrorCode &status);
101 void insertElementAt(int64_t elem, int32_t index, UErrorCode &status);
128 inline UBool ensureCapacity(int32_t minimumCapacity, UErrorCode &status);
131 UBool expandCapacity(int32_t minimumCapacity, UErrorCode &status);
174 void _init(int32_t initialCapacity, UErrorCode &status);
193 int64_t push(int64_t i, UErrorCode &status);
195 int64_t *reserveBlock(int32_t size, UErrorCode &status);
202 inline UBool UVector64::ensureCapacity(int32_t minimumCapacity, UErrorCode &status) {
    [all...]
uenum.c 72 uenum_count(UEnumeration* en, UErrorCode* status)
74 if (!en || U_FAILURE(*status)) {
78 return en->count(en, status);
80 *status = U_UNSUPPORTED_ERROR;
89 UErrorCode* status)
94 const char *cstr = en->next(en, &len, status);
98 *status = U_MEMORY_ALLOCATION_ERROR;
104 *status = U_UNSUPPORTED_ERROR;
116 UErrorCode* status)
120 const UChar *tempUCharVal = en->uNext(en, resultLength, status);
    [all...]
uenumimp.h 52 * @param status pointer to UErrorCode variable
56 UEnumCount(UEnumeration *en, UErrorCode *status);
66 * @param status pointer to UErrorCode variable
73 UErrorCode* status);
83 * @param status pointer to UErrorCode variable
90 UErrorCode* status);
99 * @param status pointer to UErrorCode variable
103 UErrorCode* status);
140 UErrorCode* status);
151 UErrorCode* status);
    [all...]
  /external/chromium/third_party/icu/source/test/cintltst/
citertst.c 67 UErrorCode status = U_ZERO_ERROR; local
77 UCollator *coll = ucol_open(LOCALES[i], &status);
79 &status);
81 &status);
82 if (U_FAILURE(status)) {
83 log_err_status(status, "ERROR: in creation of either the collator or the collation iterator :%s\n",
84 myErrorName(status));
90 while (ucol_next(pitr, &status) != UCOL_NULLORDER &&
91 U_SUCCESS(status)) {
93 if (U_FAILURE(status)) {
140 UErrorCode status = U_ZERO_ERROR; local
223 UErrorCode status = U_ZERO_ERROR; local
289 UErrorCode status = U_ZERO_ERROR; local
350 UErrorCode status = U_ZERO_ERROR; local
426 UErrorCode status = U_ZERO_ERROR; local
561 UErrorCode status= U_ZERO_ERROR; local
707 UErrorCode status = U_ZERO_ERROR; local
784 UErrorCode status = U_ZERO_ERROR; local
918 UErrorCode status = U_ZERO_ERROR; local
941 UErrorCode status = U_ZERO_ERROR; local
1274 UErrorCode status = U_ZERO_ERROR; local
1403 UErrorCode status = U_ZERO_ERROR; local
1475 UErrorCode status = U_ZERO_ERROR; local
1583 UErrorCode status = U_ZERO_ERROR; local
1650 UErrorCode status = U_ZERO_ERROR; local
1800 UErrorCode status = U_ZERO_ERROR; local
1849 UErrorCode status = U_ZERO_ERROR; local
    [all...]
cdattst.c 60 UErrorCode status = U_ZERO_ERROR; local
77 ctest_setTimeZone(NULL, &status);
80 fr = udat_open(UDAT_FULL, UDAT_DEFAULT, "fr_FR", NULL,0, NULL, 0,&status);
81 if(U_FAILURE(status))
84 myErrorName(status) );
89 /* def = udat_open(UDAT_SHORT, UDAT_SHORT, NULL, NULL, 0, &status); */
90 def = udat_open(UDAT_SHORT, UDAT_SHORT, "en_US", NULL, 0,NULL, 0, &status);
91 if(U_FAILURE(status))
94 myErrorName(status) );
97 it = udat_open(UDAT_DEFAULT, UDAT_MEDIUM, "it_IT", NULL, 0, NULL, 0,&status);
401 UErrorCode status = U_ZERO_ERROR; local
531 UErrorCode status = U_ZERO_ERROR; local
864 UErrorCode status = U_ZERO_ERROR; local
901 UErrorCode status = U_ZERO_ERROR; local
943 UErrorCode status = U_ZERO_ERROR; local
996 UErrorCode status = U_ZERO_ERROR; local
1110 UErrorCode status = U_ZERO_ERROR; local
1126 UErrorCode status = U_ZERO_ERROR; local
    [all...]
  /external/icu4c/test/cintltst/
citertst.c 67 UErrorCode status = U_ZERO_ERROR; local
77 UCollator *coll = ucol_open(LOCALES[i], &status);
79 &status);
81 &status);
82 if (U_FAILURE(status)) {
83 log_err_status(status, "ERROR: in creation of either the collator or the collation iterator :%s\n",
84 myErrorName(status));
90 while (ucol_next(pitr, &status) != UCOL_NULLORDER &&
91 U_SUCCESS(status)) {
93 if (U_FAILURE(status)) {
140 UErrorCode status = U_ZERO_ERROR; local
223 UErrorCode status = U_ZERO_ERROR; local
289 UErrorCode status = U_ZERO_ERROR; local
350 UErrorCode status = U_ZERO_ERROR; local
426 UErrorCode status = U_ZERO_ERROR; local
561 UErrorCode status= U_ZERO_ERROR; local
707 UErrorCode status = U_ZERO_ERROR; local
784 UErrorCode status = U_ZERO_ERROR; local
918 UErrorCode status = U_ZERO_ERROR; local
941 UErrorCode status = U_ZERO_ERROR; local
1269 UErrorCode status = U_ZERO_ERROR; local
1398 UErrorCode status = U_ZERO_ERROR; local
1470 UErrorCode status = U_ZERO_ERROR; local
1578 UErrorCode status = U_ZERO_ERROR; local
1645 UErrorCode status = U_ZERO_ERROR; local
1802 UErrorCode status = U_ZERO_ERROR; local
1851 UErrorCode status = U_ZERO_ERROR; local
    [all...]
cdattst.c 60 UErrorCode status = U_ZERO_ERROR; local
77 ctest_setTimeZone(NULL, &status);
80 fr = udat_open(UDAT_FULL, UDAT_DEFAULT, "fr_FR", NULL,0, NULL, 0,&status);
81 if(U_FAILURE(status))
84 myErrorName(status) );
89 /* def = udat_open(UDAT_SHORT, UDAT_SHORT, NULL, NULL, 0, &status); */
90 def = udat_open(UDAT_SHORT, UDAT_SHORT, "en_US", NULL, 0,NULL, 0, &status);
91 if(U_FAILURE(status))
94 myErrorName(status) );
97 it = udat_open(UDAT_DEFAULT, UDAT_MEDIUM, "it_IT", NULL, 0, NULL, 0,&status);
401 UErrorCode status = U_ZERO_ERROR; local
531 UErrorCode status = U_ZERO_ERROR; local
864 UErrorCode status = U_ZERO_ERROR; local
901 UErrorCode status = U_ZERO_ERROR; local
943 UErrorCode status = U_ZERO_ERROR; local
996 UErrorCode status = U_ZERO_ERROR; local
1110 UErrorCode status = U_ZERO_ERROR; local
1126 UErrorCode status = U_ZERO_ERROR; local
    [all...]
  /external/chromium/third_party/icu/source/test/intltest/
jamotest.cpp 27 UErrorCode status = U_ZERO_ERROR; local
30 UTRANS_FORWARD, parseError, status);
32 if (U_FAILURE(status)) {
36 status = U_ZERO_ERROR;
39 UTRANS_REVERSE, parseError, status);
40 if (U_FAILURE(status)) {
66 UErrorCode status = U_ZERO_ERROR; local
67 Transliterator* latinJamo = Transliterator::createInstance("Latin-Jamo", UTRANS_FORWARD, parseError, status);
69 if (latinJamo == 0 || U_FAILURE(status)) {
70 dataerrln("FAIL: createInstance() returned 0 - %s", u_errorName(status));
160 UErrorCode status = U_ZERO_ERROR; local
373 UErrorCode status = U_ZERO_ERROR; local
    [all...]
uvectest.cpp 58 #define TEST_CHECK_STATUS(status) \
59 if (U_FAILURE(status)) {\
60 errln("UVectorTest failure at line %d. status=%s\n", __LINE__, u_errorName(status));\
94 UErrorCode status = U_ZERO_ERROR; local
97 a = new UVector(status);
98 TEST_CHECK_STATUS(status);
101 status = U_ZERO_ERROR;
102 a = new UVector(2000, status);
103 TEST_CHECK_STATUS(status);
126 UErrorCode status = U_ZERO_ERROR; local
171 UErrorCode status = U_ZERO_ERROR; local
    [all...]
uobjtest.cpp 23 * TESTCLASSID_CTOR(Foo, (1, 2, 3, status))
25 * Will be called as: new Foo ( 1, 2, 3, status) [status is tested]
27 * TESTCLASSID_FACTORY(Foo, fooCreateFunction(status) )
28 * -- call fooCreateFunction. 'status' will be tested & reset
32 * 'status' will be tested & reset. This only tests uniqueness.
36 #define TESTCLASSID_FACTORY(c, f) { delete testClass(f, #c, #f, c ::getStaticClassID()); if(U_FAILURE(status)) { errcheckln(status, UnicodeString(#c " - " #f " - got err status ") + UnicodeString(u_errorName(status))); status = U_ZERO_ERROR; }
232 UErrorCode status = U_ZERO_ERROR; local
    [all...]
caltztst.cpp 27 UBool CalendarTimeZoneTest::failure(UErrorCode status, const char* msg, UBool possibleDataError)
29 if (U_FAILURE(status))
32 dataerrln(UnicodeString("FAIL: ") + msg + " failed, error " + u_errorName(status));
34 errcheckln(status, UnicodeString("FAIL: ") + msg + " failed, error " + u_errorName(status));
58 UErrorCode status = U_ZERO_ERROR; local
59 theFormat = new SimpleDateFormat(UnicodeString("EEE MMM dd HH:mm:ss zzz yyyy"), status);
60 if (U_FAILURE(status))
64 errcheckln(status, "FAIL: Could not create SimpleDateFormat - %s", u_errorName(status));
105 UErrorCode status = U_ZERO_ERROR; local
187 UErrorCode status = U_ZERO_ERROR; local
    [all...]
  /external/webkit/JavaScriptCore/tests/mozilla/js1_5/Regress/
regress-179524.js 53 var status = ''; variable
64 status = inSection(1);
69 status = inSection(2);
74 status = inSection(3);
79 status = inSection(4);
88 status = inSection(5);
93 status = inSection(6);
98 status = inSection(7);
103 status = inSection(8);
112 status = inSection(9)
    [all...]
  /external/libnfc-nxp/src/
phHciNfc_PollingLoop.c 176 NFCSTATUS status = NFCSTATUS_SUCCESS; local
190 status = PHNFCSTVAL(CID_NFC_HCI, NFCSTATUS_INVALID_PARAMETER);
192 return status;
200 NFCSTATUS status = NFCSTATUS_SUCCESS; local
204 status = PHNFCSTVAL(CID_NFC_HCI, NFCSTATUS_INVALID_PARAMETER);
221 status = PHNFCSTVAL(CID_NFC_HCI, NFCSTATUS_INSUFFICIENT_RESOURCES);
225 return status;
241 NFCSTATUS status = NFCSTATUS_SUCCESS; local
245 status = PHNFCSTVAL(CID_NFC_HCI, NFCSTATUS_INVALID_PARAMETER);
251 status = PHNFCSTVAL(CID_NFC_HCI
287 NFCSTATUS status = NFCSTATUS_SUCCESS; local
340 NFCSTATUS status = NFCSTATUS_SUCCESS; local
551 NFCSTATUS status = NFCSTATUS_SUCCESS; local
594 NFCSTATUS status = NFCSTATUS_SUCCESS; local
676 NFCSTATUS status = NFCSTATUS_SUCCESS; local
762 NFCSTATUS status = NFCSTATUS_SUCCESS; local
    [all...]
  /external/bluetooth/glib/gio/
pltcheck.sh 5 status=0
16 readelf -r $so | grep 'JU\?MP_SLOT\?' | grep '\<g_' | grep -v $SKIP && status=1
19 exit $status
  /external/chromium/third_party/icu/source/common/
uenum.c 72 uenum_count(UEnumeration* en, UErrorCode* status)
74 if (!en || U_FAILURE(*status)) {
78 return en->count(en, status);
80 *status = U_UNSUPPORTED_ERROR;
89 UErrorCode* status)
94 const char *cstr = en->next(en, &len, status);
98 *status = U_MEMORY_ALLOCATION_ERROR;
104 *status = U_UNSUPPORTED_ERROR;
116 UErrorCode* status)
120 const UChar *tempUCharVal = en->uNext(en, resultLength, status);
    [all...]
uenumimp.h 52 * @param status pointer to UErrorCode variable
56 UEnumCount(UEnumeration *en, UErrorCode *status);
66 * @param status pointer to UErrorCode variable
73 UErrorCode* status);
83 * @param status pointer to UErrorCode variable
90 UErrorCode* status);
99 * @param status pointer to UErrorCode variable
103 UErrorCode* status);
140 UErrorCode* status);
151 UErrorCode* status);
    [all...]
  /external/chromium/third_party/icu/source/tools/toolutil/
xmlparser.cpp 59 UXMLParser::UXMLParser(UErrorCode &status) :
64 mXMLDecl(UnicodeString("(?s)\\uFEFF?<\\?xml.+?\\?>", -1, US_INV), 0, status),
69 mXMLComment(UnicodeString("(?s)<!--.+?-->", -1, US_INV), 0, status),
73 mXMLSP(UnicodeString(XML_SPACES "+", -1, US_INV), 0, status),
85 ), 0, status),
89 mXMLPI(UnicodeString("(?s)<\\?.+?\\?>", -1, US_INV), 0, status),
100 XML_SPACES "*?>", -1, US_INV), 0, status), // match " >"
104 mXMLElemEnd (UnicodeString("</(" XML_NAME ")" XML_SPACES "*>", -1, US_INV), 0, status),
113 XML_SPACES "*?/>", -1, US_INV), 0, status), // match " />"
117 mXMLCharData(UnicodeString("(?s)[^<]*", -1, US_INV), 0, status),
    [all...]

Completed in 2600 milliseconds

1 2 3 4 5 6 7 8 91011>>