/external/lzma/DOC/ |
lzma.txt | 137 ReadFile(inFile, header, sizeof(header)
215 inStream.file = inFile;
247 fileSize = MyGetFileLength(inFile);
|
/external/python/cpython2/Doc/library/ |
shlex.rst | 52 .. class:: shlex([instream[, infile[, posix]]]) 60 filename string, which sets the initial value of the :attr:`~shlex.infile` 216 .. attribute:: shlex.infile
|
trace.rst | 133 .. class:: Trace([count=1[, trace=1[, countfuncs=0[, countcallers=0[, ignoremods=()[, ignoredirs=()[, infile=None[, outfile=None[, timing=False]]]]]]]]]) 141 ignored. *infile* is the name of the file from which to read stored count
|
/external/skia/infra/bots/assets/ |
asset_utils.py | 135 infile = os.path.join(os.getcwd(), 'input') 136 with open(infile, 'w') as f: 141 '--list', infile,
|
/external/skqp/infra/bots/assets/ |
asset_utils.py | 135 infile = os.path.join(os.getcwd(), 'input') 136 with open(infile, 'w') as f: 141 '--list', infile,
|
/external/stressapptest/ |
missing | 297 infile=`echo "$*" | sed 's/.* \([^ ]*\) *$/\1/'` 303 }' $infile` 305 test -z "$file" && file=`echo "$infile" | sed 's,.*/,,;s,.[^.]*$,,'`.info
|
/external/toybox/toys/posix/ |
patch.c | 51 char *infile; 268 if (TT.infile) TT.filepatch = xopenro(TT.infile);
|
/external/vulkan-validation-layers/tests/gtest-1.7.0/build-aux/ |
missing | 295 infile=`echo "$*" | sed 's/.* \([^ ]*\) *$/\1/'` 301 }' $infile` 303 test -z "$file" && file=`echo "$infile" | sed 's,.*/,,;s,.[^.]*$,,'`.info
|
/prebuilts/ndk/r16/sources/third_party/vulkan/src/tests/gtest-1.7.0/build-aux/ |
missing | 295 infile=`echo "$*" | sed 's/.* \([^ ]*\) *$/\1/'` 301 }' $infile` 303 test -z "$file" && file=`echo "$infile" | sed 's,.*/,,;s,.[^.]*$,,'`.info
|
/external/autotest/client/cros/audio/ |
audio_helper.py | 280 def get_sox_mixer_cmd(infile, channel, 285 @param infile: Input file name. 302 sox_format, infile, sox_format, pan_values) 304 def sox_stat_output(infile, channel, 309 @param infile: Input file name. 316 sox_mixer_cmd = get_sox_mixer_cmd(infile, channel, [all...] |
/external/libchrome/base/files/ |
file_util_posix.cc | 946 File infile; local 949 infile = OpenContentUriForRead(from_path); 951 infile = File(from_path, File::FLAG_OPEN | File::FLAG_READ); 954 infile = File(from_path, File::FLAG_OPEN | File::FLAG_READ); 956 if (!infile.IsValid()) 968 ssize_t bytes_read = infile.ReadAtCurrentPos(&buffer[0], buffer.size());
|
/external/libvpx/libvpx/examples/ |
vpx_temporal_svc_encoder.c | 571 FILE *infile = NULL; local 590 die("Usage: %s <infile> <outfile> <codec_type(vp8/vp9)> <width> <height> " 596 die("Usage: %s <infile> <outfile> <codec_type(vp8/vp9)> <width> <height> " 730 if (!(infile = fopen(argv[1], "rb"))) { 833 frame_avail = vpx_img_read(&raw, infile); [all...] |
/external/autotest/server/cros/chaos_lib/ |
chaos_analyzer.py | 70 with open(file) as infile: 71 for line in infile.readlines():
|
/external/lisa/libs/utils/ |
report.py | 56 with open(self.results_json) as infile: 57 self.results = json.load(infile)
|
/external/python/cpython3/Doc/library/ |
trace.rst | 140 ignoredirs=(), infile=None, outfile=None, timing=False) 148 ignored. *infile* is the name of the file from which to read stored count
|
/frameworks/av/media/libstagefright/codecs/amrwbenc/SampleCode/ |
AMRWB_E_SAMPLE.c | 65 int GetNextBuf(FILE* inFile,unsigned char* dst,int size) 67 int size2 = (int)fread(dst, sizeof(signed char), size,inFile);
|
/frameworks/compile/libbcc/bcinfo/Wrap/ |
bitcode_wrapperer.cpp | 58 BitcodeWrapperer::BitcodeWrapperer(WrapperInput* infile, WrapperOutput* outfile) 59 : infile_(infile),
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/net/ |
JarURLConnectionTest.java | 41 private URL copyAndOpenResourceStream(String jarFile, String inFile) 49 return new URL("jar:file:" + file.getPath() + "!/" + inFile);
|
/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);
|
/toolchain/binutils/binutils-2.27/config/ |
po.m4 | 91 # Support "outfile[:infile[:infile...]]"
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/ |
cmd.py | 354 def copy_file(self, infile, outfile,
361 infile, outfile,
367 def copy_tree(self, infile, outfile,
374 infile, outfile,
|
/external/clang/unittests/Frontend/ |
FrontendActionTest.cpp | 47 StringRef InFile) override {
|
/external/curl/src/ |
tool_operhlp.c | 47 Curl_safefree(node->infile);
|
tool_sdecls.h | 107 char *infile; /* file to upload, if GETOUT_UPLOAD is set */ member in struct:getout
|
/external/emma/ant/ant14/com/vladium/emma/ant/ |
FileTask.java | 62 // // infile|file element:
|