/external/toybox/tests/ |
modinfo.test | 5 #testing "name" "command" "result" "infile" "stdin"
|
rmdir.test | 5 #testing "name" "command" "result" "infile" "stdin"
|
xargs.test | 5 #testing "name" "command" "result" "infile" "stdin"
|
/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);
|
/external/deqp/scripts/log/ |
log_to_xml.py | 140 def logToXml (inFile, outFile): 142 results = parser.parseFile(inFile) 146 batchResultNode.setAttribute("FileName", os.path.basename(inFile))
|
/external/deqp/scripts/src_util/ |
pre_commit.py | 88 def check_external_guards (infile): 89 contents = infile.read() 92 croak(infile.name, lineno, "External include guard")
|
/external/libopus/celt/ |
opus_custom_demo.c | 45 char *inFile, *outFile; 88 inFile = argv[argc-2]; 89 fin = fopen(inFile, "rb");
|
/external/libopus/doc/ |
trivial_example.c | 50 char *inFile; 87 inFile = argv[1]; 88 fin = fopen(inFile, "r");
|
/frameworks/base/core/tests/coretests/src/android/os/storage/ |
StorageManagerBaseTest.java | 253 File inFile = new File(path, fileName); 256 inStream = new DataInputStream(new FileInputStream(inFile)); 438 File inFile = new File(path, filename); 442 inStream = new DataInputStream(new FileInputStream(inFile)); 454 fail("File " + inFile + " not found: " + e.toString()); 456 fail("IOError with file " + inFile + ":" + e.toString()); 468 File inFile = new File(path, filename); 473 fileReader = new BufferedReader(new FileReader(inFile)); 487 fail("IOError with file " + inFile + ":" + e.toString()); 504 File inFile = new File(path, filename) [all...] |
/packages/providers/CalendarProvider/src/com/android/providers/calendar/ |
CalendarDebugActivity.java | 122 final File inFile = getDatabasePath("calendar.db"); 123 is = new FileInputStream(inFile); 126 os.putNextEntry(new ZipEntry(inFile.getName()));
|
/external/libjpeg-turbo/ |
jdatasrc.c | 32 FILE *infile; /* source stream */ member in struct:__anon25024 107 nbytes = JFREAD(src->infile, src->buffer, INPUT_BUF_SIZE); 217 jpeg_stdio_src (j_decompress_ptr cinfo, FILE *infile) 250 src->infile = infile;
|
/external/libpcap/tests/ |
filtertest.c | 236 char *infile; local 259 infile = NULL; 277 infile = optarg; 324 if (infile) 325 cmdbuf = read_infile(infile);
|
/external/libvpx/libvpx/examples/ |
simple_encoder.c | 111 "Usage: %s <codec> <width> <height> <infile> <outfile> " 147 FILE *infile = NULL; local 217 if (!(infile = fopen(infile_arg, "rb"))) 224 while (vpx_img_read(&raw, infile)) { 238 fclose(infile);
|
/external/mesa3d/src/gallium/drivers/etnaviv/ |
etnaviv_shader.c | 196 num_vs_inputs = MAX2(ves->num_elements, vs->infile.num_reg); 199 ctx->vertex_elements->num_elements, ctx->vs->infile.num_reg); 204 num_temps = num_vs_inputs - vs->infile.num_reg + cur_temp; 214 if (idx < vs->infile.num_reg) 215 etna_bitarray_set(vs_input, 8, idx, vs->infile.reg[idx].reg);
|
/external/toolchain-utils/android_bench_suite/ |
run.py | 357 def gen_crosperf(infile, outfile): 364 '-i=' + infile, '-o=' + outfile, '-f' 451 infile = os.path.join(config.bench_suite_dir, bench + '.json') 452 if os.path.exists(infile): 454 gen_crosperf(infile, outfile) 475 infile = os.path.join(config.bench_suite_dir, bench + '.json') 477 gen_crosperf(infile, outfile)
|
/system/extras/ioshark/ |
compile_ioshark.c | 535 char *infile, *outfile; local 544 infile = argv[1]; 546 if (stat(infile, &st) < 0) { 548 progname, infile); 553 progname, infile); 558 fp = fopen(infile, "r"); 561 progname, infile);
|
/toolchain/benchmark/ |
run.py | 361 def gen_crosperf(infile, outfile): 368 '-i=' + infile, '-o=' + outfile, '-f' 457 infile = os.path.join(config.bench_suite_dir, bench + '.json') 458 if os.path.exists(infile): 461 gen_crosperf(infile, outfile) 483 infile = os.path.join(config.bench_suite_dir, bench + '.json') 485 gen_crosperf(infile, outfile)
|
/toolchain/binutils/binutils-2.27/zlib/ |
minigzip.c | 301 char *infile, *outfile; local 314 infile = file; 319 infile = buf; 320 strcat(infile, GZ_SUFFIX); 322 in = gzopen(infile, "rb"); 324 fprintf(stderr, "%s: can't gzopen %s\n", prog, infile); 335 unlink(infile);
|
/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/libpng/contrib/gregbook/ |
wpng.c | 178 wpng_info.infile = NULL; 312 if ((wpng_info.infile = fdopen(fileno(stdin), "rb")) == NULL) { 320 fclose(wpng_info.infile); 329 } else if (!(wpng_info.infile = fopen(inname, "rb"))) { 335 fgets(pnmline, 256, wpng_info.infile); 348 fgets(pnmline, 256, wpng_info.infile); /* lose any comments */ 352 fgets(pnmline, 256, wpng_info.infile); /* more comment lines */ 390 fclose(wpng_info.infile); 391 wpng_info.infile = NULL; 729 bytes = fread(wpng_info.image_data, 1, image_bytes, wpng_info.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...] |
/external/python/cpython3/Lib/ |
trace.py | 171 def __init__(self, counts=None, calledfuncs=None, infile=None, 185 self.infile = infile 187 if self.infile: 190 with open(self.infile, 'rb') as f: 195 % (self.infile, err)), file=sys.stderr) 409 ignoremods=(), ignoredirs=(), infile=None, outfile=None, 423 @param infile file from which to read stored counts to be 428 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...] |