HomeSort by relevance Sort by last modified time
    Searched refs:output_file (Results 1 - 25 of 256) sorted by null

1 2 3 4 5 6 7 8 91011

  /external/grpc-grpc/tools/buildgen/
generate_build_additions.sh 32 output_file=`mktemp /tmp/genXXXXXX`
33 $gen_build_yaml/gen_build_yaml.py > $output_file
34 gen_build_files="$gen_build_files $output_file"
  /external/sfntly/cpp/src/test/
chrome_subsetter.cc 52 FILE* output_file = NULL; local
54 fopen_s(&output_file, kOutputFileName, "wb");
56 output_file = fopen(kOutputFileName, "wb");
58 EXPECT_TRUE((output_file != NULL));
59 if (output_file) {
60 int byte_count = fwrite(output_buffer, 1, output_length, output_file);
62 fflush(output_file);
63 fclose(output_file);
  /external/libaom/libaom/test/
set_maps.sh 35 local output_file="${AOM_TEST_OUTPUT_DIR}/set_maps_${codec}.ivf"
38 "${YUV_RAW_INPUT_HEIGHT}" "${YUV_RAW_INPUT}" "${output_file}" \
41 [ -e "${output_file}" ] || return 1
aomcx_set_ref.sh 34 local output_file="${AOM_TEST_OUTPUT_DIR}/aom_cx_set_ref_${codec}.ivf"
43 "${YUV_RAW_INPUT_HEIGHT}" "${YUV_RAW_INPUT}" "${output_file}" \
46 [ -e "${output_file}" ] || return 1
simple_encoder.sh 30 local output_file="${AOM_TEST_OUTPUT_DIR}/simple_encoder_${codec}.ivf"
38 "${YUV_RAW_INPUT_HEIGHT}" "${YUV_RAW_INPUT}" "${output_file}" 9999 0 5 \
41 [ -e "${output_file}" ] || return 1
twopass_encoder.sh 31 local output_file="${AOM_TEST_OUTPUT_DIR}/twopass_encoder_${codec}.ivf"
40 "${YUV_RAW_INPUT_HEIGHT}" "${YUV_RAW_INPUT}" "${output_file}" "${limit}" \
43 [ -e "${output_file}" ] || return 1
decode_to_md5.sh 34 local output_file="${AOM_TEST_OUTPUT_DIR}/decode_to_md5_${codec}"
41 eval "${AOM_TEST_PREFIX}" "${decoder}" "${input_file}" "${output_file}" \
44 [ -e "${output_file}" ] || return 1
46 local md5_last_frame="$(tail -n1 "${output_file}" | awk '{print $1}')"
decode_with_drops.sh 33 local output_file="${AOM_TEST_OUTPUT_DIR}/decode_with_drops_${codec}"
41 eval "${AOM_TEST_PREFIX}" "${decoder}" "${input_file}" "${output_file}" \
44 [ -e "${output_file}" ] || return 1
simple_decoder.sh 31 local output_file="${AOM_TEST_OUTPUT_DIR}/simple_decoder_${codec}.raw"
38 eval "${AOM_TEST_PREFIX}" "${decoder}" "${input_file}" "${output_file}" \
41 [ -e "${output_file}" ] || return 1
  /build/make/tools/
generate-notice-files.py 91 output_file = open(output_filename, "wb")
93 print >> output_file, "<html><head>"
94 print >> output_file, HTML_OUTPUT_CSS
95 print >> output_file, '</head><body topmargin="0" leftmargin="0" rightmargin="0" bottommargin="0">'
98 print >> output_file, '<div class="toc">'
99 print >> output_file, "<ul>"
107 print >> output_file, '<li><a href="#id%d">%s</a></li>' % (id_table.get(filename), stripped_filename)
109 print >> output_file, "</ul>"
110 print >> output_file, "</div><!-- table of contents -->"
112 print >>output_file, '<table cellpadding="0" cellspacing="0" border="0">
    [all...]
  /external/v8/src/inspector/build/
generate_protocol_externs.py 107 output_file = open(output_path, "w")
109 output_file.write(
129 output_file.write("\n\n/**\n * @constructor\n*/\n")
130 output_file.write("Protocol.%sAgent = function(){};\n" % domain_name)
134 output_file.write("\n/**\n")
143 output_file.write(" * @param {%s=} opt_%s\n" % (param_type(domain_name, in_param), in_param["name"]))
146 output_file.write(" * @param {%s} %s\n" % (param_type(domain_name, in_param), in_param["name"]))
162 output_file.write(" * @param {function(%s):%s} opt_callback\n" % (", ".join(returns), callback_return_type))
164 output_file.write(" * @return {!Promise.<T>}\n")
165 output_file.write(" * @template T\n"
    [all...]
  /external/libvpx/libvpx/test/
cx_set_ref.sh 31 local output_file="${VPX_TEST_OUTPUT_DIR}/${codec}cx_set_ref_${codec}.ivf"
40 "${YUV_RAW_INPUT_HEIGHT}" "${YUV_RAW_INPUT}" "${output_file}" \
43 [ -e "${output_file}" ] || return 1
postproc.sh 33 local output_file="${VPX_TEST_OUTPUT_DIR}/postproc_${codec}.raw"
40 eval "${VPX_TEST_PREFIX}" "${decoder}" "${input_file}" "${output_file}" \
43 [ -e "${output_file}" ] || return 1
set_maps.sh 35 local output_file="${VPX_TEST_OUTPUT_DIR}/set_maps_${codec}.ivf"
38 "${YUV_RAW_INPUT_HEIGHT}" "${YUV_RAW_INPUT}" "${output_file}" \
41 [ -e "${output_file}" ] || return 1
simple_decoder.sh 33 local output_file="${VPX_TEST_OUTPUT_DIR}/simple_decoder_${codec}.raw"
40 eval "${VPX_TEST_PREFIX}" "${decoder}" "${input_file}" "${output_file}" \
43 [ -e "${output_file}" ] || return 1
simple_encoder.sh 30 local output_file="${VPX_TEST_OUTPUT_DIR}/simple_encoder_${codec}.ivf"
38 "${YUV_RAW_INPUT_HEIGHT}" "${YUV_RAW_INPUT}" "${output_file}" 9999 0 100 \
41 [ -e "${output_file}" ] || return 1
twopass_encoder.sh 31 local output_file="${VPX_TEST_OUTPUT_DIR}/twopass_encoder_${codec}.ivf"
39 "${YUV_RAW_INPUT_HEIGHT}" "${YUV_RAW_INPUT}" "${output_file}" 100 \
42 [ -e "${output_file}" ] || return 1
decode_to_md5.sh 35 local output_file="${VPX_TEST_OUTPUT_DIR}/decode_to_md5_${codec}"
42 eval "${VPX_TEST_PREFIX}" "${decoder}" "${input_file}" "${output_file}" \
45 [ -e "${output_file}" ] || return 1
47 local md5_last_frame="$(tail -n1 "${output_file}" | awk '{print $1}')"
decode_with_drops.sh 34 local output_file="${VPX_TEST_OUTPUT_DIR}/decode_with_drops_${codec}"
42 eval "${VPX_TEST_PREFIX}" "${decoder}" "${input_file}" "${output_file}" \
45 [ -e "${output_file}" ] || return 1
resize_util.sh 30 local output_file="${VPX_TEST_OUTPUT_DIR}/resize_util.raw"
43 "${target_dimensions}" "${output_file}" ${frames_to_resize} \
46 [ -e "${output_file}" ] || return 1
vp8_multi_resolution_encoder.sh 76 for output_file in ${output_files}; do
77 if [ ! -e "${output_file}" ]; then
78 elog "Missing output file: ${output_file}"
  /external/grpc-grpc/src/php/bin/
generate_proto_php.sh 27 output_file=$(mktemp)
29 src/proto/grpc/testing/empty.proto > $output_file
30 mv $output_file ./src/proto/grpc/testing/empty.proto
32 src/proto/grpc/testing/test.proto > $output_file
33 mv $output_file ./src/proto/grpc/testing/test.proto
45 src/proto/grpc/testing/empty.proto > $output_file
46 mv $output_file ./src/proto/grpc/testing/empty.proto
48 src/proto/grpc/testing/test.proto > $output_file
49 mv $output_file ./src/proto/grpc/testing/test.proto
  /external/swiftshader/third_party/LLVM/runtime/libprofile/
GCDAProfiling.c 39 static FILE *output_file = NULL; variable
42 fwrite(&i, 4, 1, output_file);
61 fwrite(s, strlen(s), 1, output_file);
62 fwrite("\0\0\0\0", 4 - (strlen(s) % 4), 1, output_file);
114 output_file = fopen(filename, "wb");
118 fwrite("adcg*204MVLL", 12, 1, output_file);
120 fwrite("adcg*404MVLL", 12, 1, output_file);
160 fwrite("\0\0\0\1", 4, 1, output_file);
171 fwrite("\0\0\xa1\1", 4, 1, output_file);
187 fwrite("\0\0\0\0\0\0\0\0", 8, 1, output_file);
    [all...]
  /external/tensorflow/tensorflow/lite/testing/kernel_test/
diff_analyzer_test.cc 33 string output_file = local
35 ASSERT_EQ(diff_analyzer.WriteReport(output_file), kTfLiteOk);
38 std::ifstream file(output_file);
  /external/webrtc/webrtc/voice_engine/test/auto_test/standard/
file_before_streaming_test.cc 61 FILE* output_file = fopen(output_filename_.c_str(), "rb"); local
62 ASSERT_TRUE(output_file != NULL);
67 EXPECT_EQ(0, fseek(output_file, sizeof(output_value) *
69 while (fread(&output_value, sizeof(output_value), 1, output_file) == 1) {
79 ASSERT_NE(0, feof(output_file));
80 ASSERT_EQ(0, fclose(output_file));
84 FILE* output_file = fopen(output_filename_.c_str(), "rb"); local
85 ASSERT_TRUE(output_file != NULL);
86 ASSERT_EQ(0, fseek(output_file, 0, SEEK_END));
87 EXPECT_EQ(0, ftell(output_file));
    [all...]

Completed in 468 milliseconds

1 2 3 4 5 6 7 8 91011