HomeSort by relevance Sort by last modified time
    Searched defs:InputFile (Results 1 - 25 of 57) sorted by null

1 2 3

  /device/linaro/bootloader/edk2/BaseTools/Source/C/Common/
OsPath.c 290 FILE *InputFile;
291 InputFile = fopen (LongFilePath (InputFileName), "rb");
292 if (InputFile == NULL) {
295 fclose (InputFile);
MemoryFile.c 50 InputFile Memory file image.
155 MEMORY_FILE *InputFile;
164 InputFile = (MEMORY_FILE*)InputMemoryFile;
169 if (InputFile->CurrentFilePointer >= InputFile->Eof) {
176 BytesToEof = InputFile->Eof - InputFile->CurrentFilePointer;
181 EndOfLine = memchr (InputFile->CurrentFilePointer, '\n', BytesToEof);
190 CharsToCopy = InputFile->Eof - InputFile->CurrentFilePointer;
    [all...]
CommonLib.c 182 FILE *InputFile;
197 InputFile = fopen (LongFilePath (InputFileName), "rb");
198 if (InputFile == NULL) {
205 if (fseek (InputFile, 0, SEEK_END)) {
207 fclose (InputFile);
213 FileSize = ftell (InputFile);
216 fclose (InputFile);
224 fclose (InputFile);
230 if (fseek (InputFile, 0, SEEK_SET)) {
232 fclose (InputFile);
    [all...]
  /external/webrtc/webrtc/modules/remote_bitrate_estimator/tools/
bwe_rtp.cc 42 std::string InputFile() {
78 std::string filename = flags::InputFile();
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/Common/
CommonLib.c 183 FILE *InputFile;
198 InputFile = fopen (InputFileName, "rb");
199 if (InputFile == NULL) {
206 if (fseek (InputFile, 0, SEEK_END)) {
208 fclose (InputFile);
214 FileSize = ftell (InputFile);
217 fclose (InputFile);
225 fclose (InputFile);
231 if (fseek (InputFile, 0, SEEK_SET)) {
233 fclose (InputFile);
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/GenCRC32Section/
GenCRC32Section.c 171 FILE *InputFile;
176 InputFile = NULL;
186 InputFile = fopen (FileName, "rb");
187 if (InputFile == NULL) {
192 fread (&Temp, sizeof (UINT8), 1, InputFile);
193 while (!feof (InputFile)) {
195 fread (&Temp, sizeof (UINT8), 1, InputFile);
198 fclose (InputFile);
199 InputFile = NULL;
  /external/llvm/lib/Support/
Signals.cpp 107 SmallString<32> InputFile, OutputFile;
108 sys::fs::createTemporaryFile("symbolizer-input", "", InputFD, InputFile);
110 FileRemover InputRemover(InputFile.c_str());
121 StringRef InputFileStr(InputFile);
  /external/swiftshader/third_party/llvm-subzero/lib/Support/
Signals.cpp 107 SmallString<32> InputFile, OutputFile;
108 sys::fs::createTemporaryFile("symbolizer-input", "", InputFD, InputFile);
110 FileRemover InputRemover(InputFile.c_str());
121 StringRef InputFileStr(InputFile);
  /external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/charsetdet/sbcs/
InputFile.java 30 public class InputFile implements NGramList.NGramKeyMapper
51 public InputFile(String filename, String encoding, boolean visual)
  /frameworks/compile/slang/
llvm-rs-cc.cpp 70 const char *InputFile,
91 OutputFile.append(slang::RSSlangReflectUtils::GetFileNameStem(InputFile));
94 slang::RSSlangReflectUtils::BCFileNameFromRSFileName(InputFile));
163 const char *InputFile = Inputs[i];
166 PathSuffix, InputFile,
176 DetermineOutputFile(Opts.mDependencyOutputDir, "", InputFile,
185 IOFiles->push_back(std::make_pair(InputFile, OutputFile));
  /device/linaro/bootloader/edk2/BaseTools/Source/C/GenPage/
GenPage.c 303 CHAR8 *InputFile = NULL;
410 InputFile = argv[0];
415 if (InputFile == NULL) {
432 result = GenBinPage (BaseMemory, InputFile, OutputFile);
  /device/linaro/bootloader/edk2/BaseTools/Source/C/GnuGenBootSector/
GnuGenBootSector.c 204 FILE *InputFile;
208 InputFile = fopen (LongFilePath (InputInfo->PhysicalPath), "r");
209 if (InputFile == NULL) {
213 if (0x200 != fread(FirstSector, 1, 0x200, InputFile)) {
214 fclose(InputFile);
218 fclose(InputFile);
  /external/clang/lib/Frontend/
FrontendAction.cpp 196 StringRef InputFile = Input.getFile();
212 InputFile, CI.getPCHContainerReader(), Diags, CI.getFileSystemOpts(),
232 if (!BeginSourceFileAction(CI, InputFile))
236 CI.setASTConsumer(CreateWrappedASTConsumer(CI, InputFile));
268 if (!BeginSourceFileAction(CI, InputFile))
321 if (!BeginSourceFileAction(CI, InputFile))
337 CreateWrappedASTConsumer(CI, InputFile);
  /external/clang/lib/Lex/
PPLexerChange.cpp 89 const llvm::MemoryBuffer *InputFile =
105 EnterSourceFileWithLexer(new Lexer(FID, InputFile, *this), CurDir);
  /external/webrtc/webrtc/video/
replay.cc 113 static std::string InputFile() {
259 test::RtpFileReader::kRtpDump, flags::InputFile()));
262 flags::InputFile()));
269 test::RtpFileReader::kLengthPacketInterleaved, flags::InputFile()));
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/LTO/
LTO.h 84 class InputFile {
91 InputFile() = default;
104 ~InputFile();
106 /// Create an InputFile.
107 static Expected<std::unique_ptr<InputFile>> create(MemoryBufferRef Object);
131 /// A range over the symbols in this InputFile.
137 /// Returns the path to the InputFile.
218 /// - Create lto::InputFile objects using lto::InputFile::create(), then use
222 /// file) and computed a resolution for each symbol, take each lto::InputFile
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/LTO/
LTO.h 84 class InputFile {
91 InputFile() = default;
104 ~InputFile();
106 /// Create an InputFile.
107 static Expected<std::unique_ptr<InputFile>> create(MemoryBufferRef Object);
132 /// A range over the symbols in this InputFile.
138 /// Returns the path to the InputFile.
222 /// - Create lto::InputFile objects using lto::InputFile::create(), then use
226 /// file) and computed a resolution for each symbol, take each lto::InputFile
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/LTO/
LTO.h 84 class InputFile {
91 InputFile() = default;
104 ~InputFile();
106 /// Create an InputFile.
107 static Expected<std::unique_ptr<InputFile>> create(MemoryBufferRef Object);
132 /// A range over the symbols in this InputFile.
138 /// Returns the path to the InputFile.
222 /// - Create lto::InputFile objects using lto::InputFile::create(), then use
226 /// file) and computed a resolution for each symbol, take each lto::InputFile
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/LTO/
LTO.h 84 class InputFile {
91 InputFile() = default;
104 ~InputFile();
106 /// Create an InputFile.
107 static Expected<std::unique_ptr<InputFile>> create(MemoryBufferRef Object);
133 /// A range over the symbols in this InputFile.
139 /// Returns the path to the InputFile.
223 /// - Create lto::InputFile objects using lto::InputFile::create(), then use
227 /// file) and computed a resolution for each symbol, take each lto::InputFile
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/LTO/
LTO.h 84 class InputFile {
91 InputFile() = default;
104 ~InputFile();
106 /// Create an InputFile.
107 static Expected<std::unique_ptr<InputFile>> create(MemoryBufferRef Object);
133 /// A range over the symbols in this InputFile.
139 /// Returns the path to the InputFile.
223 /// - Create lto::InputFile objects using lto::InputFile::create(), then use
227 /// file) and computed a resolution for each symbol, take each lto::InputFile
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/LTO/
LTO.h 84 class InputFile {
91 InputFile() = default;
104 ~InputFile();
106 /// Create an InputFile.
107 static Expected<std::unique_ptr<InputFile>> create(MemoryBufferRef Object);
133 /// A range over the symbols in this InputFile.
139 /// Returns the path to the InputFile.
223 /// - Create lto::InputFile objects using lto::InputFile::create(), then use
227 /// file) and computed a resolution for each symbol, take each lto::InputFile
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/LTO/
LTO.h 84 class InputFile {
91 InputFile() = default;
104 ~InputFile();
106 /// Create an InputFile.
107 static Expected<std::unique_ptr<InputFile>> create(MemoryBufferRef Object);
133 /// A range over the symbols in this InputFile.
139 /// Returns the path to the InputFile.
223 /// - Create lto::InputFile objects using lto::InputFile::create(), then use
227 /// file) and computed a resolution for each symbol, take each lto::InputFile
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/LTO/
LTO.h 84 class InputFile {
91 InputFile() = default;
104 ~InputFile();
106 /// Create an InputFile.
107 static Expected<std::unique_ptr<InputFile>> create(MemoryBufferRef Object);
131 /// A range over the symbols in this InputFile.
137 /// Returns the path to the InputFile.
218 /// - Create lto::InputFile objects using lto::InputFile::create(), then use
222 /// file) and computed a resolution for each symbol, take each lto::InputFile
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/LTO/
LTO.h 84 class InputFile {
91 InputFile() = default;
104 ~InputFile();
106 /// Create an InputFile.
107 static Expected<std::unique_ptr<InputFile>> create(MemoryBufferRef Object);
132 /// A range over the symbols in this InputFile.
138 /// Returns the path to the InputFile.
222 /// - Create lto::InputFile objects using lto::InputFile::create(), then use
226 /// file) and computed a resolution for each symbol, take each lto::InputFile
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/LTO/
LTO.h 84 class InputFile {
91 InputFile() = default;
104 ~InputFile();
106 /// Create an InputFile.
107 static Expected<std::unique_ptr<InputFile>> create(MemoryBufferRef Object);
132 /// A range over the symbols in this InputFile.
138 /// Returns the path to the InputFile.
222 /// - Create lto::InputFile objects using lto::InputFile::create(), then use
226 /// file) and computed a resolution for each symbol, take each lto::InputFile
    [all...]

Completed in 450 milliseconds

1 2 3