Searched refs:status (Results 51 - 75 of 5668) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/icu/source/test/intltest/
H A Dsdtfmtts.cpp28 UErrorCode status = U_ZERO_ERROR; local
30 Locale::setDefault(Locale::getEnglish(), status); local
31 if(U_FAILURE(status)) {
35 Locale::setDefault(saveLocale, status);
48 UErrorCode status = U_ZERO_ERROR; local
54 SimpleDateFormat def(status);
55 if(U_FAILURE(status)) {
60 status = U_ZERO_ERROR;
65 SimpleDateFormat pat(pattern, status);
66 if(U_FAILURE(status)) {
[all...]
H A Ddadrcal.cpp31 UErrorCode status = U_ZERO_ERROR; local
32 driver = TestDataModule::getTestDataModule("calendar", *this, status);
46 UErrorCode status= U_ZERO_ERROR; local
47 TestData *testData = driver->createTestData(index, status);
48 if (U_SUCCESS(status)) {
50 if (testData->getInfo(info, status)) {
51 log(info->getString("Description", status));
73 UErrorCode status = U_ZERO_ERROR; local
89 status);
90 if (U_FAILURE(status)) {
290 UErrorCode status = U_ZERO_ERROR; local
366 UErrorCode status = U_ZERO_ERROR; local
455 UErrorCode status = U_ZERO_ERROR; local
[all...]
H A Ddadrfmt.cpp33 UErrorCode status = U_ZERO_ERROR; local
34 driver = TestDataModule::getTestDataModule("format", *this, status);
48 UErrorCode status= U_ZERO_ERROR; local
49 TestData *testData = driver->createTestData(index, status);
50 if (U_SUCCESS(status)) {
52 if (testData->getInfo(info, status)) {
53 log(info->getString("Description", status));
98 UErrorCode status = U_ZERO_ERROR; local
100 status);
101 if (U_FAILURE(status)) {
314 UErrorCode status = U_ZERO_ERROR; local
[all...]
H A Ditercoll.cpp23 static UErrorCode status = U_ZERO_ERROR; variable
29 en_us = (RuleBasedCollator *)Collator::createInstance(Locale::getUS(), status);
30 if(U_FAILURE(status)) {
33 errcheckln(status, "Collator creation failed with %s", u_errorName(status));
86 UErrorCode status = U_ZERO_ERROR; local
97 (UnicodeString)"&a,A < b,B < c,C, d,D < z,Z < ch,cH,Ch,CH", status);
99 if (c1 == NULL || U_FAILURE(status))
114 c2 = new RuleBasedCollator((UnicodeString)"&a < b < c/abd < d", status);
116 if (c2 == NULL || U_FAILURE(status))
176 UErrorCode status = U_ZERO_ERROR; local
231 UErrorCode status = U_ZERO_ERROR; local
296 UErrorCode status = U_ZERO_ERROR; local
337 UErrorCode status = U_ZERO_ERROR; local
405 UErrorCode status = U_ZERO_ERROR; local
485 UErrorCode status = U_ZERO_ERROR; local
542 UErrorCode status = U_ZERO_ERROR; local
587 UErrorCode status = U_ZERO_ERROR; local
602 UErrorCode status = U_ZERO_ERROR; local
[all...]
/external/icu/icu4c/source/test/intltest/
H A Dsdtfmtts.cpp28 UErrorCode status = U_ZERO_ERROR; local
30 Locale::setDefault(Locale::getEnglish(), status); local
31 if(U_FAILURE(status)) {
35 Locale::setDefault(saveLocale, status);
48 UErrorCode status = U_ZERO_ERROR; local
54 SimpleDateFormat def(status);
55 if(U_FAILURE(status)) {
60 status = U_ZERO_ERROR;
65 SimpleDateFormat pat(pattern, status);
66 if(U_FAILURE(status)) {
[all...]
H A Ddadrcal.cpp31 UErrorCode status = U_ZERO_ERROR; local
32 driver = TestDataModule::getTestDataModule("calendar", *this, status);
46 UErrorCode status= U_ZERO_ERROR; local
47 TestData *testData = driver->createTestData(index, status);
48 if (U_SUCCESS(status)) {
50 if (testData->getInfo(info, status)) {
51 log(info->getString("Description", status));
73 UErrorCode status = U_ZERO_ERROR; local
89 status);
90 if (U_FAILURE(status)) {
290 UErrorCode status = U_ZERO_ERROR; local
366 UErrorCode status = U_ZERO_ERROR; local
455 UErrorCode status = U_ZERO_ERROR; local
[all...]
/external/chromium_org/third_party/WebKit/Source/platform/text/
H A DTextEncodingDetector.cpp45 UErrorCode status = U_ZERO_ERROR; local
46 UCharsetDetector* detector = ucsdet_open(&status);
47 if (U_FAILURE(status))
50 ucsdet_setText(detector, data, static_cast<int32_t>(length), &status);
51 if (U_FAILURE(status))
64 const UCharsetMatch** matches = ucsdet_detectAll(detector, &matchesCount, &status);
65 if (U_FAILURE(status)) {
83 int32_t confidence = ucsdet_getConfidence(matches[i], &status);
84 if (U_FAILURE(status)) {
85 status
[all...]
/external/chromium_org/third_party/icu/source/tools/genrb/
H A Dprscmnts.cpp37 UnicodeString replaceText, UErrorCode *status){
39 if(status == NULL || U_FAILURE(*status)){
45 RegexMatcher myMatcher(patString, src, options, *status);
46 if(U_FAILURE(*status)){
52 dest = myMatcher.replaceAll(replaceText,*status);
55 return dest.extract(source, srcLen, *status);
59 trim(UChar *src, int32_t srcLen, UErrorCode *status){ argument
60 srcLen = removeText(src, srcLen, "^[ \\r\\n]+ ", 0, "", status); // remove leading new lines
61 srcLen = removeText(src, srcLen, "^\\s+", 0, "", status); // remov
35 removeText(UChar *source, int32_t srcLen, UnicodeString patString,uint32_t options, UnicodeString replaceText, UErrorCode *status) argument
67 removeCmtText(UChar* source, int32_t srcLen, UErrorCode* status) argument
75 getText(const UChar* source, int32_t srcLen, UChar** dest, int32_t destCapacity, UnicodeString patternString, UErrorCode* status) argument
112 getDescription( const UChar* source, int32_t srcLen, UChar** dest, int32_t destCapacity, UErrorCode* status) argument
136 getCount(const UChar* source, int32_t srcLen, UParseCommentsOption option, UErrorCode *status) argument
172 getAt(const UChar* source, int32_t srcLen, UChar** dest, int32_t destCapacity, int32_t index, UParseCommentsOption option, UErrorCode* status) argument
213 getTranslate( const UChar* source, int32_t srcLen, UChar** dest, int32_t destCapacity, UErrorCode* status) argument
223 getNote(const UChar* source, int32_t srcLen, UChar** dest, int32_t destCapacity, UErrorCode* status) argument
[all...]
/external/chromium_org/v8/test/mjsunit/regress/
H A Dregress-70066.js37 var status;
38 with ({}) { status = delete value; }
39 return value + ":" + status;
52 var status = f(); variable
53 return value + ":" + status;
62 var status;
63 with ({}) { status = delete value; }
64 return value + ":" + status;
76 var status = f(); variable
77 return value + ":" + status;
98 var status = f(); variable
[all...]
/external/icu/icu4c/source/tools/genrb/
H A Dprscmnts.cpp47 UnicodeString replaceText, UErrorCode *status){
49 if(status == NULL || U_FAILURE(*status)){
55 RegexMatcher myMatcher(patString, src, options, *status);
56 if(U_FAILURE(*status)){
62 dest = myMatcher.replaceAll(replaceText,*status);
65 return dest.extract(source, srcLen, *status);
69 trim(UChar *src, int32_t srcLen, UErrorCode *status){ argument
70 srcLen = removeText(src, srcLen, UnicodeString("^[ \\r\\n]+ "), 0, UnicodeString(), status); // remove leading new lines
71 srcLen = removeText(src, srcLen, UnicodeString("^\\s+"), 0, UnicodeString(), status); // remov
45 removeText(UChar *source, int32_t srcLen, UnicodeString patString,uint32_t options, UnicodeString replaceText, UErrorCode *status) argument
77 removeCmtText(UChar* source, int32_t srcLen, UErrorCode* status) argument
85 getText(const UChar* source, int32_t srcLen, UChar** dest, int32_t destCapacity, UnicodeString patternString, UErrorCode* status) argument
122 getDescription( const UChar* source, int32_t srcLen, UChar** dest, int32_t destCapacity, UErrorCode* status) argument
146 getCount(const UChar* source, int32_t srcLen, UParseCommentsOption option, UErrorCode *status) argument
183 getAt(const UChar* source, int32_t srcLen, UChar** dest, int32_t destCapacity, int32_t index, UParseCommentsOption option, UErrorCode* status) argument
225 getTranslate( const UChar* source, int32_t srcLen, UChar** dest, int32_t destCapacity, UErrorCode* status) argument
235 getNote(const UChar* source, int32_t srcLen, UChar** dest, int32_t destCapacity, UErrorCode* status) argument
[all...]
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dcnumtst.c101 UErrorCode* status = &st; local
113 nf = unum_open(UNUM_DEFAULT, NULL, -1, NULL, NULL, status);
115 if(U_FAILURE(*status))
117 log_data_err("Error in unum_open() %s \n", myErrorName(*status));
123 a = unum_parseInt64(nf, text, size, 0, status);
126 if(!U_FAILURE(*status))
128 log_err("Error in unum_parseInt64(): %s \n", myErrorName(*status));
167 UErrorCode status=U_ZERO_ERROR; local
174 status = U_ZERO_ERROR;
176 def=unum_open(style, NULL,0,NULL, NULL,&status);
947 UErrorCode status; member in struct:__anon11315
981 UErrorCode status = U_ZERO_ERROR; local
1004 UErrorCode status = U_ZERO_ERROR; local
1043 UErrorCode status = U_ZERO_ERROR; local
1083 UErrorCode status=U_ZERO_ERROR; local
1198 UErrorCode status = U_ZERO_ERROR; local
1325 UErrorCode status = U_ZERO_ERROR; local
1337 UErrorCode status = U_ZERO_ERROR; local
1378 UErrorCode status = U_ZERO_ERROR; local
1432 UErrorCode status = U_ZERO_ERROR; local
1445 UErrorCode status = U_ZERO_ERROR; local
1460 UErrorCode status = U_ZERO_ERROR; local
1483 UErrorCode status; local
1605 UErrorCode status = U_ZERO_ERROR; local
1644 UErrorCode status = U_ZERO_ERROR; local
1681 UErrorCode status = U_ZERO_ERROR; local
1709 UErrorCode status = U_ZERO_ERROR; local
[all...]
H A Dccaltst.c88 UErrorCode status = U_ZERO_ERROR; local
112 ucal_getAvailableTZIDs(offset, i, &status);
113 if(U_FAILURE(status)){
114 log_err("FAIL: ucal_getAvailableTZIDs returned %s\n", u_errorName(status));
116 log_verbose("%s\n", u_austrcpy(tempMsgBuf, ucal_getAvailableTZIDs(offset, i, &status)));
119 ucal_getAvailableTZIDs(offset, i, &status);
120 if(status != U_INDEX_OUTOFBOUNDS_ERROR){
121 log_err("FAIL:for TZID index >= count Expected INDEX_OUTOFBOUNDS_ERROR Got %s\n", u_errorName(status));
123 status=U_ZERO_ERROR;
130 uenum = (j==0) ? ucal_openTimeZones(&status)
459 UErrorCode status=U_ZERO_ERROR; local
649 UErrorCode status=U_ZERO_ERROR; local
798 UErrorCode status = U_ZERO_ERROR; local
960 UErrorCode status = U_ZERO_ERROR; local
1058 UErrorCode status = U_ZERO_ERROR; local
1131 UErrorCode status = U_ZERO_ERROR; local
1219 UErrorCode status = U_ZERO_ERROR; local
1251 UErrorCode status = U_ZERO_ERROR; local
1279 UErrorCode status = U_ZERO_ERROR; local
1314 UErrorCode status = U_ZERO_ERROR; local
1419 UErrorCode status = U_ZERO_ERROR; local
1588 UErrorCode status = U_ZERO_ERROR; local
1632 UErrorCode status = U_ZERO_ERROR; local
[all...]
H A Dusrchtst.c51 static void open(UErrorCode* status) argument
56 *status = U_ZERO_ERROR;
58 EN_US_ = ucol_open("en_US", status);
59 if(U_FAILURE(*status)) {
60 log_err_status(*status, "Error opening collator\n");
63 FR_FR_ = ucol_open("fr_FR", status);
64 DE_ = ucol_open("de_DE", status);
65 ES_ = ucol_open("es_ES", status);
73 (UParseError *)NULL, status);
79 NULL, status);
94 UErrorCode status = U_ZERO_ERROR; local
200 UErrorCode status = U_ZERO_ERROR; local
301 UErrorCode status = U_ZERO_ERROR; local
341 UErrorCode status = U_ZERO_ERROR; local
445 UErrorCode status = U_ZERO_ERROR; local
476 UErrorCode status = U_ZERO_ERROR; local
517 UErrorCode status = U_ZERO_ERROR; local
552 UErrorCode status = U_ZERO_ERROR; local
570 UErrorCode status = U_ZERO_ERROR; local
608 UErrorCode status = U_ZERO_ERROR; local
624 UErrorCode status = U_ZERO_ERROR; local
731 UErrorCode status = U_ZERO_ERROR; local
757 UErrorCode status = U_ZERO_ERROR; local
830 UErrorCode status = U_ZERO_ERROR; local
919 UErrorCode status = U_ZERO_ERROR; local
1025 UErrorCode status = U_ZERO_ERROR; local
1098 UErrorCode status = U_ZERO_ERROR; local
1119 UErrorCode status = U_ZERO_ERROR; local
1218 UErrorCode status = U_ZERO_ERROR; local
1305 UErrorCode status = U_ZERO_ERROR; local
1405 UErrorCode status = U_ZERO_ERROR; local
1486 UErrorCode status = U_ZERO_ERROR; local
1536 UErrorCode status = U_ZERO_ERROR; local
1557 UErrorCode status = U_ZERO_ERROR; local
1600 UErrorCode status = U_ZERO_ERROR; local
1642 UErrorCode status = U_ZERO_ERROR; local
1694 UErrorCode status = U_ZERO_ERROR; local
1712 UErrorCode status = U_ZERO_ERROR; local
1733 UErrorCode status = U_ZERO_ERROR; local
1749 UErrorCode status = U_ZERO_ERROR; local
1832 UErrorCode status = U_ZERO_ERROR; local
1858 UErrorCode status = U_ZERO_ERROR; local
1933 UErrorCode status = U_ZERO_ERROR; local
2008 UErrorCode status = U_ZERO_ERROR; local
2083 UErrorCode status = U_ZERO_ERROR; local
2147 UErrorCode status = U_ZERO_ERROR; local
2168 UErrorCode status = U_ZERO_ERROR; local
2264 UErrorCode status = U_ZERO_ERROR; local
2285 UErrorCode status = U_ZERO_ERROR; local
2328 UErrorCode status = U_ZERO_ERROR; local
2358 UErrorCode status = U_ZERO_ERROR; local
2640 UErrorCode status = U_ZERO_ERROR; local
[all...]
/external/chromium_org/third_party/libsrtp/srtp/crypto/kernel/
H A Dcrypto_kernel.c96 err_status_t status; local
109 status = err_reporting_init("crypto");
110 if (status)
111 return status;
114 status = crypto_kernel_load_debug_module(&mod_crypto_kernel);
115 if (status)
116 return status;
117 status = crypto_kernel_load_debug_module(&mod_auth);
118 if (status)
119 return status;
177 err_status_t status; local
254 err_status_t status; local
304 err_status_t status; local
374 err_status_t status; local
[all...]
/external/icu/icu4c/source/test/cintltst/
H A Dcnumtst.c96 UErrorCode* status = &st; local
108 nf = unum_open(UNUM_DEFAULT, NULL, -1, NULL, NULL, status);
110 if(U_FAILURE(*status))
112 log_data_err("Error in unum_open() %s \n", myErrorName(*status));
118 a = unum_parseInt64(nf, text, size, 0, status);
122 if(!U_FAILURE(*status))
124 log_err("Error in unum_parseInt64(): %s \n", myErrorName(*status));
163 UErrorCode status=U_ZERO_ERROR; local
170 status = U_ZERO_ERROR;
172 def=unum_open(style, NULL,0,NULL, NULL,&status);
1046 UErrorCode status; local
1121 UErrorCode status; member in struct:__anon21239
1155 UErrorCode status = U_ZERO_ERROR; local
1178 UErrorCode status = U_ZERO_ERROR; local
1217 UErrorCode status = U_ZERO_ERROR; local
1257 UErrorCode status=U_ZERO_ERROR; local
1372 UErrorCode status = U_ZERO_ERROR; local
1508 UErrorCode status = U_ZERO_ERROR; local
1520 UErrorCode status = U_ZERO_ERROR; local
1561 UErrorCode status = U_ZERO_ERROR; local
1615 UErrorCode status = U_ZERO_ERROR; local
1628 UErrorCode status = U_ZERO_ERROR; local
1643 UErrorCode status = U_ZERO_ERROR; local
1666 UErrorCode status; local
1805 UErrorCode status = U_ZERO_ERROR; local
1844 UErrorCode status = U_ZERO_ERROR; local
1881 UErrorCode status = U_ZERO_ERROR; local
1909 UErrorCode status = U_ZERO_ERROR; local
1960 UErrorCode status = U_ZERO_ERROR; local
2023 UErrorCode status = U_ZERO_ERROR; local
2117 UErrorCode status = U_ZERO_ERROR; local
2192 UErrorCode status = U_ZERO_ERROR; local
2212 UErrorCode status = U_ZERO_ERROR; local
2258 UErrorCode status = U_ZERO_ERROR; local
2330 UErrorCode status; local
2428 UErrorCode status = U_ZERO_ERROR; local
2480 UErrorCode status = U_ZERO_ERROR; local
[all...]
H A Dcitertst.c65 UErrorCode status = U_ZERO_ERROR; local
75 UCollator *coll = ucol_open(LOCALES[i], &status);
77 &status);
79 &status);
80 if (U_FAILURE(status)) {
81 log_err_status(status, "ERROR: in creation of either the collator or the collation iterator :%s\n",
82 myErrorName(status));
88 while (ucol_next(pitr, &status) != UCOL_NULLORDER &&
89 U_SUCCESS(status)) {
91 if (U_FAILURE(status)) {
138 UErrorCode status = U_ZERO_ERROR; local
221 UErrorCode status = U_ZERO_ERROR; local
287 UErrorCode status = U_ZERO_ERROR; local
348 UErrorCode status = U_ZERO_ERROR; local
424 UErrorCode status = U_ZERO_ERROR; local
559 UErrorCode status= U_ZERO_ERROR; local
705 UErrorCode status = U_ZERO_ERROR; local
777 UErrorCode status = U_ZERO_ERROR; local
912 UErrorCode status = U_ZERO_ERROR; local
935 UErrorCode status = U_ZERO_ERROR; local
1044 UErrorCode status = U_ZERO_ERROR; local
1187 UErrorCode status = U_ZERO_ERROR; local
[all...]
H A Dhpmufn.c43 #define TEST_STATUS(status, expected) \
44 if (status != expected) { \
45 log_err_status(status, "FAIL at %s:%d. Actual status = \"%s\"; Expected status = \"%s\"\n", \
46 __FILE__, __LINE__, u_errorName(status), u_errorName(expected)); gMutexFailures++; }
118 UErrorCode status = U_ZERO_ERROR; local
133 u_setMemoryFunctions(&gContext, myMemAlloc, myMemRealloc, myMemFree, &status);
134 TEST_STATUS(status, U_INVALID_STATE_ERROR);
140 status
[all...]
/external/libnfc-nxp/src/
H A DphHciNfc_Pipe.c150 NFCSTATUS status = NFCSTATUS_SUCCESS; local
173 status = phHciNfc_Send_Admin_Cmd( psHciContext, pHwRef,
180 status = PHNFCSTVAL(CID_NFC_HCI, NFCSTATUS_INSUFFICIENT_RESOURCES);
182 return status;
195 NFCSTATUS status = NFCSTATUS_SUCCESS; local
203 status = phHciNfc_Allocate_Resource((void **)&p_pipe_info,
206 if( (NFCSTATUS_SUCCESS == status)
224 status = phHciNfc_Create_All_Pipes(psHciContext,
227 if( NFCSTATUS_SUCCESS == status )
230 status
287 NFCSTATUS status=NFCSTATUS_SUCCESS; local
317 NFCSTATUS status = NFCSTATUS_SUCCESS; local
435 NFCSTATUS status = NFCSTATUS_SUCCESS; local
744 NFCSTATUS status = NFCSTATUS_SUCCESS; local
788 NFCSTATUS status = NFCSTATUS_SUCCESS; local
1053 NFCSTATUS status = NFCSTATUS_SUCCESS; local
1096 NFCSTATUS status = NFCSTATUS_SUCCESS; local
[all...]
/external/chromium_org/third_party/libsrtp/srtp/crypto/test/
H A Dkernel_driver.c61 err_status_t status; local
67 status = crypto_kernel_init();
68 if (status) {
84 status = crypto_kernel_set_debug_module(optarg, 1);
85 if (status) {
96 printf("checking crypto_kernel status...\n");
97 status = crypto_kernel_status();
98 if (status) {
105 status = crypto_kernel_shutdown();
106 if (status) {
[all...]
/external/srtp/crypto/test/
H A Dkernel_driver.c61 err_status_t status; local
67 status = crypto_kernel_init();
68 if (status) {
84 status = crypto_kernel_set_debug_module(optarg, 1);
85 if (status) {
96 printf("checking crypto_kernel status...\n");
97 status = crypto_kernel_status();
98 if (status) {
105 status = crypto_kernel_shutdown();
106 if (status) {
[all...]
/external/chromium_org/third_party/icu/source/common/
H A Dservls.cpp50 ICULocaleService::get(const Locale& locale, UErrorCode& status) const
52 return get(locale, LocaleKey::KIND_ANY, NULL, status);
56 ICULocaleService::get(const Locale& locale, int32_t kind, UErrorCode& status) const
58 return get(locale, kind, NULL, status);
62 ICULocaleService::get(const Locale& locale, Locale* actualReturn, UErrorCode& status) const
64 return get(locale, LocaleKey::KIND_ANY, actualReturn, status);
68 ICULocaleService::get(const Locale& locale, int32_t kind, Locale* actualReturn, UErrorCode& status) const
71 if (U_FAILURE(status)) {
77 status = U_MEMORY_ALLOCATION_ERROR;
79 ICUServiceKey* key = createKey(&locName, kind, status);
100 registerInstance(UObject* objToAdopt, const UnicodeString& locale, UBool visible, UErrorCode& status) argument
110 registerInstance(UObject* objToAdopt, const Locale& locale, UErrorCode& status) argument
116 registerInstance(UObject* objToAdopt, const Locale& locale, int32_t kind, UErrorCode& status) argument
122 registerInstance(UObject* objToAdopt, const Locale& locale, int32_t kind, int32_t coverage, UErrorCode& status) argument
167 ServiceEnumeration(const ICULocaleService* service, UErrorCode &status) argument
176 ServiceEnumeration(const ServiceEnumeration &other, UErrorCode &status) argument
198 UErrorCode status = U_ZERO_ERROR; local
210 UErrorCode status = U_ZERO_ERROR; local
233 snext(UErrorCode& status) argument
240 reset(UErrorCode& status) argument
[all...]
H A Duinit.c60 u_init(UErrorCode *status) { argument
63 uplug_init(status);
66 if (gICUInitialized || U_FAILURE(*status)) {
68 UTRACE_EXIT_STATUS(*status);
85 ucnv_io_countKnownConverters(status);
90 UTRACE_EXIT_STATUS(*status);
/external/icu/icu4c/source/common/
H A Dservls.cpp45 ICULocaleService::get(const Locale& locale, UErrorCode& status) const
47 return get(locale, LocaleKey::KIND_ANY, NULL, status);
51 ICULocaleService::get(const Locale& locale, int32_t kind, UErrorCode& status) const
53 return get(locale, kind, NULL, status);
57 ICULocaleService::get(const Locale& locale, Locale* actualReturn, UErrorCode& status) const
59 return get(locale, LocaleKey::KIND_ANY, actualReturn, status);
63 ICULocaleService::get(const Locale& locale, int32_t kind, Locale* actualReturn, UErrorCode& status) const
66 if (U_FAILURE(status)) {
72 status = U_MEMORY_ALLOCATION_ERROR;
74 ICUServiceKey* key = createKey(&locName, kind, status);
95 registerInstance(UObject* objToAdopt, const UnicodeString& locale, UBool visible, UErrorCode& status) argument
105 registerInstance(UObject* objToAdopt, const Locale& locale, UErrorCode& status) argument
111 registerInstance(UObject* objToAdopt, const Locale& locale, int32_t kind, UErrorCode& status) argument
117 registerInstance(UObject* objToAdopt, const Locale& locale, int32_t kind, int32_t coverage, UErrorCode& status) argument
162 ServiceEnumeration(const ICULocaleService* service, UErrorCode &status) argument
171 ServiceEnumeration(const ServiceEnumeration &other, UErrorCode &status) argument
193 UErrorCode status = U_ZERO_ERROR; local
205 UErrorCode status = U_ZERO_ERROR; local
228 snext(UErrorCode& status) argument
235 reset(UErrorCode& status) argument
[all...]
/external/chromium_org/courgette/
H A Dcourgette_minimal_tool.cc42 courgette::Status status = local
45 if (status != courgette::C_OK) {
46 if (status == courgette::C_READ_OPEN_ERROR) Problem("Can't open file.");
47 if (status == courgette::C_WRITE_OPEN_ERROR) Problem("Can't open file.");
48 if (status == courgette::C_READ_ERROR) Problem("Can't read from file.");
49 if (status == courgette::C_WRITE_ERROR) Problem("Can't write to file.");
/external/srtp/crypto/kernel/
H A Dcrypto_kernel.c96 err_status_t status; local
109 status = err_reporting_init("crypto");
110 if (status)
111 return status;
114 status = crypto_kernel_load_debug_module(&mod_crypto_kernel);
115 if (status)
116 return status;
117 status = crypto_kernel_load_debug_module(&mod_auth);
118 if (status)
119 return status;
177 err_status_t status; local
254 err_status_t status; local
303 err_status_t status; local
348 err_status_t status; local
[all...]

Completed in 7822 milliseconds

1234567891011>>