Home
last modified time | relevance | path

Searched refs:OUT_FILE (Results 1 – 21 of 21) sorted by relevance

/external/openthread/third_party/mbedtls/repo/tests/
Dcontext-info.sh33 OUT_FILE="ssl_context_info.log"
105 FAIL_OUT="Fail.$T_FAILED""_$OUT_FILE"
110 cp -f "$OUT_FILE" "$FAIL_OUT"
146 print_header "$TEST_NAME" "$OUT_FILE" "$RUN_CMD"
147 eval "$RUN_CMD" >> "$OUT_FILE" 2>&1
148 print_footer "$OUT_FILE"
152 if ! ( grep -F 'All heap blocks were freed -- no leaks are possible' "$OUT_FILE" &&
153 grep -F 'ERROR SUMMARY: 0 errors from 0 contexts' "$OUT_FILE" ) > /dev/null
168 …if grep -v '^==' "$OUT_FILE" | grep -v 'Serious error when reading debug info' | grep -v "^*" | gr…
175 …if grep -v '^==' "$OUT_FILE" | grep -v 'Serious error when reading debug info' | grep -v "^*" | gr…
[all …]
/external/mbedtls/tests/
Dcontext-info.sh33 OUT_FILE="ssl_context_info.log"
105 FAIL_OUT="Fail.$T_FAILED""_$OUT_FILE"
110 cp -f "$OUT_FILE" "$FAIL_OUT"
146 print_header "$TEST_NAME" "$OUT_FILE" "$RUN_CMD"
147 eval "$RUN_CMD" >> "$OUT_FILE" 2>&1
148 print_footer "$OUT_FILE"
152 if ! ( grep -F 'All heap blocks were freed -- no leaks are possible' "$OUT_FILE" &&
153 grep -F 'ERROR SUMMARY: 0 errors from 0 contexts' "$OUT_FILE" ) > /dev/null
168 …if grep -v '^==' "$OUT_FILE" | grep -v 'Serious error when reading debug info' | grep -v "^*" | gr…
175 …if grep -v '^==' "$OUT_FILE" | grep -v 'Serious error when reading debug info' | grep -v "^*" | gr…
[all …]
/external/zstd/build/single_file_libs/
Dbuild_decoder_test.sh4 OUT_FILE="tempbin"
69 cc -Wall -Wextra -Wshadow -Werror -Os -g0 -o $OUT_FILE examples/simple.c
78 ./$OUT_FILE
80 rm -f $OUT_FILE
Dbuild_library_test.sh7 OUT_FILE="tempbin"
75 cc -Wall -Wextra -Werror -Wshadow -pthread -I. -Os -g0 -o $OUT_FILE zstd.c examples/roundtrip.c
84 ./$OUT_FILE
86 rm -f $OUT_FILE
/external/OpenCSD/decoder/source/
Docsd_msg_logger.cpp40 #define MSGLOG_OUT_MASK (ocsdMsgLogger::OUT_FILE | ocsdMsgLogger::OUT_STDERR | ocsdMsgLogger::OUT_S…
70 m_outFlags |= (int)ocsdMsgLogger::OUT_FILE; in setLogFileName()
72 m_outFlags &= ~((int)ocsdMsgLogger::OUT_FILE); in setLogFileName()
98 if(m_outFlags & OUT_FILE) in LogMsg()
/external/ltp/testcases/kernel/syscalls/sendfile/
Dsendfile06.c23 #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()
Dsendfile02.c25 #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()
Dsendfile09.c31 #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()
Dsendfile08.c23 #define OUT_FILE "out_file" macro
59 out_fd = SAFE_OPEN(OUT_FILE, O_TRUNC | O_CREAT | O_RDWR, 0777); in setup()
/external/OpenCSD/decoder/include/common/
Docsd_msg_logger.h60 OUT_FILE = 1, /*!< Output to file */ enumerator
/external/emma/core/java12/com/vladium/emma/report/
DIReportProperties.java27 String OUT_FILE = "out.file"; field
DReportProperties.java255 …final String outFileName = getReportProperty (properties, type, IReportProperties.OUT_FILE, false); in parseProperties()
/external/emma/ant/ant14/com/vladium/emma/report/
DReportCfg.java90 m_settings.setProperty (m_prefix.concat (OUT_FILE), fileName); in setOutfile()
391 m_settings.setProperty (PREFIX.concat (OUT_FILE), fileName); in setOutfile()
/external/deqp-deps/SPIRV-Tools/cmake/
Dwrite_pkg_config.cmake31 configure_file(${TEMPLATE_FILE} ${OUT_FILE} @ONLY)
/external/angle/third_party/vulkan-deps/spirv-tools/src/cmake/
Dwrite_pkg_config.cmake31 configure_file(${TEMPLATE_FILE} ${OUT_FILE} @ONLY)
/external/swiftshader/third_party/SPIRV-Tools/cmake/
Dwrite_pkg_config.cmake31 configure_file(${TEMPLATE_FILE} ${OUT_FILE} @ONLY)
/external/OpenCSD/decoder/tests/source/
Dtrc_pkt_lister.cpp64 static int logOpts = ocsdMsgLogger::OUT_STDOUT | ocsdMsgLogger::OUT_FILE;
268 newlogOpts |= ocsdMsgLogger::OUT_FILE; in process_cmd_line_logger_opts()
278 newlogOpts |= ocsdMsgLogger::OUT_FILE; in process_cmd_line_logger_opts()
Dframe_demux_test.cpp459 static const int logOpts = ocsdMsgLogger::OUT_STDOUT | ocsdMsgLogger::OUT_FILE; in main()
/external/cronet/third_party/icu/source/python/icutools/databuilder/renderers/
Dmakefile.py58 OUT_FILE = files_to_makefile([rule.output_file], **kwargs),
/external/icu/icu4c/source/python/icutools/databuilder/renderers/
Dmakefile.py58 OUT_FILE = files_to_makefile([rule.output_file], **kwargs),
/external/OpenCSD/decoder/docs/prog_guide/
Dprog_guide_main.md161 static int logOpts = ocsdMsgLogger::OUT_STDOUT | ocsdMsgLogger::OUT_FILE;