Searched refs:OUT_FILE (Results 1 - 9 of 9) sorted by relevance
/third_party/mbedtls/tests/ |
H A D | context-info.sh | 21 OUT_FILE="ssl_context_info.log" 93 FAIL_OUT="Fail.$T_FAILED""_$OUT_FILE" 98 cp -f "$OUT_FILE" "$FAIL_OUT" 134 print_header "$TEST_NAME" "$OUT_FILE" "$RUN_CMD" 135 eval "$RUN_CMD" >> "$OUT_FILE" 2>&1 136 print_footer "$OUT_FILE" 140 if ! ( grep -F 'All heap blocks were freed -- no leaks are possible' "$OUT_FILE" && 141 grep -F 'ERROR SUMMARY: 0 errors from 0 contexts' "$OUT_FILE" ) > /dev/null 156 if grep -v '^==' "$OUT_FILE" | grep -v 'Serious error when reading debug info' | grep -v "^*" | grep "$2" >/dev/null; then :; else 163 if grep -v '^==' "$OUT_FILE" | gre [all...] |
/third_party/ltp/testcases/kernel/syscalls/sendfile/ |
H A D | sendfile06.c | 23 #define OUT_FILE "out_file" macro 38 fd = SAFE_CREAT(OUT_FILE, 00700); in setup() 46 int out_fd = SAFE_OPEN(OUT_FILE, O_WRONLY); in run()
|
H A D | sendfile09.c | 31 #define OUT_FILE "out_file" macro 58 fd = SAFE_CREAT(OUT_FILE, 00700); in setup() 65 int out_fd = SAFE_OPEN(OUT_FILE, O_WRONLY); in run()
|
H A D | sendfile02.c | 25 #define OUT_FILE "out_file" macro 50 fd = SAFE_CREAT(OUT_FILE, 00700); in setup() 57 int out_fd = SAFE_OPEN(OUT_FILE, O_WRONLY); in run()
|
H A D | sendfile08.c | 23 #define OUT_FILE "out_file" macro 59 out_fd = SAFE_OPEN(OUT_FILE, O_TRUNC | O_CREAT | O_RDWR, 0777); in setup()
|
/third_party/cJSON/tests/unity/test/tests/ |
H A D | test_generate_test_runner.rb | 12 OUT_FILE = 'build/testsample_' 1224 runner_name = OUT_FILE + testset[:name] + '_runner.c'
|
/third_party/unity/test/tests/ |
H A D | test_generate_test_runner.rb | 12 OUT_FILE = 'build/testsample_' 1270 runner_name = OUT_FILE + testset[:name] + '_runner.c'
|
/third_party/icu/icu4c/source/python/icutools/databuilder/renderers/ |
H A D | makefile.py | 57 header_line = "{OUT_FILE}: {DEP_FILES} {DEP_LITERALS} | $(DIRS)".format( 58 OUT_FILE = files_to_makefile([rule.output_file], **kwargs),
|
/third_party/skia/third_party/externals/icu/source/python/icutools/databuilder/renderers/ |
H A D | makefile.py | 57 header_line = "{OUT_FILE}: {DEP_FILES} {DEP_LITERALS} | $(DIRS)".format( 58 OUT_FILE = files_to_makefile([rule.output_file], **kwargs),
|
Completed in 4 milliseconds