Home
last modified time | relevance | path

Searched refs:status (Results 526 - 550 of 22606) sorted by relevance

1...<<21222324252627282930>>...905

/third_party/node/deps/icu-small/source/i18n/
H A Ducol.cpp44 UErrorCode *status) in ucol_openBinary()
46 if(U_FAILURE(*status)) { return nullptr; } in ucol_openBinary()
50 *status); in ucol_openBinary()
52 *status = U_MEMORY_ALLOCATION_ERROR; in ucol_openBinary()
55 if(U_FAILURE(*status)) { in ucol_openBinary()
65 UErrorCode *status) in ucol_cloneBinary()
67 if(U_FAILURE(*status)) { in ucol_cloneBinary()
72 *status = U_UNSUPPORTED_ERROR; in ucol_cloneBinary()
75 return rbc->cloneBinary(buffer, capacity, *status); in ucol_cloneBinary()
79 ucol_safeClone(const UCollator *coll, void * /*stackBuffer*/, int32_t * pBufferSize, UErrorCode *status) in ucol_safeClone() argument
42 ucol_openBinary(const uint8_t *bin, int32_t length, const UCollator *base, UErrorCode *status) ucol_openBinary() argument
63 ucol_cloneBinary(const UCollator *coll, uint8_t *buffer, int32_t capacity, UErrorCode *status) ucol_cloneBinary() argument
106 ucol_clone(const UCollator *coll, UErrorCode *status) ucol_clone() argument
219 ucol_nextSortKeyPart(const UCollator *coll, UCharIterator *iter, uint32_t state[2], uint8_t *dest, int32_t count, UErrorCode *status) ucol_nextSortKeyPart() argument
247 ucol_getBound(const uint8_t *source, int32_t sourceLength, UColBoundMode boundType, uint32_t noOfLevels, uint8_t *result, int32_t resultLength, UErrorCode *status) ucol_getBound() argument
323 ucol_setVariableTop(UCollator *coll, const char16_t *varTop, int32_t len, UErrorCode *status) ucol_setVariableTop() argument
330 ucol_getVariableTop(const UCollator *coll, UErrorCode *status) ucol_getVariableTop() argument
338 ucol_restoreVariableTop(UCollator *coll, const uint32_t varTop, UErrorCode *status) ucol_restoreVariableTop() argument
346 ucol_setAttribute(UCollator *coll, UColAttribute attr, UColAttributeValue value, UErrorCode *status) ucol_setAttribute() argument
355 ucol_getAttribute(const UCollator *coll, UColAttribute attr, UErrorCode *status) ucol_getAttribute() argument
367 UErrorCode status = U_ZERO_ERROR; ucol_setStrength() local
374 UErrorCode status = U_ZERO_ERROR; ucol_getStrength() local
379 ucol_getReorderCodes(const UCollator *coll, int32_t *dest, int32_t destCapacity, UErrorCode *status) ucol_getReorderCodes() argument
391 ucol_setReorderCodes(UCollator* coll, const int32_t* reorderCodes, int32_t reorderCodesLength, UErrorCode *status) ucol_setReorderCodes() argument
418 ucol_strcollIter( const UCollator *coll, UCharIterator *sIter, UCharIterator *tIter, UErrorCode *status) ucol_strcollIter() argument
460 UErrorCode status = U_ZERO_ERROR; ucol_strcoll() local
468 ucol_strcollUTF8( const UCollator *coll, const char *source, int32_t sourceLength, const char *target, int32_t targetLength, UErrorCode *status) ucol_strcollUTF8() argument
582 ucol_getLocale(const UCollator *coll, ULocDataLocaleType type, UErrorCode *status) ucol_getLocale() argument
587 ucol_getLocaleByType(const UCollator *coll, ULocDataLocaleType type, UErrorCode *status) ucol_getLocaleByType() argument
609 ucol_getTailoredSet(const UCollator *coll, UErrorCode *status) ucol_getTailoredSet() argument
[all...]
/kernel/linux/linux-5.10/drivers/video/fbdev/
H A Dsmscufx.c34 #define check_warn(status, fmt, args...) \
35 ({ if (status < 0) pr_warn(fmt, ##args); })
37 #define check_warn_return(status, fmt, args...) \
38 ({ if (status < 0) { pr_warn(fmt, ##args); return status; } })
40 #define check_warn_goto_error(status, fmt, args...) \
41 ({ if (status < 0) { pr_warn(fmt, ##args); goto error; } })
199 int status = ufx_reg_read(dev, index, &data); in ufx_reg_clear_and_set_bits() local
200 check_warn_return(status, "ufx_reg_clear_and_set_bits error reading " in ufx_reg_clear_and_set_bits()
206 status in ufx_reg_clear_and_set_bits()
225 int status; ufx_lite_reset() local
243 int status = ufx_reg_read(dev, 0x2004, &dc_sts); ufx_blank() local
280 int status = ufx_reg_read(dev, 0x2004, &dc_sts); ufx_unblank() local
317 int status = ufx_reg_read(dev, 0x2004, &dc_sts); ufx_disable() local
354 int status = ufx_reg_read(dev, 0x2004, &dc_sts); ufx_enable() local
387 int status = ufx_reg_write(dev, 0x700C, 0x8000000F); ufx_config_sys_clk() local
408 int status, i = 0; ufx_config_ddr2() local
618 int status; ufx_config_pix_clk() local
665 int status = ufx_reg_write(dev, 0x8028, 0); ufx_set_vid_mode() local
854 int len, status, urb_lines, start_line = 0; ufx_handle_damage() local
1340 int status = ufx_reg_write(dev, 0x106C, 0x00); ufx_i2c_init() local
1382 int status = ufx_reg_write(dev, 0x106C, 0x00); ufx_i2c_configure() local
1403 int i, status; ufx_i2c_wait_busy() local
1434 int i, j, status; ufx_read_edid() local
[all...]
/kernel/linux/linux-5.10/fs/nfs/
H A Dnfs42xdr.c77 1 /* status */ + 1 /* opnum */)
415 *p++ = cpu_to_be32(error->status); in encode_device_error()
457 int status; in decode_setxattr() local
459 status = decode_op_hdr(xdr, OP_SETXATTR); in decode_setxattr()
460 if (status) in decode_setxattr()
462 status = decode_change_info(xdr, cinfo); in decode_setxattr()
464 return status; in decode_setxattr()
479 int status; in decode_getxattr() local
483 status = decode_op_hdr(xdr, OP_GETXATTR); in decode_getxattr()
484 if (status) in decode_getxattr()
517 int status; decode_removexattr() local
552 int status; decode_listxattrs() local
868 int status, count; decode_write_response() local
896 int status; decode_nl4_server() local
957 int status; decode_copy() local
985 int status, count; decode_copy_notify() local
1066 int status, i; decode_read_plus() local
1113 int status; decode_seek() local
1153 int status; nfs4_xdr_dec_allocate() local
1181 int status; nfs4_xdr_dec_copy() local
1216 int status; nfs4_xdr_dec_offload_cancel() local
1242 int status; nfs4_xdr_dec_copy_notify() local
1268 int status; nfs4_xdr_dec_deallocate() local
1296 int status; nfs4_xdr_dec_read_plus() local
1323 int status; nfs4_xdr_dec_seek() local
1348 int status, i; nfs4_xdr_dec_layoutstats() local
1379 int status; nfs4_xdr_dec_clone() local
1414 int status, i; nfs4_xdr_dec_layouterror() local
1452 int status; nfs4_xdr_dec_setxattr() local
1497 int status; nfs4_xdr_dec_getxattr() local
1537 int status; nfs4_xdr_dec_listxattrs() local
1575 int status; nfs4_xdr_dec_removexattr() local
[all...]
/kernel/linux/linux-6.6/drivers/video/fbdev/
H A Dsmscufx.c34 #define check_warn(status, fmt, args...) \
35 ({ if (status < 0) pr_warn(fmt, ##args); })
37 #define check_warn_return(status, fmt, args...) \
38 ({ if (status < 0) { pr_warn(fmt, ##args); return status; } })
40 #define check_warn_goto_error(status, fmt, args...) \
41 ({ if (status < 0) { pr_warn(fmt, ##args); goto error; } })
199 int status = ufx_reg_read(dev, index, &data); in ufx_reg_clear_and_set_bits() local
200 check_warn_return(status, "ufx_reg_clear_and_set_bits error reading " in ufx_reg_clear_and_set_bits()
206 status in ufx_reg_clear_and_set_bits()
225 int status; ufx_lite_reset() local
243 int status = ufx_reg_read(dev, 0x2004, &dc_sts); ufx_blank() local
280 int status = ufx_reg_read(dev, 0x2004, &dc_sts); ufx_unblank() local
317 int status = ufx_reg_read(dev, 0x2004, &dc_sts); ufx_disable() local
354 int status = ufx_reg_read(dev, 0x2004, &dc_sts); ufx_enable() local
387 int status = ufx_reg_write(dev, 0x700C, 0x8000000F); ufx_config_sys_clk() local
408 int status, i = 0; ufx_config_ddr2() local
618 int status; ufx_config_pix_clk() local
665 int status = ufx_reg_write(dev, 0x8028, 0); ufx_set_vid_mode() local
857 int len, status, urb_lines, start_line = 0; ufx_handle_damage() local
1341 int status = ufx_reg_write(dev, 0x106C, 0x00); ufx_i2c_init() local
1383 int status = ufx_reg_write(dev, 0x106C, 0x00); ufx_i2c_configure() local
1404 int i, status; ufx_i2c_wait_busy() local
1435 int i, j, status; ufx_read_edid() local
[all...]
/third_party/backends/frontend/
H A Dtstbackend.c214 SANE_Status status; in test_parameters() local
217 status = sane_get_parameters (device, &p); in test_parameters()
218 check(FATAL, (status == SANE_STATUS_GOOD), in test_parameters()
219 "cannot get the parameters (error %s)", sane_strstatus(status)); in test_parameters()
248 SANE_Status status; in test_options_word_list() local
264 status = sane_control_option (device, option_num, in test_options_word_list()
267 check(FATAL, (status == SANE_STATUS_GOOD), in test_options_word_list()
268 "cannot set a settable option (status=%s)", sane_strstatus(status)); in test_options_word_list()
296 SANE_Status status; in test_options_string_list() local
347 SANE_Status status; test_options() local
864 SANE_Status status; get_optdesc_by_name() local
890 SANE_Status status; set_min_value() local
941 SANE_Status status; set_max_value() local
993 SANE_Status status; set_random_value() local
1054 SANE_Status status; get_option_value() local
1130 SANE_Status status; test_scan() local
1482 SANE_Status status; test_scans() local
1579 SANE_Status status; test_get_devices() local
1686 SANE_Status status; main() local
[all...]
/foundation/multimedia/player_framework/frameworks/js/common/
H A Dcommon_napi.cpp32 napi_status status = napi_get_value_string_utf8(env, value, nullptr, 0, &bufLength); in GetStringArgument() local
33 if (status == napi_ok && bufLength > 0 && bufLength < maxLength) { in GetStringArgument()
36 status = napi_get_value_string_utf8(env, value, buffer, bufLength + 1, &bufLength); in GetStringArgument()
37 if (status == napi_ok) { in GetStringArgument()
80 napi_status status = napi_has_named_property(env, configObj, type.c_str(), &exist); in GetPropertyUint32() local
81 CHECK_AND_RETURN_RET_LOG(status == napi_ok && exist, false, "no %{public}s property", type.c_str()); in GetPropertyUint32()
94 napi_status status = napi_has_named_property(env, configObj, type.c_str(), &exist); in GetPropertyInt64() local
95 if (status != napi_ok || !exist) { in GetPropertyInt64()
116 napi_status status = napi_has_named_property(env, configObj, type.c_str(), &exist); in GetPropertyDouble() local
117 if (status ! in GetPropertyDouble()
138 napi_status status = napi_has_named_property(env, configObj, type.c_str(), &exist); GetPropertyString() local
158 napi_status status = napi_has_named_property(env, configObj, type.c_str(), &exist); GetPropertyRecord() local
226 napi_status status = napi_get_property_names(env, value, &jsProNameList); GetPropertyMap() local
273 napi_status status = napi_create_string_utf8(env, "code", NAPI_AUTO_LENGTH, &codeStr); FillErrorArgs() local
416 napi_status status = napi_create_object(env, &range); AddRangeProperty() local
438 napi_status status = napi_create_array_with_length(env, vec.size(), &array); AddArrayProperty() local
463 napi_status status = napi_create_array_with_length(env, vec.size(), &array); AddArrayInt() local
480 napi_status status = napi_create_string_utf8(env, key.c_str(), NAPI_AUTO_LENGTH, &keyNapi); SetPropertyInt32() local
498 napi_status status = napi_create_string_utf8(env, key.c_str(), NAPI_AUTO_LENGTH, &keyNapi); SetPropertyInt64() local
516 napi_status status = napi_create_string_utf8(env, key.c_str(), NAPI_AUTO_LENGTH, &keyNapi); SetPropertyDouble() local
534 napi_status status = napi_create_string_utf8(env, key.c_str(), NAPI_AUTO_LENGTH, &keyNapi); SetPropertyBool() local
552 napi_status status = napi_create_string_utf8(env, key.c_str(), NAPI_AUTO_LENGTH, &keyNapi); SetPropertyString() local
570 napi_status status = napi_create_object(env, &buffer); CreateFormatBuffer() local
615 napi_status status = napi_create_object(env, &result); CreateFormatBufferByRef() local
649 napi_status status = napi_create_string_utf8(env, key.c_str(), NAPI_AUTO_LENGTH, &keyNapi); AddNumberPropInt32() local
667 napi_status status = napi_create_string_utf8(env, key.c_str(), NAPI_AUTO_LENGTH, &keyNapi); AddNumberPropInt64() local
682 napi_status status; GetJsResult() local
700 napi_status status; GetJsResult() local
719 napi_status status = napi_create_array(env, &result); GetJsResult() local
755 CompleteCallback(napi_env env, napi_status status, void *data) CompleteCallback() argument
843 napi_status status = napi_create_string_utf8(env, key.c_str(), NAPI_AUTO_LENGTH, &keyNapi); AddStringProperty() local
859 napi_status status = napi_has_named_property(env, configObj, type.c_str(), &exist); GetPropertyBool() local
952 napi_status status = napi_create_array_with_length(env, deviceDescriptors.size(), &result); SetDeviceDescriptors() local
[all...]
/kernel/linux/linux-6.6/drivers/staging/qlge/
H A Dqlge_dbg.c14 unsigned int status = 0; in qlge_read_other_func_reg() local
20 status = qlge_read_mpi_reg(qdev, register_to_read, &reg_val); in qlge_read_other_func_reg()
21 if (status != 0) in qlge_read_other_func_reg()
63 int status; in qlge_read_other_func_serdes_reg() local
66 status = qlge_wait_other_func_reg_rdy(qdev, XG_SERDES_ADDR / 4, in qlge_read_other_func_serdes_reg()
68 if (status) in qlge_read_other_func_serdes_reg()
75 status = qlge_wait_other_func_reg_rdy(qdev, XG_SERDES_ADDR / 4, in qlge_read_other_func_serdes_reg()
77 if (status) in qlge_read_other_func_serdes_reg()
83 return status; in qlge_read_other_func_serdes_reg()
89 int status; in qlge_read_serdes_reg() local
114 unsigned int status; qlge_get_both_serdes() local
135 int status; qlge_get_serdes_regs() local
318 int status = 0; qlge_read_other_func_xgmac_reg() local
347 int status = 0; qlge_get_xgmac_regs() local
412 int i, status; qlge_get_cam_entries() local
449 int status; qlge_get_routing_entries() local
475 int status; qlge_get_mpi_shadow_regs() local
495 int i, status = 0; qlge_get_mpi_regs() local
555 int status; qlge_get_routing_index_registers() local
676 int status; qlge_get_sem_registers() local
711 int status; qlge_core_dump() local
1219 int i, status; qlge_gen_reg_dump() local
[all...]
/third_party/icu/icu4c/source/test/cintltst/
H A Dnfsprep.c46 UErrorCode* status){ in nfs4_prepare()
65 if(status==NULL || U_FAILURE(*status)){ in nfs4_prepare()
69 *status = U_ILLEGAL_ARGUMENT_ERROR; in nfs4_prepare()
72 testdatapath = loadTestData(status); in nfs4_prepare()
75 u_strFromUTF8(b1,b1Capacity,&b1Len,src,srcLength,status); in nfs4_prepare()
76 if(*status == U_BUFFER_OVERFLOW_ERROR){ in nfs4_prepare()
78 /* reset the status */ in nfs4_prepare()
79 *status = U_ZERO_ERROR; in nfs4_prepare()
83 *status in nfs4_prepare()
42 nfs4_prepare( const char* src, int32_t srcLength, char* dest, int32_t destCapacity, NFS4ProfileState state, UParseError* parseError, UErrorCode* status) nfs4_prepare() argument
176 getPrefixSuffix(const char *src, int32_t srcLength, const char **prefix, int32_t *prefixLen, const char **suffix, int32_t *suffixLen, UErrorCode *status) getPrefixSuffix() argument
208 nfs4_mixed_prepare( const char* src, int32_t srcLength, char* dest, int32_t destCapacity, UParseError* parseError, UErrorCode* status) nfs4_mixed_prepare() argument
282 nfs4_cis_prepare( const char* src, int32_t srcLength, char* dest, int32_t destCapacity, UParseError* parseError, UErrorCode* status) nfs4_cis_prepare() argument
291 nfs4_cs_prepare( const char* src, int32_t srcLength, char* dest, int32_t destCapacity, UBool isCaseSensitive, UParseError* parseError, UErrorCode* status) nfs4_cs_prepare() argument
[all...]
H A Dulistfmttest.c75 UErrorCode status = U_ZERO_ERROR; in TestUListFmt() local
76 UListFormatter *listfmt = ulistfmt_open(lftep->locale, &status); in TestUListFmt()
77 if ( U_FAILURE(status) ) { in TestUListFmt()
78 log_data_err("ERROR: ulistfmt_open fails for locale %s, status %s\n", lftep->locale, u_errorName(status)); in TestUListFmt()
81 int32_t ulenActual = ulistfmt_format(listfmt, strings, stringLengths, lftep->stringCount, ubufActual, kUBufMax, &status); in TestUListFmt()
82 if ( U_FAILURE(status) ) { in TestUListFmt()
83 log_err("ERROR: ulistfmt_format fails for locale %s count %d (real lengths), status %s\n", lftep->locale, lftep->stringCount, u_errorName(status)); in TestUListFmt()
93 status in TestUListFmt()
260 UErrorCode status = U_ZERO_ERROR; TestUList21871_A() local
308 UErrorCode status = U_ZERO_ERROR; TestUList21871_B() local
[all...]
H A Dcjaptst.c121 UErrorCode status = U_ZERO_ERROR; in TestTertiary() local
122 myCollation = ucol_open("ja_JP", &status); in TestTertiary()
123 if(U_FAILURE(status)){ in TestTertiary()
124 log_err_status(status, "ERROR: in creation of rule based collator: %s\n", myErrorName(status)); in TestTertiary()
129 ucol_setAttribute(myCollation, UCOL_CASE_LEVEL, UCOL_ON, &status); in TestTertiary()
141 UErrorCode status = U_ZERO_ERROR; in TestBase() local
142 myCollation = ucol_open("ja_JP", &status); in TestBase()
143 if (U_FAILURE(status)) in TestBase()
145 log_err_status(status, "ERRO in TestBase()
162 UErrorCode status = U_ZERO_ERROR; TestPlainDakutenHandakuten() local
186 UErrorCode status = U_ZERO_ERROR; TestSmallLarge() local
211 UErrorCode status = U_ZERO_ERROR; TestKatakanaHiragana() local
237 UErrorCode status = U_ZERO_ERROR; TestChooonKigoo() local
[all...]
/kernel/linux/linux-6.6/drivers/firmware/efi/
H A Druntime-wrappers.c10 * because it's dependent on the return status and execution of
219 efi_status_t status = EFI_NOT_FOUND; in efi_call_rts() local
227 status = efi_call_virt(get_time, in efi_call_rts()
232 status = efi_call_virt(set_time, in efi_call_rts()
236 status = efi_call_virt(get_wakeup_time, in efi_call_rts()
242 status = efi_call_virt(set_wakeup_time, in efi_call_rts()
247 status = efi_call_virt(get_variable, in efi_call_rts()
255 status = efi_call_virt(get_next_variable, in efi_call_rts()
261 status = efi_call_virt(set_variable, in efi_call_rts()
269 status in efi_call_rts()
349 efi_status_t status; virt_efi_get_time() local
360 efi_status_t status; virt_efi_set_time() local
373 efi_status_t status; virt_efi_get_wakeup_time() local
384 efi_status_t status; virt_efi_set_wakeup_time() local
399 efi_status_t status; virt_efi_get_variable() local
413 efi_status_t status; virt_efi_get_next_variable() local
428 efi_status_t status; virt_efi_set_variable() local
442 efi_status_t status; virt_efi_set_variable_nb() local
459 efi_status_t status; virt_efi_query_variable_info() local
476 efi_status_t status; virt_efi_query_variable_info_nb() local
493 efi_status_t status; virt_efi_get_next_high_mono_count() local
502 virt_efi_reset_system(int reset_type, efi_status_t status, unsigned long data_size, efi_char16_t *data) virt_efi_reset_system() argument
526 efi_status_t status; virt_efi_update_capsule() local
543 efi_status_t status; virt_efi_query_capsule_caps() local
580 efi_status_t status; global() variable
[all...]
/third_party/icu/icu4c/source/test/intltest/
H A Dunifiedcachetest.cpp36 const void *context, UErrorCode &status) const { in createObject()
39 status = U_MISSING_RESOURCE_ERROR; in createObject()
45 UnifiedCache::getByLocale(fLoc.getLanguage(), item, status); in createObject()
47 cacheContext->get(LocaleCacheKey<UCTItem>(fLoc.getLanguage()), item, status); in createObject() local
49 if (U_FAILURE(status)) { in createObject()
61 const void * /*unused*/, UErrorCode & /*status*/) const { in createObject()
97 UErrorCode status = U_ZERO_ERROR; in TestEvictionUnderStress() local
98 const UnifiedCache *cache = UnifiedCache::getInstance(status); in TestEvictionUnderStress()
101 LocalPointer<DateFormat> ptr(DateFormat::createInstanceForSkeleton("yMd", locales[i], status)); in TestEvictionUnderStress()
112 UErrorCode status in TestEvictionPolicy() local
141 status); TestEvictionPolicy() local
151 status); TestEvictionPolicy() local
173 UErrorCode status = U_ZERO_ERROR; TestBounded() local
298 UErrorCode status = U_ZERO_ERROR; TestBasic() local
353 UErrorCode status = U_ZERO_ERROR; TestError() local
[all...]
H A Dselfmts.cpp100 UErrorCode status = U_ZERO_ERROR; in selectFormatUnitTest() local
102 SelectFormat* selFmt = new SelectFormat( SIMPLE_PATTERN , status); in selectFormatUnitTest()
103 if (U_FAILURE(status)) { in selectFormatUnitTest()
111 status = U_ZERO_ERROR; in selectFormatUnitTest()
114 selFmt->applyPattern(checkSyntaxData[i], status); in selectFormatUnitTest()
115 if (U_SUCCESS(status)){ in selectFormatUnitTest()
121 status = U_ZERO_ERROR; in selectFormatUnitTest()
122 selFmt->applyPattern("odd{foo} odd{bar} other{foobar}", status); in selectFormatUnitTest()
125 selFmt->format(UnicodeString("odd"), format_result, format_ignore, status); in selectFormatUnitTest()
128 selFmt->applyPattern("odd{foo} other{bar} other{foobar}", status); in selectFormatUnitTest()
211 UErrorCode status[3]; selectFormatAPITest() local
[all...]
/third_party/node/deps/icu-small/source/common/
H A Drbbi.cpp65 RuleBasedBreakIterator::RuleBasedBreakIterator(RBBIDataHeader* data, UErrorCode &status) in RuleBasedBreakIterator() argument
66 : RuleBasedBreakIterator(&status) in RuleBasedBreakIterator()
68 fData = new RBBIDataWrapper(data, status); // status checked in constructor in RuleBasedBreakIterator()
69 if (U_FAILURE(status)) {return;} in RuleBasedBreakIterator()
71 status = U_MEMORY_ALLOCATION_ERROR; in RuleBasedBreakIterator()
78 status = U_MEMORY_ALLOCATION_ERROR; in RuleBasedBreakIterator()
92 UErrorCode &status) : RuleBasedBreakIterator(udm, status) in RuleBasedBreakIterator()
103 UErrorCode &status) in RuleBasedBreakIterator()
91 RuleBasedBreakIterator(UDataMemory* udm, UBool isPhraseBreaking, UErrorCode &status) RuleBasedBreakIterator() argument
101 RuleBasedBreakIterator(const uint8_t *compiledRules, uint32_t ruleLength, UErrorCode &status) RuleBasedBreakIterator() argument
141 RuleBasedBreakIterator(UDataMemory* udm, UErrorCode &status) RuleBasedBreakIterator() argument
167 RuleBasedBreakIterator( const UnicodeString &rules, UParseError &parseError, UErrorCode &status) RuleBasedBreakIterator() argument
201 RuleBasedBreakIterator(UErrorCode *status) RuleBasedBreakIterator() argument
291 UErrorCode status = U_ZERO_ERROR; operator =() local
406 setText(UText *ut, UErrorCode &status) setText() argument
464 UErrorCode status = U_ZERO_ERROR; adoptText() local
484 UErrorCode status = U_ZERO_ERROR; setText() local
511 refreshInputText(UText *input, UErrorCode &status) refreshInputText() argument
542 UErrorCode status = U_ZERO_ERROR; first() local
607 UErrorCode status = U_ZERO_ERROR; previous() local
630 UErrorCode status = U_ZERO_ERROR; following() local
652 UErrorCode status = U_ZERO_ERROR; preceding() local
680 UErrorCode status = U_ZERO_ERROR; isBoundary() local
1061 getRuleStatusVec( int32_t *fillInVec, int32_t capacity, UErrorCode &status) getRuleStatusVec() argument
1101 createBufferClone( void * , int32_t &bufferSize, UErrorCode &status) createBufferClone() argument
1157 initLanguageFactories(UErrorCode& status) initLanguageFactories() argument
1176 ensureLanguageFactories(UErrorCode& status) ensureLanguageFactories() argument
1183 UErrorCode status = U_ZERO_ERROR; getLanguageBreakEngineFromFactory() local
1209 UErrorCode status = U_ZERO_ERROR; getLanguageBreakEngine() local
1268 registerExternalBreakEngine( ExternalBreakEngine* toAdopt, UErrorCode& status) registerExternalBreakEngine() argument
[all...]
/foundation/communication/bluetooth_service/services/bluetooth/service/src/ble/
H A Dble_advertiser_impl.h79 * @brief Get advertising status
81 * @return @c advertiser status.
113 * @return @c status.
144 * @param [in] status.
147 static void AdvSetParamResult(uint8_t status, void *context);
152 * @param [in] status.
156 static void AdvReadTxPower(uint8_t status, int8_t txPower, void *context);
161 * @param [in] status.
164 static void AdvSetDataResult(uint8_t status, void *context);
169 * @param [in] status
[all...]
/kernel/linux/linux-5.10/fs/ocfs2/
H A Dexport.c42 int status, set; in ocfs2_get_dentry() local
64 status = ocfs2_nfs_sync_lock(osb, 1); in ocfs2_get_dentry()
65 if (status < 0) { in ocfs2_get_dentry()
66 mlog(ML_ERROR, "getting nfs sync lock(EX) failed %d\n", status); in ocfs2_get_dentry()
70 status = ocfs2_test_inode_bit(osb, blkno, &set); in ocfs2_get_dentry()
71 if (status < 0) { in ocfs2_get_dentry()
72 if (status == -EINVAL) { in ocfs2_get_dentry()
78 status = -ESTALE; in ocfs2_get_dentry()
80 mlog(ML_ERROR, "test inode bit failed %d\n", status); in ocfs2_get_dentry()
84 trace_ocfs2_get_dentry_test_bit(status, se in ocfs2_get_dentry()
133 int status; ocfs2_get_parent() local
[all...]
/kernel/linux/linux-6.6/fs/ocfs2/
H A Dexport.c40 int status, set; in ocfs2_get_dentry() local
62 status = ocfs2_nfs_sync_lock(osb, 1); in ocfs2_get_dentry()
63 if (status < 0) { in ocfs2_get_dentry()
64 mlog(ML_ERROR, "getting nfs sync lock(EX) failed %d\n", status); in ocfs2_get_dentry()
68 status = ocfs2_test_inode_bit(osb, blkno, &set); in ocfs2_get_dentry()
69 if (status < 0) { in ocfs2_get_dentry()
70 if (status == -EINVAL) { in ocfs2_get_dentry()
76 status = -ESTALE; in ocfs2_get_dentry()
78 mlog(ML_ERROR, "test inode bit failed %d\n", status); in ocfs2_get_dentry()
82 trace_ocfs2_get_dentry_test_bit(status, se in ocfs2_get_dentry()
131 int status; ocfs2_get_parent() local
[all...]
/kernel/linux/linux-5.10/drivers/acpi/acpica/
H A Dhwpci.c89 acpi_status status; in acpi_hw_derive_pci_id() local
100 status = in acpi_hw_derive_pci_id()
102 if (ACPI_SUCCESS(status)) { in acpi_hw_derive_pci_id()
106 status = acpi_hw_process_pci_list(pci_id, list_head); in acpi_hw_derive_pci_id()
113 return_ACPI_STATUS(status); in acpi_hw_derive_pci_id()
142 acpi_status status; in acpi_hw_build_pci_list() local
153 status = acpi_get_parent(current_device, &parent_device); in acpi_hw_build_pci_list()
154 if (ACPI_FAILURE(status)) { in acpi_hw_build_pci_list()
159 return (status); in acpi_hw_build_pci_list()
208 acpi_status status in acpi_hw_process_pci_list() local
300 acpi_status status; acpi_hw_get_pci_device_info() local
[all...]
H A Duteval.c43 acpi_status status; in acpi_ut_evaluate_object() local
60 status = acpi_ns_evaluate(info); in acpi_ut_evaluate_object()
61 if (ACPI_FAILURE(status)) { in acpi_ut_evaluate_object()
62 if (status == AE_NOT_FOUND) { in acpi_ut_evaluate_object()
69 prefix_node, path, status); in acpi_ut_evaluate_object()
82 status = AE_NOT_EXIST; in acpi_ut_evaluate_object()
142 status = AE_TYPE; in acpi_ut_evaluate_object()
152 return_ACPI_STATUS(status); in acpi_ut_evaluate_object()
178 acpi_status status; in acpi_ut_evaluate_numeric_object() local
182 status in acpi_ut_evaluate_numeric_object()
219 acpi_status status; acpi_ut_execute_STA() local
277 acpi_status status; acpi_ut_execute_power_methods() local
[all...]
H A Dnsload.c43 acpi_status status; in acpi_ns_load_table() local
50 status = AE_ALREADY_EXISTS; in acpi_ns_load_table()
57 status = acpi_tb_allocate_owner_id(table_index); in acpi_ns_load_table()
58 if (ACPI_FAILURE(status)) { in acpi_ns_load_table()
71 status = acpi_ns_parse_table(table_index, node); in acpi_ns_load_table()
72 if (ACPI_SUCCESS(status)) { in acpi_ns_load_table()
88 return_ACPI_STATUS(status); in acpi_ns_load_table()
92 if (ACPI_FAILURE(status)) { in acpi_ns_load_table()
93 return_ACPI_STATUS(status); in acpi_ns_load_table()
106 status in acpi_ns_load_table()
131 acpi_status status; acpi_ns_load_namespace() local
183 acpi_status status; acpi_ns_delete_subtree() local
267 acpi_status status; acpi_ns_unload_namespace() local
[all...]
/kernel/linux/linux-6.6/drivers/acpi/acpica/
H A Dhwpci.c89 acpi_status status; in acpi_hw_derive_pci_id() local
100 status = in acpi_hw_derive_pci_id()
102 if (ACPI_SUCCESS(status)) { in acpi_hw_derive_pci_id()
106 status = acpi_hw_process_pci_list(pci_id, list_head); in acpi_hw_derive_pci_id()
113 return_ACPI_STATUS(status); in acpi_hw_derive_pci_id()
142 acpi_status status; in acpi_hw_build_pci_list() local
153 status = acpi_get_parent(current_device, &parent_device); in acpi_hw_build_pci_list()
154 if (ACPI_FAILURE(status)) { in acpi_hw_build_pci_list()
159 return (status); in acpi_hw_build_pci_list()
208 acpi_status status in acpi_hw_process_pci_list() local
300 acpi_status status; acpi_hw_get_pci_device_info() local
[all...]
H A Dnsload.c43 acpi_status status; in acpi_ns_load_table() local
50 status = AE_ALREADY_EXISTS; in acpi_ns_load_table()
57 status = acpi_tb_allocate_owner_id(table_index); in acpi_ns_load_table()
58 if (ACPI_FAILURE(status)) { in acpi_ns_load_table()
71 status = acpi_ns_parse_table(table_index, node); in acpi_ns_load_table()
72 if (ACPI_SUCCESS(status)) { in acpi_ns_load_table()
88 return_ACPI_STATUS(status); in acpi_ns_load_table()
92 if (ACPI_FAILURE(status)) { in acpi_ns_load_table()
93 return_ACPI_STATUS(status); in acpi_ns_load_table()
106 status in acpi_ns_load_table()
131 acpi_status status; acpi_ns_load_namespace() local
183 acpi_status status; acpi_ns_delete_subtree() local
267 acpi_status status; acpi_ns_unload_namespace() local
[all...]
/kernel/linux/linux-5.10/drivers/scsi/isci/
H A Dremote_device.c126 enum sci_status status = SCI_SUCCESS; in sci_remote_device_terminate_reqs_checkabort() local
135 status = s; in sci_remote_device_terminate_reqs_checkabort()
137 return status; in sci_remote_device_terminate_reqs_checkabort()
191 enum sci_status status = SCI_SUCCESS; in isci_remote_device_terminate_requests() local
201 status = SCI_FAILURE; in isci_remote_device_terminate_requests()
284 return status; in isci_remote_device_terminate_requests()
445 enum sci_status status; in sci_remote_device_frame_handler() local
471 status = sci_unsolicited_frame_control_get_header(&ihost->uf_control, in sci_remote_device_frame_handler()
474 if (status != SCI_SUCCESS) in sci_remote_device_frame_handler()
475 return status; in sci_remote_device_frame_handler()
570 enum sci_status status; sci_remote_device_event_handler() local
638 sci_remote_device_start_request(struct isci_remote_device *idev, struct isci_request *ireq, enum sci_status status) sci_remote_device_start_request() argument
660 enum sci_status status; sci_remote_device_start_io() local
775 enum sci_status status; common_complete_io() local
796 enum sci_status status; sci_remote_device_complete_io() local
855 idev, ireq, status); sci_remote_device_complete_io() local
878 enum sci_status status; sci_remote_device_start_task() local
1276 enum sci_status status; sci_remote_device_da_construct() local
1313 enum sci_status status; sci_remote_device_ea_construct() local
1344 enum sci_status status; sci_remote_device_resume() local
1349 __func__, status); sci_remote_device_resume() local
1413 enum sci_status status = SCI_SUCCESS; isci_remote_device_resume_from_abort() local
1456 enum sci_status status; sci_remote_device_start() local
1479 enum sci_status status; isci_remote_device_construct() local
1559 enum sci_status status; isci_remote_device_stop() local
1618 enum sci_status status; isci_remote_device_found() local
1664 enum sci_status status; isci_remote_device_suspend_terminate() local
1701 enum sci_status status; isci_remote_device_reset_complete() local
[all...]
/kernel/linux/linux-6.6/drivers/scsi/isci/
H A Dremote_device.c126 enum sci_status status = SCI_SUCCESS; in sci_remote_device_terminate_reqs_checkabort() local
135 status = s; in sci_remote_device_terminate_reqs_checkabort()
137 return status; in sci_remote_device_terminate_reqs_checkabort()
191 enum sci_status status = SCI_SUCCESS; in isci_remote_device_terminate_requests() local
201 status = SCI_FAILURE; in isci_remote_device_terminate_requests()
284 return status; in isci_remote_device_terminate_requests()
446 enum sci_status status; in sci_remote_device_frame_handler() local
472 status = sci_unsolicited_frame_control_get_header(&ihost->uf_control, in sci_remote_device_frame_handler()
475 if (status != SCI_SUCCESS) in sci_remote_device_frame_handler()
476 return status; in sci_remote_device_frame_handler()
571 enum sci_status status; sci_remote_device_event_handler() local
639 sci_remote_device_start_request(struct isci_remote_device *idev, struct isci_request *ireq, enum sci_status status) sci_remote_device_start_request() argument
661 enum sci_status status; sci_remote_device_start_io() local
776 enum sci_status status; common_complete_io() local
797 enum sci_status status; sci_remote_device_complete_io() local
856 idev, ireq, status); sci_remote_device_complete_io() local
879 enum sci_status status; sci_remote_device_start_task() local
1277 enum sci_status status; sci_remote_device_da_construct() local
1314 enum sci_status status; sci_remote_device_ea_construct() local
1345 enum sci_status status; sci_remote_device_resume() local
1350 __func__, status); sci_remote_device_resume() local
1414 enum sci_status status = SCI_SUCCESS; isci_remote_device_resume_from_abort() local
1457 enum sci_status status; sci_remote_device_start() local
1480 enum sci_status status; isci_remote_device_construct() local
1561 enum sci_status status; isci_remote_device_stop() local
1619 enum sci_status status; isci_remote_device_found() local
1665 enum sci_status status; isci_remote_device_suspend_terminate() local
1702 enum sci_status status; isci_remote_device_reset_complete() local
[all...]
/foundation/communication/nfc/services/src/nci_adapter/nci_native_default/src/
H A Dtag_nci_adapter_rw.cpp108 tNFA_STATUS status = NFA_STATUS_OK; in DeactiveForReselect() local
113 status = NFA_StopRfDiscovery(); in DeactiveForReselect()
114 if (status != NFA_STATUS_OK) { in DeactiveForReselect()
115 ErrorLog("TagNciAdapterRw::Reselect: Deactivate to IDLE for cashbee failed, status = %{public}d", in DeactiveForReselect()
116 status); in DeactiveForReselect()
121 status = NFA_STATUS_FAILED; in DeactiveForReselect()
126 status = NFA_Deactivate(true); in DeactiveForReselect()
127 if (status != NFA_STATUS_OK) { in DeactiveForReselect()
128 ErrorLog("TagNciAdapterRw::Reselect: deactivate to SLEEP failed, status = %{public}d", status); in DeactiveForReselect()
159 tNFA_STATUS status = NFA_STATUS_OK; SelectCard() local
280 tNFA_STATUS status = NFA_STATUS_OK; Reselect() local
381 tNFA_STATUS status = NFA_Deactivate(false); Reselect() local
437 tNFA_STATUS status = NFA_STATUS_FAILED; Reselect() local
488 HandleFieldCheckResult(uint8_t status) Reselect() argument
501 HandleTranceiveData(uint8_t status, uint8_t* data, uint32_t dataLen) Reselect() argument
534 tNFA_STATUS status = NFA_STATUS_FAILED; Reselect() local
595 uint8_t status = NFA_RwSetTagReadOnly(true); Reselect() local
607 HandleNdefCheckResult(uint8_t status, uint32_t currentSize, uint32_t flag, uint32_t maxSize) Reselect() argument
668 tNFA_STATUS status = NFA_STATUS_FAILED; Reselect() local
741 tNFA_STATUS status = NFA_STATUS_FAILED; Reselect() local
779 tNFA_STATUS status = NFA_STATUS_FAILED; Reselect() local
824 tNFA_STATUS status = NFA_RwFormatTag(); Reselect() local
847 tNFA_STATUS status = NFA_STATUS_FAILED; Reselect() local
948 tNFA_STATUS status = NFA_STATUS_OK; Reselect() local
[all...]

Completed in 21 milliseconds

1...<<21222324252627282930>>...905