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

<<11121314151617181920>>

  /prebuilts/clang/host/linux-x86/clang-4479392/include/lld/Core/
File.h 1 //===- Core/File.h - A Container of Atoms ---------------------------------===//
5 // This file is distributed under the University of Illinois Open Source
30 /// Every Atom is owned by some File. A common scenario is for a single
31 /// object file (.o) to be parsed by some reader and produce a single
32 /// File object that represents the content of that object file.
34 /// To iterate through the Atoms in a File there are four methods that
36 /// in a File object use:
37 /// for (const DefinedAtoms *atom : file->defined()) {
40 /// The Atom objects in a File are owned by the File object. The Atom object
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/MC/
MCCodeView.h 5 // This file is distributed under the University of Illinois Open Source
123 unsigned File;
273 /// Emits the file checksum substream.
296 /// An array of absolute paths. Eventually this may include the file checksum.
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/Basic/
FileManager.h 1 //===--- FileManager.h - File System Probing and Caching --------*- C++ -*-===//
5 // This file is distributed under the University of Illinois Open Source
10 /// \file
44 /// the virtual file system).
54 /// \brief Cached information about one file (either on disk
55 /// or in the virtual file system).
57 /// If the 'File' member is valid, then this FileEntry has an open file
58 /// descriptor for the file.
62 StringRef Name; // Name of the file
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/lld/Core/
File.h 1 //===- Core/File.h - A Container of Atoms ---------------------------------===//
5 // This file is distributed under the University of Illinois Open Source
30 /// Every Atom is owned by some File. A common scenario is for a single
31 /// object file (.o) to be parsed by some reader and produce a single
32 /// File object that represents the content of that object file.
34 /// To iterate through the Atoms in a File there are four methods that
36 /// in a File object use:
37 /// for (const DefinedAtoms *atom : file->defined()) {
40 /// The Atom objects in a File are owned by the File object. The Atom object
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/DebugInfo/DWARF/
DWARFContext.h 5 // This file is distributed under the University of Illinois Open Source
86 object::OwningBinary<object::ObjectFile> File;
288 /// Loads register info for the architecture of the provided object file.
DWARFDebugLine.h 5 // This file is distributed under the University of Illinois Open Source
46 /// file tables starting with v5).
127 /// An unsigned integer indicating the identity of the source file
129 uint16_t File;
195 /// Returns the index of the row with file/line info for a given address,
210 /// Fills the Result argument with the file and line information
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/MC/
MCCodeView.h 5 // This file is distributed under the University of Illinois Open Source
123 unsigned File;
273 /// Emits the file checksum substream.
276 /// Emits the offset into the checksum table of the given file number.
303 // Indicates if this FileInfo corresponds to an actual file, or hasn't been
316 /// Array storing added file information.
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/Basic/
FileManager.h 1 //===--- FileManager.h - File System Probing and Caching --------*- C++ -*-===//
5 // This file is distributed under the University of Illinois Open Source
10 /// \file
44 /// the virtual file system).
54 /// \brief Cached information about one file (either on disk
55 /// or in the virtual file system).
57 /// If the 'File' member is valid, then this FileEntry has an open file
58 /// descriptor for the file.
62 StringRef Name; // Name of the file
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/lld/Core/
File.h 1 //===- Core/File.h - A Container of Atoms ---------------------------------===//
5 // This file is distributed under the University of Illinois Open Source
30 /// Every Atom is owned by some File. A common scenario is for a single
31 /// object file (.o) to be parsed by some reader and produce a single
32 /// File object that represents the content of that object file.
34 /// To iterate through the Atoms in a File there are four methods that
36 /// in a File object use:
37 /// for (const DefinedAtoms *atom : file->defined()) {
40 /// The Atom objects in a File are owned by the File object. The Atom object
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/DebugInfo/DWARF/
DWARFContext.h 5 // This file is distributed under the University of Illinois Open Source
86 object::OwningBinary<object::ObjectFile> File;
288 /// Loads register info for the architecture of the provided object file.
DWARFDebugLine.h 5 // This file is distributed under the University of Illinois Open Source
46 /// file tables starting with v5).
127 /// An unsigned integer indicating the identity of the source file
129 uint16_t File;
195 /// Returns the index of the row with file/line info for a given address,
210 /// Fills the Result argument with the file and line information
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/MC/
MCCodeView.h 5 // This file is distributed under the University of Illinois Open Source
123 unsigned File;
273 /// Emits the file checksum substream.
276 /// Emits the offset into the checksum table of the given file number.
303 // Indicates if this FileInfo corresponds to an actual file, or hasn't been
316 /// Array storing added file information.
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/Basic/
FileManager.h 1 //===--- FileManager.h - File System Probing and Caching --------*- C++ -*-===//
5 // This file is distributed under the University of Illinois Open Source
10 /// \file
44 /// the virtual file system).
54 /// \brief Cached information about one file (either on disk
55 /// or in the virtual file system).
57 /// If the 'File' member is valid, then this FileEntry has an open file
58 /// descriptor for the file.
62 StringRef Name; // Name of the file
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/lld/Core/
File.h 1 //===- Core/File.h - A Container of Atoms ---------------------------------===//
5 // This file is distributed under the University of Illinois Open Source
30 /// Every Atom is owned by some File. A common scenario is for a single
31 /// object file (.o) to be parsed by some reader and produce a single
32 /// File object that represents the content of that object file.
34 /// To iterate through the Atoms in a File there are four methods that
36 /// in a File object use:
37 /// for (const DefinedAtoms *atom : file->defined()) {
40 /// The Atom objects in a File are owned by the File object. The Atom object
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/DebugInfo/DWARF/
DWARFContext.h 5 // This file is distributed under the University of Illinois Open Source
86 object::OwningBinary<object::ObjectFile> File;
288 /// Loads register info for the architecture of the provided object file.
DWARFDebugLine.h 5 // This file is distributed under the University of Illinois Open Source
46 /// file tables starting with v5).
127 /// An unsigned integer indicating the identity of the source file
129 uint16_t File;
195 /// Returns the index of the row with file/line info for a given address,
210 /// Fills the Result argument with the file and line information
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/MC/
MCCodeView.h 5 // This file is distributed under the University of Illinois Open Source
123 unsigned File;
273 /// Emits the file checksum substream.
276 /// Emits the offset into the checksum table of the given file number.
303 // Indicates if this FileInfo corresponds to an actual file, or hasn't been
316 /// Array storing added file information.
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/Basic/
FileManager.h 1 //===--- FileManager.h - File System Probing and Caching --------*- C++ -*-===//
5 // This file is distributed under the University of Illinois Open Source
10 /// \file
44 /// the virtual file system).
54 /// \brief Cached information about one file (either on disk
55 /// or in the virtual file system).
57 /// If the 'File' member is valid, then this FileEntry has an open file
58 /// descriptor for the file.
62 StringRef Name; // Name of the file
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/lld/Core/
File.h 1 //===- Core/File.h - A Container of Atoms ---------------------------------===//
5 // This file is distributed under the University of Illinois Open Source
30 /// Every Atom is owned by some File. A common scenario is for a single
31 /// object file (.o) to be parsed by some reader and produce a single
32 /// File object that represents the content of that object file.
34 /// To iterate through the Atoms in a File there are four methods that
36 /// in a File object use:
37 /// for (const DefinedAtoms *atom : file->defined()) {
40 /// The Atom objects in a File are owned by the File object. The Atom object
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/DebugInfo/DWARF/
DWARFContext.h 5 // This file is distributed under the University of Illinois Open Source
86 object::OwningBinary<object::ObjectFile> File;
288 /// Loads register info for the architecture of the provided object file.
DWARFDebugLine.h 5 // This file is distributed under the University of Illinois Open Source
46 /// file tables starting with v5).
127 /// An unsigned integer indicating the identity of the source file
129 uint16_t File;
195 /// Returns the index of the row with file/line info for a given address,
210 /// Fills the Result argument with the file and line information
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/MC/
MCCodeView.h 5 // This file is distributed under the University of Illinois Open Source
123 unsigned File;
273 /// Emits the file checksum substream.
276 /// Emits the offset into the checksum table of the given file number.
303 // Indicates if this FileInfo corresponds to an actual file, or hasn't been
316 /// Array storing added file information.
  /prebuilts/go/darwin-x86/src/debug/elf/
file.go 3 // license that can be found in the LICENSE file.
37 // A FileHeader represents an ELF file header.
50 // A File represents an open ELF file.
51 type File struct {
73 // FileSize is the size of this section in the file in bytes.
80 // A Section represents a single section in an ELF file.
102 // Even if the section is stored compressed in the ELF file,
112 func (f *File) stringTable(link uint32) ([]byte, error) {
120 // Even if the section is stored compressed in the ELF file,
    [all...]
  /prebuilts/go/darwin-x86/src/net/http/
fs.go 3 // license that can be found in the LICENSE file.
5 // HTTP file system request handler
26 // A Dir implements FileSystem using the native file system restricted to a
30 // value is a filename on the native file system, not a URL, so it is separated
66 func (d Dir) Open(name string) (File, error) {
68 return nil, errors.New("http: invalid character in file path")
83 // The elements in a file path are separated by slash ('/', U+002F)
86 Open(name string) (File, error)
89 // A File is returned by a FileSystem's Open method and can be
92 // The methods should behave the same as those on an *os.File
    [all...]
  /prebuilts/go/darwin-x86/src/net/
net.go 3 // license that can be found in the LICENSE file.
284 // File sets the underlying os.File to blocking mode and returns a copy.
288 // The returned os.File's file descriptor is different from the connection's.
293 func (c *conn) File() (f *os.File, err error) {
296 err = &OpError{Op: "file", Net: c.fd.net, Source: c.fd.laddr, Addr: c.fd.raddr, Err: err}

Completed in 2402 milliseconds

<<11121314151617181920>>