Home
last modified time | relevance | path

Searched refs:status (Results 5276 - 5300 of 19764) sorted by relevance

1...<<211212213214215216217218219220>>...791

/third_party/libuv/test/
H A Dtest-pipe-close-stdout-read-stdin.c59 int status; in TEST_IMPL() local
110 waitpid(pid, &status, 0); in TEST_IMPL()
111 ASSERT(WIFEXITED(status) && WEXITSTATUS(status) == 0); in TEST_IMPL()
H A Dtest-udp-multicast-interface.c45 static void sv_send_cb(uv_udp_send_t* req, int status) { in sv_send_cb() argument
47 ASSERT(status == 0 || status == UV_ENETUNREACH || status == UV_EPERM); in sv_send_cb()
/third_party/node/test/parallel/
H A Dtest-http2-respond-file-fd-errors.js76 // Should throw if :status 204, 205 or 304
77 [204, 205, 304].forEach((status) => assert.throws(
80 ':status': status,
85 message: `Responses with ${status} status must not have a payload`
H A Dtest-http2-respond-file-errors.js56 // Should throw if :status 204, 205 or 304
57 [204, 205, 304].forEach((status) => assert.throws(
60 ':status': status,
64 message: `Responses with ${status} status must not have a payload`
69 stream.respond({ ':status': 200 });
/third_party/node/benchmark/fixtures/
H A Dsimple-https-server.js22 let status = 200;
45 status = 404;
53 res.writeHead(status, {
58 res.writeHead(status, {
/third_party/node/deps/icu-small/source/tools/genrb/
H A Dfilterrb.h26 ResKeyPath(const std::string& path, UErrorCode& status);
137 void addRule(const std::string& ruleLine, UErrorCode& status);
138 void addRule(const ResKeyPath& path, bool inclusionRule, UErrorCode& status);
167 UErrorCode& status);
/third_party/node/deps/icu-small/source/i18n/
H A Dnumber_microprops.h29 * If memory allocation fails during copying, no values are copied and status is
46 * status is set to U_MEMORY_ALLOCATION_ERROR.
57 copyFrom(rhs, status); in operator =()
67 UErrorCode status = U_ZERO_ERROR; member in number::impl::IntMeasures
171 UErrorCode &status) const override {
173 (void) status; variable
H A Dnumber_integerwidth.cpp42 void IntegerWidth::apply(impl::DecimalQuantity& quantity, UErrorCode& status) const { in apply()
43 if (U_FAILURE(status)) { in apply()
47 status = U_ILLEGAL_ARGUMENT_ERROR; in apply()
54 status = U_ILLEGAL_ARGUMENT_ERROR; in apply()
H A Duni2name.cpp95 UErrorCode status; in handleTransliterate() local
101 status = U_ZERO_ERROR; in handleTransliterate()
102 if ((len = u_charName(c, U_EXTENDED_CHAR_NAME, buf, maxLen, &status)) >0 && !U_FAILURE(status)) { in handleTransliterate()
H A Dethpccal.h110 * @param success Indicates the status of EthiopicCalendar object construction.
149 virtual int32_t getRelatedYear(UErrorCode &status) const override;
178 virtual void handleComputeFields(int32_t julianDay, UErrorCode &status) override;
259 * @param success Indicates the status of EthiopicCalendar object construction.
321 virtual int32_t getRelatedYear(UErrorCode &status) const override;
350 virtual void handleComputeFields(int32_t julianDay, UErrorCode &status) override;
/third_party/icu/icu4c/source/tools/genrb/
H A Dfilterrb.h26 ResKeyPath(const std::string& path, UErrorCode& status);
137 void addRule(const std::string& ruleLine, UErrorCode& status);
138 void addRule(const ResKeyPath& path, bool inclusionRule, UErrorCode& status);
167 UErrorCode& status);
/third_party/ltp/testcases/kernel/mem/hugetlb/hugemmap/
H A Dhugemmap08.c45 int status; in test_chunk_overcommit() local
84 SAFE_WAITPID(child, &status, 0); in test_chunk_overcommit()
86 if (WIFSIGNALED(status)) { in test_chunk_overcommit()
88 tst_strsig(WTERMSIG(status))); in test_chunk_overcommit()
/third_party/ltp/testcases/kernel/mem/swapping/
H A Dswapping01.c128 int status; in check_swapping() local
132 SAFE_WAITPID(pid, &status, WUNTRACED); in check_swapping()
133 if (!WIFSTOPPED(status)) in check_swapping()
158 SAFE_WAITPID(pid, &status, 0); in check_swapping()
/third_party/ltp/testcases/kernel/mem/tunable/
H A Dmax_map_count.c121 int status; in max_map_count_test() local
165 SAFE_WAITPID(pid, &status, WUNTRACED); in max_map_count_test()
166 if (!WIFSTOPPED(status)) in max_map_count_test()
184 SAFE_WAITPID(pid, &status, 0); in max_map_count_test()
/third_party/ltp/testcases/kernel/syscalls/fork/
H A Dfork10.c61 int status, pid, fildes; in main() local
94 wait(&status); in main()
115 (void)wait(&status); in main()
116 if (status >> 8 != 0) { in main()
/third_party/ltp/testcases/kernel/syscalls/kill/
H A Dkill11.c63 int nsig, status; in verify_kill() local
71 npid = SAFE_WAIT(&status); in verify_kill()
78 nsig = WTERMSIG(status); in verify_kill()
79 core = WCOREDUMP(status); in verify_kill()
/third_party/ltp/testcases/kernel/syscalls/move_pages/
H A Dmove_pages04.c35 * 2. Check if the corresponding status is set to:
40 * d899844e9c98 "mm: fix status code which move_pages() returns for zero page"
107 int status[TEST_PAGES]; in main() local
129 status, MPOL_MF_MOVE); in main()
138 if (status[UNTOUCHED_PAGE] == exp_status) { in main()
139 tst_resm(TPASS, "status[%d] has expected value", in main()
142 tst_resm(TFAIL, "status[%d] is %s, expected %s", in main()
144 tst_strerrno(-status[UNTOUCHED_PAGE]), in main()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/fork/
H A D16-1.c61 int ret, status; in main() local
144 ctl = waitpid(child, &status, 0); in main()
150 if (!WIFEXITED(status) || (WEXITSTATUS(status) != PTS_PASS)) { in main()
H A D18-1.c64 int ret, status; in main() local
128 ctl = waitpid(child, &status, 0); in main()
134 if ((!WIFEXITED(status)) || (WEXITSTATUS(status) != PTS_PASS)) { in main()
H A D22-1.c51 int ret, status; in main() local
169 ctl = waitpid(child, &status, 0); in main()
175 if (!WIFEXITED(status) || (WEXITSTATUS(status) != PTS_PASS)) { in main()
H A D21-1.c70 int ret, status; in main() local
116 ctl = waitpid(child, &status, 0); in main()
121 if (!WIFEXITED(status) || WEXITSTATUS(status) != PTS_PASS) in main()
H A D14-1.c54 int ret, status; in main() local
111 ctl = waitpid(child, &status, 0); in main()
117 if (!WIFEXITED(status) || (WEXITSTATUS(status) != PTS_PASS)) { in main()
H A D13-1.c53 int ret, status; in main() local
139 ctl = waitpid(child, &status, 0); in main()
145 if (!WIFEXITED(status) || (WEXITSTATUS(status) != PTS_PASS)) { in main()
H A D7-1.c98 int ret, status; in main() local
141 ctl = waitpid(child, &status, 0); in main()
146 if ((!WIFEXITED(status)) || (WEXITSTATUS(status) != PTS_PASS)) in main()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_init/
H A D4-1.c110 int status = PTS_UNRESOLVED; in main() local
135 status = WEXITSTATUS(child_status); in main()
137 if (status == PTS_PASS) in main()
141 return status; in main()

Completed in 12 milliseconds

1...<<211212213214215216217218219220>>...791