Home
last modified time | relevance | path

Searched refs:inputfile (Results 1 – 9 of 9) sorted by relevance

/external/eigen/bench/
Danalyze-blocking-sizes.cpp213 preprocessed_inputfile_t(const inputfile_t& inputfile) in preprocessed_inputfile_t()
214 : filename(inputfile.filename) in preprocessed_inputfile_t()
216 if (inputfile.type != inputfile_t::type_t::all_pot_sizes) { in preprocessed_inputfile_t()
219 auto it = inputfile.entries.begin(); in preprocessed_inputfile_t()
221 while (it != inputfile.entries.end()) { in preprocessed_inputfile_t()
223 if (it == inputfile.entries.end() || in preprocessed_inputfile_t()
609 inputfile_t inputfile(*it); in run() local
610 switch (inputfile.type) { in run()
612 preprocessed_inputfiles.emplace_back(inputfile); in run()
/external/ply/ply/example/yply/
DREADME7 % python yply.py [-nocode] inputfile.y >myparser.py
/external/autotest/utils/
Dexternal_packages.py22 inputfile = open(full_path, 'rb')
24 hex_sum = utils.hash('sha1', inputfile.read()).hexdigest()
26 inputfile.close()
/external/xz-embedded/linux/Documentation/
Dxz.txt78 xz --check=crc32 --lzma2=dict=512KiB inputfile
/external/libpng/
DCMakeLists.txt156 # generate_chk(INPUT inputfile OUTPUT outputfile [DEPENDS dep1 [dep2...]])
179 # generate_out(INPUT inputfile OUTPUT outputfile [DEPENDS dep1 [dep2...]])
/external/curl/tests/
Druntests.pl3458 my @inputfile=getpart("client", "file");
3461 if(@inputfile || $filename) {
3467 my $fileContent = join('', @inputfile);
/external/libjpeg-turbo/
Dusage.txt488 jpegtran [switches] [inputfile] >outputfile
490 jpegtran [switches] inputfile outputfile
DChangeLog.md893 application was invoked using I/O redirection (`cjpeg <inputfile >output.jpg`.)
/external/markdown/docs/
Dwriting_extensions.txt541 markdown.py -x myextension(SOME_PARAM=2) inputfile.txt > output.txt