/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/GenFfsFile/ |
GenFfsFile.c | 894 CHAR8 *InputFileName;
914 InputFileName = NULL;
1001 InputFileName = (CHAR8 *) malloc (_MAX_PATH);
1002 if (InputFileName == NULL) {
1006 ZeroMem (InputFileName, sizeof (_MAX_PATH));
1008 strcpy (InputFileName, Buffer);
1078 *PtrInputFileName = InputFileName;
1131 CHAR8 *InputFileName;
1144 InputFileName = NULL;
1259 &InputFileName,
[all...] |
/device/linaro/bootloader/edk2/BaseTools/Source/C/GenFw/ |
GenFw.c | [all...] |
/external/swiftshader/third_party/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";
|
/art/tools/dmtracedump/ |
createtesttrace.cc | 116 void parseInputFile(const char* inputFileName) { 117 FILE* inputFp = fopen(inputFileName, "r"); 119 perror(inputFileName);
|
/external/swiftshader/third_party/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/webrtc/webrtc/modules/audio_device/dummy/ |
file_audio_device.cc | 26 const char* inputFilename, 44 _inputFilename(inputFilename),
|
/device/linaro/bootloader/edk2/BaseTools/Source/C/TianoCompress/ |
TianoCompress.h | 94 IN char *InputFileName,
|
/external/llvm/tools/llvm-pdbdump/ |
llvm-pdbdump.cpp | 262 cl::list<std::string> InputFilename(cl::Positional, 291 cl::list<std::string> InputFilename(cl::Positional, 547 pdb2Yaml(opts::pdb2yaml::InputFilename.front()); 549 yamlToPdb(opts::yaml2pdb::InputFilename.front());
|
/external/swiftshader/third_party/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)) { 348 if (error_code ec = MemoryBuffer::getFileOrSTDIN(InputFilename, BufferPtr)) { 454 if (error_code ec = MemoryBuffer::getFileOrSTDIN(InputFilename, Buffer)) {
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/ |
binhex.py | 4 binhex(inputfilename, outputfilename)
5 hexbin(inputfilename, outputfilename)
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
binhex.py | 4 binhex(inputfilename, outputfilename)
5 hexbin(inputfilename, outputfilename)
|
/external/antlr/antlr-3.4/runtime/Delphi/ |
README.TXT | 195 procedure Run(const InputFilename: String); 203 Input := TANTLRFileStream.Create(InputFilename);
|
/external/python/cpython2/Lib/ |
binhex.py | 4 binhex(inputfilename, outputfilename) 5 hexbin(inputfilename, outputfilename)
|
/external/python/cpython3/Lib/ |
binhex.py | 4 binhex(inputfilename, outputfilename) 5 hexbin(inputfilename, outputfilename)
|
/prebuilts/gdb/darwin-x86/lib/python2.7/ |
binhex.py | 4 binhex(inputfilename, outputfilename) 5 hexbin(inputfilename, outputfilename)
|
/prebuilts/gdb/linux-x86/lib/python2.7/ |
binhex.py | 4 binhex(inputfilename, outputfilename) 5 hexbin(inputfilename, outputfilename)
|
/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)
|
/device/linaro/bootloader/edk2/BaseTools/Scripts/ |
ConvertMasmToNasm.py | 230 self.inputFilename = inputFile
243 self.inputFileBase = os.path.basename(self.inputFilename)
247 dirpath, src = os.path.split(self.inputFilename)
251 lines = io.open(self.inputFilename).readlines()
[all...] |
/external/llvm/tools/llvm-bcanalyzer/ |
llvm-bcanalyzer.cpp | 50 InputFilename(cl::Positional, cl::desc("<input bitcode>"), cl::init("-")); 761 /// AnalyzeBitcode - Analyze the bitcode file specified by InputFilename. 767 if (openBitcodeFile(InputFilename, StreamBuffer, StreamFile, Stream, 819 outs() << "Summary of " << InputFilename << ":\n"; [all...] |
/external/swiftshader/third_party/LLVM/utils/FileCheck/ |
FileCheck.cpp | 37 InputFilename("input-file", cl::desc("File to check (defaults to stdin)"), 659 MemoryBuffer::getFileOrSTDIN(InputFilename.c_str(), File)) { 660 errs() << "Could not open input file '" << InputFilename << "': " 667 errs() << "FileCheck error: '" << InputFilename << "' is empty.\n";
|
/external/llvm/tools/llvm-mc/ |
llvm-mc.cpp | 46 InputFilename(cl::Positional, cl::desc("<input file>"), cl::init("-")); 405 MemoryBuffer::getFileOrSTDIN(InputFilename); 407 errs() << InputFilename << ": " << EC.message() << '\n';
|
/external/llvm/tools/opt/ |
opt.cpp | 78 InputFilename(cl::Positional, cl::desc("<input bitcode file>"), 388 std::unique_ptr<Module> M = parseIRFile(InputFilename, Err, Context); 403 errs() << argv[0] << ": " << InputFilename
|
/external/llvm/tools/verify-uselistorder/ |
verify-uselistorder.cpp | 58 static cl::opt<std::string> InputFilename(cl::Positional, 544 std::unique_ptr<Module> M = parseIRFile(InputFilename, Err, Context); 551 errs() << argv[0] << ": " << InputFilename
|
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Pkcs7Sign/ |
Pkcs7Sign.py | 126 args.InputFileName = args.InputFile.name
|