Searched refs:InputFile (Results 1 - 25 of 41) sorted by relevance

12

/external/opencv3/3rdparty/openexr/IlmImf/
H A DImfInputFile.h41 // class InputFile -- a scanline-based interface that can be used
59 class InputFile class in namespace:Imf
65 // Destroying the InputFile object will close the file.
71 InputFile (const char fileName[], int numThreads = globalThreadCount());
75 // A constructor that attaches the new InputFile object to a
76 // file that has already been opened. Destroying the InputFile
83 InputFile (IStream &is, int numThreads = globalThreadCount());
90 virtual ~InputFile ();
116 // object into the InputFile object.
195 InputFile (cons
[all...]
H A DImfInputFile.cpp37 // class InputFile
67 // Struct InputFile::Data stores things that will be
71 struct InputFile::Data: public Mutex
100 InputFile::Data::Data (bool del, int numThreads):
113 InputFile::Data::~Data ()
126 InputFile::Data::deleteCachedBuffer()
173 bufferedReadPixels (InputFile::Data* ifd, int scanLine1, int scanLine2)
311 InputFile::InputFile (const char fileName[], int numThreads): function in class:Imf::InputFile
335 InputFile function in class:Imf::InputFile
[all...]
H A DImfOutputFile.h52 class InputFile;
178 // Shortcut to copy all pixels from an InputFile into this file,
180 // This file's header must be compatible with the InputFile's
185 void copyPixels (InputFile &in);
H A DImfTiledOutputFile.h54 class InputFile;
402 // Shortcut to copy all pixels from an InputFile into this file,
404 // This file's header must be compatible with the InputFile's
408 // To use this function, the InputFile must be tiled.
411 void copyPixels (InputFile &in);
H A DImfRgbaFile.h63 class InputFile;
298 // Read pixel data (see class Imf::InputFile)
336 InputFile * _inputFile;
H A DImfTiledInputFile.h359 friend class InputFile;
H A DImfRgbaFile.cpp810 FromYca (InputFile &inputFile, RgbaChannels rgbaChannels);
828 InputFile & _inputFile;
848 RgbaInputFile::FromYca::FromYca (InputFile &inputFile,
1165 _inputFile (new InputFile (name, numThreads)),
1177 _inputFile (new InputFile (is, numThreads)),
1192 _inputFile (new InputFile (name, numThreads)),
1207 _inputFile (new InputFile (is, numThreads)),
/external/llvm/tools/dsymutil/
H A Ddsymutil.h40 parseDebugMap(StringRef InputFile, ArrayRef<std::string> Archs,
44 bool dumpStab(StringRef InputFile, ArrayRef<std::string> Archs,
H A Ddsymutil.cpp176 static std::string getOutputFileName(llvm::StringRef InputFile, argument
180 OutputFileOpt.empty() ? InputFile : llvm::StringRef(OutputFileOpt);
201 if (InputFile == "-")
203 return (InputFile + ".dwarf").str();
218 InputFile == "-" ? llvm::StringRef("a.out") : InputFile;
288 for (auto &InputFile : InputFiles) {
291 if (!dumpStab(InputFile, ArchFlags, OsoPrependPath))
296 auto DebugMapPtrsOrErr = parseDebugMap(InputFile, ArchFlags, OsoPrependPath,
300 llvm::errs() << "error: cannot parse the debug map for \"" << InputFile
[all...]
H A DMachODebugMapParser.cpp469 parseDebugMap(StringRef InputFile, ArrayRef<std::string> Archs, argument
472 MachODebugMapParser Parser(InputFile, Archs, PrependPath, Verbose);
475 return DebugMap::parseYAMLDebugMap(InputFile, PrependPath, Verbose);
479 bool dumpStab(StringRef InputFile, ArrayRef<std::string> Archs, argument
481 MachODebugMapParser Parser(InputFile, Archs, PrependPath, false);
/external/clang/include/clang/Serialization/
H A DModule.h57 class InputFile { class in namespace:clang::serialization
66 InputFile() {} function in class:clang::serialization::InputFile
67 InputFile(const FileEntry *File, function in class:clang::serialization::InputFile
79 static InputFile getNotFound() {
80 InputFile File;
210 std::vector<InputFile> InputFilesLoaded;
/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/charsetdet/sbcs/
H A DChecker.java39 public Checker(NGramList list, InputFile dataFile)
91 private boolean nextBuffer(InputFile inputFile)
128 public void setMapper(InputFile file)
143 public void check(InputFile dataFile)
H A DInputFile.java28 public class InputFile implements NGramList.NGramKeyMapper class in inherits:NGramList.NGramKeyMapper
49 public InputFile(String filename, String encoding, boolean visual) method in class:InputFile
H A DStatisticsTool.java51 private InputFile inputFile;
112 private int nextBuffer(InputFile inputFileArg)
268 public NGramList collectStatistics(InputFile file)
315 InputFile[] input_files = new InputFile[args.length];
346 input_files[file_count++] = new InputFile(arg, encoding, visual_order);
359 InputFile file = input_files[i];
389 InputFile file = input_files[f];
/external/llvm/lib/Support/
H A DSignals.cpp95 SmallString<32> InputFile, OutputFile; local
96 sys::fs::createTemporaryFile("symbolizer-input", "", InputFD, InputFile);
98 FileRemover InputRemover(InputFile.c_str());
109 StringRef InputFileStr(InputFile);
/external/llvm/tools/bugpoint/
H A DToolRunner.cpp165 const std::string &InputFile,
178 const std::string &InputFile,
212 InputFile, OutputFile, OutputFile,
286 const std::string &InputFile,
342 const std::string &InputFile,
355 const std::string &InputFile,
377 &ProgramArgs[0], InputFile, OutputFile,
510 const std::string &InputFile,
528 InputFile, OutputFile, Error, CCArgs,
572 const std::string &InputFile,
176 ExecuteProgram(const std::string &Bitcode, const std::vector<std::string> &Args, const std::string &InputFile, const std::string &OutputFile, std::string *Error, const std::vector<std::string> &CCArgs, const std::vector<std::string> &SharedLibs, unsigned Timeout, unsigned MemoryLimit) argument
353 ExecuteProgram(const std::string &Bitcode, const std::vector<std::string> &Args, const std::string &InputFile, const std::string &OutputFile, std::string *Error, const std::vector<std::string> &CCArgs, const std::vector<std::string> &SharedLibs, unsigned Timeout, unsigned MemoryLimit) argument
508 ExecuteProgram(const std::string &Bitcode, const std::vector<std::string> &Args, const std::string &InputFile, const std::string &OutputFile, std::string *Error, const std::vector<std::string> &ArgsForCC, const std::vector<std::string> &SharedLibs, unsigned Timeout, unsigned MemoryLimit) argument
584 ExecuteProgram(const std::string &Bitcode, const std::vector<std::string> &Args, const std::string &InputFile, const std::string &OutputFile, std::string *Error, const std::vector<std::string> &CCArgs, const std::vector<std::string> &SharedLibs, unsigned Timeout, unsigned MemoryLimit) argument
656 ExecuteProgram(const std::string &ProgramFile, const std::vector<std::string> &Args, FileType fileType, const std::string &InputFile, const std::string &OutputFile, std::string *Error, const std::vector<std::string> &ArgsForCC, unsigned Timeout, unsigned MemoryLimit) argument
805 MakeSharedObject(const std::string &InputFile, FileType fileType, std::string &OutputFile, const std::vector<std::string> &ArgsForCC, std::string &Error) argument
[all...]
H A DToolRunner.h56 /// arguments. Standard input is specified with InputFile, and standard
64 const std::string &InputFile,
75 int MakeSharedObject(const std::string &InputFile, FileType fileType,
140 const std::string &InputFile,
178 const std::string &InputFile,
/external/webrtc/webrtc/modules/remote_bitrate_estimator/tools/
H A Dbwe_rtp.cc42 std::string InputFile() { function in namespace:flags
78 std::string filename = flags::InputFile();
/external/opencv/otherlibs/highgui/
H A Dgrfmt_exr.h76 InputFile *m_file;
/external/opencv3/modules/imgcodecs/src/
H A Dgrfmt_exr.hpp87 InputFile *m_file;
/external/llvm/tools/lli/
H A Dlli.cpp74 InputFile(cl::desc("<input bitcode>"), cl::Positional, cl::init("-"));
406 std::unique_ptr<Module> Owner = parseIRFile(InputFile, Err, Context);
418 CacheName.append(InputFile);
558 InputFile = static_cast<std::string>(FakeArgv0);
562 if (StringRef(InputFile).endswith(".bc"))
563 InputFile.erase(InputFile.length() - 3);
567 InputArgv.insert(InputArgv.begin(), InputFile);
/external/webrtc/webrtc/video/
H A Dreplay.cc113 static std::string InputFile() { function in namespace:webrtc::flags
259 test::RtpFileReader::kRtpDump, flags::InputFile()));
262 flags::InputFile()));
269 test::RtpFileReader::kLengthPacketInterleaved, flags::InputFile()));
/external/clang/lib/Frontend/
H A DFrontendAction.cpp178 StringRef InputFile = Input.getFile(); local
194 InputFile, CI.getPCHContainerReader(), Diags, CI.getFileSystemOpts(),
214 if (!BeginSourceFileAction(CI, InputFile))
218 CI.setASTConsumer(CreateWrappedASTConsumer(CI, InputFile));
250 if (!BeginSourceFileAction(CI, InputFile))
303 if (!BeginSourceFileAction(CI, InputFile))
319 CreateWrappedASTConsumer(CI, InputFile);
H A DChainedIncludesSource.cpp141 FrontendInputFile InputFile(includes[i], IK);
142 CInvok->getFrontendOpts().Inputs.push_back(InputFile);
199 if (!Clang->InitializeSourceManager(InputFile))
/external/clang/tools/driver/
H A Dcc1as_main.cpp101 std::string InputFile; member in struct:__anon3189::AssemblerInvocation
139 InputFile = "-";
217 Opts.InputFile = A->getValue();
291 MemoryBuffer::getFileOrSTDIN(Opts.InputFile);
295 return Diags.Report(diag::err_fe_error_reading) << Opts.InputFile;

Completed in 594 milliseconds

12