Searched defs:inputFile (Results 1 - 25 of 30) sorted by relevance

12

/external/icu/tools/srcgen/currysrc/src/main/java/com/google/currysrc/api/output/
H A DBasicOutputSourceFileGenerator.java36 public File generate(CompilationUnit cu, File inputFile) { argument
37 String sourceFileName = inputFile.getName();
H A DNullOutputSourceFileGenerator.java33 @Override public File generate(CompilationUnit cu, File inputFile) { argument
H A DOutputSourceFileGenerator.java27 File generate(CompilationUnit cu, File inputFile); argument
/external/jarjar/src/main/com/tonicsystems/jarjar/util/
H A DIoUtil.java56 * @param inputFile
60 public static void copyZipWithoutEmptyDirectories(final File inputFile, final File outputFile) throws IOException argument
64 final ZipFile inputZip = new ZipFile(inputFile);
/external/smali/baksmali/src/main/java/org/jf/baksmali/
H A DDexInputCommand.java66 protected File inputFile; field in class:DexInputCommand
121 inputFile = file;
/external/libxaac/test/
H A Dixheaacd_fileifc.h54 FILE *inputFile; member in struct:FileWrapper
/external/parameter-framework/upstream/test/test-subsystem/
H A DTESTSubsystemObject.cpp82 std::ifstream inputFile; local
84 inputFile.open(_strFilePath.c_str());
86 if (!inputFile.is_open()) {
91 receiveFromFile(inputFile);
93 inputFile.close();
126 void CTESTSubsystemObject::receiveFromFile(std::ifstream &inputFile) argument
136 inputFile >> strValue;
/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/charsetdet/sbcs/
H A DChecker.java93 private boolean nextBuffer(InputFile inputFile) argument
96 bufMax = inputFile.read(buffer);
H A DStatisticsTool.java53 private InputFile inputFile; field in class:StatisticsTool
124 bufMax = nextBuffer(inputFile);
146 String filename = inputFile.getPath();
160 System.out.println(inputFile.getFilename() + ": " + ngrams.getUniqueNGrams() + "/" + ngrams.getTotalNGrams());
166 NGramList stats = new NGramList(inputFile);
193 String filename = inputFile.getPath();
195 String outputFileName = filename.substring(0, extension) + "-" + inputFile.getEncoding() +
234 char[] unicodes = inputFile.decode(allBytes);
255 byte[] byteMap = inputFile.encode(unicodes);
276 inputFile
[all...]
/external/webrtc/webrtc/modules/video_coding/test/
H A Dtest_util.h82 std::string inputFile; member in class:CmdArgs
/external/honggfuzz/includes/libcommon/
H A Dutil.c202 bool util_redirectStdin(const char* inputFile) { argument
203 int fd = open(inputFile, O_RDONLY);
206 PLOG_W("Couldn't open '%s'", inputFile);
/external/honggfuzz/libcommon/
H A Dutil.c202 bool util_redirectStdin(const char* inputFile) { argument
203 int fd = open(inputFile, O_RDONLY);
206 PLOG_W("Couldn't open '%s'", inputFile);
/external/antlr/antlr-3.4/tool/src/test/java/org/antlr/test/
H A DBaseTest.java364 String inputFile = new File(tmpdir, "input").getAbsolutePath();
367 "Test", inputFile
373 StreamVacuum stdoutVacuum = new StreamVacuum(process.getInputStream(), inputFile);
374 StreamVacuum stderrVacuum = new StreamVacuum(process.getErrorStream(), inputFile);
502 String inputFile; field in class:BaseTest.StreamVacuum
503 public StreamVacuum(InputStream in, String inputFile) { argument
505 this.inputFile = inputFile;
515 if (line.startsWith(inputFile))
516 line = line.substring(inputFile
[all...]
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dfindbugs-ant.jarMETA-INF/ META-INF/MANIFEST.MF edu/ edu/umd/ edu/umd/cs/ edu/umd/cs/findbugs/ ...
H A Dfindbugs.jarMETA-INF/ META-INF/MANIFEST.MF default.xsl edu/ edu/umd/ edu/umd/cs/ edu/ ...
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/error_prone/checkerframework/
H A Ddataflow-2.2.2.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/checkerframework/ org/checkerframework/dataflow/ org/checkerframework/dataflow/analysis/ ...
/external/guice/extensions/struts2/lib/
H A Dfreemarker-2.3.16.jarMETA-INF/ META-INF/MANIFEST.MF freemarker/ freemarker/cache/ freemarker/core/ freemarker/debug/ freemarker/debug/impl/ ...
/external/icu/tools/srcgen/currysrc/libs/
H A Dorg.eclipse.osgi_3.10.100.v20150529-1857.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_.RSA META ...
/external/jarjar/lib/
H A Dapache-ant-1.9.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/antlr/antlr-3.4/lib/
H A Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/analysis/ org/antlr/codegen/ org/ ...
/external/conscrypt/benchmark-android/
H A Dvogar.jarMETA-INF/ META-INF/MANIFEST.MF vogar/ vogar/TestProperties.class TestProperties.java package vogar ...
/external/annotation-tools/annotation-file-utilities/
H A Dannotation-file-utilities.jarMETA-INF/ META-INF/MANIFEST.MF annotations/ annotations/el/ annotations/field/ annotations/io/ annotations/io/classfile/ ...
/external/dagger2/lib/
H A Dgoogle-java-format-0.1-20151017.042846-2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/googlejavaformat/ com/google/googlejavaformat/CloseOp ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...

Completed in 645 milliseconds

12