OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:outputFilename
(Results
1 - 12
of
12
) sorted by null
/packages/inputmethods/LatinIME/tools/dicttool/src/com/android/inputmethod/latin/dicttool/
DictionaryMaker.java
349
* @param
outputFilename
the name of the file to write to.
355
private static void writeBinaryDictionary(final String
outputFilename
,
358
final File outputFile = new File(
outputFilename
);
372
* @param
outputFilename
the name of the file to write to.
377
private static void writeXmlDictionary(final String
outputFilename
,
379
XmlDictInputOutput.writeDictionaryXml(new BufferedWriter(new FileWriter(
outputFilename
)),
386
* @param
outputFilename
the name of the file to write to.
391
private static void writeCombinedDictionary(final String
outputFilename
,
394
new BufferedWriter(new FileWriter(
outputFilename
)), dict);
/external/aac/libSYS/include/
wav_file.h
199
* \param
outputFilename
File name of the file to be written to.
206
INT WAV_OutputOpen(HANDLE_WAV *pWav, const char *
outputFilename
, INT sampleRate, INT numChannels, INT bitsPerSample);
/external/llvm/tools/llc/
llc.cpp
54
OutputFilename
("o", cl::desc("Output filename"), cl::value_desc("filename"));
87
std::string
outputFilename
;
93
outputFilename
= std::string(IFN.begin(), IFN.end()-3); // s/.bc/.s/
95
outputFilename
= IFN;
97
return
outputFilename
;
104
if (
OutputFilename
.empty()) {
106
OutputFilename
= "-";
108
OutputFilename
= GetFileNameRoot(InputFilename);
114
OutputFilename
+= ".cbe.c";
116
OutputFilename
+= ".cpp"
[
all
...]
/external/aac/libSYS/src/
wav_file.cpp
385
INT WAV_OutputOpen(HANDLE_WAV *pWav, const char *
outputFilename
, INT sampleRate, INT numChannels, INT bitsPerSample)
401
wav->fp = FDKfopen(
outputFilename
, "wb");
404
FDKprintfErr("WAV_OutputOpen(): unable to create file %s\n",
outputFilename
);
428
FDKprintfErr("WAV_OutputOpen(): error writing to output file %s\n",
outputFilename
);
/external/doclava/src/com/google/doclava/
ClearPage.java
133
File file = new File(
outputFilename
(filename));
216
public static String
outputFilename
(String htmlFile) {
/external/skia/tools/
skdiff_image.cpp
26
const SkString&
outputFilename
,
72
create_and_write_diff_image(drp, dmp, colorThreshold, outputDir,
outputFilename
);
filtermain.cpp
817
SkString inputFilename,
outputFilename
;
/cts/tests/tests/media/src/android/media/cts/
Vp8EncoderTest.java
212
* @param
outputFilename
The name of the IVF file to write encoded bitsream
218
private void encode(String
outputFilename
, int rawInputFd,
244
ivf = new IvfWriter(
outputFilename
, frameWidth, frameHeight);
/frameworks/base/media/java/android/media/videoeditor/
MediaArtistNativeHelper.java
[
all
...]
/build/tools/signapk/
SignApk.java
731
String
outputFilename
= args[args.length-1];
764
outputFile = new FileOutputStream(
outputFilename
);
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/
BuildHelper.java
205
* @param
outputFilename
the name of the resource ap_ file.
210
int versionCode, String outputFolder, String
outputFilename
)
273
outputFolder + File.separator +
outputFilename
, resFilter,
[
all
...]
/prebuilts/tools/common/m2/internal/com/google/code/findbugs/findbugs/2.0.1/
findbugs-2.0.1.jar
Completed in 152 milliseconds