/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());
|
/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:
|
/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);
|
/external/webrtc/webrtc/modules/audio_processing/intelligibility/test/ |
intelligibility_proc.cc | 66 DEFINE_string(out_file, 135 WavWriter out_file(temp_out_filename, FLAGS_sample_rate, kNumChannels); 136 out_file.WriteSamples(&in_fpcm[0], samples); 141 WavWriter out_file(FLAGS_out_file, FLAGS_sample_rate, kNumChannels); 142 out_file.WriteSamples(&in_fpcm[0], samples);
|
/packages/providers/CalendarProvider/src/com/android/providers/calendar/ |
CalendarDebugActivity.java | 52 private static final String OUT_FILE = "calendar.db.zip"; 74 new File(Environment.getExternalStorageDirectory(), OUT_FILE).exists(); 97 Log.i(TAG, "Deleting " + OUT_FILE); 98 File outFile = new File(Environment.getExternalStorageDirectory(), OUT_FILE); 118 File outFile = new File(path, 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/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):
|
/external/libvpx/ |
lint_config.sh | 32 out_file=$OPTARG 105 if [ -n "$out_file" ]; then 106 echo "$combined_config" | sort | uniq > $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/ |
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);
|
/hardware/invensense/6515/libsensors_iio/ |
MPLSupport.h | 33 void dump_dmp_img(const char *out_file);
|
/hardware/invensense/65xx/libsensors_iio/ |
MPLSupport.h | 34 void dump_dmp_img(const char *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/selinux/policycoreutils/hll/pp/ |
pp.c | 50 fprintf(stderr, "Usage: %s [OPTIONS] [IN_FILE [OUT_FILE]]\n", progname); 54 fprintf(stderr, "standard input. If OUT_FILE is not provided or is -, output CIL to\n");
|
/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, '''\
|
/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);
|
/cts/hostsidetests/theme/ |
run_theme_capture_device.py | 37 OUT_FILE = "/sdcard/cts-theme-assets.zip" 142 device.runAdbCommand("pull " + OUT_FILE + " " + resDir + ".zip") 143 device.runAdbCommand("shell rm -rf " + OUT_FILE)
|
/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/owasp/sanitizer/tools/ |
cut_release.py | 140 out_file = open(path, "w") 142 out_file.write("\n".join(lines)) 144 out_file.close()
|
/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);
|