HomeSort by relevance Sort by last modified time
    Searched refs:status (Results 276 - 300 of 7342) sorted by null

<<11121314151617181920>>

  /external/icu4c/test/intltest/
ucaconf.cpp 26 status(U_ZERO_ERROR)
28 UCA = (RuleBasedCollator *)Collator::createInstance(Locale::getRoot(), status);
29 if(U_FAILURE(status)) {
30 dataerrln("Error - UCAConformanceTest: Unable to open UCA collator! - %s", u_errorName(status));
33 const char *srcDir = IntlTest::getSourceTestData(status);
34 if (U_FAILURE(status)) {
35 dataerrln("Could not open test data %s", u_errorName(status));
75 rbUCA = new RuleBasedCollator(ucarules, status);
76 if (U_FAILURE(status)) {
77 dataerrln("Failure creating UCA rule-based collator: %s", u_errorName(status));
    [all...]
fldset.h 53 * @param status will return U_ILLEGAL_ARGUMENT_ERROR if sets are not the same size
57 U_NAMESPACE_QUALIFIER UnicodeString diffFrom(const FieldsSet& other, UErrorCode &status) const;
63 * @param status status of parse
66 int32_t parseFrom(const U_NAMESPACE_QUALIFIER UnicodeString& str, UErrorCode& status) {
67 return parseFrom(str,NULL,status);
75 * @param status status of parse
80 UErrorCode& status) {
81 return parseFrom(str, &inheritFrom, status);
    [all...]
tufmtts.cpp 42 UErrorCode status = U_ZERO_ERROR; local
45 formats[UTMUTFMT_FULL_STYLE] = new TimeUnitFormat(loc, status);
46 if (!assertSuccess("TimeUnitFormat(full)", status, TRUE)) return;
47 formats[UTMUTFMT_ABBREVIATED_STYLE] = new TimeUnitFormat(loc, UTMUTFMT_ABBREVIATED_STYLE, status);
48 if (!assertSuccess("TimeUnitFormat(short)", status)) return;
66 TimeUnitAmount* source = new TimeUnitAmount(tests[i], j, status);
67 if (!assertSuccess("TimeUnitAmount()", status)) return;
71 formatted = ((Format*)formats[style])->format(formattable, formatted, status);
72 if (!assertSuccess("format()", status)) return;
79 ((Format*)formats[style])->parseObject(formatted, result, status);
103 UErrorCode status = U_ZERO_ERROR; local
213 UErrorCode status = U_ZERO_ERROR; local
330 UErrorCode status = U_ZERO_ERROR; local
    [all...]
uobjtest.cpp 23 * TESTCLASSID_NONE_CTOR(Foo, (1, 2, 3, status))
26 * TESTCLASSID_NONE_FACTORY(Foo, (1, 2, 3, status))
35 * TESTCLASSID_CTOR(Foo, (1, 2, 3, status))
37 * Will be called as: new Foo ( 1, 2, 3, status) [status is tested]
39 * TESTCLASSID_FACTORY(Foo, fooCreateFunction(status) )
40 * -- call fooCreateFunction. 'status' will be tested & reset
44 * 'status' will be tested & reset. This only tests uniqueness.
51 if(U_FAILURE(status)) { \
52 dataerrln(UnicodeString(#c " - new " #x " - got err status ") + UnicodeString(u_errorName(status)));
326 UErrorCode status = U_ZERO_ERROR; local
    [all...]
  /external/webkit/Source/JavaScriptCore/tests/mozilla/js1_5/Scope/
scope-004.js 29 var status = ''; variable
48 status = 'Section 1 of test';
57 status = 'Section 2 of test';
66 status = 'Section 3 of test';
75 status = 'Section 4 of test';
79 status = 'Section 5 of test';
83 status = 'Section 6 of test';
87 status = 'Section 7 of test';
91 status = 'Section 8 of test';
95 status = 'Section 9 of test'
    [all...]
  /packages/apps/Nfc/nxp/jni/
com_android_nfc_NativeNfcTag.cpp 42 static void nfc_jni_tag_rw_callback(void *pContext, NFCSTATUS status)
45 LOG_CALLBACK("nfc_jni_tag_rw_callback", status);
47 /* Report the callback status and wake up the caller */
48 pCallbackData->status = status;
54 phLibNfc_sRemoteDevInformation_t *psRemoteDevInfo, NFCSTATUS status)
57 LOG_CALLBACK("nfc_jni_connect_callback", status);
59 /* Report the callback status and wake up the caller */
60 pCallbackData->status = status;
180 NFCSTATUS status; local
239 NFCSTATUS status; local
443 jint status; local
498 jint status; local
570 NFCSTATUS status; local
711 NFCSTATUS status; local
936 jint status; local
1009 NFCSTATUS status; local
1104 NFCSTATUS status; local
1155 NFCSTATUS status; local
    [all...]
  /external/icu4c/i18n/
fphdlimp.cpp 72 : iter(posIter), vec(NULL), status(_status) {
73 if (iter && U_SUCCESS(status)) {
74 vec = new UVector32(status);
79 // setData adopts the vec regardless of status, so it's safe to null it
81 iter->setData(vec, status);
89 if (iter && U_SUCCESS(status) && start < limit) {
91 vec->addElement(id, status);
92 vec->addElement(start, status);
93 vec->addElement(limit, status);
94 if (!U_SUCCESS(status)) {
    [all...]
reldtfmt.h 44 RelativeDateFormat( UDateFormatStyle timeStyle, UDateFormatStyle dateStyle, const Locale& locale, UErrorCode& status);
115 * @param status Output param filled with success/failure status.
122 UErrorCode& status) const;
181 * @param status Filled in with U_ZERO_ERROR if the parse was successful, and with
187 UErrorCode& status) const;
196 virtual UnicodeString& toPattern(UnicodeString& result, UErrorCode& status) const;
204 virtual UnicodeString& toPatternDate(UnicodeString& result, UErrorCode& status) const;
212 virtual UnicodeString& toPatternTime(UnicodeString& result, UErrorCode& status) const;
223 virtual void applyPatterns(const UnicodeString& datePattern, const UnicodeString& timePattern, UErrorCode &status);
    [all...]
uregex.cpp 85 static UBool validateRE(const RegularExpression *re, UBool requiresText, UErrorCode *status) {
86 if (U_FAILURE(*status)) {
90 *status = U_ILLEGAL_ARGUMENT_ERROR;
95 *status = U_REGEX_INVALID_STATE;
111 UErrorCode *status) {
113 if (U_FAILURE(*status)) {
117 *status = U_ILLEGAL_ARGUMENT_ERROR;
129 *status = U_MEMORY_ALLOCATION_ERROR;
149 utext_openUChars(&patText, patBuf, patternLength, status);
155 re->fPat = RegexPattern::compile(&patText, flags, *pe, *status);
270 UErrorCode status = U_ZERO_ERROR; local
1398 UErrorCode status = U_ZERO_ERROR; local
1626 UErrorCode status = U_ZERO_ERROR; local
    [all...]
numsys.cpp 76 NumberingSystem::createInstance(int32_t radix_in, UBool isAlgorithmic_in, const UnicodeString & desc_in, UErrorCode &status) {
78 if (U_FAILURE(status)) {
83 status = U_ILLEGAL_ARGUMENT_ERROR;
89 status = U_ILLEGAL_ARGUMENT_ERROR;
106 NumberingSystem::createInstance(const Locale & inLocale, UErrorCode& status) {
108 if (U_FAILURE(status)) {
115 int32_t count = inLocale.getKeywordValue("numbers",buffer, sizeof(buffer),status);
157 status = U_USING_FALLBACK_WARNING;
161 return NumberingSystem::createInstanceByName(buffer,status);
166 NumberingSystem::createInstance(UErrorCode& status) {
    [all...]
  /external/icu4c/samples/translit/answers/
main_3.cpp 35 UErrorCode status = U_ZERO_ERROR; local
40 cal = Calendar::createInstance(greece, status);
41 check(status, "Calendar::createInstance");
62 status);
63 check(status, "RuleBasedTransliterator::ct");
76 defFmt->format(cal->getTime(status), str, status);
77 check(status, "DateFormat::format");
84 fmt->format(cal->getTime(status), str, status);
    [all...]
main_4.cpp 36 UErrorCode status = U_ZERO_ERROR; local
41 cal = Calendar::createInstance(greece, status);
42 check(status, "Calendar::createInstance");
63 status);
64 check(status, "RuleBasedTransliterator::ct");
80 defFmt->format(cal->getTime(status), str, status);
81 check(status, "DateFormat::format");
88 fmt->format(cal->getTime(status), str, status);
    [all...]
  /external/icu4c/test/cintltst/
utransts.c 139 UErrorCode status = U_ZERO_ERROR; local
161 trans = utrans_open(buf, UTRANS_FORWARD,NULL,0,NULL, &status);
162 if (U_FAILURE(status)) {
164 buf, u_errorName(status));
244 UErrorCode status=U_ZERO_ERROR; local
271 status = U_ZERO_ERROR;
272 t1=utrans_open(TransID[i], UTRANS_FORWARD,NULL,0,NULL, &status);
273 if(t1 == NULL || U_FAILURE(status)){
274 log_data_err("FAIL: in instantiation for id=%s -> %s (Are you missing data?)\n", TransID[i], u_errorName(status));
277 inverse1=utrans_openInverse(t1, &status);
292 UErrorCode status=U_ZERO_ERROR; local
339 UErrorCode status=U_ZERO_ERROR; local
487 UErrorCode status = U_ZERO_ERROR; local
555 UErrorCode status = U_ZERO_ERROR; local
579 UErrorCode status = U_ZERO_ERROR; local
611 UErrorCode status = U_ZERO_ERROR; local
694 utrans_trans(trans, (UReplaceable*)xrepPtr, &xrepVtable, pos.start, &pos.limit, &status); local
    [all...]
currtest.c 16 UErrorCode status = U_ZERO_ERROR; local
19 UEnumeration *en = ucurr_openISOCurrencies(currencyType, &status);
20 if (U_FAILURE(status)) {
21 log_err("Error: ucurr_openISOCurrencies returned %s\n", myErrorName(status));
25 while ((currentCurrency = uenum_next(en, NULL, &status)) != NULL) {
86 UErrorCode status = U_ZERO_ERROR; local
89 UEnumeration *en = ucurr_openISOCurrencies(UCURR_ALL, &status);
90 if (U_FAILURE(status)) {
91 log_err("Error: ucurr_openISOCurrencies returned %s\n", myErrorName(status));
95 currency1 = uenum_next(en, NULL, &status);
110 UErrorCode status = U_ZERO_ERROR; local
158 UErrorCode status = U_ZERO_ERROR; local
194 UErrorCode status; local
    [all...]
  /external/bluetooth/bluedroid/bta/fs/
bta_fs_ci.c 45 ** status - BTA_FS_CO_OK or BTA_FS_CO_FAIL
50 void bta_fs_ci_write(int fd, tBTA_FS_CO_STATUS status, UINT16 evt)
58 p_evt->status = status;
78 ** status - BTA_FS_CO_OK if full buffer of data,
85 void bta_fs_ci_read(int fd, UINT16 num_bytes_read, tBTA_FS_CO_STATUS status, UINT16 evt)
93 p_evt->status = status;
109 ** status - BTA_FS_CO_OK if file was opened in mode specified
121 void bta_fs_ci_open(int fd, tBTA_FS_CO_STATUS status, UINT32 file_size, UINT16 evt
    [all...]
  /external/icu4c/i18n/unicode/
uspoof.h 221 * @param status The error code, set if this function encounters a problem.
226 uspoof_open(UErrorCode *status);
279 * @param status an in/out ICU UErrorCode. Among the possible errors is
288 int32_t *errType, UParseError *pe, UErrorCode *status);
323 * @param status The error code, set if this function encounters a problem.
328 uspoof_clone(const USpoofChecker *sc, UErrorCode *status);
339 * @param status The error code, set if this function encounters a problem.
344 uspoof_setChecks(USpoofChecker *sc, int32_t checks, UErrorCode *status);
350 * @param status The error code, set if this function encounters a problem.
358 uspoof_getChecks(const USpoofChecker *sc, UErrorCode *status);
    [all...]
  /external/libnfc-nxp/src/
phHciNfc_SWP.c 50 /* Get the Status of the UICC Connection */
121 NFCSTATUS status = NFCSTATUS_SUCCESS; local
135 status = PHNFCSTVAL(CID_NFC_HCI, NFCSTATUS_INVALID_PARAMETER);
137 return status;
143 NFCSTATUS status = NFCSTATUS_SUCCESS; local
148 status = PHNFCSTVAL(CID_NFC_HCI, NFCSTATUS_INVALID_PARAMETER);
163 status = PHNFCSTVAL(CID_NFC_HCI, NFCSTATUS_INSUFFICIENT_RESOURCES);
167 return status;
178 NFCSTATUS status = NFCSTATUS_SUCCESS; local
182 status = PHNFCSTVAL(CID_NFC_HCI, NFCSTATUS_INVALID_PARAMETER)
220 NFCSTATUS status = NFCSTATUS_SUCCESS; local
302 NFCSTATUS status = NFCSTATUS_SUCCESS; local
350 NFCSTATUS status = NFCSTATUS_SUCCESS; local
393 NFCSTATUS status = NFCSTATUS_SUCCESS; local
426 NFCSTATUS status = NFCSTATUS_SUCCESS; local
480 NFCSTATUS status = NFCSTATUS_SUCCESS; local
524 NFCSTATUS status = NFCSTATUS_SUCCESS; local
583 NFCSTATUS status = NFCSTATUS_SUCCESS; local
660 NFCSTATUS status = NFCSTATUS_SUCCESS; local
703 NFCSTATUS status = NFCSTATUS_SUCCESS; local
760 NFCSTATUS status = NFCSTATUS_SUCCESS; local
    [all...]
phHciNfc_RFReaderB.c 126 NFCSTATUS status = NFCSTATUS_SUCCESS; local
140 status = PHNFCSTVAL(CID_NFC_HCI, NFCSTATUS_INVALID_PARAMETER);
142 return status;
150 NFCSTATUS status = NFCSTATUS_SUCCESS; local
154 status = PHNFCSTVAL(CID_NFC_HCI, NFCSTATUS_INVALID_PARAMETER);
171 status = PHNFCSTVAL(CID_NFC_HCI, NFCSTATUS_INSUFFICIENT_RESOURCES);
175 return status;
185 NFCSTATUS status = NFCSTATUS_SUCCESS; local
189 status = PHNFCSTVAL(CID_NFC_HCI, NFCSTATUS_INVALID_PARAMETER);
193 status = PHNFCSTVAL(CID_NFC_HCI, NFCSTATUS_FEATURE_NOT_SUPPORTED)
236 NFCSTATUS status = NFCSTATUS_SUCCESS; local
269 NFCSTATUS status = NFCSTATUS_SUCCESS; local
432 NFCSTATUS status = NFCSTATUS_SUCCESS; local
613 NFCSTATUS status = NFCSTATUS_SUCCESS; local
689 NFCSTATUS status = NFCSTATUS_SUCCESS; local
796 NFCSTATUS status = NFCSTATUS_SUCCESS; local
818 NFCSTATUS status = NFCSTATUS_SUCCESS; local
870 NFCSTATUS status = NFCSTATUS_SUCCESS; local
    [all...]
  /frameworks/av/drm/libdrmframework/plugins/forward-lock/internal-format/converter/
FwdLockConv.c 240 * @return A status code.
243 FwdLockConv_Status_t status; local
252 status = FwdLockConv_Status_OutOfMemory;
256 status = FwdLockConv_Status_ProgramError;
263 status = FwdLockConv_Status_ProgramError;
270 status = FwdLockConv_Status_OK;
276 return status;
311 * @return A status code.
330 * @return A status code.
334 FwdLockConv_Status_t status = FwdLockConv_Status_OK local
471 FwdLockConv_Status_t status = FwdLockConv_Status_OK; local
528 FwdLockConv_Status_t status; local
550 FwdLockConv_Status_t status; local
597 FwdLockConv_Status_t status = FwdLockConv_Status_OK; local
869 FwdLockConv_Status_t status = FwdLockConv_Status_OK; local
937 FwdLockConv_Status_t status = FwdLockConv_Status_OK; local
1078 FwdLockConv_Status_t status; local
1111 FwdLockConv_Status_t status; local
1171 FwdLockConv_Status_t status; local
1201 FwdLockConv_Status_t status; local
1255 FwdLockConv_Status_t status; local
    [all...]
  /frameworks/av/media/libstagefright/codecs/avc/enc/src/
header.cpp 31 AVCEnc_Status status = AVCENC_SUCCESS; local
35 status = BitstreamWriteBits(stream, 8, seqParam->profile_idc);
36 status = BitstreamWrite1Bit(stream, seqParam->constrained_set0_flag);
37 status = BitstreamWrite1Bit(stream, seqParam->constrained_set1_flag);
38 status = BitstreamWrite1Bit(stream, seqParam->constrained_set2_flag);
39 status = BitstreamWrite1Bit(stream, seqParam->constrained_set3_flag);
40 status = BitstreamWriteBits(stream, 4, 0); /* forbidden zero bits */
41 if (status != AVCENC_SUCCESS) /* we can check after each write also */
43 return status;
46 status = BitstreamWriteBits(stream, 8, seqParam->level_idc)
230 AVCEnc_Status status = AVCENC_SUCCESS; local
322 AVCEnc_Status status = AVCENC_SUCCESS; local
510 AVCEnc_Status status = AVCENC_SUCCESS; local
590 AVCEnc_Status status = AVCENC_SUCCESS; local
    [all...]
  /cts/tests/src/android/app/cts/
PendingIntentStubActivity.java 26 public static int status = INVALIDATE; field in class:PendingIntentStubActivity
31 status = ON_CREATE;
  /external/chromium/base/i18n/
icu_string_conversions.cc 87 UErrorCode status = U_ZERO_ERROR; local
93 NULL, NULL, &status);
98 NULL, NULL, &status);
106 encoded_max_length, uchar_src, uchar_len, &status);
109 if (U_SUCCESS(status))
117 UConverter* converter, UErrorCode* status) {
121 NULL, NULL, status);
125 NULL, NULL, status);
129 NULL, NULL, status);
159 UErrorCode status = U_ZERO_ERROR local
174 UErrorCode status = U_ZERO_ERROR; local
    [all...]
  /external/chromium/chrome/browser/chromeos/
update_observer.cc 30 if (library->status().status == UPDATE_STATUS_UPDATED_NEED_REBOOT) {
  /external/chromium/net/base/
cert_status_flags.h 11 // Status flags, such as errors and extended validation.
32 // 1 << 31 (the sign bit) is reserved so that the cert status will never be
36 // Returns true if the specified cert status has an error set.
37 static inline bool IsCertStatusError(int status) {
38 return (CERT_STATUS_ALL_ERRORS & status) != 0;
41 // Maps a network error code to the equivalent certificate status flag. If
45 // Maps the most serious certificate error in the certificate status flags
  /external/icu4c/common/
ustack.cpp 14 UStack::UStack(UErrorCode &status) :
15 UVector(status)
19 UStack::UStack(int32_t initialCapacity, UErrorCode &status) :
20 UVector(initialCapacity, status)
24 UStack::UStack(UObjectDeleter *d, UElementsAreEqual *c, UErrorCode &status) :
25 UVector(d, c, status)
29 UStack::UStack(UObjectDeleter *d, UElementsAreEqual *c, int32_t initialCapacity, UErrorCode &status) :
30 UVector(d, c, initialCapacity, status)

Completed in 534 milliseconds

<<11121314151617181920>>