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

1 2 3 4 5 6 7 8 91011>>

  /external/swiftshader/third_party/LLVM/lib/Object/
ObjectFile.cpp 1 //===- ObjectFile.cpp - File format independent object file -----*- C++ -*-===//
5 // This file is distributed under the University of Illinois Open Source
10 // This file defines a file format independent ObjectFile class.
53 llvm_unreachable("Unknown Object File Type");
58 OwningPtr<MemoryBuffer> File;
59 if (error_code ec = MemoryBuffer::getFile(ObjectPath, File))
61 return createObjectFile(File.take());
  /art/libartbase/base/
os.h 5 * you may not use this file except in compliance with the License.
28 typedef ::unix_file::FdFile File;
34 // Open an existing file with read only access.
35 static File* OpenFileForReading(const char* name);
37 // Open an existing file with read/write access.
38 static File* OpenFileReadWrite(const char* name);
40 // Create an empty file with read/write access. This is a *new* file, that is, if the file
42 static File* CreateEmptyFile(const char* name)
    [all...]
  /device/google/contexthub/util/common/
file.h 5 * you may not use this file except in compliance with the License.
28 struct File {
29 File();
30 File(const char *path, const char *mode);
32 ~File();
47 DISALLOW_EVIL_CONSTRUCTORS(File);
  /external/bsdiff/
file.h 3 // found in the LICENSE file.
14 class File : public FileInterface {
16 // Opens a file |pathname| with flags |flags| as defined by open(2). In case
18 static std::unique_ptr<File> FOpen(const char* pathname, int flags);
20 ~File() override;
30 // Creates the File instance for the |fd|. Takes ownership of the file
32 explicit File(int fd);
  /external/google-breakpad/src/processor/
pathname_stripper.cc 41 string PathnameStripper::File(const string &path) {
  /external/llvm/include/llvm/DebugInfo/PDB/Raw/
DirectoryStreamData.h 5 // This file is distributed under the University of Illinois Open Source
24 DirectoryStreamData(const PDBFile &File) : File(File) {}
26 virtual uint32_t getLength() { return File.getNumDirectoryBytes(); }
28 return File.getDirectoryBlockArray();
32 const PDBFile &File;
  /external/protobuf/csharp/src/Google.Protobuf/Reflection/
IDescriptor.cs 51 /// Returns the descriptor for the .proto file that this entity is part of.
53 FileDescriptor File { get; }
  /external/protobuf/src/google/protobuf/testing/
file.h 32 // emulates google3/file/base/file.h
44 // Protocol buffer code only uses a couple static methods of File, and only
46 class File {
48 // Check if the file exists.
51 // Read an entire file to a string. Return true if successful, false
58 // Create a file and write a string to it.
72 // If "name" is a file, we delete it. If it is a directory, we
73 // call DeleteRecursively() for each file or directory (other than
94 GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(File);
    [all...]
  /external/swiftshader/third_party/LLVM/lib/AsmParser/
Parser.cpp 5 // This file is distributed under the University of Illinois Open Source
45 OwningPtr<MemoryBuffer> File;
46 if (error_code ec = MemoryBuffer::getFileOrSTDIN(Filename.c_str(), File)) {
48 "Could not open input file: " + ec.message());
52 return ParseAssembly(File.take(), 0, Err, Context);
  /external/swiftshader/third_party/LLVM/lib/TableGen/
Main.cpp 5 // This file is distributed under the University of Illinois Open Source
41 InputFilename(cl::Positional, cl::desc("<input file>"), cl::init("-"));
54 // Parse the input file.
55 OwningPtr<MemoryBuffer> File;
56 if (error_code ec = MemoryBuffer::getFileOrSTDIN(InputFilename.c_str(), File)) {
57 errs() << "Could not open input file '" << InputFilename << "': "
61 MemoryBuffer *F = File.take();
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/PDB/Native/
NativeExeSymbol.h 5 // This file is distributed under the University of Illinois Open Source
33 PDBFile &File;
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/DebugInfo/PDB/Native/
NativeExeSymbol.h 5 // This file is distributed under the University of Illinois Open Source
33 PDBFile &File;
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/DebugInfo/PDB/Native/
NativeExeSymbol.h 5 // This file is distributed under the University of Illinois Open Source
33 PDBFile &File;
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/DebugInfo/PDB/Native/
NativeExeSymbol.h 5 // This file is distributed under the University of Illinois Open Source
35 PDBFile &File;
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/DebugInfo/PDB/Native/
NativeExeSymbol.h 5 // This file is distributed under the University of Illinois Open Source
35 PDBFile &File;
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/DebugInfo/PDB/Native/
NativeExeSymbol.h 5 // This file is distributed under the University of Illinois Open Source
35 PDBFile &File;
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/DebugInfo/PDB/Native/
NativeExeSymbol.h 5 // This file is distributed under the University of Illinois Open Source
35 PDBFile &File;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/PDB/Native/
NativeExeSymbol.h 5 // This file is distributed under the University of Illinois Open Source
33 PDBFile &File;
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/DebugInfo/PDB/Native/
NativeExeSymbol.h 5 // This file is distributed under the University of Illinois Open Source
33 PDBFile &File;
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/DebugInfo/PDB/Native/
NativeExeSymbol.h 5 // This file is distributed under the University of Illinois Open Source
33 PDBFile &File;
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/DebugInfo/PDB/Native/
NativeExeSymbol.h 5 // This file is distributed under the University of Illinois Open Source
35 PDBFile &File;
  /prebuilts/clang/host/linux-x86/clang-4579689/prebuilt_include/llvm/lib/Fuzzer/
FuzzerIO.h 5 // This file is distributed under the University of Illinois Open Source
62 std::string File;
71 FILE* OpenFile(int Fd, const char *Mode);
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/DebugInfo/PDB/Native/
NativeExeSymbol.h 5 // This file is distributed under the University of Illinois Open Source
35 PDBFile &File;
  /prebuilts/clang/host/linux-x86/clang-4630689/prebuilt_include/llvm/lib/Fuzzer/
FuzzerIO.h 5 // This file is distributed under the University of Illinois Open Source
62 std::string File;
71 FILE* OpenFile(int Fd, const char *Mode);
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/DebugInfo/PDB/Native/
NativeExeSymbol.h 5 // This file is distributed under the University of Illinois Open Source
35 PDBFile &File;

Completed in 651 milliseconds

1 2 3 4 5 6 7 8 91011>>