HomeSort by relevance Sort by last modified time
    Searched refs:infile (Results 151 - 175 of 302) sorted by null

1 2 3 4 5 67 8 91011>>

  /prebuilts/gdb/linux-x86/lib/python2.7/encodings/
rot_13.py 113 def rot13(infile, outfile):
114 outfile.write(infile.read().encode('rot-13'))
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/encodings/
rot_13.py 113 def rot13(infile, outfile):
114 outfile.write(infile.read().encode('rot-13'))
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/encodings/
rot_13.py 113 def rot13(infile, outfile):
114 outfile.write(infile.read().encode('rot-13'))
  /external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/translit/
varsub.bat 26 # Usage: perl varsub.bat [-n|-nr] <infile> <outfile>
46 die "Usage: $0 [-n|-nr] <infile> <outfile>";
  /external/libpng/contrib/gregbook/
writepng.h 95 FILE *infile; member in struct:_mainprog_info
rpng-x.c 128 static FILE *infile; variable
200 infile = fopen("/etc/config/system.glGammaVal", "r");
201 if (infile) {
204 fgets(tmpline, 80, infile);
205 fclose(infile);
299 if (!(infile = fopen(filename, "rb"))) {
303 if ((rc = readpng_init(infile, &image_width, &image_height)) != 0) {
333 fclose(infile);
391 fclose(infile);
  /external/libvpx/libvpx/examples/
set_maps.c 58 fprintf(stderr, "Usage: %s <codec> <width> <height> <infile> <outfile>\n",
154 FILE *infile = NULL; local
208 if (!(infile = fopen(argv[4], "rb")))
215 while (vpx_img_read(&raw, infile)) {
234 fclose(infile);
  /external/mesa3d/src/gallium/drivers/etnaviv/
etnaviv_compiler.h 71 struct etna_shader_io_file infile; member in struct:etna_shader
  /external/skia/tools/skpbench/
sheet.py 74 def parse_file(self, infile):
75 for line in infile:
146 with open(src, mode='r') as infile:
147 parser.parse_file(infile)
  /external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_tools_windows/tools/
picoloaddbg.lua 28 local infile = io.open(arg[1], "r")
29 if not infile then
48 for line in infile:lines() do
186 infile:close()
picoloadphones.lua 26 local infile = io.open(arg[1], "r")
27 if not infile then
46 for line in infile:lines() do
174 infile:close()
  /external/vboot_reference/futility/
cmd_vbutil_keyblock.c 153 static int Unpack(const char *infile, const char *datapubkey,
160 if (!infile) {
165 block = KeyBlockRead(infile);
189 printf("Key block file: %s\n", infile);
cmd_sign.c 519 "Usage: " MYNAME " %s [PARAMS] INFILE [OUTFILE]\n"
521 "Where INFILE is a\n"
534 " [--datapubkey] INFILE The public key to wrap\n"
562 " [--fv] INFILE"
579 " [--infile] INFILE Input firmware image (modified\n"
611 " [--vmlinuz] INFILE Linux kernel bzImage file\n"
631 " [--infile] INFILE Input kernel partition (modified\n"
683 {"infile", 1, NULL, OPT_INFILE}
703 char *infile = 0; local
    [all...]
futility.h 113 void futil_copy_file_or_die(const char *infile, const char *outfile);
  /frameworks/compile/libbcc/bcinfo/include/bcinfo/Wrap/
bitcode_wrapperer.h 53 BitcodeWrapperer(WrapperInput* infile, WrapperOutput* outfile);
103 // Returns the number of bytes in infile.
133 // Parse the bitcode wrapper header in the infile, if any. Return true
153 // Copies size bytes of infile to outfile, using the buffer.
156 // Discards the old infile and replaces it with the given file.
  /external/libjpeg-turbo/
wrjpgcom.c 69 static FILE *infile; /* input JPEG file */ variable
72 #define NEXTBYTE() getc(infile)
494 if ((infile = fopen(argv[argn], READ_BINARY)) == NULL) {
504 if ((infile = fdopen(fileno(stdin), READ_BINARY)) == NULL) {
509 infile = stdin;
rdtarga.c 93 register FILE *infile = sinfo->pub.input_file; local
96 if ((c = getc(infile)) == EOF)
128 register FILE *infile = sinfo->pub.input_file; local
132 sinfo->tga_pixel[i] = (U_CHAR) getc(infile);
141 register FILE *infile = sinfo->pub.input_file; local
163 sinfo->tga_pixel[i] = (U_CHAR) getc(infile);
  /external/vboot_reference/tests/futility/
test_sign_firmware.sh 36 for infile in $INFILES; do
38 base=${infile##*/}
51 # infile
64 #OLD ${infile} \
86 ${infile} ${outfile}
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
trace.py 222 def __init__(self, counts=None, calledfuncs=None, infile=None,
236 self.infile = infile
238 if self.infile:
242 pickle.load(open(self.infile, 'rb'))
246 % (self.infile, err))
452 ignoremods=(), ignoredirs=(), infile=None, outfile=None,
466 @param infile file from which to read stored counts to be
471 self.infile = infile
    [all...]
  /external/python/cpython2/Lib/
trace.py 222 def __init__(self, counts=None, calledfuncs=None, infile=None,
236 self.infile = infile
238 if self.infile:
242 pickle.load(open(self.infile, 'rb'))
246 % (self.infile, err))
452 ignoremods=(), ignoredirs=(), infile=None, outfile=None,
466 @param infile file from which to read stored counts to be
471 self.infile = infile
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
trace.py 222 def __init__(self, counts=None, calledfuncs=None, infile=None,
236 self.infile = infile
238 if self.infile:
242 pickle.load(open(self.infile, 'rb'))
246 % (self.infile, err))
452 ignoremods=(), ignoredirs=(), infile=None, outfile=None,
466 @param infile file from which to read stored counts to be
471 self.infile = infile
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
trace.py 222 def __init__(self, counts=None, calledfuncs=None, infile=None,
236 self.infile = infile
238 if self.infile:
242 pickle.load(open(self.infile, 'rb'))
246 % (self.infile, err))
452 ignoremods=(), ignoredirs=(), infile=None, outfile=None,
466 @param infile file from which to read stored counts to be
471 self.infile = infile
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
trace.py 222 def __init__(self, counts=None, calledfuncs=None, infile=None,
236 self.infile = infile
238 if self.infile:
242 pickle.load(open(self.infile, 'rb'))
246 % (self.infile, err))
452 ignoremods=(), ignoredirs=(), infile=None, outfile=None,
466 @param infile file from which to read stored counts to be
471 self.infile = infile
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
trace.py 222 def __init__(self, counts=None, calledfuncs=None, infile=None,
236 self.infile = infile
238 if self.infile:
242 pickle.load(open(self.infile, 'rb'))
246 % (self.infile, err))
452 ignoremods=(), ignoredirs=(), infile=None, outfile=None,
466 @param infile file from which to read stored counts to be
471 self.infile = infile
    [all...]
  /external/autotest/server/cros/chaos_lib/
chaos_analyzer.py 70 with open(file) as infile:
71 for line in infile.readlines():

Completed in 4106 milliseconds

1 2 3 4 5 67 8 91011>>