HomeSort by relevance Sort by last modified time
    Searched full:out_file (Results 51 - 75 of 130) sorted by null

1 23 4 5 6

  /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);
  /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);
  /external/zlib/src/contrib/ada/
test.adb 235 Create (File_In, Out_File, In_File_Name);
303 Create (File_Out, Out_File, Z_File_Name);
323 Create (File_Out, Out_File, Out_File_Name);
346 Create (File_Back, Out_File, Z_File_Name);
403 Create (File_Out, Out_File, Z_File_Name);
431 Create (File_Back, Out_File, Out_File_Name);
  /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()
  /ndk/sources/host-tools/make-3.81/
hash.c 279 hash_print_stats (struct hash_table *ht, FILE *out_FILE)
282 fprintf (out_FILE, _("Load=%ld/%ld=%.0f%%, "), ht->ht_fill, ht->ht_size,
284 fprintf (out_FILE, _("Rehash=%d, "), ht->ht_rehashes);
285 fprintf (out_FILE, _("Collisions=%ld/%ld=%.0f%%"), ht->ht_collisions, ht->ht_lookups,
  /external/webrtc/webrtc/modules/audio_coding/neteq/test/
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/clang/
update-prebuilts.py 104 with open(out_file_path, 'w') as out_file:
108 stdout=out_file)
  /external/emma/core/java12/com/vladium/emma/report/
IReportProperties.java 27 String OUT_FILE = "out.file";
  /ndk/build/lib/
build_support.py 197 out_file = os.path.join(out_dir, file_name)
198 with open(out_file, 'w') as prop_file:
  /external/e2fsprogs/debugfs/
debugfs.8.in 212 .BI dump " [-p] filespec out_file"
216 .IR out_file .
220 .I out_file
641 .BI write " source_file out_file"
645 .IR out_file .
  /system/update_engine/payload_generator/
generate_delta_main.cc 143 const string& out_file,
150 LOG_IF(FATAL, out_file.empty())
151 << "Must pass --out_file to sign payload.";
159 metadata_signatures, out_file, &final_metadata_size));
272 DEFINE_string(out_file, "", "Path to output delta payload file");
  /external/valgrind/callgrind/
dump.c 39 static HChar* out_file = 0; variable
1184 i = VG_(sprintf)(filename, "%s", out_file);
1195 VG_(sprintf)(filename, "%s", out_file);
    [all...]
  /external/webrtc/third_party/gtest-parallel/
gtest-parallel 97 def __init__(self, out_file):
98 self.__out_file = out_file
100 self.__width = term_width(out_file) # Line width, or None if not a tty.
  /external/boringssl/src/crypto/bio/
file.c 323 int BIO_get_fp(BIO *bio, FILE **out_file) {
324 return BIO_ctrl(bio, BIO_C_GET_FILE_PTR, 0, (char*) out_file);
  /external/chromium-trace/catapult/third_party/gsutil/gslib/commands/
rsync.py 464 out_file = io.open(out_filename, mode='w', encoding=UTF8)
467 out_file)
479 out_file.close()
611 def _BatchSort(in_iter, out_file):
612 """Sorts input lines from in_iter and outputs to out_file.
624 out_file: Output file.
638 output_chunk = io.open('%s-%06i' % (out_file.name, len(chunk_files)),
644 out_file.writelines(heapq.merge(*chunk_files))
    [all...]
  /external/emma/ant/ant14/com/vladium/emma/report/
ReportCfg.java 90 m_settings.setProperty (m_prefix.concat (OUT_FILE), fileName);
391 m_settings.setProperty (PREFIX.concat (OUT_FILE), fileName);
  /external/pdfium/samples/
image_diff.cc 282 const std::string& out_file) {
305 FILE* f = fopen(out_file.c_str(), "wb");
  /external/selinux/secilc/docs/
cil_container_statements.md 246 msg_filter.move_file.out_file)
248 (allow msg_filter.int_gateway.process msg_filter.move_file.out_file (file (read getattr unlink)))
  /external/chromium-trace/catapult/third_party/vinn/vinn/
vinn_unittest.py 59 temp_file_name = os.path.join(tmp_dir, 'out_file')
71 temp_file_name = os.path.join(tmp_dir, 'out_file')
84 temp_file_name = os.path.join(tmp_dir, 'out_file')
96 temp_file_name = os.path.join(tmp_dir, 'out_file')
  /external/selinux/policycoreutils/sepolgen-ifgen/
sepolgen-ifgen-attr-helper.c 191 printf("usage: %s policy_file out_file\n", progname);
  /ndk/tests/
tests.py 278 with open(test_case, 'r') as test_in, open(out_path, 'w') as out_file:
283 stdout=out_file)
290 with open(out_path) as out_file:
291 out_lines = out_file.readlines()
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_uu.py 133 # in_file and out_file as filenames
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_uu.py 133 # in_file and out_file as filenames
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_uu.py 133 # in_file and out_file as filenames
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_uu.py 133 # in_file and out_file as filenames

Completed in 879 milliseconds

1 23 4 5 6