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

1 2

  /external/chromium_org/build/android/gyp/
generate_v14_compatible_resources.py 102 for input_filename in build_utils.FindInDirectory(input_dir, '*.xml'):
103 dom = minidom.parse(input_filename)
105 raise Exception('error: style file ' + input_filename +
170 def GenerateV14LayoutResource(input_filename, output_v14_filename,
180 dom = minidom.parse(input_filename)
181 is_modified = GenerateV14LayoutResourceDom(dom, input_filename)
189 shutil.copy2(input_filename, output_v17_filename)
192 def GenerateV14StyleResource(input_filename, output_v14_filename):
199 dom = minidom.parse(input_filename)
200 GenerateV14StyleResourceDom(dom, input_filename)
    [all...]
  /external/chromium_org/third_party/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/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/llvm/include/llvm-c/
LinkTimeOptimizer.h 57 (llvm_lto_t lto, const char* input_filename);
  /external/chromium_org/third_party/lcov/bin/
gendesc 60 our $input_filename;
83 $input_filename = $ARGV[0];
101 if (!$input_filename)
139 # Read text file INPUT_FILENAME and convert the contained description to a
156 open(INPUT_HANDLE, "<", $input_filename)
157 or die("ERROR: cannot open $input_filename!\n");
  /external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/
fixjsstyle_test.py 42 input_filename = None
46 input_filename = '%s/%s' % (_RESOURCE_PREFIX, running_input_file)
47 current_filename = input_filename
56 with open(input_filename) as f:
61 'with a new line.' % (input_filename))
67 style_checker.Check(input_filename)
  /external/chromium_org/third_party/WebKit/Source/build/scripts/
make_private_script_source.py 48 for input_filename in input_filenames:
49 class_name, ext = os.path.splitext(os.path.basename(input_filename))
50 with open(input_filename) as input_file:
72 for input_filename in input_filenames:
73 script_class_name, ext = os.path.splitext(os.path.basename(input_filename))
74 class_name = extract_partial_interface_name(input_filename) or script_class_name
  /external/chromium_org/chrome/browser/extensions/activity_log/
generate_ad_network_hashes.py 65 def Generate(input_filename, output_root_filename):
67 |input_filename|
74 with open(input_filename, 'r') as file:
  /external/chromium_org/native_client_sdk/src/tools/
fix_deps.py 96 input_filename = args[0]
99 output_filename = os.path.splitext(input_filename)[0] + '.deps'
100 FixupDepFile(input_filename, output_filename)
101 if options.clean and input_filename != output_filename:
102 os.remove(input_filename)
  /external/chromium_org/third_party/WebKit/Source/bindings/scripts/
idl_compiler.py 140 def generate_bindings(options, input_filename):
146 idl_compiler.compile_file(input_filename)
149 def generate_dictionary_impl(options, input_filename):
156 idl_filenames = read_idl_files_list_from_file(input_filename)
162 options, input_filename = parse_options()
164 # |input_filename| should be a file which contains a list of IDL
166 generate_dictionary_impl(options, input_filename)
168 # |input_filename| should be a path of an IDL file.
169 generate_bindings(options, input_filename)
  /external/chromium_org/third_party/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),
  /external/chromium_org/tools/gn/
command_format_unittest.cc 11 bool FormatFileToString(const std::string& input_filename,
  /external/chromium_org/third_party/WebKit/Source/devtools/scripts/
concatenate_module_descriptors.py 46 input_filename = argv[1]
50 output_contents = re.sub('var allDescriptors = \[\];', 'var allDescriptors = %s;' % build_modules(module_jsons).replace("\\", "\\\\"), read_file(input_filename), 1)
  /external/chromium_org/tools/git/
mffr.py 112 dest='input_filename',
122 from_file = opts.input_filename != ""
148 if opts.input_filename == '':
153 f = open(opts.input_filename)
  /external/chromium_org/third_party/closure_linter/closure_linter/
fixjsstyle_test.py 44 input_filename = None
48 input_filename = '%s/%s' % (_RESOURCE_PREFIX, running_input_file)
49 current_filename = input_filename
58 with open(input_filename) as f:
63 'with a new line.' % (input_filename))
67 runner.Run(input_filename, error_fixer.ErrorFixer(actual))
  /external/chromium_org/third_party/webrtc/modules/video_coding/codecs/tools/
video_quality_measurement.cc 38 DEFINE_string(input_filename, "", "Input file. "
129 config->input_filename = FLAGS_input_filename;
265 I420SSIMFromFiles(config->input_filename.c_str(),
277 I420PSNRFromFiles(config->input_filename.c_str(),
290 Log(" Input filename : %s\n", config.input_filename.c_str());
352 "{'name': 'input_filename', 'value': '%s'},\n"
372 config.input_filename.c_str(),
442 " --input_filename=filename.yuv --width=352 --height=288\n";
463 webrtc::test::FrameReaderImpl frame_reader(config.input_filename,
  /external/chromium_org/tools/grit/grit/format/
html_inline.py 131 input_filename, grd_node, allow_external_script=False, names_only=False,
135 Reads input_filename, finds all the src attributes and attempts to
140 input_filename: name of file to read in
152 input_filename = filename_expansion_function(input_filename)
153 input_filepath = os.path.dirname(input_filename)
312 flat_text = util.ReadFile(input_filename, util.BINARY)
354 def InlineToString(input_filename, grd_node, allow_external_script=False,
359 input_filename: name of file to read in
366 input_filename,
    [all...]
  /external/chromium_org/third_party/webrtc/modules/video_coding/main/test/
tester_main.cc 36 DEFINE_string(input_filename, webrtc::test::ProjectRootPath() +
rtp_player.cc 473 RtpPlayerInterface* Create(const std::string& input_filename,
478 test::RtpFileReader::kRtpDump, input_filename));
481 input_filename));
  /external/chromium_org/third_party/libvpx/source/libvpx/examples/
vp9_spatial_svc_encoder.c 84 const char *input_filename; member in struct:__anon17595
97 fprintf(stderr, "Usage: %s <options> input_filename output_filename\n",
250 app_input->input_filename = argv[0];
297 if (!(infile = fopen(app_input.input_filename, "rb")))
298 die("Failed to open %s for reading\n", app_input.input_filename);
  /external/chromium_org/third_party/webrtc/modules/video_coding/codecs/test/
videoprocessor.h 59 std::string input_filename; member in struct:webrtc::test::TestConfig
  /external/libvpx/libvpx/examples/
vp9_spatial_scalable_encoder.c 101 const char *input_filename; member in struct:__anon4320
114 fprintf(stderr, "Usage: %s <options> input_filename output_filename\n",
262 app_input->input_filename = argv[0];
308 if (!(infile = fopen(app_input.input_filename, "rb")))
309 die("Failed to open %s for reading\n", app_input.input_filename);
  /external/chromium_org/third_party/boringssl/
update_gypi_and_asm.py 124 def PerlAsm(output_filename, input_filename, perlasm_style, extra_args):
130 ['perl', input_filename, perlasm_style] + extra_args)

Completed in 1702 milliseconds

1 2