HomeSort by relevance Sort by last modified time
    Searched refs:outputFilename (Results 1 - 6 of 6) sorted by null

  /packages/inputmethods/LatinIME/tools/makedict/src/com/android/inputmethod/latin/
DictionaryMaker.java 233 * @param outputFilename the name of the file to write to.
238 private static void writeBinaryDictionary(final String outputFilename,
240 final File outputFile = new File(outputFilename);
241 BinaryDictInputOutput.writeDictionaryBinary(new FileOutputStream(outputFilename), dict);
247 * @param outputFilename the name of the file to write to.
252 private static void writeXmlDictionary(final String outputFilename,
254 XmlDictInputOutput.writeDictionaryXml(new FileWriter(outputFilename), dict);
  /external/llvm/tools/llc/
llc.cpp 50 OutputFilename("o", cl::desc("Output filename"), cl::value_desc("filename"));
129 std::string outputFilename;
135 outputFilename = std::string(IFN.begin(), IFN.end()-3); // s/.bc/.s/
137 outputFilename = IFN;
139 return outputFilename;
146 if (OutputFilename.empty()) {
148 OutputFilename = "-";
150 OutputFilename = GetFileNameRoot(InputFilename);
157 OutputFilename += ".cbe.c";
159 OutputFilename += ".cpp"
    [all...]
  /cts/tools/host/src/com/android/cts/
ReferenceAppTestPackage.java 194 String outputFilename = testSessionLog.getResultDir() +
196 File output = new File(outputFilename);
  /external/doclava/src/com/google/doclava/
ClearPage.java 132 File file = new File(outputFilename(filename));
211 public static String outputFilename(String htmlFile) {
  /frameworks/base/media/java/android/media/videoeditor/
MediaArtistNativeHelper.java     [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/
BuildHelper.java 185 * @param outputFilename the name of the resource ap_ file.
190 int versionCode, String outputFolder, String outputFilename)
250 outputFolder + File.separator + outputFilename, resFilter,
    [all...]

Completed in 962 milliseconds