HomeSort by relevance Sort by last modified time
    Searched full:infile (Results 76 - 100 of 710) sorted by null

1 2 34 5 6 7 8 91011>>

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/
parseentities.py 55 infile = open(sys.argv[1]) variable
57 infile = sys.stdin variable
62 text = infile.read()
  /external/libjpeg-turbo/simd/
nasm_lt.sh 3 infile=""
44 infile=$1
56 outfile="-o `echo $infile | sed -e 's%^.*/%%' -e 's%\.[^.]*$%%'`.o"
  /external/python/cpython2/Tools/scripts/
parseentities.py 55 infile = open(sys.argv[1]) variable
57 infile = sys.stdin variable
62 text = infile.read()
  /external/python/cpython3/Tools/scripts/
parseentities.py 53 infile = open(sys.argv[1]) variable
55 infile = sys.stdin variable
60 text = infile.read()
  /external/annotation-tools/scene-lib/src/annotations/tools/
Anncat.java 62 String infile = args[idx++];
63 System.out.println("Reading javap file " + infile + "...");
64 JavapParser.parse(infile, theScene);
69 String infile = args[idx++];
70 System.err.println("Reading index file " + infile + "...");
71 IndexFileParser.parseFile(infile, theScene);
76 String infile = args[idx++];
77 System.err.println("Reading class file " + infile + "...");
78 ClassFileReader.read(theScene, infile);
  /external/libvpx/libvpx/
ivfdec.h 21 int ivf_read_frame(FILE *infile, uint8_t **buffer, size_t *bytes_read,
  /external/python/cpython3/Lib/encodings/
uu_codec.py 18 infile = BytesIO(input)
20 read = infile.read
35 infile = BytesIO(input)
37 readline = infile.readline
  /external/toybox/tests/
bzcat.test 5 #testing "name" "command" "result" "infile" "stdin"
diff.test 3 #testing "name" "command" "result" "infile" "stdin"
hostname.test 8 #testing "name" "command" "result" "infile" "stdin"
killall.test 5 #testing "name" "command" "result" "infile" "stdin"
losetup.test 12 #testing "name" "command" "result" "infile" "stdin"
uptime.test 5 #testing "name" "command" "result" "infile" "stdin"
  /libcore/luni/src/test/java/libcore/java/util/zip/
OldAndroidGZIPStreamTest.java 46 FileInputStream inFile = new FileInputStream("/tmp/foo.gz");
47 int inputLength = inFile.available();
49 if (inFile.read(zipData) != inputLength)
51 inFile.close();
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Frontend/
FrontendActions.h 30 StringRef InFile) override;
45 StringRef InFile) override;
51 StringRef InFile) override;
57 StringRef InFile) override;
63 StringRef InFile) override;
69 StringRef InFile) override;
75 StringRef InFile) override;
91 ComputeASTConsumerArguments(CompilerInstance &CI, StringRef InFile,
99 CreateOutputFile(CompilerInstance &CI, StringRef InFile) = 0;
105 StringRef InFile) override
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Frontend/
FrontendActions.h 30 StringRef InFile) override;
45 StringRef InFile) override;
51 StringRef InFile) override;
57 StringRef InFile) override;
63 StringRef InFile) override;
69 StringRef InFile) override;
75 StringRef InFile) override;
91 ComputeASTConsumerArguments(CompilerInstance &CI, StringRef InFile,
99 CreateOutputFile(CompilerInstance &CI, StringRef InFile) = 0;
105 StringRef InFile) override
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
shlex.py 23 def __init__(self, instream=None, infile=None, posix=False):
28 self.infile = infile
31 self.infile = None
69 self.filestack.appendleft((self.infile, self.instream, self.lineno))
70 self.infile = newfile
75 print 'shlex: pushing to file %s' % (self.infile,)
82 (self.infile, self.instream, self.lineno) = self.filestack.popleft()
253 if isinstance(self.infile, basestring) and not os.path.isabs(newfile):
254 newfile = os.path.join(os.path.dirname(self.infile), newfile)
    [all...]
  /external/python/cpython2/Lib/
shlex.py 23 def __init__(self, instream=None, infile=None, posix=False):
28 self.infile = infile
31 self.infile = None
69 self.filestack.appendleft((self.infile, self.instream, self.lineno))
70 self.infile = newfile
75 print 'shlex: pushing to file %s' % (self.infile,)
82 (self.infile, self.instream, self.lineno) = self.filestack.popleft()
253 if isinstance(self.infile, basestring) and not os.path.isabs(newfile):
254 newfile = os.path.join(os.path.dirname(self.infile), newfile
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
shlex.py 23 def __init__(self, instream=None, infile=None, posix=False):
28 self.infile = infile
31 self.infile = None
69 self.filestack.appendleft((self.infile, self.instream, self.lineno))
70 self.infile = newfile
75 print 'shlex: pushing to file %s' % (self.infile,)
82 (self.infile, self.instream, self.lineno) = self.filestack.popleft()
253 if isinstance(self.infile, basestring) and not os.path.isabs(newfile):
254 newfile = os.path.join(os.path.dirname(self.infile), newfile
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
shlex.py 23 def __init__(self, instream=None, infile=None, posix=False):
28 self.infile = infile
31 self.infile = None
69 self.filestack.appendleft((self.infile, self.instream, self.lineno))
70 self.infile = newfile
75 print 'shlex: pushing to file %s' % (self.infile,)
82 (self.infile, self.instream, self.lineno) = self.filestack.popleft()
253 if isinstance(self.infile, basestring) and not os.path.isabs(newfile):
254 newfile = os.path.join(os.path.dirname(self.infile), newfile
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
shlex.py 23 def __init__(self, instream=None, infile=None, posix=False):
28 self.infile = infile
31 self.infile = None
69 self.filestack.appendleft((self.infile, self.instream, self.lineno))
70 self.infile = newfile
75 print 'shlex: pushing to file %s' % (self.infile,)
82 (self.infile, self.instream, self.lineno) = self.filestack.popleft()
253 if isinstance(self.infile, basestring) and not os.path.isabs(newfile):
254 newfile = os.path.join(os.path.dirname(self.infile), newfile
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
shlex.py 23 def __init__(self, instream=None, infile=None, posix=False):
28 self.infile = infile
31 self.infile = None
69 self.filestack.appendleft((self.infile, self.instream, self.lineno))
70 self.infile = newfile
75 print 'shlex: pushing to file %s' % (self.infile,)
82 (self.infile, self.instream, self.lineno) = self.filestack.popleft()
253 if isinstance(self.infile, basestring) and not os.path.isabs(newfile):
254 newfile = os.path.join(os.path.dirname(self.infile), newfile
    [all...]
  /external/libvpx/libvpx/examples/
twopass_encoder.c 63 "Usage: %s <codec> <width> <height> <infile> <outfile> "
123 static vpx_fixed_buf_t pass0(vpx_image_t *raw, FILE *infile,
134 while (vpx_img_read(raw, infile)) {
152 static void pass1(vpx_image_t *raw, FILE *infile, const char *outfile_name,
170 while (vpx_img_read(raw, infile)) {
191 FILE *infile = NULL; local
238 if (!(infile = fopen(infile_arg, "rb")))
243 stats = pass0(&raw, infile, encoder, &cfg, max_frames);
246 rewind(infile);
249 pass1(&raw, infile, outfile_arg, encoder, &cfg, max_frames)
    [all...]
  /external/vboot_reference/futility/
cmd_create.c 38 static char *infile, *outfile, *outext; variable
57 "Usage: " MYNAME " %s [options] <INFILE> [<BASENAME>]\n", progname);
89 fp = fopen(infile, "rb");
91 fprintf(stderr, "Unable to open %s\n", infile);
99 fprintf(stderr, "Unable to read RSA key from %s\n", infile);
172 fp = fopen(infile, "rb");
174 fprintf(stderr, "Unable to open %s\n", infile);
182 fprintf(stderr, "Unable to read RSA key from %s\n", infile);
344 if (!infile) {
349 infile = argv[optind++]
    [all...]
  /external/clang/lib/StaticAnalyzer/Frontend/
FrontendActions.cpp 17 AnalysisAction::CreateASTConsumer(CompilerInstance &CI, StringRef InFile) {
26 StringRef InFile) {

Completed in 605 milliseconds

1 2 34 5 6 7 8 91011>>