/cts/tools/vm-tests-tf/src/util/build/ |
DasmBuildStep.java | 104 File out_file = null; local 107 out_file = new File(class_name + ".dex"); 109 out_file = new File(dest_dir, class_name + ".dex"); 127 outp = new FileOutputStream(out_file); 133 " while writing " + out_file.getPath()); 137 out_file.delete();
|
/external/webrtc/webrtc/modules/audio_coding/neteq/test/ |
RTPjitter.cc | 106 FILE* out_file=fopen(argv[3],"wb"); local 107 CHECK_NOT_NULL(out_file); 140 EXPECT_GT(fputs(firstline, out_file), 0); 144 out_file)); 198 out_file) != 214 fclose(out_file);
|
RTPencode.cc | 468 FILE* out_file = fopen(argv[2], "wb"); local 469 CHECK_NOT_NULL(out_file); 580 // fprintf(out_file, "#!RTPencode%s\n", "1.0"); 581 fprintf(out_file, "#!rtpplay%s \n", 585 if (fwrite(&dummy_variable, 4, 1, out_file) != 1) { 588 if (fwrite(&dummy_variable, 4, 1, out_file) != 1) { 591 if (fwrite(&dummy_variable, 4, 1, out_file) != 1) { 594 if (fwrite(&dummy_variable, 2, 1, out_file) != 1) { 597 if (fwrite(&dummy_variable, 2, 1, out_file) != 1) { 648 if (fwrite(&length, 2, 1, out_file) != 1) [all...] |
/external/chromium-trace/catapult/systrace/systrace/ |
util.py | 19 def print_usage(self, out_file=None): 22 def print_help(self, out_file=None): 25 def print_version(self, out_file=None):
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/ |
test_text_file.py | 56 out_file = open(filename, "w") 58 out_file.write(TEST_DATA) 60 out_file.close()
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/ |
test_text_file.py | 56 out_file = open(filename, "w") 58 out_file.write(TEST_DATA) 60 out_file.close()
|
/art/test/utils/python/testgen/ |
mixins.py | 135 out_file = directory / self.get_file_name() 136 if out_file.exists(): 137 out_file.unlink() 138 with out_file.open('w') as out:
|
/hardware/invensense/6515/libsensors_iio/ |
MPLSupport.h | 33 void dump_dmp_img(const char *out_file);
|
/external/autotest/client/bin/ |
update_intel_pci_ids | 47 out_file = 'intel_pci_ids.json' 82 with open(out_file, 'w') as out_f:
|
/external/webrtc/webrtc/modules/audio_processing/test/ |
audio_file_processor.cc | 46 scoped_ptr<WavWriter> out_file) 49 out_buf_(GetChannelBuffer(*out_file)), 51 output_config_(GetStreamConfig(*out_file)), 53 buffer_writer_(std::move(out_file)) {} 71 scoped_ptr<WavWriter> out_file) 74 out_buf_(GetChannelBuffer(*out_file)), 75 output_config_(GetStreamConfig(*out_file)), 76 buffer_writer_(std::move(out_file)) {
|
audioproc_float.cc | 131 auto out_file = rtc_make_scoped_ptr(new WavWriter( local 133 std::cout << FLAGS_o << ": " << out_file->FormatAsString() << std::endl; 138 std::move(out_file))); 142 std::move(ap), fopen(FLAGS_dump.c_str(), "rb"), std::move(out_file)));
|
audio_file_processor.h | 89 rtc::scoped_ptr<WavWriter> out_file); 112 rtc::scoped_ptr<WavWriter> out_file);
|
/cts/tools/dasm/src/dasm/ |
Main.java | 126 File out_file = null; local 130 out_file = new File(class_name + ".dex"); 133 out_file = new File(dest_dir, class_name + ".dex"); 153 outp = new FileOutputStream(out_file); 159 + e.getMessage() + " while writing " + out_file.getPath()); 165 out_file.delete(); 173 System.out.println("Generated: " + out_file.getPath());
|
/system/sepolicy/tools/fc_sort/ |
fc_sort.c | 327 FILE *in_file, *out_file; local 530 if (!(out_file = fopen(output_name, "w"))) { 535 out_file = stdout; 542 fprintf(out_file, "%s\t\t", current->path); 546 fprintf(out_file, "%s\t", current->file_type); 550 fprintf(out_file, "%s\n", current->context); 563 fclose(out_file);
|
/build/tools/releasetools/ |
build_image.py | 242 def MakeVerityEnabledImage(out_file, fec_supported, prop_dict): 246 out_file: the location to write the verifiable image at 271 if not BuildVerityTree(out_file, verity_image_path, prop_dict): 284 if not BuildVerifiedImage(out_file, 307 def BuildImage(in_dir, prop_dict, out_file, target_out=None): 308 """Build an image to out_file from in_dir with property prop_dict. 313 out_file: path of the output image file. 370 build_command.extend([in_dir, out_file, fs_type, 393 build_command.extend([in_dir, out_file]) 415 build_command.extend([out_file, prop_dict["partition_size"]] [all...] |
/external/clang/www/ |
make_cxx_dr_status | 49 out_file = file(output, 'w') variable 51 print >> out_file, '''\ 156 print >> out_file, '''\ 167 print >> out_file, '''\
|
/system/extras/simpleperf/ |
cmd_record_test.cpp | 40 std::string out_file; local 42 out_file = output_file; 45 out_file = tmpfile->path; 47 v.insert(v.end(), {"-o", out_file, "sleep", SLEEP_SEC});
|
/external/webrtc/webrtc/modules/audio_coding/test/ |
TestVADDTX.cc | 96 PCMFile out_file; local 98 out_file.Open(out_filename, kOutputFreqHz, "ab"); 100 out_file.Open(out_filename, kOutputFreqHz, "wb"); 112 out_file.Write10MsData(audio_frame); 116 out_file.Close();
|
/system/sepolicy/tools/ |
check_seapp.c | 166 static file_info out_file; variable 838 has_out_file = out_file.name != NULL; 841 if (has_out_file && !strcmp(out_file.name, "-")) { 842 out_file.file = stdout; 843 out_file.name = "stdout"; 846 out_file.file = fopen(out_file.name, "w+"); 849 if (has_out_file && !out_file.file) { 850 log_error("Could not open file: \"%s\" error: \"%s\"\n", out_file.name, 900 log_info("Output file set to: \"%s\"\n", out_file.name) [all...] |
/external/compiler-rt/lib/sanitizer_common/ |
sanitizer_symbolizer_mac.cc | 100 char **out_module, char **out_file, uptr *line, 137 if (out_file) { 139 rest = ExtractTokenUpToDelimiter(rest, ":", out_file);
|
/external/webrtc/webrtc/modules/audio_processing/transient/ |
transient_suppression_test.cc | 165 FILE* out_file = fopen(out_file_name.c_str(), "wb"); local 166 ASSERT_TRUE(out_file != NULL); 230 out_file, audio_buffer_size, FLAGS_num_channels, audio_buffer_f.get()); 240 fclose(out_file);
|
/external/autotest/scheduler/ |
drone_utility.py | 333 out_file = None 337 out_file = open(log_file, 'a') 339 out_file.write('\n' + separator) 340 out_file.write("%s> %s\n" % (time.strftime("%X %x"), command)) 341 out_file.write(separator) 346 if not out_file: 347 out_file = open('/dev/null', 'w') 357 subprocess.Popen(command, stdout=out_file, stderr=subprocess.STDOUT, 359 out_file.close()
|
/external/clang/ |
update-prebuilts.py | 104 with open(out_file_path, 'w') as out_file: 108 stdout=out_file)
|
/external/libselinux/utils/ |
sefcontext_compile.c | 266 "usage: %s [-o out_file] fc_file\n" 279 const char *out_file = NULL; local 293 out_file = optarg; 343 if (out_file) 344 rc = snprintf(stack_path, sizeof(stack_path), "%s", out_file);
|
/external/selinux/libselinux/utils/ |
sefcontext_compile.c | 284 "usage: %s [-o out_file] [-p policy_file] fc_file\n" 299 const char *out_file = NULL; local 314 out_file = optarg; 390 if (out_file) 391 rc = snprintf(stack_path, sizeof(stack_path), "%s", out_file);
|