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

1 2 3

  /external/swiftshader/third_party/LLVM/utils/
test_debuginfo.pl 20 my $input_filename = basename $testcase_file;
23 my $debugger_script_file = "$output_dir/$input_filename.debugger.script";
24 my $output_file = "$output_dir/$input_filename.gdb.output";
  /external/pdfium/testing/tools/
test_runner.py 32 input_filename, source_dir = test_case
33 result = this.GenerateAndTest(input_filename, source_dir);
34 return (result, input_filename, source_dir)
47 def GenerateAndTest(self, input_filename, source_dir):
48 input_root, _ = os.path.splitext(input_filename)
54 actual_images = self.image_differ.GetActualFiles(input_filename, source_dir,
62 raised_exception = self.Generate(source_dir, input_filename, input_root,
66 print "FAILURE: " + input_filename + "; " + str(raised_exception)
76 print "FAILURE: " + input_filename + "; " + str(raised_exception)
80 if self.image_differ.HasDifferences(input_filename, source_dir
    [all...]
pngdiffer.py 20 def GetActualFiles(self, input_filename, source_dir, working_dir):
23 input_filename, source_dir, working_dir)
41 def HasDifferences(self, input_filename, source_dir, working_dir):
43 input_filename, source_dir, working_dir)
58 print "WARNING: no expected results files for " + input_filename
73 print "FAILURE: " + input_filename + "; " + str(error)
78 def _GetTemplatePaths(self, input_filename, source_dir, working_dir):
79 input_root, _ = os.path.splitext(input_filename)
suppressor.py 42 def IsResultSuppressed(self, input_filename):
43 if input_filename in self.suppression_set:
44 print "%s result is suppressed" % input_filename
  /external/llvm/utils/
test_debuginfo.pl 25 my $input_filename = basename $testcase_file;
28 my $debugger_script_file = "$output_dir/$input_filename.debugger.script";
29 my $output_file = "$output_dir/$input_filename.gdb.output";
  /external/webrtc/webrtc/modules/audio_coding/neteq/test/
rtp_to_text.cc 61 std::string input_filename = argv[arg_count++]; local
64 std::cout << "Input file: " << input_filename << std::endl;
67 FILE *inFile=fopen(input_filename.c_str(),"rb");
70 std::cout << "Cannot open input file " << input_filename << std::endl;
94 std::cout << "Error reading file " << input_filename << std::endl;
101 std::cout << "Error reading file " << input_filename << std::endl;
audio_classifier_test.cc 53 std::string input_filename = argv[3]; local
56 std::cout << "Input file: " << input_filename << std::endl;
59 FILE* in_file = fopen(input_filename.c_str(), "rb");
61 std::cout << "Cannot open input file " << input_filename << std::endl;
  /external/lz4/programs/
lz4io.h 56 int LZ4IO_compressFilename (const char* input_filename, const char* output_filename, int compressionlevel);
57 int LZ4IO_decompressFilename(const char* input_filename, const char* output_filename);
lz4cli.c 104 int LZ4IO_compressFilename_Legacy(const char* input_filename, const char* output_filename, int compressionlevel); /* hidden function */
276 const char* input_filename = NULL; local
321 if (!input_filename) input_filename=stdinmark;
486 /* Store first non-option arg in input_filename to preserve original cli logic. */
487 if (!input_filename) { input_filename=argument; continue; }
516 input_filename = inFileNames[0];
545 if (!input_filename) input_filename = stdinmark
    [all...]
  /external/v8/src/inspector/build/
xxd.py 17 variable_name, input_filename, output_filename = sys.argv[1:]
18 with open(input_filename) as input_file:
  /frameworks/compile/libbcc/tests/debuginfo/
test_bcc_debuginfo.pl 32 my $input_filename = basename $testcase_file;
35 my $debugger_script_file = "$output_dir/$input_filename.debugger.script";
36 my $output_file = "$output_dir/$input_filename.gdb.output";
52 $s =~ s/\%s/$input_filename/g;
  /external/llvm/include/llvm-c/
LinkTimeOptimizer.h 57 (llvm_lto_t lto, const char* input_filename);
  /external/swiftshader/third_party/LLVM/include/llvm-c/
LinkTimeOptimizer.h 50 (llvm_lto_t lto, const char* input_filename);
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm-c/
LinkTimeOptimizer.h 57 (llvm_lto_t lto, const char* input_filename);
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm-c/
LinkTimeOptimizer.h 57 (llvm_lto_t lto, const char* input_filename);
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm-c/
LinkTimeOptimizer.h 57 (llvm_lto_t lto, const char* input_filename);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm-c/
LinkTimeOptimizer.h 57 (llvm_lto_t lto, const char* input_filename);
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm-c/
LinkTimeOptimizer.h 57 (llvm_lto_t lto, const char* input_filename);
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm-c/
LinkTimeOptimizer.h 57 (llvm_lto_t lto, const char* input_filename);
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm-c/
LinkTimeOptimizer.h 57 (llvm_lto_t lto, const char* input_filename);
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm-c/
LinkTimeOptimizer.h 57 (llvm_lto_t lto, const char* input_filename);
  /hardware/intel/common/libva/test/decode/
loadjpeg.c 103 fprintf(stderr, "Usage: loadjpeg <input_filename.jpeg> \n");
113 char *input_filename; local
124 input_filename = argv[current_argument];
127 convert_one_image(input_filename);
  /external/webrtc/webrtc/test/testsupport/
frame_reader.h 53 // input_filename The file to read from.
56 FrameReaderImpl(std::string input_filename, size_t frame_length_in_bytes);
frame_reader.cc 20 FrameReaderImpl::FrameReaderImpl(std::string input_filename,
22 : input_filename_(input_filename),
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
input.h 60 #define input_filename LOCATION_FILE (input_location) macro

Completed in 378 milliseconds

1 2 3