/external/libvorbis/ |
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
|
/external/marisa-trie/ |
missing | 297 infile=`echo "$*" | sed 's/.* \([^ ]*\) *$/\1/'` 303 }' $infile` 305 test -z "$file" && file=`echo "$infile" | sed 's,.*/,,;s,.[^.]*$,,'`.info
|
/external/open-vcdiff/ |
missing | 305 infile=`echo "$*" | sed 's/.* \([^ ]*\) *$/\1/'` 311 }' $infile` 313 test -z "$file" && file=`echo "$infile" | sed 's,.*/,,;s,.[^.]*$,,'`.info
|
/external/openfst/ |
missing | 295 infile=`echo "$*" | sed 's/.* \([^ ]*\) *$/\1/'` 301 }' $infile` 303 test -z "$file" && file=`echo "$infile" | sed 's,.*/,,;s,.[^.]*$,,'`.info
|
/external/pixman/ |
missing | 295 infile=`echo "$*" | sed 's/.* \([^ ]*\) *$/\1/'` 301 }' $infile` 303 test -z "$file" && file=`echo "$infile" | sed 's,.*/,,;s,.[^.]*$,,'`.info
|
/external/protobuf/gtest/build-aux/ |
missing | 297 infile=`echo "$*" | sed 's/.* \([^ ]*\) *$/\1/'` 303 }' $infile` 305 test -z "$file" && file=`echo "$infile" | sed 's,.*/,,;s,.[^.]*$,,'`.info
|
/external/protobuf/ |
missing | 297 infile=`echo "$*" | sed 's/.* \([^ ]*\) *$/\1/'` 303 }' $infile` 305 test -z "$file" && file=`echo "$infile" | sed 's,.*/,,;s,.[^.]*$,,'`.info
|
/external/stressapptest/ |
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/third_party/openssl/openssl/apps/ |
x509.c | 184 char *infile=NULL,*outfile=NULL,*keyfile=NULL,*CAfile=NULL; local 313 infile= *(++argv); 584 if (infile == NULL) 588 if (BIO_read_filename(in,infile) <= 0) 590 perror(infile); 662 x=load_cert(bio_err,infile,informat,NULL,e,"Certificate"); [all...] |
/external/openssl/apps/ |
x509.c | 184 char *infile=NULL,*outfile=NULL,*keyfile=NULL,*CAfile=NULL; local 313 infile= *(++argv); 584 if (infile == NULL) 588 if (BIO_read_filename(in,infile) <= 0) 590 perror(infile); 662 x=load_cert(bio_err,infile,informat,NULL,e,"Certificate"); [all...] |
/external/chromium_org/tools/telemetry/telemetry/core/backends/chrome/ |
desktop_browser_backend.py | 184 with open(most_recent_dump, 'rb') as infile: 186 outfile.write(''.join(infile.read().partition('MDMP')[1:]))
|
/frameworks/compile/libbcc/bcinfo/Wrap/ |
bitcode_wrapperer.cpp | 57 BitcodeWrapperer::BitcodeWrapperer(WrapperInput* infile, WrapperOutput* outfile) 58 : infile_(infile),
|
/frameworks/support/tests/java/android/support/v4/content/ |
FileProviderTest.java | 159 File inFile = new File(mContext.getFilesDir(), "//foo//bar//"); 164 strat.getUriForFile(inFile).toString());
|
/libcore/luni/src/test/java/libcore/java/net/ |
OldJarURLConnectionTest.java | 46 private URL createContent(String jarFile, String inFile) 54 return new URL("jar:file:" + file.getPath() + "!/" + inFile);
|
/external/chromium_org/third_party/WebKit/Source/build/scripts/ |
make_css_value_keywords.py | 8 from in_file import InFile
|
/external/clang/docs/tools/ |
Makefile | 70 --podpath=. --infile=$< --outfile=$@ --title=$*
|
/external/emma/ant/ant14/com/vladium/emma/ant/ |
FileTask.java | 62 // // infile|file element:
|
/external/jpeg/ |
cdjpeg.h | 141 EXTERN(void) read_color_map JPP((j_decompress_ptr cinfo, FILE * infile));
|
/external/libpng/contrib/gregbook/ |
readpng.h | 81 int readpng_init(FILE *infile, ulg *pWidth, ulg *pHeight);
|
writepng.h | 95 FILE *infile; member in struct:_mainprog_info
|
/external/qemu/distrib/jpeg-6b/ |
cdjpeg.h | 141 EXTERN(void) read_color_map JPP((j_decompress_ptr cinfo, FILE * infile));
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/ |
cmd.py | 354 def copy_file(self, infile, outfile, 361 infile, outfile, 367 def copy_tree(self, infile, outfile, 374 infile, outfile,
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/ |
cmd.py | 354 def copy_file(self, infile, outfile, 361 infile, outfile, 367 def copy_tree(self, infile, outfile, 374 infile, outfile,
|