Home
last modified time | relevance | path

Searched refs:status (Results 2551 - 2575 of 10542) sorted by relevance

1...<<101102103104105106107108109110>>...422

/third_party/node/deps/icu-small/source/common/
H A Dservrbf.cpp46 ICUResourceBundleFactory::getSupportedIDs(UErrorCode& status) const in getSupportedIDs()
48 if (U_SUCCESS(status)) { in getSupportedIDs()
55 ICUResourceBundleFactory::handleCreate(const Locale& loc, int32_t /* kind */, const ICUService* /* service */, UErrorCode& status) const in handleCreate()
57 if (U_SUCCESS(status)) { in handleCreate()
68 return new ResourceBundle(pkg, loc, status); in handleCreate()
H A Dlstmbe.h41 LSTMBreakEngine(const LSTMData* data, const UnicodeSet& set, UErrorCode &status);
58 * @param status Information on any errors encountered.
66 UErrorCode& status) const override;
73 UScriptCode script, const LSTMData* data, UErrorCode& status);
76 UResourceBundle* rb, UErrorCode& status);
79 UScriptCode script, UErrorCode& status);
H A Ducurr.cpp153 icu::Hashtable* hash, UErrorCode &status) { in makeEquivalent()
154 if (U_FAILURE(status)) { in makeEquivalent()
202 status = U_MEMORY_ALLOCATION_ERROR; in makeEquivalent()
205 hash->put(lhs, (void *) newFirstLeft, status); in makeEquivalent()
206 hash->put(rhs, (void *) newFirstRight, status); in makeEquivalent()
394 static UCurrRegistryKey reg(const char16_t* _iso, const char* _id, UErrorCode* status) in reg()
396 if (status && U_SUCCESS(*status) && _iso && _id) { in reg()
409 *status = U_MEMORY_ALLOCATION_ERROR; in reg()
464 ucurr_register(const char16_t* isoCode, const char* locale, UErrorCode *status) in ucurr_register() argument
150 makeEquivalent( const icu::UnicodeString &lhs, const icu::UnicodeString &rhs, icu::Hashtable* hash, UErrorCode &status) makeEquivalent() argument
477 ucurr_unregister(UCurrRegistryKey key, UErrorCode* status) ucurr_unregister() argument
642 UErrorCode status = U_ZERO_ERROR; fallback() local
928 UErrorCode status = U_ZERO_ERROR; getCurrencyNameCount() local
2119 ucurr_createCurrencyList(UHashtable *isoCodes, UErrorCode* status) ucurr_createCurrencyList() argument
2211 initIsoCodes(UErrorCode &status) initIsoCodes() argument
2230 populateCurrSymbolsEquiv(icu::Hashtable *hash, UErrorCode &status) populateCurrSymbolsEquiv() argument
2251 UErrorCode status = U_ZERO_ERROR; initCurrSymbolsEquiv() local
2588 ucurr_getKeywordValuesForLocale(const char *key, const char *locale, UBool commonlyUsed, UErrorCode* status) ucurr_getKeywordValuesForLocale() argument
2733 UErrorCode status = U_ZERO_ERROR; ucurr_getNumericCode() local
[all...]
/third_party/node/deps/icu-small/source/common/unicode/
H A Duclean.h44 * @param status An ICU UErrorCode parameter. It must not be <code>NULL</code>.
53 u_init(UErrorCode *status);
147 * @param status Receives error values.
153 UErrorCode *status);
188 * @param status Error status. Report errors back to ICU by setting this variable
193 typedef void U_CALLCONV UMtxInitFn (const void *context, UMTX *mutex, UErrorCode* status);
221 * @param status Receives error values.
227 UErrorCode *status);
251 * @param status Receive
[all...]
/third_party/node/deps/icu-small/source/i18n/
H A Dquantityformatter.h76 * @param status any error returned here.
77 * @return true on success; false if status was set to a non zero error.
79 UBool addIfAbsent(const char *variant, const UnicodeString &rawPattern, UErrorCode &status);
102 * @param status any error returned here.
111 UErrorCode &status) const;
123 UErrorCode &status);
136 * @param status Set if an error occurs.
144 UErrorCode& status);
155 UErrorCode &status);
/third_party/node/deps/icu-small/source/i18n/unicode/
H A Dnumsys.h91 * @param status ICU status
94 static NumberingSystem* U_EXPORT2 createInstance(const Locale & inLocale, UErrorCode& status);
100 static NumberingSystem* U_EXPORT2 createInstance(UErrorCode& status);
108 * @param status ICU status
111 static NumberingSystem* U_EXPORT2 createInstance(int32_t radix, UBool isAlgorithmic, const UnicodeString& description, UErrorCode& status );
122 static StringEnumeration * U_EXPORT2 getAvailableNames(UErrorCode& status);
134 * @param status ICU status; se
[all...]
H A Ducoleitr.h72 * . c = ucol_openElements(coll, str, u_strlen(str), &status);
87 * ucol_reset has to be called first to reset the status, shifting pointers to
112 * @param status A pointer to a UErrorCode to receive any errors.
120 UErrorCode *status);
144 * Property settings for collation will be reset to the current status.
157 * @param status A pointer to a UErrorCode to receive any errors.
163 ucol_next(UCollationElements *elems, UErrorCode *status);
170 * @param status A pointer to a UErrorCode to receive any errors. Notably
179 ucol_previous(UCollationElements *elems, UErrorCode *status);
208 * @param status
[all...]
/third_party/icu/icu4c/source/test/intltest/
H A Didnaref.h55 * @param status ICU in/out error code parameter.
68 UErrorCode* status);
93 * @param status ICU in/out error code parameter.
106 UErrorCode* status);
136 * @param status ICU in/out error code parameter.
149 UErrorCode* status);
175 * @param status ICU in/out error code parameter.
188 UErrorCode* status);
213 * @param status ICU error code in/out parameter.
221 UErrorCode* status);
[all...]
/third_party/ltp/testcases/kernel/mem/ksm/
H A Dksm05.c51 int status; in test_ksm() local
74 SAFE_WAITPID(pid, &status, WUNTRACED | WCONTINUED); in test_ksm()
75 if (!WIFEXITED(status) || WEXITSTATUS(status) != 0) in test_ksm()
76 tst_brk(TBROK, "invalid signal received: %d", status); in test_ksm()
/third_party/ltp/testcases/kernel/syscalls/fork/
H A Dfork12.c59 int ret, status; in main() local
83 ret = SAFE_WAITPID(cleanup, -1, &status, WNOHANG); in main()
86 if (WTERMSIG(status) == SIGKILL) in main()
90 WEXITSTATUS(status), WTERMSIG(status)); in main()
/third_party/ltp/testcases/kernel/syscalls/ptrace/
H A Dptrace09.c46 int status; in run() local
55 if (SAFE_WAITPID(child_pid, &status, 0) != child_pid) in run()
66 if (SAFE_WAITPID(child_pid, &status, 0) != child_pid) in run()
69 if (WIFEXITED(status)) { in run()
74 if (WIFSTOPPED(status)) { in run()
/third_party/musl/libc-test/src/functional/
H A Dfcntl.c18 int status; in main() local
35 while (waitpid(pid, &status, 0)<0 && errno==EINTR); in main()
36 TEST(status==0, "lock failed to work\n"); in main()
43 while (waitpid(pid, &status, 0)<0 && errno==EINTR); in main()
44 TEST(status==0, "child failed to detect lock held by parent\n"); in main()
/third_party/skia/third_party/externals/spirv-tools/source/opt/
H A Dinline_exhaustive_pass.cpp62 Status status = Status::SuccessWithoutChange; in ProcessImpl() local
64 ProcessFunction pfn = [&status, this](Function* fp) { in ProcessImpl()
65 status = CombineStatus(status, InlineExhaustive(fp)); in ProcessImpl()
69 return status; in ProcessImpl()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Dinline_exhaustive_pass.cpp62 Status status = Status::SuccessWithoutChange; in ProcessImpl() local
64 ProcessFunction pfn = [&status, this](Function* fp) { in ProcessImpl()
65 status = CombineStatus(status, InlineExhaustive(fp)); in ProcessImpl()
69 return status; in ProcessImpl()
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dquantityformatter.h76 * @param status any error returned here.
77 * @return true on success; false if status was set to a non zero error.
79 UBool addIfAbsent(const char *variant, const UnicodeString &rawPattern, UErrorCode &status);
102 * @param status any error returned here.
111 UErrorCode &status) const;
123 UErrorCode &status);
136 * @param status Set if an error occurs.
144 UErrorCode& status);
155 UErrorCode &status);
/third_party/skia/third_party/externals/icu/source/i18n/unicode/
H A Dnumsys.h91 * @param status ICU status
94 static NumberingSystem* U_EXPORT2 createInstance(const Locale & inLocale, UErrorCode& status);
100 static NumberingSystem* U_EXPORT2 createInstance(UErrorCode& status);
108 * @param status ICU status
111 static NumberingSystem* U_EXPORT2 createInstance(int32_t radix, UBool isAlgorithmic, const UnicodeString& description, UErrorCode& status );
122 static StringEnumeration * U_EXPORT2 getAvailableNames(UErrorCode& status);
134 * @param status ICU status; se
[all...]
H A Ducoleitr.h72 * . c = ucol_openElements(coll, str, u_strlen(str), &status);
87 * ucol_reset has to be called first to reset the status, shifting pointers to
112 * @param status A pointer to a UErrorCode to receive any errors.
120 UErrorCode *status);
144 * Property settings for collation will be reset to the current status.
157 * @param status A pointer to a UErrorCode to receive any errors.
163 ucol_next(UCollationElements *elems, UErrorCode *status);
170 * @param status A pointer to a UErrorCode to receive any errors. Noteably
179 ucol_previous(UCollationElements *elems, UErrorCode *status);
208 * @param status
[all...]
/third_party/skia/third_party/externals/icu/source/common/
H A Dservrbf.cpp46 ICUResourceBundleFactory::getSupportedIDs(UErrorCode& status) const in getSupportedIDs()
48 if (U_SUCCESS(status)) { in getSupportedIDs()
55 ICUResourceBundleFactory::handleCreate(const Locale& loc, int32_t /* kind */, const ICUService* /* service */, UErrorCode& status) const in handleCreate()
57 if (U_SUCCESS(status)) { in handleCreate()
68 return new ResourceBundle(pkg, loc, status); in handleCreate()
/third_party/skia/third_party/externals/icu/source/common/unicode/
H A Duclean.h44 * @param status An ICU UErrorCode parameter. It must not be <code>NULL</code>.
53 u_init(UErrorCode *status);
147 * @param status Receives error values.
153 UErrorCode *status);
188 * @param status Error status. Report errors back to ICU by setting this variable
193 typedef void U_CALLCONV UMtxInitFn (const void *context, UMTX *mutex, UErrorCode* status);
221 * @param status Receives error values.
227 UErrorCode *status);
251 * @param status Receive
[all...]
/third_party/spirv-tools/source/opt/
H A Dinline_exhaustive_pass.cpp62 Status status = Status::SuccessWithoutChange; in ProcessImpl() local
64 ProcessFunction pfn = [&status, this](Function* fp) { in ProcessImpl()
65 status = CombineStatus(status, InlineExhaustive(fp)); in ProcessImpl()
69 return status; in ProcessImpl()
/third_party/googletest/googletest/scripts/
H A Dupload.py113 """Print a status message to stdout.
597 ErrorExit("Got error status from %s:\n%s" % (command, data))
644 A tuple (base_content, new_content, is_binary, status)
650 status: The status of the file.
680 def UploadFile(filename, file_id, content, is_binary, status, is_base):
697 ("status", status),
717 base_content, new_content, is_binary, status = files[filename]
724 UploadFile(filename, file_id, base_content, is_binary, status, Tru
[all...]
/base/global/i18n/frameworks/intl/entity_recognition/date_time_recognition/src/
H A Ddate_time_filter.cpp36 int32_t status = 0; in GetType() local
37 int key = ConvertString2Int(name, status); in GetType()
117 int32_t status = 0; in FilterByPast() local
120 int key = ConvertString2Int(name, status); in FilterByPast()
242 int status = NestDealDate(content, match, sub, -1); in FilterDate() local
244 if (status == DateCombine::NOT_COMBINE) { in FilterDate()
247 } else if (status == DateCombine::TWO_COMBINE) { in FilterDate()
284 UErrorCode status = U_ZERO_ERROR; in FilterDateTime() local
305 icu::RegexMatcher* matcher = pattern->matcher(joiner, status); in FilterDateTime()
310 bool isJoiner = (joiner.trim().isEmpty()) ? true : matcher->matches(status); in FilterDateTime()
340 UErrorCode status = U_ZERO_ERROR; FilterPeriod() local
432 UErrorCode status = U_ZERO_ERROR; DealBrackets() local
511 UErrorCode status = U_ZERO_ERROR; GetResult() local
[all...]
/foundation/ai/neural_network_runtime/frameworks/native/neural_network_runtime/
H A Dhdi_device_v2_1.cpp170 OH_NN_ReturnCode HDIDeviceV2_1::GetDeviceStatus(DeviceStatus& status) in GetDeviceStatus() argument
175 return CheckReturnCode_V2_1(ret, OH_NN_UNAVAILABLE_DEVICE, "Get HDI device status failed"); in GetDeviceStatus()
177 status = TransHDIDeviceV2_1Status(iDeviceStatus); in GetDeviceStatus()
514 OH_NN_ReturnCode status {OH_NN_SUCCESS}; in AllocateDeviceBufferForOfflineModel()
516 status = ReleaseBuffer(deviceBuffer.data); in AllocateDeviceBufferForOfflineModel()
517 if (status != OH_NN_SUCCESS) { in AllocateDeviceBufferForOfflineModel()
519 return status; in AllocateDeviceBufferForOfflineModel()
597 OH_NN_ReturnCode status {OH_NN_SUCCESS}; in PrepareOfflineModel()
599 status = ReleaseBuffer(deviceBuffer.data); in PrepareOfflineModel()
600 if (status ! in PrepareOfflineModel()
630 OH_NN_ReturnCode status = GetOfflineModelFromLiteGraph(model, offlineModels); PrepareOfflineModel() local
[all...]
H A Dhdi_device_v2_0.cpp175 OH_NN_ReturnCode HDIDeviceV2_0::GetDeviceStatus(DeviceStatus& status) in GetDeviceStatus() argument
180 return CheckReturnCode(ret, OH_NN_UNAVAILABLE_DEVICE, "Get HDI device status failed"); in GetDeviceStatus()
182 status = TransHDIDeviceV2_0Status(iDeviceStatus); in GetDeviceStatus()
519 OH_NN_ReturnCode status {OH_NN_SUCCESS}; in AllocateDeviceBufferForOfflineModel()
521 status = ReleaseBuffer(deviceBuffer.data); in AllocateDeviceBufferForOfflineModel()
522 if (status != OH_NN_SUCCESS) { in AllocateDeviceBufferForOfflineModel()
524 return status; in AllocateDeviceBufferForOfflineModel()
602 OH_NN_ReturnCode status {OH_NN_SUCCESS}; in PrepareOfflineModel()
604 status = ReleaseBuffer(deviceBuffer.data); in PrepareOfflineModel()
605 if (status ! in PrepareOfflineModel()
635 OH_NN_ReturnCode status = GetOfflineModelFromLiteGraph(model, offlineModels); PrepareOfflineModel() local
[all...]
/foundation/multimedia/player_framework/frameworks/js/recorder/
H A Drecorder_capability_napi.cpp36 napi_status status = napi_get_cb_info(env, info, &argCount, args, &jsThis, nullptr); in GetAudioRecorderCaps() local
37 if (status != napi_ok || jsThis == nullptr) { in GetAudioRecorderCaps()
80 napi_status status = napi_get_cb_info(env, info, &argCount, args, &jsThis, nullptr); in IsAudioRecorderConfigSupported() local
81 if (status != napi_ok || jsThis == nullptr) { in IsAudioRecorderConfigSupported()
131 napi_status status = napi_get_cb_info(env, info, &argCount, args, &jsThis, nullptr); in GetVideoRecorderCaps() local
132 if (status != napi_ok || jsThis == nullptr) { in GetVideoRecorderCaps()
174 napi_status status = napi_get_cb_info(env, info, &argCount, args, &jsThis, nullptr); in GetVideoRecorderProfile() local
175 if (status != napi_ok || jsThis == nullptr) { in GetVideoRecorderProfile()
228 napi_status status = napi_get_cb_info(env, info, &argCount, args, &jsThis, nullptr); in HasVideoRecorderProfile() local
229 if (status ! in HasVideoRecorderProfile()
291 napi_status status = napi_create_array_with_length(env, value_.size(), &result); GetJsResult() local
328 napi_status status = napi_create_array_with_length(env, value_.size(), &result); GetJsResult() local
[all...]

Completed in 15 milliseconds

1...<<101102103104105106107108109110>>...422