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

1 2 3 4 56 7 8 91011>>

  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/Serialization/
GlobalModuleIndex.h 5 // This file is distributed under the University of Illinois Open Source
10 // This file defines the GlobalModuleIndex class, which manages a global index
62 /// \brief Buffer containing the index file, which is lazily accessed so long
73 /// \brief Information about a given module file.
75 ModuleInfo() : File(), Size(), ModTime() { }
77 /// \brief The module file, once it has been resolved.
78 ModuleFile *File;
80 /// \brief The module file name.
83 /// \brief Size of the module file at the time the global index was built.
86 /// \brief Modification time of the module file at the time the globa
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Serialization/
GlobalModuleIndex.h 5 // This file is distributed under the University of Illinois Open Source
10 // This file defines the GlobalModuleIndex class, which manages a global index
62 /// \brief Buffer containing the index file, which is lazily accessed so long
73 /// \brief Information about a given module file.
75 ModuleInfo() : File(), Size(), ModTime() { }
77 /// \brief The module file, once it has been resolved.
78 ModuleFile *File;
80 /// \brief The module file name.
83 /// \brief Size of the module file at the time the global index was built.
86 /// \brief Modification time of the module file at the time the globa
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/Serialization/
GlobalModuleIndex.h 5 // This file is distributed under the University of Illinois Open Source
10 // This file defines the GlobalModuleIndex class, which manages a global index
62 /// \brief Buffer containing the index file, which is lazily accessed so long
73 /// \brief Information about a given module file.
75 ModuleInfo() : File(), Size(), ModTime() { }
77 /// \brief The module file, once it has been resolved.
78 ModuleFile *File;
80 /// \brief The module file name.
83 /// \brief Size of the module file at the time the global index was built.
86 /// \brief Modification time of the module file at the time the globa
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/Serialization/
GlobalModuleIndex.h 5 // This file is distributed under the University of Illinois Open Source
10 // This file defines the GlobalModuleIndex class, which manages a global index
62 /// \brief Buffer containing the index file, which is lazily accessed so long
73 /// \brief Information about a given module file.
75 ModuleInfo() : File(), Size(), ModTime() { }
77 /// \brief The module file, once it has been resolved.
78 ModuleFile *File;
80 /// \brief The module file name.
83 /// \brief Size of the module file at the time the global index was built.
86 /// \brief Modification time of the module file at the time the globa
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/Serialization/
GlobalModuleIndex.h 5 // This file is distributed under the University of Illinois Open Source
10 // This file defines the GlobalModuleIndex class, which manages a global index
62 /// \brief Buffer containing the index file, which is lazily accessed so long
73 /// \brief Information about a given module file.
75 ModuleInfo() : File(), Size(), ModTime() { }
77 /// \brief The module file, once it has been resolved.
78 ModuleFile *File;
80 /// \brief The module file name.
83 /// \brief Size of the module file at the time the global index was built.
86 /// \brief Modification time of the module file at the time the globa
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/Serialization/
GlobalModuleIndex.h 5 // This file is distributed under the University of Illinois Open Source
10 // This file defines the GlobalModuleIndex class, which manages a global index
62 /// \brief Buffer containing the index file, which is lazily accessed so long
73 /// \brief Information about a given module file.
75 ModuleInfo() : File(), Size(), ModTime() { }
77 /// \brief The module file, once it has been resolved.
78 ModuleFile *File;
80 /// \brief The module file name.
83 /// \brief Size of the module file at the time the global index was built.
86 /// \brief Modification time of the module file at the time the globa
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/Serialization/
GlobalModuleIndex.h 5 // This file is distributed under the University of Illinois Open Source
10 // This file defines the GlobalModuleIndex class, which manages a global index
62 /// \brief Buffer containing the index file, which is lazily accessed so long
73 /// \brief Information about a given module file.
75 ModuleInfo() : File(), Size(), ModTime() { }
77 /// \brief The module file, once it has been resolved.
78 ModuleFile *File;
80 /// \brief The module file name.
83 /// \brief Size of the module file at the time the global index was built.
86 /// \brief Modification time of the module file at the time the globa
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/Serialization/
GlobalModuleIndex.h 5 // This file is distributed under the University of Illinois Open Source
10 // This file defines the GlobalModuleIndex class, which manages a global index
62 /// \brief Buffer containing the index file, which is lazily accessed so long
73 /// \brief Information about a given module file.
75 ModuleInfo() : File(), Size(), ModTime() { }
77 /// \brief The module file, once it has been resolved.
78 ModuleFile *File;
80 /// \brief The module file name.
83 /// \brief Size of the module file at the time the global index was built.
86 /// \brief Modification time of the module file at the time the globa
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/
applesingle.py 11 import Carbon.File
18 class File:
31 # File header format: magic, version, unused, number of entries
66 raise Error, "AppleSingle file contains no forks"
110 Creates a decoded file from an AppleSingle encoded file.
111 If resonly is True, then it will create a regular file at
113 Otherwise it will create an AppleDouble file at outpath
120 if isinstance(infile, Carbon.File.Alias):
123 if hasattr(Carbon.File, "FSSpec")
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/compile/
fmt_test.go 3 // license that can be found in the LICENSE file.
5 // This file implements TestFormats; a test that verifies
69 // A File is a corresponding (filename, ast) pair.
70 type File struct {
72 ast *ast.File
103 updatedFiles := make(map[string]File) // files that were rewritten
167 updatedFiles[p.file.name] = p.file
174 for _, file := range updatedFiles {
176 if err := format.Node(&buf, fset, file.ast); err != nil
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/internal/objfile/
objfile.go 3 // license that can be found in the LICENSE file.
26 // A File is an opened executable file.
27 type File struct {
28 r *os.File
37 // A Sym is a symbol defined in an executable file.
66 // Open opens the named file.
67 // The caller must call f.Close when the file is no longer needed.
68 func Open(name string) (*File, error) {
78 return &File{r, []*Entry{&Entry{raw: raw}}}, ni
    [all...]
  /prebuilts/go/darwin-x86/src/debug/macho/
file.go 3 // license that can be found in the LICENSE file.
19 // A File represents an open Mach-O file.
20 type File struct {
181 // not have the correct format for an object file.
197 // Open opens the named file using os.Open and prepares it for use as a Mach-O binary.
198 func Open(name string) (*File, error) {
212 // Close closes the File.
213 // If the File was created using NewFile directly instead of Open,
215 func (f *File) Close() error
    [all...]
  /prebuilts/go/darwin-x86/src/net/
tcpsock.go 3 // license that can be found in the LICENSE file.
15 // BUG(mikio): On Windows, the File method of TCPListener is not
295 // File returns a copy of the underlying os.File, set to blocking
299 // The returned os.File's file descriptor is different from the
302 func (l *TCPListener) File() (f *os.File, err error) {
306 f, err = l.file()
308 return nil, &OpError{Op: "file", Net: l.fd.net, Source: nil, Addr: l.fd.laddr, Err: err
    [all...]
  /prebuilts/go/darwin-x86/src/os/
types.go 3 // license that can be found in the LICENSE file.
15 // File represents an open file descriptor.
16 type File struct {
17 *file // os specific
20 // A FileInfo describes a file and is returned by Stat and Lstat.
22 Name() string // base name of the file
24 Mode() FileMode // file mode bits
30 // A FileMode represents a file's mode and permission bits.
37 // The defined file mode bits are the most significant bits of the FileMode
    [all...]
  /prebuilts/go/linux-x86/src/cmd/compile/
fmt_test.go 3 // license that can be found in the LICENSE file.
5 // This file implements TestFormats; a test that verifies
69 // A File is a corresponding (filename, ast) pair.
70 type File struct {
72 ast *ast.File
103 updatedFiles := make(map[string]File) // files that were rewritten
167 updatedFiles[p.file.name] = p.file
174 for _, file := range updatedFiles {
176 if err := format.Node(&buf, fset, file.ast); err != nil
    [all...]
  /prebuilts/go/linux-x86/src/cmd/internal/objfile/
objfile.go 3 // license that can be found in the LICENSE file.
26 // A File is an opened executable file.
27 type File struct {
28 r *os.File
37 // A Sym is a symbol defined in an executable file.
66 // Open opens the named file.
67 // The caller must call f.Close when the file is no longer needed.
68 func Open(name string) (*File, error) {
78 return &File{r, []*Entry{&Entry{raw: raw}}}, ni
    [all...]
  /prebuilts/go/linux-x86/src/debug/macho/
file.go 3 // license that can be found in the LICENSE file.
19 // A File represents an open Mach-O file.
20 type File struct {
181 // not have the correct format for an object file.
197 // Open opens the named file using os.Open and prepares it for use as a Mach-O binary.
198 func Open(name string) (*File, error) {
212 // Close closes the File.
213 // If the File was created using NewFile directly instead of Open,
215 func (f *File) Close() error
    [all...]
  /prebuilts/go/linux-x86/src/net/
tcpsock.go 3 // license that can be found in the LICENSE file.
15 // BUG(mikio): On Windows, the File method of TCPListener is not
295 // File returns a copy of the underlying os.File, set to blocking
299 // The returned os.File's file descriptor is different from the
302 func (l *TCPListener) File() (f *os.File, err error) {
306 f, err = l.file()
308 return nil, &OpError{Op: "file", Net: l.fd.net, Source: nil, Addr: l.fd.laddr, Err: err
    [all...]
  /prebuilts/go/linux-x86/src/os/
types.go 3 // license that can be found in the LICENSE file.
15 // File represents an open file descriptor.
16 type File struct {
17 *file // os specific
20 // A FileInfo describes a file and is returned by Stat and Lstat.
22 Name() string // base name of the file
24 Mode() FileMode // file mode bits
30 // A FileMode represents a file's mode and permission bits.
37 // The defined file mode bits are the most significant bits of the FileMode
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
applesingle.py 11 import Carbon.File
18 class File:
31 # File header format: magic, version, unused, number of entries
66 raise Error, "AppleSingle file contains no forks"
110 Creates a decoded file from an AppleSingle encoded file.
111 If resonly is True, then it will create a regular file at
113 Otherwise it will create an AppleDouble file at outpath
120 if isinstance(infile, Carbon.File.Alias):
123 if hasattr(Carbon.File, "FSSpec")
    [all...]
  /system/vold/bench/
benchgen.py 6 # you may not use this file except in compliance with the License.
23 $ adb shell strace -p `pid zygote` -o /data/local/tmp/trace -f -ff -y -ttt -e trace=file,desc,munmap
46 class File:
62 files[name] = File(name, len(files))
133 * you may not use this file except in compliance with the License.
196 assert len(e.args) > 3, 'File creation lacks a mode?'
198 print >>bench, '%s = TEMP_FAILURE_RETRY(open("file%s", %s%s));' \
220 # TODO: track actual file size instead of guessing
229 # TODO: track actual file size instead of guessing
319 print >>bench, 'res |= CreateFile("file%s", %d);' % (f.ident, f.size
    [all...]
  /build/blueprint/parser/
parser.go 4 // you may not use this file except in compliance with the License.
40 type File struct {
46 func (f *File) Pos() scanner.Position {
55 func (f *File) End() scanner.Position {
62 func parse(p *parser) (file *File, errs []error) {
78 return &File{
86 func ParseAndEval(filename string, r io.Reader, scope *Scope) (file *File, errs []error) {
94 func Parse(filename string, r io.Reader, scope *Scope) (file *File, errs []error)
    [all...]
  /build/soong/third_party/zip/
reader.go 3 // license that can be found in the LICENSE file.
19 ErrFormat = errors.New("zip: not a valid zip file")
26 File []*File
32 f *os.File
36 type File struct {
44 func (f *File) hasDataDescriptor() bool {
48 // OpenReader will open the Zip file specified by name and return a ReadCloser.
87 z.File = make([]*File, 0, end.directoryRecords
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/pdist/
cvslib.py 12 class File:
14 """Represent a file's status.
18 file -- the filename (no slashes), None if uninitialized
19 lseen -- true if the data for the local file is up to date
22 rseen -- true if the data for the remote file is up to date
26 or remote file *exists* -- they indicate that we've checked it.
28 entry in the CVS/Entries file.
32 lsum -- checksum of the local file, None if no local file
33 lctime -- ctime of the local file, None if no local file
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
mimify.py 12 of a file or an open file object. Only a readline() method is used
13 on the input file, only a write() method is used on the output file.
14 When using file names, the input and output file names may be the
47 class File:
48 """A simple fake file object that knows about limited read-ahead and
51 def __init__(self, file, boundary):
52 self.file = file
    [all...]

Completed in 1143 milliseconds

1 2 3 4 56 7 8 91011>>