HomeSort by relevance Sort by last modified time
    Searched refs:status (Results 326 - 350 of 6872) sorted by null

<<11121314151617181920>>

  /external/webkit/Source/JavaScriptCore/tests/mozilla/js1_5/Exceptions/
errstack-001.js 61 var status = ''; variable
101 status = inSection(1);
106 status = inSection(2);
111 status = inSection(3);
116 status = inSection(4);
121 status = inSection(5);
130 status = inSection(6);
135 status = inSection(7);
140 status = inSection(8);
145 status = inSection(9)
    [all...]
  /external/webkit/Source/JavaScriptCore/tests/mozilla/js1_5/LexicalConventions/
regress-177314.js 50 var status = ''; variable
59 status = inSection(1);
65 status = inSection(2);
71 status = inSection(3);
86 statusitems[UBound] = status;
  /external/webkit/Tools/QueueStatusServer/handlers/
patch.py 42 for status in statuses:
43 bug_id = status.active_bug_id # Should be the same for every status.
44 per_queue_statuses = queue_status.get(status.queue_name, [])
45 per_queue_statuses.append(status)
46 queue_status[status.queue_name] = per_queue_statuses
  /external/icu4c/i18n/
ucol_res.cpp 52 static void ucol_setReorderCodesFromParser(UCollator *coll, UColTokenParser *parser, UErrorCode *status);
110 ucol_initUCA(UErrorCode *status) {
111 if(U_FAILURE(*status)) {
118 UDataMemory *result = udata_openChoice(U_ICUDATA_COLL, UCA_DATA_TYPE, UCA_DATA_NAME, isAcceptableUCA, NULL, status);
120 if(U_SUCCESS(*status)){
121 UCollator *newUCA = ucol_initCollator((const UCATableHeader *)udata_getMemory(result), NULL, NULL, status);
122 if(U_SUCCESS(*status)){
124 uprv_uca_initImplicitConstants(status);
164 tryOpeningFromRules(UResourceBundle *collElem, UErrorCode *status) {
166 const UChar *rules = ures_getStringByKey(collElem, "Sequence", &rulesLen, status);
544 UErrorCode status = U_ZERO_ERROR; local
598 UErrorCode status = U_ZERO_ERROR; local
1026 it.setSource(UnicodeString(stuff, src.parsedToken.charsLen), *status); local
    [all...]
hebrwcal.cpp 211 void HebrewCalendar::add(UCalendarDateFields field, int32_t amount, UErrorCode& status)
213 if(U_FAILURE(status)) {
224 int32_t month = get(UCAL_MONTH, status);
225 int32_t year = get(UCAL_YEAR, status);
258 pinField(UCAL_DAY_OF_MONTH, status);
263 Calendar::add(field, amount, status);
271 void HebrewCalendar::add(EDateFields field, int32_t amount, UErrorCode& status)
273 add((UCalendarDateFields)field, amount, status);
308 void HebrewCalendar::roll(UCalendarDateFields field, int32_t amount, UErrorCode& status)
310 if(U_FAILURE(status)) {
528 UErrorCode status = U_ZERO_ERROR; local
626 UErrorCode status = U_ZERO_ERROR; local
734 UErrorCode status = U_ZERO_ERROR; local
738 calendar.setTime(Calendar::getNow(), status); local
    [all...]
uspoof_conf.cpp 73 SPUStringPool::SPUStringPool(UErrorCode &status) : fVec(NULL), fHash(NULL) {
74 fVec = new UVector(status);
78 &status);
124 void SPUStringPool::sort(UErrorCode &status) {
125 fVec->sort(SPUStringCompare, status);
129 SPUString *SPUStringPool::addString(UnicodeString *src, UErrorCode &status) {
135 uhash_put(fHash, src, hashedString, &status);
136 fVec->addElement(hashedString, status);
143 ConfusabledataBuilder::ConfusabledataBuilder(SpoofImpl *spImpl, UErrorCode &status) :
160 if (U_FAILURE(status)) {
    [all...]
  /external/icu4c/samples/strsrch/
strsrch.cpp 151 UErrorCode status = U_ZERO_ERROR; local
156 NULL, &status);
159 collator = ucol_open(opt_locale, &status);
161 if (U_FAILURE(status)) {
162 fprintf(stderr, "Collator creation failed.: %d\n", status);
165 if (status == U_USING_DEFAULT_WARNING) {
169 if (status == U_USING_FALLBACK_WARNING) {
174 ucol_setAttribute(collator, UCOL_NORMALIZATION_MODE, UCOL_ON, &status);
177 ucol_setAttribute(collator, UCOL_FRENCH_COLLATION, UCOL_ON, &status);
181 &status);
233 UErrorCode status = U_ZERO_ERROR; local
255 UErrorCode status = U_ZERO_ERROR; local
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/audio/alsa/
SDL_alsa_audio.c 190 int status; local
197 status = SDL_NAME(snd_pcm_open)(&handle, get_audio_device(2), SND_PCM_STREAM_PLAYBACK, SND_PCM_NONBLOCK);
198 if ( status >= 0 ) {
315 int status; local
325 status = SDL_NAME(snd_pcm_writei)(pcm_handle, sample_buf, sample_len);
326 if ( status < 0 ) {
327 if ( status == -EAGAIN ) {
331 if ( status == -ESTRPIPE ) {
334 status = SDL_NAME(snd_pcm_resume)(pcm_handle);
335 } while ( status == -EAGAIN )
372 int status; local
    [all...]
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_3/RegExp/
perlstress-001.js 90 var status = ''; variable
104 status = inSection(1);
111 status = inSection(2);
118 status = inSection(3);
125 status = inSection(4);
132 status = inSection(5);
139 status = inSection(6);
146 status = inSection(7);
153 status = inSection(8);
160 status = inSection(9)
    [all...]
perlstress-002.js 62 var status = ''; variable
76 status = inSection(1);
83 status = inSection(2);
90 status = inSection(3);
97 status = inSection(4);
104 status = inSection(5);
111 status = inSection(6);
118 status = inSection(7);
125 status = inSection(8);
132 status = inSection(9)
    [all...]
  /external/chromium/chrome/browser/resources/
connection_manager.js 15 chromeos.connectionManager.setTransactionStatus = function(status, callback) {
17 chromeos.connectionManager.reportTransactionStatus_(status);
20 chromeos.connectionManager.reportTransactionStatus_ = function(status) {
24 'status': status
  /external/icu4c/i18n/unicode/
dtitvinf.h 171 * @param status output param set to success/failure code on exit
174 DateIntervalInfo(UErrorCode& status);
181 * @param status output param set to success/failure code on exit
184 DateIntervalInfo(const Locale& locale, UErrorCode& status);
242 * UErrorCode status = U_ZERO_ERROR;
245 * dIntervalInfo->setIntervalPattern("yMd", UCAL_YEAR, "'from' yyyy-M-d 'to' yyyy-M-d", status);
246 * dIntervalInfo->setIntervalPattern("yMMMd", UCAL_MONTH, "'from' yyyy MMM d 'to' MMM d", status);
247 * dIntervalInfo->setIntervalPattern("yMMMd", UCAL_DAY, "yyyy MMM d-d", status, status);
264 * @param status output param set to success/failure code on exi
    [all...]
simpletz.h 157 * @param status An UErrorCode to receive the status.
165 UErrorCode& status);
200 * @param status An UErrorCode to receive the status.
208 int32_t savingsDST, UErrorCode& status);
248 * @param status An UErrorCode to receive the status.
257 int32_t savingsDST, UErrorCode& status);
308 * @param status An UErrorCod
    [all...]
tblcoll.h 122 * @param status reporting a success or an error.
126 RuleBasedCollator(const UnicodeString& rules, UErrorCode& status);
134 * @param status reporting a success or an error.
140 UErrorCode& status);
148 * @param status reporting a success or an error.
154 UErrorCode& status);
163 * @param status reporting a success or an error.
170 UErrorCode& status);
193 * @param status for catching errors
200 UErrorCode &status);
    [all...]
smpdtfmt.h 224 * @param status Output param set to success/failure code.
227 SimpleDateFormat(UErrorCode& status);
237 * @param status Output param set to success/failure code.
241 UErrorCode& status);
261 * @param status Output param set to success/failure code.
266 UErrorCode& status);
277 * @param status Output param set to success/failure code.
282 UErrorCode& status);
302 * @param status Output param set to success/failure code.
308 UErrorCode& status);
    [all...]
  /external/icu4c/test/cintltst/
cfintst.c 80 UErrorCode status = U_ZERO_ERROR; local
81 myCollation = ucol_open("fi_FI@collation=standard", &status);
82 if(U_FAILURE(status)){
83 log_err_status(status, "ERROR: in creation of rule based collator: %s\n", myErrorName(status));
98 UErrorCode status = U_ZERO_ERROR; local
99 myCollation = ucol_open("fi_FI@collation=standard", &status);
100 if(U_FAILURE(status)){
101 log_err_status(status, "ERROR: in creation of rule based collator: %s\n", myErrorName(status));
    [all...]
  /external/libnfc-nxp/src/
phFriNfc_IntNdefMap.c 75 NFCSTATUS status = NFCSTATUS_PENDING;
88 status = phFriNfc_Desf_ChkAndParseTLV(NdefMap,PH_FRINFC_NDEFMAP_DESF_TLV_INDEX);
89 return (status);
109 status = PHNFCSTVAL(CID_FRI_NFC_NDEF_MAP,\
115 return ( status);
175 NFCSTATUS status = NFCSTATUS_SUCCESS; local
181 /*Return Status Error ? Invalid Format?*/
182 status = PHNFCSTVAL(CID_FRI_NFC_NDEF_MAP,NFCSTATUS_INVALID_FORMAT);
196 status = PHNFCSTVAL(CID_NFC_NONE,NFCSTATUS_SUCCESS);
205 status = PHNFCSTVAL(CID_FRI_NFC_NDEF_MAP,NFCSTATUS_INVALID_FORMAT)
    [all...]
phHciNfc_IDMgmt.c 139 NFCSTATUS status = NFCSTATUS_SUCCESS; local
143 status = PHNFCSTVAL(CID_NFC_HCI, NFCSTATUS_INVALID_PARAMETER);
159 status = PHNFCSTVAL(CID_NFC_HCI, NFCSTATUS_INSUFFICIENT_RESOURCES);
162 return status;
179 NFCSTATUS status = NFCSTATUS_SUCCESS; local
192 status = PHNFCSTVAL(CID_NFC_HCI, NFCSTATUS_INVALID_PARAMETER);
194 return status;
203 NFCSTATUS status = NFCSTATUS_SUCCESS; local
207 status = PHNFCSTVAL(CID_NFC_HCI, NFCSTATUS_INVALID_PARAMETER);
213 status = PHNFCSTVAL(CID_NFC_HCI,
275 NFCSTATUS status = NFCSTATUS_SUCCESS; local
454 NFCSTATUS status = NFCSTATUS_SUCCESS; local
611 NFCSTATUS status = NFCSTATUS_SUCCESS; local
665 NFCSTATUS status = NFCSTATUS_SUCCESS; local
732 NFCSTATUS status = NFCSTATUS_SUCCESS; local
770 NFCSTATUS status = NFCSTATUS_SUCCESS; local
    [all...]
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_3/Function/
regress-85880.js 37 var status = ''; variable
54 status = 'Section A of test';
59 status = 'Section B of test';
70 status = 'Section C of test';
75 status = 'Section D of test';
88 status = 'Section E of test';
93 status = 'Section F of test';
108 status = 'Section G of test';
113 status = 'Section H of test';
127 statusitems[UBound] = status;
    [all...]
  /external/webkit/Source/JavaScriptCore/tests/mozilla/js1_5/Regress/
regress-203841.js 47 var status = ''; variable
55 status = inSection(1);
64 status = inSection(2);
73 status = inSection(3);
85 status = inSection(4);
94 status = inSection(5);
107 status = inSection(6); // get element case
114 status = inSection(7); // set element case
121 status = inSection(8); // delete element case
140 statusitems[UBound] = status;
    [all...]
  /external/webkit/Source/JavaScriptCore/tests/mozilla/js1_5/Scope/
regress-220584.js 46 var status = ''; variable
58 status = inSection(1);
63 status = inSection(2);
68 status = inSection(3);
73 status = inSection(4);
82 status = inSection(5);
87 status = inSection(6);
92 status = inSection(7);
97 status = inSection(8);
113 statusitems[UBound] = status;
    [all...]
  /frameworks/av/media/libmedia/
Visualizer.cpp 72 status_t status = AudioEffect::setEnabled(enabled); local
74 if (status == NO_ERROR) {
88 return status;
144 status_t status = setParameter(p); local
146 ALOGV("setCaptureSize size %d status %d p->status %d", size, status, p->status);
148 if (status == NO_ERROR) {
149 status = p->status
173 status_t status = setParameter(p); local
196 status_t status = NO_ERROR; local
220 status_t status = NO_ERROR; local
270 status_t status = getWaveForm(waveform); local
305 status_t status = getParameter(p); local
    [all...]
  /external/icu4c/test/intltest/
tufmtts.cpp 41 UErrorCode status = U_ZERO_ERROR; local
44 formats[UTMUTFMT_FULL_STYLE] = new TimeUnitFormat(loc, status);
45 if (!assertSuccess("TimeUnitFormat(full)", status, TRUE)) return;
46 formats[UTMUTFMT_ABBREVIATED_STYLE] = new TimeUnitFormat(loc, UTMUTFMT_ABBREVIATED_STYLE, status);
47 if (!assertSuccess("TimeUnitFormat(short)", status)) return;
65 TimeUnitAmount* source = new TimeUnitAmount(tests[i], j, status);
66 if (!assertSuccess("TimeUnitAmount()", status)) return;
70 formatted = ((Format*)formats[style])->format(formattable, formatted, status);
71 if (!assertSuccess("format()", status)) return;
78 ((Format*)formats[style])->parseObject(formatted, result, status);
102 UErrorCode status = U_ZERO_ERROR; local
212 UErrorCode status = U_ZERO_ERROR; local
    [all...]
regcoll.cpp 24 UErrorCode status = U_ZERO_ERROR; local
26 en_us = (RuleBasedCollator *)Collator::createInstance(Locale::getUS(), status);
27 if(U_FAILURE(status)) {
30 errcheckln(status, "Collator creation failed with %s", u_errorName(status));
51 UErrorCode status = U_ZERO_ERROR; local
61 while (i1->next(status) != CollationElementIterator::NULLORDER)
63 if (U_FAILURE(status))
97 UErrorCode status = U_ZERO_ERROR; local
112 RuleBasedCollator *c1 = new RuleBasedCollator(rules, status);
152 UErrorCode status = U_ZERO_ERROR; local
189 UErrorCode status = U_ZERO_ERROR; local
206 UErrorCode status = U_ZERO_ERROR; local
232 UErrorCode status = U_ZERO_ERROR; local
234 Locale::setDefault(Locale::getKorean(), status); local
273 UErrorCode status = U_ZERO_ERROR; local
301 UErrorCode status = U_ZERO_ERROR; local
372 UErrorCode status = U_ZERO_ERROR; local
426 UErrorCode status = U_ZERO_ERROR; local
453 UErrorCode status = U_ZERO_ERROR; local
546 UErrorCode status = U_ZERO_ERROR; local
578 UErrorCode status = U_ZERO_ERROR; local
601 UErrorCode status = U_ZERO_ERROR; local
654 UErrorCode status = U_ZERO_ERROR; local
684 UErrorCode status = U_ZERO_ERROR; local
712 UErrorCode status = U_ZERO_ERROR; local
764 UErrorCode status = U_ZERO_ERROR; local
808 UErrorCode status = U_ZERO_ERROR; local
839 UErrorCode status = U_ZERO_ERROR; local
889 UErrorCode status = U_ZERO_ERROR; local
928 UErrorCode status = U_ZERO_ERROR; local
965 UErrorCode status = U_ZERO_ERROR; local
1106 UErrorCode status = U_ZERO_ERROR; local
1162 UErrorCode status = U_ZERO_ERROR; local
1202 UErrorCode status = U_ZERO_ERROR; local
1256 UErrorCode status = U_ZERO_ERROR; local
1284 UErrorCode status = U_ZERO_ERROR; local
    [all...]
tsdcfmsy.cpp 36 UErrorCode status = U_ZERO_ERROR; local
38 DecimalFormatSymbols fr(Locale::getFrench(), status); local
39 if(U_FAILURE(status)) {
40 errcheckln(status, "ERROR: Couldn't create French DecimalFormatSymbols - %s", u_errorName(status));
44 status = U_ZERO_ERROR;
45 DecimalFormatSymbols en(Locale::getEnglish(), status); local
46 if(U_FAILURE(status)) {
47 errcheckln(status, "ERROR: Couldn't create English DecimalFormatSymbols - %s", u_errorName(status));
201 DecimalFormatSymbols sym(Locale::getUS(), status); local
217 UErrorCode status = U_ZERO_ERROR; local
    [all...]

Completed in 3378 milliseconds

<<11121314151617181920>>