HomeSort by relevance Sort by last modified time
    Searched full:outputfilename (Results 26 - 50 of 77) sorted by null

12 3 4

  /external/llvm/tools/opt/
opt.cpp 65 OutputFilename("o", cl::desc("Override output filename"),
606 if (!OutputFilename.empty())
611 if (OutputFilename.empty())
612 OutputFilename = "-";
615 Out.reset(new tool_output_file(OutputFilename.c_str(), ErrorInfo,
677 if (OutputFilename.empty())
678 OutputFilename = "-";
681 Out.reset(new tool_output_file(OutputFilename.c_str(), ErrorInfo,
  /external/llvm/lib/Support/
Timer.cpp 58 const std::string &OutputFilename = getLibSupportInfoOutputFilename();
59 if (OutputFilename.empty())
61 if (OutputFilename == "-")
70 new raw_fd_ostream(OutputFilename.c_str(), Error, sys::fs::F_Append);
75 << OutputFilename << " for appending!\n";
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src/org/eclipse/releng/generators/
TestResultsGenerator.java 643 String outputFileName =
645 writeFile(outputFileName, dropTemplateString);
666 String outputFileName =
668 writeFile(outputFileName, templateString);
763 String outputFileName =
765 writeFile(outputFileName, testResultsTemplateString);
768 private void writeFile(String outputFileName, String contents) {
771 outputStream = new FileOutputStream(outputFileName);
775 "File not found exception writing: " + outputFileName);
777 System.out.println("IOException writing: " + outputFileName);
    [all...]
  /frameworks/base/tools/aidl/
aidl.cpp 640 string fileName = options.outputFileName + ".d";
657 fprintf(to, "%s: \\\n", options.outputFileName.c_str());
    [all...]
  /external/llvm/tools/llvm-mc/
llvm-mc.cpp 47 OutputFilename("o", cl::desc("Output filename"),
209 if (OutputFilename == "")
210 OutputFilename = "-";
214 new tool_output_file(OutputFilename.c_str(), Err, sys::fs::F_Binary);
  /external/chromium_org/third_party/icu/source/tools/gennorm2/
gennorm2.cpp 103 "Usage: %s [-options] infiles+ -o outputfilename\n"
106 "creates a binary file (outputfilename) with the data.\n"
  /external/doclava/src/com/google/doclava/
ClearPage.java 133 File file = new File(outputFilename(filename));
216 public static String outputFilename(String htmlFile) {
  /external/icu4c/tools/gennorm2/
gennorm2.cpp 102 "Usage: %s [-options] infiles+ -o outputfilename\n"
105 "creates a binary file (outputfilename) with the data.\n"
  /external/jdiff/src/jdiff/
Comments.java 376 * @param outputFileName The name of the comments file.
381 public static boolean writeFile(String outputFileName,
384 FileOutputStream fos = new FileOutputStream(outputFileName);
386 newComments.emitXMLHeader(outputFileName);
391 System.out.println("IO Error while attempting to create " + outputFileName);
RootDocToXML.java 31 String tempFileName = outputFileName;
36 tempFileName += outputFileName;
68 String xsdFileName = outputFileName;
    [all...]
  /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/compile/libbcc/tools/bcc_compat/
Main.cpp 275 std::string OutputFilename = DetermineOutputFilename(OptOutputFilename);
276 if (OutputFilename.empty()) {
282 if (!rscd.build(*s, OutputFilename.c_str(), OptRuntimePath.c_str())) {
  /pdk/apps/TestingCamera2/src/com/android/testingcamera2/
CameraRecordingStream.java 362 String outputFileName = getOutputMediaFileName();
363 if (outputFileName == null) {
373 outputFileName, MediaMuxer.OutputFormat.MUXER_OUTPUT_MPEG_4);
  /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/llvm-extract/
llvm-extract.cpp 42 OutputFilename("o", cl::desc("Specify output filename"),
268 tool_output_file Out(OutputFilename.c_str(), ErrorInfo, sys::fs::F_Binary);
  /external/skia/tools/
skdiff_image.cpp 26 const SkString& outputFilename,
72 create_and_write_diff_image(drp, dmp, colorThreshold, outputDir, outputFilename);
  /dalvik/vm/hprof/
Hprof.h 221 hprof_context_t* hprofStartup(const char *outputFileName, int fd,
  /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/clang/lib/Frontend/
FrontendActions.cpp 431 StringRef OutputFileName = getCompilerInstance().getFrontendOpts().OutputFile;
432 if (!OutputFileName.empty() && OutputFileName != "-") {
434 OutFile.reset(new llvm::raw_fd_ostream(OutputFileName.str().c_str(),
  /external/llvm/tools/llvm-stress/
llvm-stress.cpp 41 OutputFilename("o", cl::desc("Override output filename"),
700 if (OutputFilename.empty())
701 OutputFilename = "-";
704 Out.reset(new tool_output_file(OutputFilename.c_str(), ErrorInfo,
  /frameworks/compile/mclinker/tools/mcld/
main.cpp 352 std::string OutputFilename = DetermineOutputFilename(OptOutputFilename);
353 if (OutputFilename.empty()) {
358 if (!ConfigLinker(linker, OutputFilename)) {
362 if (!PrepareInputOutput(linker, OutputFilename)) {
  /external/llvm/tools/bugpoint/
BugDriver.h 173 std::string OutputFilename,
260 std::string &OutputFilename, bool DeleteOutput = false,
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
binhex.py 4 binhex(inputfilename, outputfilename)
5 hexbin(inputfilename, outputfilename)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
binhex.py 4 binhex(inputfilename, outputfilename)
5 hexbin(inputfilename, outputfilename)
  /build/tools/signapk/
SignApk.java 731 String outputFilename = args[args.length-1];
764 outputFile = new FileOutputStream(outputFilename);

Completed in 673 milliseconds

12 3 4