Home
last modified time | relevance | path

Searched refs:status (Results 2651 - 2675 of 6163) sorted by relevance

1...<<101102103104105106107108109110>>...247

/third_party/icu/icu4c/source/i18n/
H A Dcsmatch.cpp61 int32_t CharsetMatch::getUChars(UChar *buf, int32_t cap, UErrorCode *status) const in getUChars()
63 UConverter *conv = ucnv_open(getName(), status); in getUChars()
64 int32_t result = ucnv_toUChars(conv, buf, cap, (const char *) textIn->fRawInput, textIn->fRawLength, status); in getUChars()
/third_party/libuv/test/
H A Dtest-not-writable-after-shutdown.c31 static void shutdown_cb(uv_shutdown_t* req, int status) { in shutdown_cb() argument
35 static void connect_cb(uv_connect_t* req, int status) { in connect_cb() argument
37 ASSERT_OK(status); in connect_cb()
H A Dtest-udp-sendmmsg-error.c44 static void send_cb(uv_udp_send_t* req, int status) { in send_cb() argument
45 if (status != 0) in send_cb()
46 ASSERT_EQ(status, UV_ECONNREFUSED); in send_cb()
/third_party/node/test/node-api/test_worker_terminate/
H A Dtest_worker_terminate.c10 napi_status status; in Test() local
20 status = napi_call_function(env, recv, argv[0], 0, NULL, NULL); in Test()
21 assert(status == napi_pending_exception); in Test()
/third_party/node/test/parallel/
H A Dtest-gc-http-client-connaborted.js51 setImmediate(status);
53 function status() { function
64 setImmediate(status);
/third_party/node/test/sequential/
H A Dtest-gc-http-client-timeout.js52 setImmediate(status);
54 function status() { function
64 setImmediate(status);
/third_party/node/deps/icu-small/source/common/unicode/
H A Dusprep.h180 * @param status ICU error code in/out parameter. Must not be NULL.
190 UErrorCode* status);
196 * @param status ICU error code in/out parameter. Must not be NULL.
205 UErrorCode* status);
253 * @param status ICU in/out error code parameter.
269 UErrorCode* status );
/third_party/node/deps/icu-small/source/i18n/unicode/
H A Dcompactdecimalformat.h73 * @param status error code returned here.
77 const Locale& inLocale, UNumberCompactStyle style, UErrorCode& status);
126 * sets status to U_UNSUPPORTED_ERROR
130 * @param status Always set to U_UNSUPPORTED_ERROR.
133 void parse(const UnicodeString& text, Formattable& result, UErrorCode& status) const override;
186 CompactDecimalFormat(const Locale& inLocale, UNumberCompactStyle style, UErrorCode& status);
/third_party/node/deps/icu-small/source/i18n/
H A Dnumparse_currency.h38 parse_flags_t parseFlags, UErrorCode& status);
40 bool match(StringSegment& segment, ParsedNumber& result, UErrorCode& status) const override;
65 bool matchCurrency(StringSegment& segment, ParsedNumber& result, UErrorCode& status) const;
H A Drbt_set.h70 * @param status Output parameter filled in with success or failure status.
72 TransliterationRuleSet(UErrorCode& status);
107 UErrorCode& status);
120 * @param status Output parameter filled in with success or failure status.
122 virtual void freeze(UParseError& parseError, UErrorCode& status);
H A Dcsmatch.cpp61 int32_t CharsetMatch::getUChars(char16_t *buf, int32_t cap, UErrorCode *status) const in getUChars()
63 UConverter *conv = ucnv_open(getName(), status); in getUChars()
64 int32_t result = ucnv_toUChars(conv, buf, cap, (const char *) textIn->fRawInput, textIn->fRawLength, status); in getUChars()
H A Dtmunit.cpp60 UErrorCode& status) { in createInstance()
61 if (U_FAILURE(status)) { in createInstance()
65 status = U_ILLEGAL_ARGUMENT_ERROR; in createInstance()
59 createInstance(TimeUnit::UTimeUnitFields timeUnitField, UErrorCode& status) createInstance() argument
/third_party/ltp/testcases/kernel/syscalls/setpgrp/
H A Dsetpgrp02.c62 int e_code, status, retval = 0; in main() local
100 wait(&status); in main()
101 /* make sure the child returned a good exit status */ in main()
102 e_code = status >> 8; in main()
H A Dsetpgrp01.c85 int pid, status; in setup() local
101 wait(&status); in setup()
102 exit(WEXITSTATUS(status)); in setup()
/third_party/ltp/testcases/kernel/syscalls/fork/
H A Dfork06.c55 int i, pid, status, childpid, succeed, fail; in main() local
78 childpid = wait(&status); in main()
88 if ((wait(&status)) == -1) in main()
H A Dfork02.c57 int pid1, pid2, status; in main() local
77 pid2 = wait(&status); in main()
78 tst_resm(TINFO, "exit status of wait %d", status); in main()
/third_party/ltp/testcases/kernel/syscalls/move_pages/
H A Dmove_pages01.c81 int status[TEST_PAGES]; in main() local
91 ret = numa_move_pages(0, TEST_PAGES, pages, NULL, status, 0); in main()
100 verify_pages_linear(pages, status, TEST_PAGES); in main()
/third_party/skia/third_party/externals/spirv-tools/tools/lint/
H A Dlint.cpp37 // The return value indicates whether optimization should continue and a status
61 LintStatus status = ParseFlags(argc, argv, &in_file); in main() local
63 if (status.action == LINT_STOP) { in main()
64 return status.code; in main()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/tools/lint/
H A Dlint.cpp37 // The return value indicates whether optimization should continue and a status
61 LintStatus status = ParseFlags(argc, argv, &in_file); in main() local
63 if (status.action == LINT_STOP) { in main()
64 return status.code; in main()
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dcsmatch.cpp61 int32_t CharsetMatch::getUChars(UChar *buf, int32_t cap, UErrorCode *status) const in getUChars()
63 UConverter *conv = ucnv_open(getName(), status); in getUChars()
64 int32_t result = ucnv_toUChars(conv, buf, cap, (const char *) textIn->fRawInput, textIn->fRawLength, status); in getUChars()
H A Dnumparse_currency.h38 parse_flags_t parseFlags, UErrorCode& status);
40 bool match(StringSegment& segment, ParsedNumber& result, UErrorCode& status) const override;
65 bool matchCurrency(StringSegment& segment, ParsedNumber& result, UErrorCode& status) const;
H A Drbt_set.h70 * @param status Output parameter filled in with success or failure status.
72 TransliterationRuleSet(UErrorCode& status);
107 UErrorCode& status);
120 * @param status Output parameter filled in with success or failure status.
122 virtual void freeze(UParseError& parseError, UErrorCode& status);
H A Dtmunit.cpp60 UErrorCode& status) { in createInstance()
61 if (U_FAILURE(status)) { in createInstance()
65 status = U_ILLEGAL_ARGUMENT_ERROR; in createInstance()
59 createInstance(TimeUnit::UTimeUnitFields timeUnitField, UErrorCode& status) createInstance() argument
/third_party/skia/third_party/externals/icu/source/i18n/unicode/
H A Dcompactdecimalformat.h73 * @param status error code returned here.
77 const Locale& inLocale, UNumberCompactStyle style, UErrorCode& status);
126 * sets status to U_UNSUPPORTED_ERROR
130 * @param status Always set to U_UNSUPPORTED_ERROR.
133 void parse(const UnicodeString& text, Formattable& result, UErrorCode& status) const U_OVERRIDE;
186 CompactDecimalFormat(const Locale& inLocale, UNumberCompactStyle style, UErrorCode& status);
/third_party/skia/third_party/externals/icu/source/samples/layout/
H A DFontMap.h26 FontMap(const char *fileName, le_int16 pointSize, GUISupport *guiSupport, LEErrorCode &status);
30 virtual const LEFontInstance *getScriptFont(le_int32 scriptCode, LEErrorCode &status);
41 virtual const LEFontInstance *openFont(const char *fontName, le_int16 pointSize, LEErrorCode &status) = 0;

Completed in 9 milliseconds

1...<<101102103104105106107108109110>>...247