Searched refs:input_file (Results 1 - 25 of 55) sorted by relevance

123

/external/webkit/Source/ThirdParty/ANGLE/src/compiler/
H A Dgenerate_glslang_lexer.sh9 input_file=$script_dir/glslang.l
11 flex --noline --nounistd --outfile=$output_file $input_file
H A Dgenerate_glslang_parser.sh9 input_file=$script_dir/glslang.y
12 bison --no-lines --skeleton=yacc.c --defines=$output_header --output=$output_source $input_file
/external/webkit/Source/WebKit2/Scripts/
H A Dgenerate-message-receiver.py35 with open(input_path) as input_file:
36 # Python 3, change to: print(webkit2.messages.generate_message_handler(input_file), end='')
37 sys.stdout.write(webkit2.messages.generate_message_handler(input_file))
H A Dgenerate-messages-header.py35 with open(input_path) as input_file:
36 # Python 3, change to: print(webkit2.messages.generate_messages_header(input_file), end='')
37 sys.stdout.write(webkit2.messages.generate_messages_header(input_file))
/external/webkit/Source/WebCore/
H A Dmake-export-file-generator26 input_file = ARGV[0]
51 File.open(input_file) do |input|
/external/chromium/chrome/browser/autofill/
H A Ddata_driven_test.cc43 for (FilePath input_file = input_files.Next();
44 !input_file.empty();
45 input_file = input_files.Next()) {
46 SCOPED_TRACE(input_file.BaseName().value());
49 ASSERT_TRUE(ReadFile(input_file, &input));
55 input_file.BaseName().StripTrailingSeparators().ReplaceExtension(
/external/webkit/Tools/Scripts/
H A Drun-bindings-tests74 for input_file in os.listdir(input_directory):
75 (name, extension) = os.path.splitext(input_file)
78 print 'Testing the %s generator on %s' % (generator, input_file)
84 input_file),
/external/icu4c/stubdata/
H A Dicu_dat_generator.py74 def MakeDat(input_file, stubdata_dir):
75 print "------ Processing '%s'..." % (input_file)
76 if not os.path.isfile(input_file):
77 print "%s not a file!" % input_file
79 GenResIndex(input_file)
82 args = ["-tl", "-s", TMP_DAT_PATH, "-a", input_file, "new", ICUDATA + ".dat"]
115 def GenResIndex(input_file):
126 for line in open(input_file, "r"):
173 input_basename = os.path.basename(input_file)
285 for input_file i
[all...]
/external/webkit/Source/WebKit/chromium/scripts/
H A Dinline_js_imports.py46 print('usage: %s input_file imports_dir output_file' % argv[0])
53 input_file = open(input_file_name, 'r')
54 input_script = input_file.read()
55 input_file.close()
H A Dconcatenate_css_files.py99 input_file = open(full_path, 'r')
100 output.write(input_file.read())
102 input_file.close()
H A Dconcatenate_js_files.py100 input_file = open(full_path, 'r')
101 output.write(input_file.read())
103 input_file.close()
/external/chromium/chrome/common/extensions/docs/build/
H A Dbuild.py63 input_file = _base_dir + "/" + name + ".html"
65 if (os.path.isfile(input_file)):
66 originals[name] = open(input_file, 'rb').read()
67 os.remove(input_file)
71 shutil.copy(_page_shell_html, input_file)
107 input_file = _base_dir + "/" + name + ".html"
108 os.remove(input_file)
111 open(input_file, 'wb').write(result)
113 changed_files.append(input_file)
/external/markdown/markdown/
H A Dcommandline.py75 input_file = args[0]
80 return {'input': input_file,
/external/jpeg/
H A Dcdjpeg.c151 FILE * input_file = stdin; local
157 if ((input_file = fdopen(fileno(stdin), READ_BINARY)) == NULL) {
162 return input_file;
H A Drdppm.c145 FILE * infile = source->pub.input_file;
163 FILE * infile = source->pub.input_file;
188 if (! ReadOK(source->pub.input_file, source->iobuffer, source->buffer_width))
209 if (! ReadOK(source->pub.input_file, source->iobuffer, source->buffer_width))
231 if (! ReadOK(source->pub.input_file, source->iobuffer, source->buffer_width))
247 if (! ReadOK(source->pub.input_file, source->iobuffer, source->buffer_width))
271 if (! ReadOK(source->pub.input_file, source->iobuffer, source->buffer_width))
303 if (getc(source->pub.input_file) != 'P')
306 c = getc(source->pub.input_file); /* subformat discriminator character */
321 w = read_pbm_integer(cinfo, source->pub.input_file);
[all...]
H A Dcjpeg.c470 FILE * input_file; local
539 if ((input_file = fopen(argv[file_index], READ_BINARY)) == NULL) {
545 input_file = read_stdin();
564 src_mgr = select_file_type(&cinfo, input_file);
565 src_mgr->input_file = input_file;
594 if (input_file != stdin)
595 fclose(input_file);
H A Djpegtran.c345 FILE * input_file; local
409 if ((input_file = fopen(argv[file_index], READ_BINARY)) == NULL) {
415 input_file = read_stdin();
434 jpeg_stdio_src(&srcinfo, input_file);
492 if (input_file != stdin)
493 fclose(input_file);
/external/qemu/distrib/jpeg-6b/
H A Dcdjpeg.c151 FILE * input_file = stdin; local
157 if ((input_file = fdopen(fileno(stdin), READ_BINARY)) == NULL) {
162 return input_file;
H A Drdppm.c145 FILE * infile = source->pub.input_file;
163 FILE * infile = source->pub.input_file;
188 if (! ReadOK(source->pub.input_file, source->iobuffer, source->buffer_width))
209 if (! ReadOK(source->pub.input_file, source->iobuffer, source->buffer_width))
231 if (! ReadOK(source->pub.input_file, source->iobuffer, source->buffer_width))
247 if (! ReadOK(source->pub.input_file, source->iobuffer, source->buffer_width))
271 if (! ReadOK(source->pub.input_file, source->iobuffer, source->buffer_width))
303 if (getc(source->pub.input_file) != 'P')
306 c = getc(source->pub.input_file); /* subformat discriminator character */
321 w = read_pbm_integer(cinfo, source->pub.input_file);
[all...]
H A Dcjpeg.c470 FILE * input_file; local
539 if ((input_file = fopen(argv[file_index], READ_BINARY)) == NULL) {
545 input_file = read_stdin();
564 src_mgr = select_file_type(&cinfo, input_file);
565 src_mgr->input_file = input_file;
594 if (input_file != stdin)
595 fclose(input_file);
H A Djpegtran.c345 FILE * input_file; local
409 if ((input_file = fopen(argv[file_index], READ_BINARY)) == NULL) {
415 input_file = read_stdin();
434 jpeg_stdio_src(&srcinfo, input_file);
492 if (input_file != stdin)
493 fclose(input_file);
/external/webrtc/src/modules/audio_processing/test/
H A Dunpack.cc31 DEFINE_string(input_file, "input.pcm", "The name of the input stream file.");
84 FILE* input_file = fopen(FLAGS_input_file.c_str(), "wb"); local
85 if (input_file == NULL) {
153 input_file) != 1) {
/external/chromium/net/tools/tld_cleanup/
H A Dtld_cleanup.cc278 FilePath input_file; local
279 PathService::Get(base::DIR_SOURCE_ROOT, &input_file);
280 input_file = input_file.Append(FILE_PATH_LITERAL("net"))
289 NormalizeResult result = NormalizeFile(input_file, output_file);
/external/webkit/Source/WebCore/inspector/
H A Dgenerate-inspector-idl41 input_file = open(input_path, "r") variable
42 json_string = input_file.read()
/external/chromium/chrome/common/
H A Djson_pref_store_unittest.cc78 FilePath input_file = temp_dir_.path().AppendASCII("write.json"); local
79 ASSERT_TRUE(file_util::PathExists(input_file));
81 new JsonPrefStore(input_file, message_loop_proxy_.get());
155 FilePath output_file = input_file;

Completed in 4794 milliseconds

123