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

1 2 3 4 5 6 7 8 91011>>

  /system/core/libsparse/
output_file.h 26 struct output_file;
28 struct output_file *output_file_open_fd(int fd, unsigned int block_size, int64_t len,
30 struct output_file *output_file_open_callback(int (*write)(void *, const void *, int),
33 int write_data_chunk(struct output_file *out, unsigned int len, void *data);
34 int write_fill_chunk(struct output_file *out, unsigned int len,
36 int write_file_chunk(struct output_file *out, unsigned int len,
38 int write_fd_chunk(struct output_file *out, unsigned int len,
40 int write_skip_chunk(struct output_file *out, int64_t len);
41 void output_file_close(struct output_file *out);
sparse_file.h 32 struct output_file *out;
  /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);
  /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...]
  /frameworks/rs/tests/lldb/tests/testcases/
test_language_subcmds.py 117 output_file = self.get_tmp_file_path()
119 output_file,
120 ["Results written to '%s'" % output_file])
122 if os.path.isfile(output_file):
123 os.remove(output_file)
126 output_file,
127 ["Results written to '%s'" % output_file])
130 output_file,
131 ["Allocation written to file '%s'" % output_file])
134 output_file,
    [all...]
test_language_subcmds_no_debug.py 98 output_file = self.get_tmp_file_path()
100 output_file,
101 ["Results written to '%s'" % output_file])
103 if os.path.isfile(output_file):
104 os.remove(output_file)
107 output_file,
108 ["Results written to '%s'" % output_file])
111 output_file,
112 ["Allocation written to file '%s'" % output_file])
115 output_file,
    [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 64 for output_file in ${output_files}; do
65 if [ ! -e "${output_file}" ]; then
66 elog "Missing output file: ${output_file}"
vp9_spatial_svc_encoder.sh 32 output_file="${VPX_TEST_OUTPUT_DIR}/vp9_ssvc_encoder${test_name}.ivf"
45 "$@" "${YUV_RAW_INPUT}" "${output_file}" ${devnull}
47 [ -e "${output_file}" ] || return 1
  /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...]
  /frameworks/compile/libbcc/tests/debuginfo/
test_bcc_debuginfo.pl 36 my $output_file = "$output_dir/$input_filename.gdb.output";
72 system("$debugger $debugger_options > $output_file 2>&1") ;
75 print("$debugger $debugger_options > $output_file 2>&1\n") ;
80 system("$filecheck_tool", "-input-file", "$output_file", "$testcase_file");
83 print("$debugger $debugger_options > $output_file 2>&1\n") ;
85 print "$filecheck_tool -input-file $output_file $testcase_file\n";
  /external/vulkan-validation-layers/libs/vkjson/
vkjson_info.cc 40 std::string output_file; member in struct:Options
67 options->output_file = arg2;
85 if (options->instance && options->output_file.empty()) {
90 if (!options->output_file.empty() && !options->instance &&
124 std::string output_file; local
125 if (options.output_file.empty()) {
128 output_file.assign("/sdcard/Android/" + std::string(out_device->properties.deviceName));
130 output_file.assign(out_device->properties.deviceName);
132 output_file.append(".json");
134 output_file = options.output_file
154 std::cout << "Wrote file " << output_file; local
    [all...]
  /frameworks/native/vulkan/vkjson/
vkjson_info.cc 40 std::string output_file; member in struct:Options
67 options->output_file = arg2;
85 if (options->instance && options->output_file.empty()) {
90 if (!options->output_file.empty() && !options->instance &&
124 std::string output_file; local
125 if (options.output_file.empty()) {
128 output_file.assign("/sdcard/Android/" + std::string(out_device->properties.deviceName));
130 output_file.assign(out_device->properties.deviceName);
132 output_file.append(".json");
134 output_file = options.output_file
154 std::cout << "Wrote file " << output_file; local
    [all...]
  /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...]
  /external/llvm/utils/
test_debuginfo.pl 29 my $output_file = "$output_dir/$input_filename.gdb.output";
69 system("$my_debugger $debugger_options $debugger_script_file $executable_file > $output_file 2>&1");
72 system("FileCheck", "-input-file", "$output_file", "$testcase_file");
75 system("cat", "$output_file");
  /external/toolchain-utils/mem_tests/
clean_data.py 21 output_file = open('clean2.csv', 'a') variable
29 output_file.write(dictionary[key])

Completed in 1144 milliseconds

1 2 3 4 5 6 7 8 91011>>