Home
last modified time | relevance | path

Searched refs:status (Results 1701 - 1725 of 5966) sorted by relevance

1...<<61626364656667686970>>...239

/third_party/skia/third_party/externals/icu/source/common/
H A Dpluralmap.h204 * @param status error returned here if index is NONE or CATEGORY_COUNT
209 UErrorCode &status) { in getMutable()
210 return getMutable(category, NULL, status); in getMutable()
220 UErrorCode &status) { in getMutable()
221 return getMutable(toCategory(category), NULL, status); in getMutable()
232 UErrorCode &status) { in getMutableWithDefault()
233 return getMutable(category, &defaultValue, status); in getMutableWithDefault()
263 UErrorCode &status) { in getMutable()
264 if (U_FAILURE(status)) { in getMutable()
269 status in getMutable()
207 getMutable( Category category, UErrorCode &status) getMutable() argument
218 getMutable( const char *category, UErrorCode &status) getMutable() argument
229 getMutableWithDefault( Category category, const T &defaultValue, UErrorCode &status) getMutableWithDefault() argument
260 getMutable( Category category, const T *defaultValue, UErrorCode &status) getMutable() argument
[all...]
H A Duhash.h196 * @param status A pointer to an UErrorCode to receive any errors.
204 UErrorCode *status);
213 * @param status A pointer to an UErrorCode to receive any errors.
222 UErrorCode *status);
230 * @param status A pointer to an UErrorCode to receive any errors.
239 UErrorCode *status);
248 * @param status A pointer to an UErrorCode to receive any errors.
258 UErrorCode *status);
351 * @param status A pointer to an UErrorCode to receive any errors.
359 UErrorCode *status);
[all...]
H A Ducurr.cpp150 icu::Hashtable* hash, UErrorCode &status) { in makeEquivalent()
151 if (U_FAILURE(status)) { in makeEquivalent()
199 status = U_MEMORY_ALLOCATION_ERROR; in makeEquivalent()
202 hash->put(lhs, (void *) newFirstLeft, status); in makeEquivalent()
203 hash->put(rhs, (void *) newFirstRight, status); in makeEquivalent()
391 static UCurrRegistryKey reg(const UChar* _iso, const char* _id, UErrorCode* status) in reg()
393 if (status && U_SUCCESS(*status) && _iso && _id) { in reg()
406 *status = U_MEMORY_ALLOCATION_ERROR; in reg()
461 ucurr_register(const UChar* isoCode, const char* locale, UErrorCode *status) in ucurr_register() argument
147 makeEquivalent( const icu::UnicodeString &lhs, const icu::UnicodeString &rhs, icu::Hashtable* hash, UErrorCode &status) makeEquivalent() argument
474 ucurr_unregister(UCurrRegistryKey key, UErrorCode* status) ucurr_unregister() argument
608 UErrorCode status = U_ZERO_ERROR; fallback() local
2067 ucurr_createCurrencyList(UHashtable *isoCodes, UErrorCode* status) ucurr_createCurrencyList() argument
2159 initIsoCodes(UErrorCode &status) initIsoCodes() argument
2178 populateCurrSymbolsEquiv(icu::Hashtable *hash, UErrorCode &status) populateCurrSymbolsEquiv() argument
2199 UErrorCode status = U_ZERO_ERROR; initCurrSymbolsEquiv() local
2536 ucurr_getKeywordValuesForLocale(const char *key, const char *locale, UBool commonlyUsed, UErrorCode* status) ucurr_getKeywordValuesForLocale() argument
2681 UErrorCode status = U_ZERO_ERROR; ucurr_getNumericCode() local
[all...]
/third_party/spirv-tools/source/opt/
H A Dpropagator.cpp70 bool SSAPropagator::SetStatus(Instruction* inst, PropStatus status) { in SetStatus() argument
78 assert((!has_old_status || old_status <= status) && in SetStatus()
81 bool status_changed = !has_old_status || (old_status != status); in SetStatus()
82 if (status_changed) statuses_[inst] = status; in SetStatus()
96 PropStatus status = visit_fn_(instr, &dest_bb); in Simulate() local
97 bool status_changed = SetStatus(instr, status); in Simulate()
99 if (status == kVarying) { in Simulate()
116 } else if (status == kInteresting) { in Simulate()
118 // status has changed. in Simulate()
131 // At this point, we are dealing with instructions that are in status in Simulate()
274 operator <<(std::ostream& str, const SSAPropagator::PropStatus& status) operator <<() argument
[all...]
/third_party/spirv-tools/test/reduce/
H A Dvalidation_during_reduction_test.cpp233 Reducer::ReductionResultStatus status = reducer.Run( in TEST() local
236 ASSERT_EQ(status, Reducer::ReductionResultStatus::kComplete); in TEST()
448 Reducer::ReductionResultStatus status = reducer.Run( in TEST() local
451 ASSERT_EQ(status, Reducer::ReductionResultStatus::kComplete); in TEST()
545 Reducer::ReductionResultStatus status = in TEST() local
549 ASSERT_EQ(status, Reducer::ReductionResultStatus::kInitialStateInvalid); in TEST()
561 Reducer::ReductionResultStatus status = in TEST() local
565 ASSERT_EQ(status, Reducer::ReductionResultStatus::kReachedStepLimit); in TEST()
579 Reducer::ReductionResultStatus status = in TEST() local
583 ASSERT_EQ(status, Reduce in TEST()
[all...]
/third_party/icu/icu4c/source/common/
H A Ducurr.cpp150 icu::Hashtable* hash, UErrorCode &status) { in makeEquivalent()
151 if (U_FAILURE(status)) { in makeEquivalent()
199 status = U_MEMORY_ALLOCATION_ERROR; in makeEquivalent()
202 hash->put(lhs, (void *) newFirstLeft, status); in makeEquivalent()
203 hash->put(rhs, (void *) newFirstRight, status); in makeEquivalent()
391 static UCurrRegistryKey reg(const UChar* _iso, const char* _id, UErrorCode* status) in reg()
393 if (status && U_SUCCESS(*status) && _iso && _id) { in reg()
406 *status = U_MEMORY_ALLOCATION_ERROR; in reg()
461 ucurr_register(const UChar* isoCode, const char* locale, UErrorCode *status) in ucurr_register() argument
147 makeEquivalent( const icu::UnicodeString &lhs, const icu::UnicodeString &rhs, icu::Hashtable* hash, UErrorCode &status) makeEquivalent() argument
474 ucurr_unregister(UCurrRegistryKey key, UErrorCode* status) ucurr_unregister() argument
631 UErrorCode status = U_ZERO_ERROR; fallback() local
2093 ucurr_createCurrencyList(UHashtable *isoCodes, UErrorCode* status) ucurr_createCurrencyList() argument
2185 initIsoCodes(UErrorCode &status) initIsoCodes() argument
2204 populateCurrSymbolsEquiv(icu::Hashtable *hash, UErrorCode &status) populateCurrSymbolsEquiv() argument
2225 UErrorCode status = U_ZERO_ERROR; initCurrSymbolsEquiv() local
2562 ucurr_getKeywordValuesForLocale(const char *key, const char *locale, UBool commonlyUsed, UErrorCode* status) ucurr_getKeywordValuesForLocale() argument
2707 UErrorCode status = U_ZERO_ERROR; ucurr_getNumericCode() local
[all...]
H A Dcstr.cpp22 UErrorCode status = U_ZERO_ERROR; in CStr() local
26 char *buf = s.getAppendBuffer(length, length, resultCapacity, status); in CStr()
27 if (U_SUCCESS(status)) { in CStr()
29 s.append(buf, length, status); in CStr()
42 s.append(buf, 1, status); in CStr()
H A Dlocbased.cpp18 Locale LocaleBased::getLocale(ULocDataLocaleType type, UErrorCode& status) const { in getLocale()
19 const char* id = getLocaleID(type, status); in getLocale()
23 const char* LocaleBased::getLocaleID(ULocDataLocaleType type, UErrorCode& status) const { in getLocaleID()
24 if (U_FAILURE(status)) { in getLocaleID()
34 status = U_ILLEGAL_ARGUMENT_ERROR; in getLocaleID()
/third_party/astc-encoder/Source/
H A Dwuffs-v0.3.c539 // WUFFS_BASE__RESULT is a result type: either a status (an error) or a value.
544 wuffs_base__status status; \
557 wuffs_base__status status; member
2514 // method returns a [note status](/doc/note/statuses.md).
11021 if (!status.repr) { \
11023 } else if (*status.repr != '$') { \
14323 ret.status.repr = NULL; in wuffs_base__private_implementation__parse_number_f64_special()
14333 ret.status.repr = wuffs_base__error__bad_argument; in wuffs_base__private_implementation__parse_number_f64_special()
14379 ret.status.repr = NULL; in wuffs_base__private_implementation__high_prec_dec__to_f64()
14477 ret.status in wuffs_base__private_implementation__high_prec_dec__to_f64()
14729 wuffs_base__status status = wuffs_base__parse_number_f64() local
22352 wuffs_base__status status = wuffs_base__make_status(NULL); wuffs_bmp__decoder__decode_image_config() local
23276 wuffs_base__status status = wuffs_base__make_status(NULL); wuffs_bmp__decoder__decode_frame_config() local
23387 wuffs_base__status status = wuffs_base__make_status(NULL); wuffs_bmp__decoder__decode_frame() local
23553 wuffs_base__status status = wuffs_base__make_status(NULL); wuffs_bmp__decoder__swizzle_none() local
23653 wuffs_base__status status = wuffs_base__make_status(NULL); wuffs_bmp__decoder__swizzle_rle() local
23915 wuffs_base__status status = wuffs_base__make_status(NULL); wuffs_bmp__decoder__swizzle_bitfields() local
24055 wuffs_base__status status = wuffs_base__make_status(NULL); wuffs_bmp__decoder__swizzle_low_bit_depth() local
24355 wuffs_base__status status = wuffs_base__make_status(NULL); wuffs_bmp__decoder__tell_me_more() local
24403 wuffs_base__status status = wuffs_base__make_status(NULL); wuffs_bmp__decoder__read_palette() local
24538 wuffs_base__status status = wuffs_base__make_status(NULL); wuffs_bmp__decoder__process_masks() local
24745 wuffs_base__status status = wuffs_base__make_status(NULL); wuffs_cbor__decoder__decode_tokens() local
26796 wuffs_base__status status = wuffs_base__make_status(NULL); wuffs_deflate__decoder__transform_io() local
26881 wuffs_base__status status = wuffs_base__make_status(NULL); wuffs_deflate__decoder__decode_blocks() local
27035 wuffs_base__status status = wuffs_base__make_status(NULL); wuffs_deflate__decoder__decode_uncompressed() local
27203 wuffs_base__status status = wuffs_base__make_status(NULL); wuffs_deflate__decoder__init_dynamic_huffman() local
27723 wuffs_base__status status = wuffs_base__make_status(NULL); wuffs_deflate__decoder__decode_huffman_bmi2() local
27936 wuffs_base__status status = wuffs_base__make_status(NULL); wuffs_deflate__decoder__decode_huffman_fast32() local
28200 wuffs_base__status status = wuffs_base__make_status(NULL); wuffs_deflate__decoder__decode_huffman_fast64__choosy_default() local
28411 wuffs_base__status status = wuffs_base__make_status(NULL); wuffs_deflate__decoder__decode_huffman_slow() local
28927 wuffs_base__status status = wuffs_base__make_status(NULL); wuffs_lzw__decoder__transform_io() local
29180 wuffs_base__status status = wuffs_base__make_status(NULL); wuffs_lzw__decoder__write_to() local
29562 wuffs_base__status status = wuffs_base__make_status(NULL); wuffs_gif__decoder__decode_image_config() local
29683 wuffs_base__status status = wuffs_base__make_status(NULL); wuffs_gif__decoder__tell_me_more() local
29947 wuffs_base__status status = wuffs_base__make_status(NULL); wuffs_gif__decoder__decode_frame_config() local
30078 wuffs_base__status status = wuffs_base__make_status(NULL); wuffs_gif__decoder__skip_frame() local
30197 wuffs_base__status status = wuffs_base__make_status(NULL); wuffs_gif__decoder__decode_frame() local
30266 wuffs_base__status status = wuffs_base__make_status(NULL); wuffs_gif__decoder__decode_up_to_id_part1() local
30370 wuffs_base__status status = wuffs_base__make_status(NULL); wuffs_gif__decoder__decode_header() local
30443 wuffs_base__status status = wuffs_base__make_status(NULL); wuffs_gif__decoder__decode_lsd() local
30645 wuffs_base__status status = wuffs_base__make_status(NULL); wuffs_gif__decoder__decode_extension() local
30738 wuffs_base__status status = wuffs_base__make_status(NULL); wuffs_gif__decoder__skip_blocks() local
30806 wuffs_base__status status = wuffs_base__make_status(NULL); wuffs_gif__decoder__decode_ae() local
31029 wuffs_base__status status = wuffs_base__make_status(NULL); wuffs_gif__decoder__decode_gc() local
31159 wuffs_base__status status = wuffs_base__make_status(NULL); wuffs_gif__decoder__decode_id_part0() local
31328 wuffs_base__status status = wuffs_base__make_status(NULL); wuffs_gif__decoder__decode_id_part1() local
31501 wuffs_base__status status = wuffs_base__make_status(NULL); wuffs_gif__decoder__decode_id_part2() local
32026 wuffs_base__status status = wuffs_base__make_status(NULL); wuffs_gzip__decoder__transform_io() local
32785 wuffs_base__status status = wuffs_base__make_status(NULL); wuffs_json__decoder__decode_tokens() local
33986 wuffs_base__status status = wuffs_base__make_status(NULL); wuffs_json__decoder__decode_leading() local
34095 wuffs_base__status status = wuffs_base__make_status(NULL); wuffs_json__decoder__decode_comment() local
34277 wuffs_base__status status = wuffs_base__make_status(NULL); wuffs_json__decoder__decode_inf_nan() local
34438 wuffs_base__status status = wuffs_base__make_status(NULL); wuffs_json__decoder__decode_trailer() local
34740 wuffs_base__status status = wuffs_base__make_status(NULL); wuffs_nie__decoder__decode_image_config() local
34968 wuffs_base__status status = wuffs_base__make_status(NULL); wuffs_nie__decoder__decode_frame_config() local
35079 wuffs_base__status status = wuffs_base__make_status(NULL); wuffs_nie__decoder__decode_frame() local
35161 wuffs_base__status status = wuffs_base__make_status(NULL); wuffs_nie__decoder__swizzle() local
35373 wuffs_base__status status = wuffs_base__make_status(NULL); wuffs_nie__decoder__tell_me_more() local
35642 wuffs_base__status status = wuffs_base__make_status(NULL); wuffs_zlib__decoder__transform_io() local
37772 wuffs_base__status status = wuffs_base__make_status(NULL); wuffs_png__decoder__decode_image_config() local
38089 wuffs_base__status status = wuffs_base__make_status(NULL); wuffs_png__decoder__decode_ihdr() local
38439 wuffs_base__status status = wuffs_base__make_status(NULL); wuffs_png__decoder__decode_other_chunk() local
38675 wuffs_base__status status = wuffs_base__make_status(NULL); wuffs_png__decoder__decode_actl() local
38788 wuffs_base__status status = wuffs_base__make_status(NULL); wuffs_png__decoder__decode_chrm() local
39085 wuffs_base__status status = wuffs_base__make_status(NULL); wuffs_png__decoder__decode_exif() local
39126 wuffs_base__status status = wuffs_base__make_status(NULL); wuffs_png__decoder__decode_fctl() local
39463 wuffs_base__status status = wuffs_base__make_status(NULL); wuffs_png__decoder__decode_gama() local
39544 wuffs_base__status status = wuffs_base__make_status(NULL); wuffs_png__decoder__decode_iccp() local
39633 wuffs_base__status status = wuffs_base__make_status(NULL); wuffs_png__decoder__decode_plte() local
39736 wuffs_base__status status = wuffs_base__make_status(NULL); wuffs_png__decoder__decode_srgb() local
39797 wuffs_base__status status = wuffs_base__make_status(NULL); wuffs_png__decoder__decode_trns() local
40002 wuffs_base__status status = wuffs_base__make_status(NULL); wuffs_png__decoder__decode_frame_config() local
40212 wuffs_base__status status = wuffs_base__make_status(NULL); wuffs_png__decoder__skip_frame() local
40391 wuffs_base__status status = wuffs_base__make_status(NULL); wuffs_png__decoder__decode_frame() local
40626 wuffs_base__status status = wuffs_base__make_status(NULL); wuffs_png__decoder__decode_pass() local
41115 wuffs_base__status status = wuffs_base__make_status(NULL); wuffs_png__decoder__tell_me_more() local
42153 wuffs_base__status status = wuffs_base__make_status(NULL); wuffs_tga__decoder__decode_image_config() local
42628 wuffs_base__status status = wuffs_base__make_status(NULL); wuffs_tga__decoder__decode_frame_config() local
42739 wuffs_base__status status = wuffs_base__make_status(NULL); wuffs_tga__decoder__decode_frame() local
43197 wuffs_base__status status = wuffs_base__make_status(NULL); wuffs_tga__decoder__tell_me_more() local
43385 wuffs_base__status status = wuffs_base__make_status(NULL); wuffs_wbmp__decoder__decode_image_config() local
43528 wuffs_base__status status = wuffs_base__make_status(NULL); wuffs_wbmp__decoder__decode_frame_config() local
43639 wuffs_base__status status = wuffs_base__make_status(NULL); wuffs_wbmp__decoder__decode_frame() local
43918 wuffs_base__status status = wuffs_base__make_status(NULL); wuffs_wbmp__decoder__tell_me_more() local
44173 wuffs_base__status status = (*tell_me_more_func)( HandleMetadata() local
44747 wuffs_base__status status = pixbuf.set_from_slice( AllocPixbuf() local
[all...]
/third_party/node/deps/v8/src/objects/
H A Dsource-text-module.cc91 switch (status()) { in GetSharedFunctionInfo()
394 DCHECK_EQ(module->status(), kPreLinking); in PrepareInstantiate()
400 DCHECK_EQ(module->status(), kLinking); in RunInitializationCode()
438 DCHECK_EQ(ancestor->status(), in MaybeTransitionComponent()
481 DCHECK_NE(requested_module->status(), kEvaluating); in FinishInstantiate()
482 DCHECK_GE(requested_module->status(), kLinking); in FinishInstantiate()
485 (requested_module->status() == kLinking) == in FinishInstantiate()
490 if (requested_module->status() == kLinking) { in FinishInstantiate()
542 DCHECK_GE(module->status(), Module::kLinking); in FetchStarExports()
627 DCHECK_EQ(module->status(), kEvaluate in GatherAsyncParentCompletions()
[all...]
/third_party/backends/backend/
H A Dcanon630u.c221 SANE_Status status; in optionResolutionCallback() local
229 status = in optionResolutionCallback()
231 if (status != SANE_STATUS_GOOD) in optionResolutionCallback()
232 return status; in optionResolutionCallback()
611 SANE_Status status = SANE_STATUS_GOOD; in dispatch_control_option() local
630 status = sanei_constrain_value (op->descriptor, value, &myinfo); in dispatch_control_option()
631 if (status != SANE_STATUS_GOOD) in dispatch_control_option()
632 return status; in dispatch_control_option()
635 status = (op->callback) (op, handle, action, value, &myinfo); in dispatch_control_option()
640 return status; in dispatch_control_option()
649 SANE_Status status; attach_scanner() local
816 SANE_Status status; sane_open() local
[all...]
H A Dumax1220u.c173 SANE_Status status; in optionResolutionCallback() local
181 status = in optionResolutionCallback()
183 if (status != SANE_STATUS_GOOD) in optionResolutionCallback()
184 return status; in optionResolutionCallback()
492 SANE_Status status = SANE_STATUS_GOOD; in dispatch_control_option() local
511 status = sanei_constrain_value (op->descriptor, value, &myinfo); in dispatch_control_option()
512 if (status != SANE_STATUS_GOOD) in dispatch_control_option()
513 return status; in dispatch_control_option()
516 status = (op->callback) (op, handle, action, value, &myinfo); in dispatch_control_option()
521 return status; in dispatch_control_option()
529 SANE_Status status; attach_scanner() local
686 SANE_Status status; sane_open() local
[all...]
/third_party/node/deps/cares/src/lib/
H A Dares__threads.c183 ares_status_t status = ARES_SUCCESS; in ares__thread_join() local
190 status = ARES_ENOTFOUND; in ares__thread_join()
195 if (status == ARES_SUCCESS && rv != NULL) { in ares__thread_join()
200 return status; in ares__thread_join()
396 ares_status_t status = ARES_SUCCESS; in ares__thread_join() local
403 status = ARES_ENOTFOUND; in ares__thread_join()
407 if (status == ARES_SUCCESS && rv != NULL) { in ares__thread_join()
410 return status; in ares__thread_join()
506 ares_status_t status = ARES_SUCCESS; in ares__channel_threading_init() local
515 status in ares__channel_threading_init()
553 ares_status_t status = ARES_SUCCESS; ares_queue_wait_empty() local
[all...]
/third_party/node/deps/npm/node_modules/make-fetch-happen/lib/cache/
H A Dentry.js58 // only save the status if it's not a 200 or 304
59 if (response.status !== 200 && response.status !== 304) {
60 metadata.status = response.status
156 // if an integrity is null, it needs to have a status specified
158 return !!(entry.metadata && entry.metadata.status)
221 status: this.entry.metadata.status || 200,
247 async store (status) {
[all...]
/third_party/icu/icu4c/source/test/cintltst/
H A Dcintltst.c143 "#### ERROR! %s: u_init() failed with status = \"%s\".\n" in main()
465 UErrorCode status = U_ZERO_ERROR; in ctest_resetICU() local
475 u_init(&status); in ctest_resetICU()
476 if (U_FAILURE(status)) { in ctest_resetICU()
477 log_err_status(status, "u_init failed with %s\n", u_errorName(status)); in ctest_resetICU()
616 U_CFUNC void ctest_setTimeZone(const char *optionalTimeZone, UErrorCode *status) { in ctest_setTimeZone() argument
627 ucal_getDefaultTimeZone(gOriginalTimeZone, CTEST_MAX_TIMEZONE_SIZE, status); in ctest_setTimeZone()
628 if (U_FAILURE(*status)) { in ctest_setTimeZone()
630 u_errorName(*status)); in ctest_setTimeZone()
649 UErrorCode status = U_ZERO_ERROR; ctest_resetTimeZone() local
[all...]
/third_party/libinput/test/
H A Dtest-trackpoint.c181 enum libinput_config_status status; in START_TEST() local
190 status = libinput_device_config_left_handed_set( in START_TEST()
192 ck_assert_int_eq(status, LIBINPUT_CONFIG_STATUS_SUCCESS); in START_TEST()
226 enum libinput_config_status status; in START_TEST() local
235 status = libinput_device_config_left_handed_set( in START_TEST()
237 ck_assert_int_eq(status, LIBINPUT_CONFIG_STATUS_SUCCESS); in START_TEST()
269 enum libinput_config_status status; in START_TEST() local
278 status = libinput_device_config_left_handed_set( in START_TEST()
280 ck_assert_int_eq(status, LIBINPUT_CONFIG_STATUS_SUCCESS); in START_TEST()
281 status in START_TEST()
315 enum libinput_config_status status, enable_dwtp() local
325 enum libinput_config_status status, disable_dwtp() local
[all...]
/third_party/lzma/C/
H A DLzma2Dec.c177 const Byte *src, SizeT *srcLen, ELzmaFinishMode finishMode, ELzmaStatus *status) in Lzma2Dec_DecodeToDic()
181 *status = LZMA_STATUS_NOT_SPECIFIED; in Lzma2Dec_DecodeToDic()
189 *status = LZMA_STATUS_FINISHED_WITH_MARK; in Lzma2Dec_DecodeToDic()
197 *status = LZMA_STATUS_NOT_FINISHED; in Lzma2Dec_DecodeToDic()
205 *status = LZMA_STATUS_NEEDS_MORE_INPUT; in Lzma2Dec_DecodeToDic()
230 *status = LZMA_STATUS_NEEDS_MORE_INPUT; in Lzma2Dec_DecodeToDic()
267 res = LzmaDec_DecodeToDic(&p->decoder, dicPos + outCur, src, &inCur, curFinishMode, status); in Lzma2Dec_DecodeToDic()
278 if (*status == LZMA_STATUS_NEEDS_MORE_INPUT) in Lzma2Dec_DecodeToDic()
287 if (*status != LZMA_STATUS_MAYBE_FINISHED_WITHOUT_MARK in Lzma2Dec_DecodeToDic()
294 *status in Lzma2Dec_DecodeToDic()
176 Lzma2Dec_DecodeToDic(CLzma2Dec *p, SizeT dicLimit, const Byte *src, SizeT *srcLen, ELzmaFinishMode finishMode, ELzmaStatus *status) Lzma2Dec_DecodeToDic() argument
428 Lzma2Dec_DecodeToBuf(CLzma2Dec *p, Byte *dest, SizeT *destLen, const Byte *src, SizeT *srcLen, ELzmaFinishMode finishMode, ELzmaStatus *status) Lzma2Dec_DecodeToBuf() argument
469 Lzma2Decode(Byte *dest, SizeT *destLen, const Byte *src, SizeT *srcLen, Byte prop, ELzmaFinishMode finishMode, ELzmaStatus *status, ISzAllocPtr alloc) Lzma2Decode() argument
[all...]
/third_party/icu/icu4c/source/i18n/unicode/
H A Dgender.h41 void U_CALLCONV GenderInfo_initCache(UErrorCode &status);
57 * @param status Output param set to success/failure code on exit, which
65 static const GenderInfo* U_EXPORT2 getInstance(const Locale& locale, UErrorCode& status);
73 * @param status Output param set to success/failure code on exit, which
78 UGender getListGender(const UGender* genders, int32_t length, UErrorCode& status) const;
109 static const GenderInfo* loadInstance(const Locale& locale, UErrorCode& status);
112 friend void U_CALLCONV GenderInfo_initCache(UErrorCode &status);
/third_party/icu/icu4c/source/common/unicode/
H A Ducnvsel.h74 * @param status an in/out ICU UErrorCode
82 const UConverterUnicodeSet whichSet, UErrorCode* status);
129 * @param status an in/out ICU UErrorCode
135 ucnvsel_openFromSerialized(const void* buffer, int32_t length, UErrorCode* status);
145 * @param status an in/out ICU UErrorCode
153 void* buffer, int32_t bufferCapacity, UErrorCode* status);
162 * @param status an in/out ICU UErrorCode
171 const UChar *s, int32_t length, UErrorCode *status);
180 * @param status an in/out ICU UErrorCode
189 const char *s, int32_t length, UErrorCode *status);
[all...]
/third_party/node/src/
H A Dthreadpoolwork-inl.h37 int status = uv_queue_work( in ScheduleWork() local
48 [](uv_work_t* req, int status) { in ScheduleWork()
56 status); in ScheduleWork()
57 self->AfterThreadPoolWork(status); in ScheduleWork()
59 CHECK_EQ(status, 0); in ScheduleWork()
/third_party/node/deps/icu-small/source/common/
H A Dlocbased.cpp18 Locale LocaleBased::getLocale(ULocDataLocaleType type, UErrorCode& status) const { in getLocale()
19 const char* id = getLocaleID(type, status); in getLocale()
23 const char* LocaleBased::getLocaleID(ULocDataLocaleType type, UErrorCode& status) const { in getLocaleID()
24 if (U_FAILURE(status)) { in getLocaleID()
34 status = U_ILLEGAL_ARGUMENT_ERROR; in getLocaleID()
H A Dcstr.cpp22 UErrorCode status = U_ZERO_ERROR; in CStr() local
26 char *buf = s.getAppendBuffer(length, length, resultCapacity, status); in CStr()
27 if (U_SUCCESS(status)) { in CStr()
29 s.append(buf, length, status); in CStr()
42 s.append(buf, 1, status); in CStr()
/third_party/node/deps/icu-small/source/common/unicode/
H A Ducnvsel.h74 * @param status an in/out ICU UErrorCode
82 const UConverterUnicodeSet whichSet, UErrorCode* status);
129 * @param status an in/out ICU UErrorCode
135 ucnvsel_openFromSerialized(const void* buffer, int32_t length, UErrorCode* status);
145 * @param status an in/out ICU UErrorCode
153 void* buffer, int32_t bufferCapacity, UErrorCode* status);
162 * @param status an in/out ICU UErrorCode
171 const UChar *s, int32_t length, UErrorCode *status);
180 * @param status an in/out ICU UErrorCode
189 const char *s, int32_t length, UErrorCode *status);
[all...]
/third_party/node/deps/icu-small/source/i18n/unicode/
H A Dgender.h41 void U_CALLCONV GenderInfo_initCache(UErrorCode &status);
57 * @param status Output param set to success/failure code on exit, which
65 static const GenderInfo* U_EXPORT2 getInstance(const Locale& locale, UErrorCode& status);
73 * @param status Output param set to success/failure code on exit, which
78 UGender getListGender(const UGender* genders, int32_t length, UErrorCode& status) const;
109 static const GenderInfo* loadInstance(const Locale& locale, UErrorCode& status);
112 friend void U_CALLCONV GenderInfo_initCache(UErrorCode &status);
/third_party/ltp/testcases/kernel/syscalls/setresuid/
H A Dsetresuid04.c41 int status; in run() local
51 SAFE_WAITPID(pid, &status, 0); in run()
52 if (WIFEXITED(status) && WEXITSTATUS(status) != 0) in run()
53 tst_res(TFAIL, "child process exited with status: %d", status); in run()

Completed in 56 milliseconds

1...<<61626364656667686970>>...239