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

12 3

  /external/llvm/tools/llvm-extract/
llvm-extract.cpp 36 // InputFilename - The filename to read from.
38 InputFilename(cl::Positional, cl::desc("<input bitcode file>"),
104 M.reset(getLazyIRFileModule(InputFilename, Err, Context));
  /frameworks/compile/slang/
slang_rs_context.cpp 288 const std::string &InputFileName,
302 InputFileName, OutputBCFileName);
slang_rs_context.h 223 const std::string &InputFileName,
slang_rs_reflection_cpp.cpp 122 const string &InputFileName,
124 mInputFileName = InputFileName;
127 mClassName = string("ScriptC_") + stripRS(InputFileName);
slang_rs_reflection.h 339 const std::string &InputFileName,
  /external/skia/tools/
filtermain.cpp 817 SkString inputFilename, outputFilename;
818 if (iter.next(&inputFilename)) {
821 sk_tools::make_filepath(&inFile, inDir, inputFilename);
823 sk_tools::make_filepath(&outFile, outDir, inputFilename);
825 SkDebugf("Executing %s\n", inputFilename.c_str());
827 } while(iter.next(&inputFilename));
  /external/llvm/tools/llvm-bcanalyzer/
llvm-bcanalyzer.cpp 48 InputFilename(cl::Positional, cl::desc("<input bitcode>"), cl::init("-"));
478 /// AnalyzeBitcode - Analyze the bitcode file specified by InputFilename.
484 MemoryBuffer::getFileOrSTDIN(InputFilename, MemBuf))
485 return Error("Error reading '" + InputFilename + "': " + ec.message());
538 outs() << "Summary of " << InputFilename << ":\n";
  /dalvik/tools/dmtracedump/
CreateTestTrace.c 119 void parseInputFile(const char *inputFileName)
128 FILE *inputFp = fopen(inputFileName, "r");
130 perror(inputFileName);
  /external/chromium_org/third_party/icu/source/tools/gensprep/
gensprep.c 140 const char *bundleName=NULL, *inputFileName = NULL;
184 inputFileName = argv[1];
223 uprv_strcpy(basename,inputFileName);
  /external/icu4c/tools/gensprep/
gensprep.c 141 const char *bundleName=NULL, *inputFileName = NULL;
185 inputFileName = argv[1];
224 uprv_strcpy(basename,inputFileName);
  /frameworks/base/tools/aidl/
aidl.cpp 662 fprintf(to, " %s %s\n", options.inputFileName.c_str(), slash);
954 err = parse_aidl(options.inputFileName.c_str());
986 err |= check_filenames(options.inputFileName.c_str(), mainDoc);
994 err |= gather_types(options.inputFileName.c_str(), mainDoc);
    [all...]
  /external/antlr/antlr-3.4/runtime/Delphi/
README.TXT 195 procedure Run(const InputFilename: String);
203 Input := TANTLRFileStream.Create(InputFilename);
  /external/llvm/tools/llvm-mc/
llvm-mc.cpp 44 InputFilename(cl::Positional, cl::desc("<input file>"), cl::init("-"));
367 if (error_code ec = MemoryBuffer::getFileOrSTDIN(InputFilename, BufferPtr)) {
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
EvaluationTestBench.c 32 decoder inputFileName
34 , where inputFileName shall be name of file containing h264 stream
  /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)
  /external/chromium_org/third_party/icu/source/tools/dumpce/
dumpce.cpp 575 char inputfilename[128]; local
578 strcpy(inputfilename, options[5].value);
579 appendDirSeparator(inputfilename);
581 strcat(inputfilename, options[7].value);
582 FILE *input = fopen(inputfilename, "r");
    [all...]
  /external/icu4c/tools/dumpce/
dumpce.cpp 575 char inputfilename[128] = ""; local
578 strcpy(inputfilename, options[5].value);
579 appendDirSeparator(inputfilename);
581 strcat(inputfilename, options[7].value);
582 FILE *input = fopen(inputfilename, "r");
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/bundles/93/1/.cp/
convert.jar 
  /external/jpeg/
usage.doc 518 rdjpgcom [-verbose] [inputfilename]
533 wrjpgcom [switches] [inputfilename]
538 wrjpgcom [switches] inputfilename outputfilename
  /external/qemu/distrib/jpeg-6b/
usage.doc 518 rdjpgcom [-verbose] [inputfilename]
533 wrjpgcom [switches] [inputfilename]
538 wrjpgcom [switches] inputfilename outputfilename
  /external/llvm/utils/FileCheck/
FileCheck.cpp 41 InputFilename("input-file", cl::desc("File to check (defaults to stdin)"),
    [all...]
  /build/tools/signapk/
SignApk.java 730 String inputFilename = args[args.length-2];
762 inputJar = new JarFile(new File(inputFilename), false); // Don't verify.
  /external/llvm/tools/opt/
opt.cpp 61 InputFilename(cl::Positional, cl::desc("<input bitcode file>"),
592 M.reset(ParseIRFile(InputFilename, Err, Context));
  /external/libvpx/libvpx/build/make/
gen_msvs_proj.sh 157 Description="Assembling \$(InputFileName)" \

Completed in 612 milliseconds

12 3