Searched
full:infile (Results
426 -
450 of
710) sorted by null
<<11121314151617181920>>
/prebuilts/go/linux-x86/src/crypto/rsa/ |
pss_test.go | 80 inFile, err := os.Open("testdata/pss-vect.txt.bz2") 84 defer inFile.Close() 97 scanner := bufio.NewScanner(bzip2.NewReader(inFile))
|
/prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/io/ |
zero_copy_stream.h | 86 // // Copy the contents of "infile" to "outfile", using plain read() for 87 // // "infile" but a ZeroCopyOutputStream for "outfile". 88 // int infd = open("infile", O_RDONLY);
|
/prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/io/ |
zero_copy_stream.h | 86 // // Copy the contents of "infile" to "outfile", using plain read() for 87 // // "infile" but a ZeroCopyOutputStream for "outfile". 88 // int infd = open("infile", O_RDONLY);
|
/prebuilts/misc/windows/protobuf2.5/include/google/protobuf/io/ |
zero_copy_stream.h | 86 // // Copy the contents of "infile" to "outfile", using plain read() for 87 // // "infile" but a ZeroCopyOutputStream for "outfile". 88 // int infd = open("infile", O_RDONLY);
|
/prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/io/ |
zero_copy_stream.h | 86 // // Copy the contents of "infile" to "outfile", using plain read() for 87 // // "infile" but a ZeroCopyOutputStream for "outfile". 88 // int infd = open("infile", O_RDONLY);
|
/prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/io/ |
zero_copy_stream.h | 86 // // Copy the contents of "infile" to "outfile", using plain read() for 87 // // "infile" but a ZeroCopyOutputStream for "outfile". 88 // int infd = open("infile", O_RDONLY);
|
/external/clang/include/clang/CodeGen/ |
CodeGenAction.h | 43 StringRef InFile) override;
|
/external/clang/unittests/AST/ |
ExternalASTSourceTest.cpp | 39 StringRef InFile) override {
|
/external/curl/src/ |
tool_cfgable.c | 95 Curl_safefree(urlnode->infile);
|
/external/icu/icu4c/source/tools/genrb/ |
derb.cpp | 204 icu::CharString infile; 224 infile.append(inputDir, status); 226 infile.appendPathPart(icu::StringPiece(arg, (int32_t)(q - arg)), status); 231 thename = infile.data();
|
/external/libjpeg-turbo/ |
cdjpeg.h | 123 EXTERN(void) read_color_map (j_decompress_ptr cinfo, FILE *infile);
|
/external/lisa/libs/utils/ |
results.py | 174 with open(nrg_file, 'r') as infile: 175 nrg = json.load(infile) 474 with open(prf_file, 'r') as infile: 475 prf = json.load(infile)
|
/external/lzma/CPP/Windows/ |
FileFind.cpp | 439 NIO::CInFile inFile;
441 if (!inFile.Open(path))
444 if (inFile.SizeDefined)
445 Size = inFile.Size;
|
/external/lzma/Java/Tukaani/src/org/tukaani/xz/ |
XZInputStream.java | 29 * InputStream infile = new FileInputStream("foo.xz"); 30 * XZInputStream inxz = new XZInputStream(infile); 46 * InputStream infile = new FileInputStream("foo.xz"); 47 * XZInputStream inxz = new XZInputStream(infile, 100 * 1024);
|
/external/mdnsresponder/mDNSPosix/ |
parselog.py | 64 def parselog(inFile): 65 f = open(inFile) 73 print "Reading " + inFile 175 outFile = "%s.pdf" % (".".join(inFile.split('.')[:-1]))
|
/external/mesa3d/src/gallium/drivers/etnaviv/ |
etnaviv_compiler.h | 71 struct etna_shader_io_file infile; member in struct:etna_shader
|
/external/tensorflow/tensorflow/tools/compatibility/ |
README.md | 7 tf_upgrade.py --infile foo.py --outfile foo-upgraded.py
|
/external/toybox/tests/ |
cp.test | 8 #testing "name" "command" "result" "infile" "stdin"
|
cut.test | 9 #testing "name" "command" "result" "infile" "stdin"
|
date.test | 5 #testing "name" "command" "result" "infile" "stdin"
|
groupadd.test | 16 #testing "name" "command" "result" "infile" "stdin"
|
gzip.test | 5 #testing "name" "command" "result" "infile" "stdin"
|
ls.test | 8 #testing "name" "command" "result" "infile" "stdin"
|
pkill.test | 11 #testing "name" "command" "result" "infile" "stdin"
|
printf.test | 8 #testing "name" "command" "result" "infile" "stdin"
|
Completed in 1569 milliseconds
<<11121314151617181920>>