Searched refs:in_file (Results 1 - 9 of 9) sorted by relevance
| /xsrc/external/mit/brotli/dist/python/tests/ |
| H A D | compress_test.py | 23 with open(temp_compressed, 'rb') as in_file: 24 out_file.write(brotli.decompress(in_file.read(), **kwargs)) 30 with open(test_data, 'rb') as in_file: 31 out_file.write(brotli.compress(in_file.read(), **kwargs))
|
| H A D | compressor_test.py | 29 with open(temp_compressed, 'rb') as in_file: 30 out_file.write(brotli.decompress(in_file.read())) 37 with open(test_data, 'rb') as in_file: 38 out_file.write(self.compressor.process(in_file.read())) 46 with open(test_data, 'rb') as in_file: 47 read_chunk = functools.partial(in_file.read, self.CHUNK_SIZE) 57 with open(test_data, 'rb') as in_file: 58 read_chunk = functools.partial(in_file.read, self.CHUNK_SIZE)
|
| H A D | decompress_test.py | 27 with open(test_data, 'rb') as in_file: 28 out_file.write(brotli.decompress(in_file.read()))
|
| H A D | bro_test.py | 37 with open(test_data, 'rb') as in_file: 39 args, stdin=in_file, stdout=out_file, env=TEST_ENV) 85 with open(test_data, 'rb') as in_file: 87 args, stdin=in_file, stdout=out_file, env=TEST_ENV)
|
| H A D | decompressor_test.py | 36 with open(test_data, 'rb') as in_file: 37 read_chunk = functools.partial(in_file.read, self.CHUNK_SIZE)
|
| /xsrc/external/mit/xterm/dist/vttests/ |
| H A D | nrcs.pl | 125 my $in_file = "$dir/input"; 132 open( FP, ">$in_file" ) || die("cannot create $in_file"); 146 chmod 0700, $in_file; 147 system("$in_file");
|
| /xsrc/external/mit/MesaLib/dist/src/amd/compiler/tests/ |
| H A D | glsl_scraper.py | 85 in_file = tempfile.NamedTemporaryFile(suffix='.'+stage) 87 in_file.write(src) 88 in_file.flush() 93 args += ['-o', out_file.name, in_file.name] 100 in_file.close()
|
| /xsrc/external/mit/xwud/dist/ |
| H A D | xwud.c | 152 FILE *in_file = stdin; local in function:main 254 in_file = fopen(file_name, "rb"); 255 if (in_file == NULL) 260 _setmode(fileno(in_file), _O_BINARY); 274 if(!Read((char *)&header, SIZEOF(XWDheader), 1, in_file)) 299 if(!Read(win_name + 6, sizeof(char), win_name_size, in_file)) 335 if(!Read((char *) &xwdcolor, SIZEOF(XWDColor), 1, in_file)) 360 if (!Read(buffer, sizeof(char), (int)buffer_size, in_file)) 364 (void) fclose(in_file);
|
| /xsrc/external/mit/makedepend/dist/ |
| H A D | main.c | 691 base_name(const char *in_file) argument 694 char *file = strdup(in_file);
|
Completed in 8 milliseconds