Searched refs:status (Results 151 - 175 of 5927) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/icu/source/common/unicode/
H A Dresbund.h96 * 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 fill
[all...]
/external/chromium_org/third_party/icu/source/i18n/unicode/
H A Duregex.h128 * @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/icu/icu4c/source/common/unicode/
H A Dresbund.h96 * 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 fill
[all...]
/external/icu/icu4c/source/i18n/unicode/
H A Duregex.h128 * @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...]
H A Dfilteredbrk.h49 * @param status The error code.
53 static FilteredBreakIteratorBuilder *createInstance(const Locale& where, UErrorCode& status);
58 * @param status The error code.
62 static FilteredBreakIteratorBuilder *createInstance(UErrorCode &status);
69 * @param status error code
74 virtual UBool suppressBreakAfter(const UnicodeString& string, UErrorCode& status) = 0;
82 * @param status error code
87 virtual UBool unsuppressBreakAfter(const UnicodeString& string, UErrorCode& status) = 0;
97 * @param status error code
101 virtual BreakIterator *build(BreakIterator* adoptBreakIterator, UErrorCode& status)
[all...]
/external/qemu/android/
H A Dasync-console.c70 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
[all...]
/external/icu/icu4c/source/test/intltest/
H A Dregextst.cpp151 static UText* regextst_openUTF8FromInvariant(UText* ut, const char *inv, int64_t length, UErrorCode *status);
218 #define REGEX_CHECK_STATUS {if (U_FAILURE(status)) {dataerrln("%s:%d: RegexTest failure. status=%s", \
219 __FILE__, __LINE__, u_errorName(status)); return;}}
223 #define REGEX_ASSERT_FAIL(expr, errcode) {UErrorCode status=U_ZERO_ERROR; (expr);\
224 if (status!=errcode) {dataerrln("RegexTest failure at line %d. Expected status=%s, got %s", \
225 __LINE__, u_errorName(errcode), u_errorName(status));};}
227 #define REGEX_CHECK_STATUS_L(line) {if (U_FAILURE(status)) {errln( \
228 "RegexTest failure at line %d, from %d. status
256 UErrorCode status = U_ZERO_ERROR; local
282 UErrorCode status = U_ZERO_ERROR; local
323 regextst_openUTF8FromInvariant(UText *ut, const char *inv, int64_t length, UErrorCode *status) argument
368 UErrorCode status = U_ZERO_ERROR; local
431 UErrorCode status = U_ZERO_ERROR; local
521 UErrorCode status = U_ZERO_ERROR; local
729 UErrorCode status = U_ZERO_ERROR; local
760 UErrorCode status=U_ZERO_ERROR; local
906 UErrorCode status=U_ZERO_ERROR; local
965 UErrorCode status=U_ZERO_ERROR; local
1019 UErrorCode status=U_ZERO_ERROR; local
1050 UErrorCode status=U_ZERO_ERROR; local
1083 UErrorCode status=U_ZERO_ERROR; local
1104 UErrorCode status = U_ZERO_ERROR; local
1112 UErrorCode status = U_ZERO_ERROR; local
1127 UErrorCode status = U_ZERO_ERROR; local
1180 UErrorCode status = U_ZERO_ERROR; local
1231 UErrorCode status = U_ZERO_ERROR; local
1244 UErrorCode status = U_ZERO_ERROR; local
1258 UErrorCode status = U_ZERO_ERROR; local
1288 UErrorCode status = U_ZERO_ERROR; local
1327 UErrorCode status=U_ZERO_ERROR; local
1517 UErrorCode status = U_ZERO_ERROR; local
1570 UErrorCode status = U_ZERO_ERROR; local
1824 UErrorCode status=U_ZERO_ERROR; local
1982 UErrorCode status=U_ZERO_ERROR; local
2102 UErrorCode status=U_ZERO_ERROR; local
2163 UErrorCode status=U_ZERO_ERROR; local
2202 UErrorCode status=U_ZERO_ERROR; local
2239 UErrorCode status=U_ZERO_ERROR; local
2263 UErrorCode status = U_ZERO_ERROR; local
2271 UErrorCode status = U_ZERO_ERROR; local
2286 UErrorCode status = U_ZERO_ERROR; local
2348 UErrorCode status = U_ZERO_ERROR; local
2398 UErrorCode status=U_ZERO_ERROR; local
2770 UErrorCode status = U_ZERO_ERROR; local
2831 UErrorCode status = U_ZERO_ERROR; local
2862 UErrorCode status = U_ZERO_ERROR; local
3092 UErrorCode status=U_ZERO_ERROR; local
3107 UErrorCode status = U_ZERO_ERROR; local
3246 UErrorCode status=U_ZERO_ERROR; local
3258 UErrorCode status=U_ZERO_ERROR; local
3296 UErrorCode status = U_ZERO_ERROR; local
3756 UErrorCode status = U_ZERO_ERROR; local
3800 ReadAndConvertFile(const char *fileName, int32_t &ulen, const char *defEncoding, UErrorCode &status) argument
3949 UErrorCode status = U_ZERO_ERROR; local
4307 UErrorCode status = U_ZERO_ERROR; local
4703 UErrorCode status = U_ZERO_ERROR; local
4749 UErrorCode status = U_ZERO_ERROR; local
4763 UErrorCode status = U_ZERO_ERROR; local
4841 UErrorCode status = U_ZERO_ERROR; local
4855 UErrorCode status = U_ZERO_ERROR; local
4923 UErrorCode status = U_ZERO_ERROR; local
5127 UErrorCode status = U_ZERO_ERROR; local
5152 UErrorCode status = U_ZERO_ERROR; local
5169 UErrorCode status = U_ZERO_ERROR; local
5188 UErrorCode status = U_ZERO_ERROR; local
5213 UErrorCode status = U_ZERO_ERROR; local
5241 UErrorCode status = U_ZERO_ERROR; local
[all...]
H A Dsimplepatternformattertest.cpp37 UErrorCode status = U_ZERO_ERROR; local
44 fmt.format("unused", appendTo, status));
45 fmt.compile("This has {} bad {012d placeholders", status);
51 fmt.format("unused", appendTo, status));
52 assertSuccess("Status", status);
56 UErrorCode status = U_ZERO_ERROR; local
58 fmt.compile("{0} meter", status);
64 fmt.format("1", appendTo, status));
65 assertSuccess("Status", status);
74 s.format("1", appendTo, status));
87 UErrorCode status = U_ZERO_ERROR; local
[all...]
/external/chromium_org/third_party/icu/source/i18n/
H A Ducsdet.cpp32 ucsdet_open(UErrorCode *status) argument
34 if(U_FAILURE(*status)) {
38 CharsetDetector* csd = new CharsetDetector(*status);
40 if (U_FAILURE(*status)) {
56 ucsdet_setText(UCharsetDetector *ucsd, const char *textIn, int32_t len, UErrorCode *status) argument
58 if(U_FAILURE(*status)) {
66 ucsdet_getName(const UCharsetMatch *ucsm, UErrorCode *status) argument
68 if(U_FAILURE(*status)) {
76 ucsdet_getConfidence(const UCharsetMatch *ucsm, UErrorCode *status) argument
78 if(U_FAILURE(*status)) {
86 ucsdet_getLanguage(const UCharsetMatch *ucsm, UErrorCode *status) argument
96 ucsdet_detect(UCharsetDetector *ucsd, UErrorCode *status) argument
106 ucsdet_setDeclaredEncoding(UCharsetDetector *ucsd, const char *encoding, int32_t length, UErrorCode *status) argument
116 ucsdet_detectAll(UCharsetDetector *ucsd, int32_t *maxMatchesFound, UErrorCode *status) argument
174 ucsdet_getUChars(const UCharsetMatch *ucsm, UChar *buf, int32_t cap, UErrorCode *status) argument
185 ucsdet_setDetectableCharset(UCharsetDetector *ucsd, const char *encoding, UBool enabled, UErrorCode *status) argument
191 ucsdet_getAllDetectableCharsets(const UCharsetDetector * , UErrorCode *status) argument
197 ucsdet_getDetectableCharsets(const UCharsetDetector *ucsd, UErrorCode *status) argument
[all...]
/external/icu/icu4c/source/i18n/
H A Ducsdet.cpp32 ucsdet_open(UErrorCode *status) argument
34 if(U_FAILURE(*status)) {
38 CharsetDetector* csd = new CharsetDetector(*status);
40 if (U_FAILURE(*status)) {
56 ucsdet_setText(UCharsetDetector *ucsd, const char *textIn, int32_t len, UErrorCode *status) argument
58 if(U_FAILURE(*status)) {
66 ucsdet_getName(const UCharsetMatch *ucsm, UErrorCode *status) argument
68 if(U_FAILURE(*status)) {
76 ucsdet_getConfidence(const UCharsetMatch *ucsm, UErrorCode *status) argument
78 if(U_FAILURE(*status)) {
86 ucsdet_getLanguage(const UCharsetMatch *ucsm, UErrorCode *status) argument
96 ucsdet_detect(UCharsetDetector *ucsd, UErrorCode *status) argument
106 ucsdet_setDeclaredEncoding(UCharsetDetector *ucsd, const char *encoding, int32_t length, UErrorCode *status) argument
116 ucsdet_detectAll(UCharsetDetector *ucsd, int32_t *maxMatchesFound, UErrorCode *status) argument
174 ucsdet_getUChars(const UCharsetMatch *ucsm, UChar *buf, int32_t cap, UErrorCode *status) argument
185 ucsdet_setDetectableCharset(UCharsetDetector *ucsd, const char *encoding, UBool enabled, UErrorCode *status) argument
191 ucsdet_getAllDetectableCharsets(const UCharsetDetector * , UErrorCode *status) argument
197 ucsdet_getDetectableCharsets(const UCharsetDetector *ucsd, UErrorCode *status) argument
[all...]
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dregextst.cpp147 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
251 UErrorCode status = U_ZERO_ERROR; local
277 UErrorCode status = U_ZERO_ERROR; local
318 regextst_openUTF8FromInvariant(UText *ut, const char *inv, int64_t length, UErrorCode *status) argument
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
3751 UErrorCode status = U_ZERO_ERROR; local
3795 ReadAndConvertFile(const char *fileName, int32_t &ulen, const char *defEncoding, UErrorCode &status) argument
3944 UErrorCode status = U_ZERO_ERROR; local
4302 UErrorCode status = U_ZERO_ERROR; local
4698 UErrorCode status = U_ZERO_ERROR; local
4744 UErrorCode status = U_ZERO_ERROR; local
4758 UErrorCode status = U_ZERO_ERROR; local
4836 UErrorCode status = U_ZERO_ERROR; local
4850 UErrorCode status = U_ZERO_ERROR; local
4918 UErrorCode status = U_ZERO_ERROR; local
5122 UErrorCode status = U_ZERO_ERROR; local
5147 UErrorCode status = U_ZERO_ERROR; local
5164 UErrorCode status = U_ZERO_ERROR; local
5183 UErrorCode status = U_ZERO_ERROR; local
5207 UErrorCode status = U_ZERO_ERROR; local
[all...]
/external/bluetooth/bluedroid/bta/include/
H A Dbta_gattc_ci.h37 tBTA_GATT_STATUS status; member in struct:__anon801
46 tBTA_GATT_STATUS status; member in struct:__anon802
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/browser/chromeos/geolocation/
H A Dgeoposition.cc24 status(STATUS_NONE) {
30 status == STATUS_OK;
44 "error_message='%s', status=%u (%s)",
50 (unsigned)status,
51 (status < arraysize(status2string) ? status2string[status] : "unknown"));
/external/chromium_org/chrome/browser/sync_file_system/
H A Dsync_callbacks.h21 typedef base::Callback<void(SyncStatusCode status)>
25 void(SyncStatusCode status, const storage::FileSystemURL& url)>
28 typedef base::Callback<void(SyncStatusCode status,
33 void(SyncStatusCode status, const storage::FileSystemURLSet& urls)>
36 typedef base::Callback<void(SyncStatusCode status,
/external/chromium_org/chrome/test/chromedriver/
H A Dalert_commands.cc12 #include "chrome/test/chromedriver/chrome/status.h"
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();
31 if (status.IsError())
32 return status;
58 Status status = local
87 Status status = web_view->GetJavaScriptDialogManager() local
98 Status status = web_view->GetJavaScriptDialogManager() local
[all...]
/external/chromium_org/content/browser/service_worker/
H A Dservice_worker_registration_status.cc15 ServiceWorkerStatusCode status,
19 *message = base::ASCIIToUTF16(ServiceWorkerStatusToString(status));
20 switch (status) {
22 NOTREACHED() << "Calling this when status == OK is not allowed";
56 << status << " " << ServiceWorkerStatusToString(status);
14 GetServiceWorkerRegistrationStatusResponse( ServiceWorkerStatusCode status, blink::WebServiceWorkerError::ErrorType* error_type, base::string16* message) argument
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/stream/
H A Dstream_event_emitter.cc32 uint32_t status = 0; local
34 status |= POLLIN;
37 status |= POLLOUT;
39 ClearEvents_Locked(~status);
40 RaiseEvents_Locked(status);
/external/chromium_org/third_party/icu/source/common/
H A Dlocbased.cpp16 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/chromium_org/third_party/icu/source/samples/layout/
H A DGDIFontMap.cpp18 GDIFontMap::GDIFontMap(GDISurface *surface, const char *fileName, le_int16 pointSize, GUISupport *guiSupport, LEErrorCode &status) argument
19 : FontMap(fileName, pointSize, guiSupport, status), fSurface(surface)
29 const LEFontInstance *GDIFontMap::openFont(const char *fontName, le_int16 pointSize, LEErrorCode &status) argument
31 LEFontInstance *result = new GDIFontInstance(fSurface, fontName, pointSize, status);
33 if (LE_FAILURE(status)) {
H A DGnomeFontMap.cpp20 GnomeFontMap::GnomeFontMap(FT_Library engine, const char *fileName, le_int16 pointSize, GUISupport *guiSupport, LEErrorCode &status) argument
21 : FontMap(fileName, pointSize, guiSupport, status), fEngine(engine)
31 const LEFontInstance *GnomeFontMap::openFont(const char *fontName, le_int16 pointSize, LEErrorCode &status) argument
33 LEFontInstance *result = new GnomeFontInstance(fEngine, fontName, pointSize, status);
35 if (LE_FAILURE(status)) {
/external/chromium_org/third_party/icu/source/samples/msgfmt/answers/
H A Dmain_2.cpp23 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");
H A Dmain_3.cpp23 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/chromium_org/third_party/icu/source/samples/msgfmt/
H A Dmain.cpp23 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/chromium_org/third_party/icu/source/test/cintltst/
H A Dnfsprep.c44 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
40 nfs4_prepare( const char* src, int32_t srcLength, char* dest, int32_t destCapacity, NFS4ProfileState state, UParseError* parseError, UErrorCode* status) argument
174 getPrefixSuffix(const char *src, int32_t srcLength, const char **prefix, int32_t *prefixLen, const char **suffix, int32_t *suffixLen, UErrorCode *status) argument
206 nfs4_mixed_prepare( const char* src, int32_t srcLength, char* dest, int32_t destCapacity, UParseError* parseError, UErrorCode* status) argument
280 nfs4_cis_prepare( const char* src, int32_t srcLength, char* dest, int32_t destCapacity, UParseError* parseError, UErrorCode* status) argument
289 nfs4_cs_prepare( const char* src, int32_t srcLength, char* dest, int32_t destCapacity, UBool isCaseSensitive, UParseError* parseError, UErrorCode* status) argument
[all...]
/external/chromium_org/tools/gyp/test/win/
H A Dgyptest-cl-warning-level.py27 test.build('warning-level.gyp', 'test_wl1_fail', chdir=CHDIR, status=1)
30 test.build('warning-level.gyp', 'test_wl2_fail', chdir=CHDIR, status=1)
33 test.build('warning-level.gyp', 'test_wl3_fail', chdir=CHDIR, status=1)
36 test.build('warning-level.gyp', 'test_wl4_fail', chdir=CHDIR, status=1)
38 test.build('warning-level.gyp', 'test_def_fail', chdir=CHDIR, status=1)

Completed in 1701 milliseconds

1234567891011>>