/external/chromium_org/third_party/icu/source/test/intltest/ |
dcfmtest.cpp | 76 #define DF_CHECK_STATUS {if (U_FAILURE(status)) \ 77 {dataerrln("DecimalFormatTest failure at line %d. status=%s", \ 78 __LINE__, u_errorName(status)); return 0;}} 82 #define DF_ASSERT_FAIL(expr, errcode) {UErrorCode status=U_ZERO_ERROR; (expr);\ 83 if (status!=errcode) {dataerrln("DecimalFormatTest failure at line %d. Expected status=%s, got %s", \ 84 __LINE__, u_errorName(errcode), u_errorName(status));};} 86 #define DF_CHECK_STATUS_L(line) {if (U_FAILURE(status)) {errln( \ 87 "DecimalFormatTest failure at line %d, from %d. status=%d\n",__LINE__, (line), status); }} 171 UErrorCode status=U_ZERO_ERROR; local 183 UErrorCode status = U_ZERO_ERROR; local 310 DecimalFormatSymbols symbols(Locale::getUS(), status); local 376 DecimalFormatSymbols symbols(Locale::getUS(), status); local [all...] |
regextst.cpp | 123 static UText* regextst_openUTF8FromInvariant(UText* ut, const char *inv, int64_t length, UErrorCode *status); 125 static UText* regextst_openUTF8FromInvariant(UText *ut, const char *inv, int64_t length, UErrorCode *status) { 127 return utext_openUTF8(ut, inv, length, status); 133 return utext_openUTF8(ut, buf, length, status); 174 #define REGEX_CHECK_STATUS {if (U_FAILURE(status)) {dataerrln("%s:%d: RegexTest failure. status=%s", \ 175 __FILE__, __LINE__, u_errorName(status)); return;}} 179 #define REGEX_ASSERT_FAIL(expr, errcode) {UErrorCode status=U_ZERO_ERROR; (expr);\ 180 if (status!=errcode) {dataerrln("RegexTest failure at line %d. Expected status=%s, got %s", 193 UErrorCode status = U_ZERO_ERROR; local 219 UErrorCode status = U_ZERO_ERROR; local 266 UErrorCode status = U_ZERO_ERROR; local 329 UErrorCode status = U_ZERO_ERROR; local 419 UErrorCode status = U_ZERO_ERROR; local 622 UErrorCode status = U_ZERO_ERROR; local 653 UErrorCode status=U_ZERO_ERROR; local 799 UErrorCode status=U_ZERO_ERROR; local 858 UErrorCode status=U_ZERO_ERROR; local 912 UErrorCode status=U_ZERO_ERROR; local 943 UErrorCode status=U_ZERO_ERROR; local 976 UErrorCode status=U_ZERO_ERROR; local 997 UErrorCode status = U_ZERO_ERROR; local 1005 UErrorCode status = U_ZERO_ERROR; local 1020 UErrorCode status = U_ZERO_ERROR; local 1073 UErrorCode status = U_ZERO_ERROR; local 1124 UErrorCode status = U_ZERO_ERROR; local 1137 UErrorCode status = U_ZERO_ERROR; local 1151 UErrorCode status = U_ZERO_ERROR; local 1181 UErrorCode status = U_ZERO_ERROR; local 1220 UErrorCode status=U_ZERO_ERROR; local 1410 UErrorCode status = U_ZERO_ERROR; local 1463 UErrorCode status = U_ZERO_ERROR; local 1683 UErrorCode status=U_ZERO_ERROR; local 1840 UErrorCode status=U_ZERO_ERROR; local 1960 UErrorCode status=U_ZERO_ERROR; local 2021 UErrorCode status=U_ZERO_ERROR; local 2060 UErrorCode status=U_ZERO_ERROR; local 2097 UErrorCode status=U_ZERO_ERROR; local 2121 UErrorCode status = U_ZERO_ERROR; local 2129 UErrorCode status = U_ZERO_ERROR; local 2144 UErrorCode status = U_ZERO_ERROR; local 2206 UErrorCode status = U_ZERO_ERROR; local 2256 UErrorCode status=U_ZERO_ERROR; local 2626 UErrorCode status = U_ZERO_ERROR; local 2687 UErrorCode status = U_ZERO_ERROR; local 2718 UErrorCode status = U_ZERO_ERROR; local 2940 UErrorCode status=U_ZERO_ERROR; local 2955 UErrorCode status = U_ZERO_ERROR; local 3094 UErrorCode status=U_ZERO_ERROR; local 3106 UErrorCode status=U_ZERO_ERROR; local 3144 UErrorCode status = U_ZERO_ERROR; local 3598 UErrorCode status = U_ZERO_ERROR; local 3791 UErrorCode status = U_ZERO_ERROR; local 4149 UErrorCode status = U_ZERO_ERROR; local 4544 UErrorCode status = U_ZERO_ERROR; local 4590 UErrorCode status = U_ZERO_ERROR; local 4604 UErrorCode status = U_ZERO_ERROR; local 4682 UErrorCode status = U_ZERO_ERROR; local 4696 UErrorCode status = U_ZERO_ERROR; local 4764 UErrorCode status = U_ZERO_ERROR; local 4968 UErrorCode status = U_ZERO_ERROR; local 4993 UErrorCode status = U_ZERO_ERROR; local [all...] |
/external/icu4c/test/cintltst/ |
cdtdptst.c | 50 UErrorCode status = U_ZERO_ERROR; local 56 ctest_setTimeZone(NULL, &status); 60 fullFmt= udat_open(UDAT_PATTERN, UDAT_PATTERN,"en_US",NULL,0,pattern, u_strlen(pattern),&status); 61 if(U_FAILURE(status)) { 63 myErrorName(status) ); 69 fmt= udat_open(UDAT_PATTERN,UDAT_PATTERN,"en_US", NULL, 0,pattern, u_strlen(pattern), &status); 75 d = udat_parse(fmt, s, u_strlen(s), &pos, &status); 76 if (U_FAILURE(status)) { 79 UCalendar *cal = ucal_open(NULL, 0, uloc_getDefault(), UCAL_TRADITIONAL, &status); 80 if (U_FAILURE(status)) { 115 UErrorCode status = U_ZERO_ERROR; local 162 UErrorCode status = U_ZERO_ERROR; local 200 UErrorCode status = U_ZERO_ERROR; local 235 UErrorCode status = U_ZERO_ERROR; local 308 UErrorCode status = U_ZERO_ERROR; local [all...] |
nfsprep.c | 44 UErrorCode* status){ 63 if(status==NULL || U_FAILURE(*status)){ 67 *status = U_ILLEGAL_ARGUMENT_ERROR; 70 testdatapath = loadTestData(status); 73 u_strFromUTF8(b1,b1Capacity,&b1Len,src,srcLength,status); 74 if(*status == U_BUFFER_OVERFLOW_ERROR){ 76 /* reset the status */ 77 *status = U_ZERO_ERROR; 81 *status = U_MEMORY_ALLOCATION_ERROR [all...] |
/external/chromium_org/third_party/icu/source/test/cintltst/ |
creststn.c | 243 static void checkStatus(int32_t line, UErrorCode expected, UErrorCode status) { 244 if(U_FAILURE(status)) { 247 if(status != expected) { 248 log_err_status(status, "%s:%d: Expected error code %s, got error code %s\n", __FILE__, line, u_errorName(expected), u_errorName(status)); 254 UErrorCode status = U_USING_DEFAULT_WARNING; local 260 r = ures_open(NULL, "ti_ER_ASSAB", &status); 261 checkStatus(__LINE__, U_USING_FALLBACK_WARNING, status); 264 /* this bundle should return zero error, so it shouldn't change the status */ 265 status = U_USING_DEFAULT_WARNING 339 UErrorCode status = U_ZERO_ERROR; local 462 UErrorCode status = U_ZERO_ERROR; local 764 UErrorCode status = U_ZERO_ERROR; local 904 UErrorCode status = U_ZERO_ERROR; local 928 UErrorCode status=U_ZERO_ERROR; local 987 UErrorCode status=U_ZERO_ERROR; local 1148 UErrorCode status=U_ZERO_ERROR; local 1378 UErrorCode status= U_ZERO_ERROR; local 1416 UErrorCode status= U_ZERO_ERROR; local 1470 UErrorCode status = U_ZERO_ERROR; local 1495 UErrorCode status= U_ZERO_ERROR; local 1591 UErrorCode expected_status,status = U_ZERO_ERROR,expected_resource_status = U_ZERO_ERROR; local 2014 UErrorCode status = U_ZERO_ERROR; local 2106 UErrorCode status = U_ZERO_ERROR; local 2338 UErrorCode status = U_ZERO_ERROR; local 2457 UErrorCode status = U_ZERO_ERROR; local 2474 UErrorCode status = U_ZERO_ERROR; local 2533 UErrorCode status = U_ZERO_ERROR; local 2624 UErrorCode status = U_ZERO_ERROR; local 2642 UErrorCode status = U_ZERO_ERROR; local 2703 UErrorCode status = U_ZERO_ERROR; local 2748 UErrorCode status = U_ZERO_ERROR; local 2926 UErrorCode status; local 2974 UErrorCode status = U_ZERO_ERROR; local [all...] |
nfsprep.c | 44 UErrorCode* status){ 63 if(status==NULL || U_FAILURE(*status)){ 67 *status = U_ILLEGAL_ARGUMENT_ERROR; 70 testdatapath = loadTestData(status); 73 u_strFromUTF8(b1,b1Capacity,&b1Len,src,srcLength,status); 74 if(*status == U_BUFFER_OVERFLOW_ERROR){ 76 /* reset the status */ 77 *status = U_ZERO_ERROR; 81 *status = U_MEMORY_ALLOCATION_ERROR [all...] |
/external/chromium_org/third_party/icu/source/common/unicode/ |
resbund.h | 96 * The UErrorCode& err parameter is used to return status information to the user. To 164 * @param status A UErrorCode value. 168 UErrorCode &status); 213 * @param status fills in the outgoing error code 221 getString(UErrorCode& status) const; 228 * @param status fills in the outgoing error code 236 getBinary(int32_t& len, UErrorCode& status) const; 243 * @param status fills in the outgoing error code 251 getIntVector(int32_t& len, UErrorCode& status) const; 257 * @param status fills in the outgoing error cod [all...] |
/external/icu4c/common/unicode/ |
resbund.h | 96 * The UErrorCode& err parameter is used to return status information to the user. To 164 * @param status A UErrorCode value. 168 UErrorCode &status); 213 * @param status fills in the outgoing error code 221 getString(UErrorCode& status) const; 228 * @param status fills in the outgoing error code 236 getBinary(int32_t& len, UErrorCode& status) const; 243 * @param status fills in the outgoing error code 251 getIntVector(int32_t& len, UErrorCode& status) const; 257 * @param status fills in the outgoing error cod [all...] |
/external/icu4c/i18n/unicode/ |
uregex.h | 128 * @param status Receives error detected by this function. 137 UErrorCode *status); 158 * @param status Receives error detected by this function. 166 UErrorCode *status); 185 * @param status Receives errors detected by this function. 196 UErrorCode *status); 244 * @param status Receives indication of any errors encountered 249 uregex_clone(const URegularExpression *regexp, UErrorCode *status); 261 * @param status Receives errors detected by this function. 271 UErrorCode *status); [all...] |
/external/qemu/android/ |
async-console.c | 70 AsyncStatus status = ASYNC_NEED_MORE; local 81 status = asyncConnector_init(acc->connector, &acc->address, acc->io); 82 if (status == ASYNC_ERROR) 85 if (status == ASYNC_COMPLETE) { /* immediate connection */ 92 status = asyncConnector_run(acc->connector); 93 if (status == ASYNC_ERROR) 96 if (status == ASYNC_COMPLETE) { 103 status = asyncLineReader_read(acc->lreader); 104 if (status == ASYNC_ERROR) 107 if (status == ASYNC_COMPLETE) [all...] |
/external/icu4c/i18n/ |
tblcoll.cpp | 90 UErrorCode& status) : 96 status); 101 UErrorCode& status) : dataIsOwned(FALSE) 106 status); 111 UErrorCode& status) : 117 status); 123 UErrorCode& status) : dataIsOwned(FALSE) 128 status); 132 UErrorCode &status) : 136 ucollator = ucol_openBinary(bin, length, base->ucollator, &status); 242 UErrorCode status = U_ZERO_ERROR; local 261 UErrorCode status = U_ZERO_ERROR; local 658 UErrorCode status = U_ZERO_ERROR; local [all...] |
/external/chromium_org/third_party/icu/source/i18n/unicode/ |
uregex.h | 129 * @param status Receives error detected by this function. 138 UErrorCode *status); 159 * @param status Receives error detected by this function. 167 UErrorCode *status); 186 * @param status Receives errors detected by this function. 197 UErrorCode *status); 245 * @param status Receives indication of any errors encountered 250 uregex_clone(const URegularExpression *regexp, UErrorCode *status); 262 * @param status Receives errors detected by this function. 272 UErrorCode *status); [all...] |
/external/icu4c/test/intltest/ |
regextst.cpp | 147 static UText* regextst_openUTF8FromInvariant(UText* ut, const char *inv, int64_t length, UErrorCode *status); 213 #define REGEX_CHECK_STATUS {if (U_FAILURE(status)) {dataerrln("%s:%d: RegexTest failure. status=%s", \ 214 __FILE__, __LINE__, u_errorName(status)); return;}} 218 #define REGEX_ASSERT_FAIL(expr, errcode) {UErrorCode status=U_ZERO_ERROR; (expr);\ 219 if (status!=errcode) {dataerrln("RegexTest failure at line %d. Expected status=%s, got %s", \ 220 __LINE__, u_errorName(errcode), u_errorName(status));};} 222 #define REGEX_CHECK_STATUS_L(line) {if (U_FAILURE(status)) {errln( \ 223 "RegexTest failure at line %d, from %d. status=%d\n",__LINE__, (line), status); } 251 UErrorCode status = U_ZERO_ERROR; local 277 UErrorCode status = U_ZERO_ERROR; local 363 UErrorCode status = U_ZERO_ERROR; local 426 UErrorCode status = U_ZERO_ERROR; local 516 UErrorCode status = U_ZERO_ERROR; local 724 UErrorCode status = U_ZERO_ERROR; local 755 UErrorCode status=U_ZERO_ERROR; local 901 UErrorCode status=U_ZERO_ERROR; local 960 UErrorCode status=U_ZERO_ERROR; local 1014 UErrorCode status=U_ZERO_ERROR; local 1045 UErrorCode status=U_ZERO_ERROR; local 1078 UErrorCode status=U_ZERO_ERROR; local 1099 UErrorCode status = U_ZERO_ERROR; local 1107 UErrorCode status = U_ZERO_ERROR; local 1122 UErrorCode status = U_ZERO_ERROR; local 1175 UErrorCode status = U_ZERO_ERROR; local 1226 UErrorCode status = U_ZERO_ERROR; local 1239 UErrorCode status = U_ZERO_ERROR; local 1253 UErrorCode status = U_ZERO_ERROR; local 1283 UErrorCode status = U_ZERO_ERROR; local 1322 UErrorCode status=U_ZERO_ERROR; local 1512 UErrorCode status = U_ZERO_ERROR; local 1565 UErrorCode status = U_ZERO_ERROR; local 1819 UErrorCode status=U_ZERO_ERROR; local 1977 UErrorCode status=U_ZERO_ERROR; local 2097 UErrorCode status=U_ZERO_ERROR; local 2158 UErrorCode status=U_ZERO_ERROR; local 2197 UErrorCode status=U_ZERO_ERROR; local 2234 UErrorCode status=U_ZERO_ERROR; local 2258 UErrorCode status = U_ZERO_ERROR; local 2266 UErrorCode status = U_ZERO_ERROR; local 2281 UErrorCode status = U_ZERO_ERROR; local 2343 UErrorCode status = U_ZERO_ERROR; local 2393 UErrorCode status=U_ZERO_ERROR; local 2765 UErrorCode status = U_ZERO_ERROR; local 2826 UErrorCode status = U_ZERO_ERROR; local 2857 UErrorCode status = U_ZERO_ERROR; local 3087 UErrorCode status=U_ZERO_ERROR; local 3102 UErrorCode status = U_ZERO_ERROR; local 3241 UErrorCode status=U_ZERO_ERROR; local 3253 UErrorCode status=U_ZERO_ERROR; local 3291 UErrorCode status = U_ZERO_ERROR; local 3748 UErrorCode status = U_ZERO_ERROR; local 3941 UErrorCode status = U_ZERO_ERROR; local 4299 UErrorCode status = U_ZERO_ERROR; local 4694 UErrorCode status = U_ZERO_ERROR; local 4740 UErrorCode status = U_ZERO_ERROR; local 4754 UErrorCode status = U_ZERO_ERROR; local 4832 UErrorCode status = U_ZERO_ERROR; local 4846 UErrorCode status = U_ZERO_ERROR; local 4914 UErrorCode status = U_ZERO_ERROR; local 5118 UErrorCode status = U_ZERO_ERROR; local 5143 UErrorCode status = U_ZERO_ERROR; local 5160 UErrorCode status = U_ZERO_ERROR; local 5179 UErrorCode status = U_ZERO_ERROR; local 5203 UErrorCode status = U_ZERO_ERROR; local [all...] |
/external/bluetooth/bluedroid/bta/include/ |
bta_gattc_ci.h | 37 tBTA_GATT_STATUS status; member in struct:__anon438 46 tBTA_GATT_STATUS status; member in struct:__anon439 68 ** status - BTA_GATT_OK if full buffer of data, 75 tBTA_GATT_STATUS status, UINT16 conn_id); 87 ** status - BTA_GATT_OK if full buffer of data, 95 tBTA_GATT_STATUS status, UINT16 conn_id); 105 ** status - BTA_GATT_OK if full buffer of data, 112 tBTA_GATT_STATUS status, UINT16 conn_id);
|
/external/chromium_org/chrome/test/chromedriver/ |
alert_commands.cc | 12 #include "chrome/test/chromedriver/chrome/status.h" 16 Status ExecuteAlertCommand( 22 Status status = session->GetTargetWindow(&web_view); local 23 if (status.IsError()) 24 return status; 26 status = web_view->ConnectIfNecessary(); 27 if (status.IsError()) 28 return status; 30 status = web_view->HandleReceivedEvents() 58 Status status = local 87 Status status = web_view->GetJavaScriptDialogManager() local 98 Status status = web_view->GetJavaScriptDialogManager() local [all...] |
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/ |
event_emitter_stream.cc | 31 uint32_t status = 0; local 33 status |= POLLIN; 36 status |= POLLOUT; 38 ClearEvents_Locked(~status); 39 RaiseEvents_Locked(status);
|
/external/chromium_org/third_party/icu/source/common/ |
locbased.cpp | 16 Locale LocaleBased::getLocale(ULocDataLocaleType type, UErrorCode& status) const { 17 const char* id = getLocaleID(type, status); 21 const char* LocaleBased::getLocaleID(ULocDataLocaleType type, UErrorCode& status) const { 22 if (U_FAILURE(status)) { 32 status = U_ILLEGAL_ARGUMENT_ERROR;
|
/external/icu4c/common/ |
locbased.cpp | 16 Locale LocaleBased::getLocale(ULocDataLocaleType type, UErrorCode& status) const { 17 const char* id = getLocaleID(type, status); 21 const char* LocaleBased::getLocaleID(ULocDataLocaleType type, UErrorCode& status) const { 22 if (U_FAILURE(status)) { 32 status = U_ILLEGAL_ARGUMENT_ERROR;
|
/external/icu4c/samples/layout/ |
GDIFontMap.cpp | 18 GDIFontMap::GDIFontMap(GDISurface *surface, const char *fileName, le_int16 pointSize, GUISupport *guiSupport, LEErrorCode &status) 19 : FontMap(fileName, pointSize, guiSupport, status), fSurface(surface) 29 const LEFontInstance *GDIFontMap::openFont(const char *fontName, le_int16 pointSize, LEErrorCode &status) 31 LEFontInstance *result = new GDIFontInstance(fSurface, fontName, pointSize, status); 33 if (LE_FAILURE(status)) {
|
GnomeFontMap.cpp | 20 GnomeFontMap::GnomeFontMap(FT_Library engine, const char *fileName, le_int16 pointSize, GUISupport *guiSupport, LEErrorCode &status) 21 : FontMap(fileName, pointSize, guiSupport, status), fEngine(engine) 31 const LEFontInstance *GnomeFontMap::openFont(const char *fontName, le_int16 pointSize, LEErrorCode &status) 33 LEFontInstance *result = new GnomeFontInstance(fEngine, fontName, pointSize, status); 35 if (LE_FAILURE(status)) {
|
/external/icu4c/samples/msgfmt/answers/ |
main_2.cpp | 23 UErrorCode status = U_ZERO_ERROR; local 28 MessageFormat msg(PATTERN, status); 29 check(status, "MessageFormat::ct"); 37 msg.format(msgArgs, 2, str, pos, status); 38 check(status, "MessageFormat::format");
|
main_3.cpp | 23 UErrorCode status = U_ZERO_ERROR; local 28 MessageFormat msg(PATTERN, status); 29 check(status, "MessageFormat::ct"); 37 msg.format(msgArgs, 2, str, pos, status); 38 check(status, "MessageFormat::format");
|
/external/icu4c/samples/msgfmt/ |
main.cpp | 23 UErrorCode status = U_ZERO_ERROR; local 28 MessageFormat msg(PATTERN, status); 29 check(status, "MessageFormat::ct"); 37 msg.format(msgArgs, 2, str, pos, status); 38 check(status, "MessageFormat::format");
|
/external/svox/pico/lib/ |
picoextapi.c | 147 pico_Status status = PICO_OK; local 150 status = PICO_ERR_NULLPTR_ACCESS; 154 status = picoos_emGetExceptionCode(common->em); 157 return status; 169 pico_Status status = PICO_OK; local 172 status = PICO_ERR_INVALID_HANDLE; 174 status = PICO_ERR_NULLPTR_ACCESS; 177 status = getMemUsage(common, resetIncremental != 0, outUsedBytes, outIncrUsedBytes, outMaxUsedBytes); 180 return status; 192 pico_Status status = PICO_OK local 210 pico_Status status = PICO_OK; local 219 pico_Status status = PICO_OK; local [all...] |
/hardware/ti/omap3/dspbridge/libbridge/ |
DSPNode.c | 45 *! 14-Mar-2002 map Set *pBuffer to null before returning error status in 119 DSP_STATUS status = DSP_SOK; local 132 status = DSP_EHANDLE; 139 status = DSP_EPOINTER; 147 status = DSPNode_GetUUIDProps(hProcessor, pNodeID, &nodeProps); 149 if (DSP_SUCCEEDED(status)) { 168 status = DSP_EMEMORY; 178 if (DSP_SUCCEEDED(status)) { 188 status = DSPTRAP_Trap(&tempStruct, CMD_NODE_ALLOCATE_OFFSET); 193 if (!DSP_SUCCEEDED(status)) { 270 DSP_STATUS status = DSP_SOK; local 327 DSP_STATUS status = DSP_SOK; local 380 DSP_STATUS status = DSP_SOK; local 413 DSP_STATUS status = DSP_SOK; local 455 DSP_STATUS status = DSP_SOK; local 554 DSP_STATUS status = DSP_SOK; local 599 DSP_STATUS status = DSP_SOK; local 647 DSP_STATUS status = DSP_SOK; local 699 DSP_STATUS status = DSP_SOK; local 727 DSP_STATUS status = DSP_SOK; local 755 DSP_STATUS status = DSP_SOK; local 809 DSP_STATUS status = DSP_SOK; local 861 DSP_STATUS status = DSP_SOK; local 889 DSP_STATUS status = DSP_SOK; local 927 DSP_STATUS status = DSP_SOK; local [all...] |