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

1 2

  /external/chromium_org/third_party/WebKit/Source/build/scripts/
xxd.py 39 variable_name, input_filename, output_filename = sys.argv[1:]
40 with open(input_filename) as input_file:
  /external/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/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...]
  /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/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/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)
  /frameworks/compile/libbcc/lib/ExecutionEngine/
ObjectLoader.cpp 107 const char *input_filename = pFile.getName().c_str(); local
113 input_filename, pFile.getErrorMessage().c_str());
120 ALOGE("Failed to get size of file %s! (%s)", input_filename,
127 ALOGE("Empty file %s to the object loader.", input_filename);
134 ALOGE("Failed to map the file %s to the memory! (%s)", input_filename,
140 result = Load(file_map->getDataPtr(), file_size, input_filename, pResolver,
  /external/webrtc/test/testsupport/
frame_reader.h 52 // input_filename The file to read from.
55 FrameReaderImpl(std::string input_filename, int frame_length_in_bytes);
frame_reader.cc 20 FrameReaderImpl::FrameReaderImpl(std::string input_filename,
22 : input_filename_(input_filename),
  /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)
  /frameworks/compile/libbcc/lib/Renderscript/
RSInfoReader.cpp 182 const char *input_filename = pInput.getName().c_str(); local
186 ALOGE("Invalid RS info file %s! (%s)", input_filename,
194 input_filename, pInput.getErrorMessage().c_str());
203 input_filename, pInput.getErrorMessage().c_str());
215 "cache.", input_filename);
224 "%s. Treat it as as a dirty cache.", input_filename, RSINFO_VERSION,
237 ALOGW("Corrupted RS info file %s! (unexpected size found)", input_filename);
251 ALOGW("Corrupted RS info file %s! (data out of the range)", input_filename);
259 ALOGE("Out of memory when create RSInfo object for %s!", input_filename);
274 input_filename);
    [all...]
  /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)
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
input.h 71 #define input_filename LOCATION_FILE (input_location) macro
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
input.h 71 #define input_filename LOCATION_FILE (input_location) macro
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
input.h 71 #define input_filename LOCATION_FILE (input_location) macro
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
input.h 71 #define input_filename LOCATION_FILE (input_location) macro
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/bindings/
main.py 242 for input_filename in os.listdir(directory):
243 if not input_filename.endswith('.idl'):
245 idl_path = os.path.join(directory, input_filename)
249 print 'Reset results: %s' % input_filename
252 if (input_filename in SKIP_PYTHON or
255 print 'SKIP: %s' % 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...]
  /frameworks/av/media/libstagefright/codecs/aacenc/SampleCode/
AAC_E_SAMPLES.c 48 static int parsecmdline(int argc, char **argv,char **input_filename, char **output_filename, AACENC_PARAM *param)
72 *input_filename = *argv;
  /external/libvpx/libvpx/
vp9_spatial_scalable_encoder.c 80 char *input_filename; member in struct:__anon24043
99 fprintf(stderr, "Usage: %s <options> input_filename output_filename\n",
277 app_input->input_filename = argv[0];
320 if (!(infile = fopen(app_input.input_filename, "rb")))
321 die("Failed to open %s for reading\n", app_input.input_filename);
  /external/chromium_org/tools/code_coverage/
croc.py 358 def ParseLcovFile(self, input_filename):
362 input_filename: Input filename.
367 lcov_file = open(input_filename, 'rt')
679 for input_filename in options.inputs:
680 cov.ParseLcovFile(input_filename)
  /external/chromium_org/tools/grit/grit/tool/
build.py 313 def GenerateDepfile(self, input_filename, dep_dir):
337 depsfile_basename = os.path.basename(input_filename + '.d')
  /external/webrtc/src/modules/audio_processing/test/
unit_test.cc 106 std::string input_filename = resource_path + "aec_far.pcm"; local
107 far_file_ = fopen(input_filename.c_str(), "rb");
109 input_filename << "\n";
110 input_filename = resource_path + "aec_near.pcm";
111 near_file_ = fopen(input_filename.c_str(), "rb");
113 input_filename << "\n";
    [all...]

Completed in 2350 milliseconds

1 2