/third_party/libuv/test/ |
H A D | test-pipe-close-stdout-read-stdin.c | 59 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 D | test-udp-multicast-interface.c | 45 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 D | test-http2-respond-file-fd-errors.js | 76 // 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 D | test-http2-respond-file-errors.js | 56 // 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 D | simple-https-server.js | 22 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 D | filterrb.h | 26 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 D | number_microprops.h | 29 * 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 D | number_integerwidth.cpp | 42 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 D | uni2name.cpp | 95 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 D | ethpccal.h | 110 * @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 D | filterrb.h | 26 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 D | hugemmap08.c | 45 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 D | swapping01.c | 128 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 D | max_map_count.c | 121 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 D | fork10.c | 61 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 D | kill11.c | 63 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 D | move_pages04.c | 35 * 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 D | 16-1.c | 61 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 D | 18-1.c | 64 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 D | 22-1.c | 51 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 D | 21-1.c | 70 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 D | 14-1.c | 54 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 D | 13-1.c | 53 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 D | 7-1.c | 98 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 D | 4-1.c | 110 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()
|