/third_party/node/deps/icu-small/source/common/ |
H A D | servlk.cpp | 33 UErrorCode& status) in createWithCanonicalFallback() 35 return LocaleKey::createWithCanonicalFallback(primaryID, canonicalFallbackID, KIND_ANY, status); in createWithCanonicalFallback() 42 UErrorCode& status) in createWithCanonicalFallback() 44 if (primaryID == nullptr || U_FAILURE(status)) { in createWithCanonicalFallback() 31 createWithCanonicalFallback(const UnicodeString* primaryID, const UnicodeString* canonicalFallbackID, UErrorCode& status) createWithCanonicalFallback() argument 39 createWithCanonicalFallback(const UnicodeString* primaryID, const UnicodeString* canonicalFallbackID, int32_t kind, UErrorCode& status) createWithCanonicalFallback() argument
|
H A D | rbbidata.h | 89 uint32_t fStatusTable; /* Offset to the table of rule status values */ 115 // tags (rule status values) 163 RBBIDataWrapper(const RBBIDataHeader *data, UErrorCode &status); 164 RBBIDataWrapper(const RBBIDataHeader *data, enum EDontAdopt dontAdopt, UErrorCode &status); 165 RBBIDataWrapper(UDataMemory* udm, UErrorCode &status); 171 void init(const RBBIDataHeader *data, UErrorCode &status); 189 /* number of int32_t values in the rule status table. Used to sanity check indexing */
|
H A D | rbbirb.h | 82 RBBISymbolTable(RBBIRuleScanner *, const UnicodeString &fRules, UErrorCode &status); 117 UErrorCode &status); 126 UErrorCode &status 134 RBBIDataHeader *build(UErrorCode &status); 145 UErrorCode *fStatus; // Error reporting. Keeping status
|
/third_party/node/deps/icu-small/source/i18n/unicode/ |
H A D | listformatter.h | 119 UnicodeString toString(UErrorCode& status) const override; 122 UnicodeString toTempString(UErrorCode& status) const override; 125 Appendable &appendTo(Appendable& appendable, UErrorCode& status) const override; 128 UBool nextPosition(ConstrainedFieldPosition& cfpos, UErrorCode& status) const override;
|
H A D | choicfmt.h | 182 * @param status Output param to receive success code. If the 187 UErrorCode& status); 269 * @param status Output param set to success/failure code on 275 UErrorCode& status); 282 * @param status Output param set to success/failure code on 289 UErrorCode& status); 490 * @param status Output param to receive success code. If the 495 UErrorCode& status);
|
/third_party/node/deps/icu-small/source/i18n/ |
H A D | tridpars.h | 140 int32_t dir, UErrorCode& status); 285 UErrorCode &status); 341 static SingleID* specsToSpecialInverse(const Specs& specs, UErrorCode &status); 354 static void U_CALLCONV init(UErrorCode &status);
|
H A D | numparse_scientific.cpp | 55 bool ScientificMatcher::match(StringSegment& segment, ParsedNumber& result, UErrorCode& status) const { in match() 82 fIgnorablesMatcher.match(segment, result, status); in match() 123 fIgnorablesMatcher.match(segment, result, status); in match() 133 bool digitsReturnValue = fExponentMatcher.match(segment, result, exponentSign, status); in match()
|
/third_party/node/deps/npm/node_modules/npm-registry-fetch/lib/ |
H A D | check-response.js | 18 if (res.status >= 400) { 47 const cacheStatus = res.headers.get('x-local-cache-status') 53 `${method.toUpperCase()} ${res.status} ${urlStr} ${elapsedTime}ms${attemptStr}${cacheStr}` 67 if (res.status === 401 && res.headers.get('www-authenticate')) { 85 res.status === 401 &&
|
/third_party/icu/icu4c/source/i18n/unicode/ |
H A D | choicfmt.h | 182 * @param status Output param to receive success code. If the 187 UErrorCode& status); 269 * @param status Output param set to success/failure code on 275 UErrorCode& status); 282 * @param status Output param set to success/failure code on 289 UErrorCode& status); 490 * @param status Output param to receive success code. If the 495 UErrorCode& status);
|
/third_party/ltp/testcases/kernel/mem/page/ |
H A D | page01.c | 75 int error_count, i, j, pid, status; local 176 while ((child = wait(&status)) > 0) { 178 tst_resm(TINFO, "Test {%d} exited status %d\n", child, status); 180 if (status)
|
H A D | page02.c | 74 int error_count, i, j, pid, status; local 201 while ((child = wait(&status)) > 0) { 203 tst_resm(TINFO, "\tTest {%d} exited status %d\n", child, 204 status); 206 if (status)
|
/third_party/ltp/testcases/kernel/syscalls/move_pages/ |
H A D | move_pages05.c | 37 * 5. Check if the corresponding status is set to -EACCES. 130 int status[N_TEST_PAGES]; in main() local 173 status, MPOL_MF_MOVE); in main() 182 if (status[SHARED_PAGE] == -EACCES) in main() 183 tst_resm(TPASS, "status[%d] set to expected -EACCES", in main() 186 tst_resm(TFAIL, "status[%d] is %d", in main() 187 SHARED_PAGE, status[SHARED_PAGE]); in main() 193 /* Read the status, no zombies! */ in main()
|
/third_party/ltp/testcases/kernel/syscalls/waitpid/ |
H A D | waitpid05.c | 79 int exno, nexno, status; in main() local 124 while (((npid = waitpid(pid, &status, 0)) != in main() 138 nsig = status % 256; in main() 186 nexno = status / 256; in main()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/fork/ |
H A D | 19-1.c | 55 int ret, status; in main() local 144 ctl = waitpid(child, &status, 0); in main() 153 if (!WIFEXITED(status) || (WEXITSTATUS(status) != PTS_PASS)) { in main()
|
H A D | 12-1.c | 54 int ret, status; in main() local 216 ctl = waitpid(child, &status, 0); in main() 222 if (!WIFEXITED(status) || (WEXITSTATUS(status) != PTS_PASS)) { in main()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_atfork/ |
H A D | 2-2.c | 140 int ret, status; in threaded() local 186 ctl = waitpid(child, &status, 0); in threaded() 192 if (!WIFEXITED(status) || (WEXITSTATUS(status) != PTS_PASS)) { in threaded()
|
H A D | 4-1.c | 160 int ret, status; in threaded() local 194 ctl = waitpid(child, &status, 0); in threaded() 200 if (!WIFEXITED(status) || (WEXITSTATUS(status) != PTS_PASS)) { in threaded()
|
/third_party/musl/libc-test/src/functionalext/unittest/ |
H A D | unit_test_assert_fail_dialog.c | 113 int status; in main() local 152 waitpid(pid1, &status, 0); in main() 153 waitpid(pid2, &status, 0); in main() 154 waitpid(pid3, &status, 0); in main()
|
/third_party/node/deps/uvwasi/src/ |
H A D | sync_helpers.c | 30 static void do_stream_shutdown(uv_shutdown_t* req, int status) { in do_stream_shutdown() argument 33 shutdown_data->status = status; in do_stream_shutdown() 44 shutdown_data->status = 0; in shutdown_stream_sync()
|
/third_party/skia/third_party/externals/spirv-tools/test/opt/ |
H A D | fold_spec_const_op_composite_test.cpp | 221 auto status = Pass::Status::SuccessWithoutChange; in TEST_P() local 222 std::tie(optimized, status) = in TEST_P() 227 EXPECT_NE(Pass::Status::Failure, status); in TEST_P() 230 status == Pass::Status::SuccessWithoutChange); in TEST_P()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/ |
H A D | fold_spec_const_op_composite_test.cpp | 221 auto status = Pass::Status::SuccessWithoutChange; in TEST_P() local 222 std::tie(optimized, status) = in TEST_P() 227 EXPECT_NE(Pass::Status::Failure, status); in TEST_P() 230 status == Pass::Status::SuccessWithoutChange); in TEST_P()
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | numparse_scientific.cpp | 55 bool ScientificMatcher::match(StringSegment& segment, ParsedNumber& result, UErrorCode& status) const { in match() 82 fIgnorablesMatcher.match(segment, result, status); in match() 123 fIgnorablesMatcher.match(segment, result, status); in match() 133 bool digitsReturnValue = fExponentMatcher.match(segment, result, exponentSign, status); in match()
|
H A D | tridpars.h | 140 int32_t dir, UErrorCode& status); 285 UErrorCode &status); 341 static SingleID* specsToSpecialInverse(const Specs& specs, UErrorCode &status); 354 static void U_CALLCONV init(UErrorCode &status);
|
/third_party/skia/third_party/externals/icu/source/i18n/unicode/ |
H A D | choicfmt.h | 182 * @param status Output param to receive success code. If the 187 UErrorCode& status); 269 * @param status Output param set to success/failure code on 275 UErrorCode& status); 282 * @param status Output param set to success/failure code on 289 UErrorCode& status); 490 * @param status Output param to receive success code. If the 495 UErrorCode& status);
|
H A D | listformatter.h | 119 UnicodeString toString(UErrorCode& status) const U_OVERRIDE; 122 UnicodeString toTempString(UErrorCode& status) const U_OVERRIDE; 125 Appendable &appendTo(Appendable& appendable, UErrorCode& status) const U_OVERRIDE; 128 UBool nextPosition(ConstrainedFieldPosition& cfpos, UErrorCode& status) const U_OVERRIDE;
|