HomeSort by relevance Sort by last modified time
    Searched refs:infile (Results 126 - 150 of 267) sorted by null

1 2 3 4 56 7 8 91011

  /hardware/intel/img/libdrm/
missing 297 infile=`echo "$*" | sed 's/.* \([^ ]*\) *$/\1/'`
303 }' $infile`
305 test -z "$file" && file=`echo "$infile" | sed 's,.*/,,;s,.[^.]*$,,'`.info
  /ndk/sources/host-tools/make-3.81/config/
missing 295 infile=`echo "$*" | sed 's/.* \([^ ]*\) *$/\1/'`
296 file=`sed -n '/^@setfilename/ { s/.* \([^ ]*\) *$/\1/; p; q; }' $infile`
298 test -z "$file" && file=`echo "$infile" | sed 's,.*/,,;s,.[^.]*$,,'`.info
  /ndk/sources/host-tools/sed-4.2.1/build-aux/
missing 305 infile=`echo "$*" | sed 's/.* \([^ ]*\) *$/\1/'`
311 }' $infile`
313 test -z "$file" && file=`echo "$infile" | sed 's,.*/,,;s,.[^.]*$,,'`.info
  /external/chromium_org/build/android/gyp/util/
md5_check.py 35 with open(path, 'rb') as infile:
37 data = infile.read(block_size)
  /external/chromium_org/native_client_sdk/src/tools/
fix_deps.py 67 with open(filename) as infile:
68 for line in infile:
  /external/chromium_org/third_party/openssl/openssl/apps/
CA.pl 175 my ($infile, $outfile, $bound) = @_;
176 open IN, $infile;
CA.pl.in 175 my ($infile, $outfile, $bound) = @_;
176 open IN, $infile;
rsautl.c 89 char *infile = NULL, *outfile = NULL; local
125 infile= *(++argv);
234 if(infile) {
235 if(!(in = BIO_new_file(infile, "rb"))) {
spkac.c 88 char *infile = NULL,*outfile = NULL,*prog; local
115 infile= *(++argv);
233 if (infile) in = BIO_new_file(infile, "r");
  /external/llvm/examples/Kaleidoscope/MCJIT/cached/
split-lib.py 47 infile = open(inputname, "r")
51 for line in infile:
  /external/llvm/examples/Kaleidoscope/MCJIT/complete/
split-lib.py 47 infile = open(inputname, "r")
51 for line in infile:
  /external/openssl/apps/
CA.pl 175 my ($infile, $outfile, $bound) = @_;
176 open IN, $infile;
CA.pl.in 175 my ($infile, $outfile, $bound) = @_;
176 open IN, $infile;
rsautl.c 89 char *infile = NULL, *outfile = NULL; local
125 infile= *(++argv);
234 if(infile) {
235 if(!(in = BIO_new_file(infile, "rb"))) {
spkac.c 88 char *infile = NULL,*outfile = NULL,*prog; local
115 infile= *(++argv);
233 if (infile) in = BIO_new_file(infile, "r");
  /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/chromium_org/third_party/libvpx/source/libvpx/examples/
set_maps.c 59 fprintf(stderr, "Usage: %s <codec> <width> <height> <infile> <outfile>\n",
156 FILE *infile = NULL; local
214 if (!(infile = fopen(argv[4], "rb")))
220 while (vpx_img_read(&raw, infile)) {
235 fclose(infile);
twopass_encoder.c 64 fprintf(stderr, "Usage: %s <codec> <width> <height> <infile> <outfile>\n",
123 FILE *infile = NULL; local
193 if (!(infile = fopen(infile_arg, "rb")))
199 while (vpx_img_read(&raw, infile)) {
218 fclose(infile);
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-trax.jar 
  /external/libpng/contrib/gregbook/
writepng.h 95 FILE *infile; member in struct:_mainprog_info
  /external/libvpx/libvpx/examples/
set_maps.c 59 fprintf(stderr, "Usage: %s <codec> <width> <height> <infile> <outfile>\n",
155 FILE *infile = NULL; local
212 if (!(infile = fopen(argv[4], "rb")))
218 while (vpx_img_read(&raw, infile)) {
233 fclose(infile);
twopass_encoder.c 64 fprintf(stderr, "Usage: %s <codec> <width> <height> <infile> <outfile>\n",
123 FILE *infile = NULL; local
193 if (!(infile = fopen(infile_arg, "rb")))
199 while (vpx_img_read(&raw, infile)) {
218 fclose(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()

Completed in 1352 milliseconds

1 2 3 4 56 7 8 91011