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

12

  /frameworks/base/tools/aidl/
options.cpp 119 options->inputFileName = argv[i];
132 options->outputFileName = options->inputFileName;
aidl.cpp 607 fprintf(to, " %s %s\n", options.inputFileName.c_str(), slash);
807 err = parse_aidl(options.inputFileName.c_str());
839 err |= check_filenames(options.inputFileName.c_str(), mainDoc);
847 err |= gather_types(options.inputFileName.c_str(), mainDoc);
868 err |= check_types(options.inputFileName.c_str(), mainDoc);
873 err |= exactly_one_interface(options.inputFileName.c_str(), mainDoc, options, &onlyParcelable);
904 err = generate_java(options.outputFileName, options.inputFileName.c_str(),
  /external/llvm/tools/llvm-extract/
llvm-extract.cpp 35 // InputFilename - The filename to read from.
37 InputFilename(cl::Positional, cl::desc("<input bitcode file>"),
90 M.reset(getLazyIRFileModule(InputFilename, Err, Context));
  /external/webkit/Source/WebCore/WebCore.gyp/scripts/
action_derivedsourcesallinone.py 185 inputFileName = args[1]
188 inputFile = open(inputFileName, 'r')
  /external/llvm/tools/llvm-bcanalyzer/
llvm-bcanalyzer.cpp 49 InputFilename(cl::Positional, cl::desc("<input bitcode>"), cl::init("-"));
476 /// AnalyzeBitcode - Analyze the bitcode file specified by InputFilename.
482 MemoryBuffer::getFileOrSTDIN(InputFilename.c_str(), MemBuf))
483 return Error("Error reading '" + InputFilename + "': " + ec.message());
534 errs() << "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/icu4c/tools/gensprep/
gensprep.c 140 const char *bundleName=NULL, *inputFileName = NULL;
184 inputFileName = argv[1];
223 uprv_strcpy(basename,inputFileName);
  /external/llvm/tools/llvm-ld/
llvm-ld.cpp 255 /// InputFilename - The name of the input bitcode file.
263 const std::string &InputFilename,
274 args.push_back(InputFilename.c_str());
311 /// InputFilename - The name of the input bitcode file.
326 const std::string &InputFilename,
359 args.push_back(InputFilename);
  /external/llvm/tools/llvm-mc/
llvm-mc.cpp 47 InputFilename(cl::Positional, cl::desc("<input file>"), cl::init("-"));
235 if (error_code ec = MemoryBuffer::getFileOrSTDIN(InputFilename, BufferPtr)) {
349 if (error_code ec = MemoryBuffer::getFileOrSTDIN(InputFilename, BufferPtr)) {
457 if (error_code ec = MemoryBuffer::getFileOrSTDIN(InputFilename, Buffer)) {
  /frameworks/compile/slang/
slang_rs_context.h 208 const std::string &InputFileName,
slang_rs_reflection.h 310 const std::string &InputFileName,
slang_rs_reflection.cpp     [all...]
  /frameworks/base/media/libstagefright/codecs/on2/h264dec/source/
EvaluationTestBench.c 32 decoder inputFileName
34 , where inputFileName shall be name of file containing h264 stream
  /external/llvm/utils/FileCheck/
FileCheck.cpp 37 InputFilename("input-file", cl::desc("File to check (defaults to stdin)"),
663 MemoryBuffer::getFileOrSTDIN(InputFilename.c_str(), File)) {
664 errs() << "Could not open input file '" << InputFilename << "': "
671 errs() << "FileCheck error: '" << InputFilename << "' is empty.\n";
  /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/jpeg/
usage.doc 518 rdjpgcom [-verbose] [inputfilename]
533 wrjpgcom [switches] [inputfilename]
538 wrjpgcom [switches] inputfilename outputfilename
  /external/llvm/tools/opt/
opt.cpp 56 InputFilename(cl::Positional, cl::desc("<input bitcode file>"),
505 M.reset(ParseIRFile(InputFilename, Err, Context));
  /external/libvpx/build/make/
gen_msvs_proj.sh 154 Description="Assembling \$(InputFileName)" \
  /external/llvm/tools/bugpoint/
BugDriver.h 300 Module *ParseInputFile(const std::string &InputFilename,
  /external/llvm/docs/
CommandLine.html 281 <a href="#cl::opt">cl::opt</a>&lt;string&gt; InputFilename(<a href="#cl::Positional">cl::Positional</a>, <a href="#cl::desc">cl::desc</a>("<i>&lt;input file&gt;</i>"), <a href="#cl::init">cl::init</a>("<i>-</i>"));
296 <a href="#cl::opt">cl::opt</a>&lt;string&gt; InputFilename(<a href="#cl::Positional">cl::Positional</a>, <a href="#cl::desc">cl::desc</a>("<i>&lt;input file&gt;</i>"), <b><a href="#cl::Required">cl::Required</a></b>);
303 <a href="#cl::opt">cl::opt</a>&lt;string&gt; InputFilename(<a href="#cl::Positional">cl::Positional</a>, <a href="#cl::Required">cl::Required</a>, <a href="#cl::desc">cl::desc</a>("<i>&lt;input file&gt;</i>"));
    [all...]
  /hardware/qcom/media/mm-video/vidc/vdec/test/
omx_vdec_test.cpp 992 printf("Input values: inputfilename[%s]\n", in_filename);
    [all...]
  /prebuilt/sdk/tools/linux/
aidl 

Completed in 743 milliseconds

12