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

1 2 3 45 6 7 8 91011>>

  /external/compiler-rt/lib/profile/
InstrProfilingInternal.h 5 |* This file is distributed under the University of Illinois Open Source
58 /* File handle. */
59 void *File;
71 ProfBufferIO *lprofCreateBufferIOInternal(void *File, uint32_t BufferSz);
76 ProfBufferIO *lprofCreateBufferIO(WriterCallback FileWriter, void *File);
163 * to dump merged profile data into its own profile file. */
  /external/swiftshader/third_party/LLVM/lib/Archive/
Archive.cpp 5 // This file is distributed under the University of Illinois Open Source
10 // This file contains the implementation of the Archive and ArchiveMember
26 // getMemberSize - compute the actual physical size of the file member as seen
30 // Basically its the file size plus the header size
67 // different file, presumably as an update to the member. It also makes sure
73 *ErrMsg = "Can not replace an archive member with a non-existent file";
130 // Determine what kind of file it is.
144 // initializes and maps the file into memory, if requested.
152 OwningPtr<MemoryBuffer> File;
153 if (error_code ec = MemoryBuffer::getFile(archPath.c_str(), File)) {
    [all...]
  /prebuilts/go/darwin-x86/src/debug/pe/
file.go 3 // license that can be found in the LICENSE file.
19 // A File represents an open PE file.
20 type File struct {
31 // Open opens the named file using os.Open and prepares it for use as a PE binary.
32 func Open(name string) (*File, error) {
46 // Close closes the File.
47 // If the File was created using NewFile directly instead of Open,
49 func (f *File) Close() error {
65 // NewFile creates a new File for accessing a PE binary in an underlying reader
    [all...]
  /prebuilts/go/linux-x86/src/debug/pe/
file.go 3 // license that can be found in the LICENSE file.
19 // A File represents an open PE file.
20 type File struct {
31 // Open opens the named file using os.Open and prepares it for use as a PE binary.
32 func Open(name string) (*File, error) {
46 // Close closes the File.
47 // If the File was created using NewFile directly instead of Open,
49 func (f *File) Close() error {
65 // NewFile creates a new File for accessing a PE binary in an underlying reader
    [all...]
  /device/linaro/bootloader/edk2/DuetPkg/FSVariable/
FileStorage.c 3 Caution: This file is used for Duet platform only, do not use them in real platform.
24 handles variable store/reads on file
64 OUT EFI_FILE_PROTOCOL **File
72 IN EFI_FILE_PROTOCOL *File
77 Status = File->Flush (File);
80 Status = File->Close (File);
173 // call FileInitStorage(), which load variable content file to memory
189 EFI_FILE_PROTOCOL *File;
    [all...]
  /device/linaro/bootloader/edk2/FatPkg/FatPei/
FatLiteApi.c 1 /** @file
176 // Build up file system volume array
237 @param FileHandle Handle of the file being invoked. Type
463 // Get file size
603 Finds the recovery file on a FAT volume.
604 This function finds the the recovery file named FileName on a specified FAT volume and returns
610 @param FileName The recovery file name to find.
611 @param Handle The output file handle.
615 @retval EFI_NOT_FOUND The recovery file was not found.
616 @retval EFI_SUCCESS The recovery file was successfully found on the
    [all...]
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/BdsDxe/BootMaint/
BmLib.c 1 /** @file
19 Function opens and returns a file handle to the root directory of a volume.
23 @return A valid file handle or NULL is returned
33 EFI_FILE_HANDLE File;
35 File = NULL;
38 // File the file system interface to the device
52 &File
58 return EFI_ERROR (Status) ? NULL : File;
193 Function gets the file system information from an open file descriptor,
    [all...]
  /device/linaro/bootloader/edk2/OvmfPkg/Library/NvVarsFileLib/
FsAccess.c 1 /** @file
2 File System Access for NvVarsFileLib
23 Open the NvVars file for reading or writing
26 @param[in] ReadingFile - TRUE: open the file for reading. FALSE: writing
28 with the opened NvVars file.
30 @return EFI_SUCCESS if the file was opened
65 // Attempt to open the NvVars file in the root directory
89 Open the NvVars file for reading or writing
91 @param[in] File - The file to inspect
    [all...]
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/test/
core-extensions.rb 6 File.join( self, subpath.to_s )
177 class File
184 # File.relative_path('rel/path') # => './rel/path'
185 # File.relative_path('/some/abs/path', '/some') # => './abs/path'
186 # File.relative_path('/some/file.txt', '/some/abs/path') # => '../../file.txt'
189 File.expand_path( path.to_s ).split( File::Separator ).tap do |list|
190 if list.empty? then list << String.new( File::Separator
    [all...]
  /external/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...]
  /external/clang/unittests/AST/
CommentLexer.cpp 5 // This file is distributed under the University of Illinois Open Source
64 FileID File = SourceMgr.createFileID(std::move(Buf));
65 SourceLocation Begin = SourceMgr.getLocForStartOfFile(File);
    [all...]
  /external/clang/unittests/Lex/
HeaderMapTest.cpp 5 // This file is distributed under the University of Illinois Open Source
24 // Lay out a header file for testing.
63 FileTy &File;
66 FileMaker(FileTy &File) : File(File) {}
69 assert(SI + S.size() + 1 <= sizeof(File.Bytes));
70 std::copy(S.begin(), S.end(), File.Bytes + SI);
76 assert(!(File.Header.NumBuckets & (File.Header.NumBuckets - 1)))
    [all...]
  /external/llvm/lib/Transforms/Utils/
AddDiscriminators.cpp 5 // This file is distributed under the University of Illinois Open Source
10 // This file adds DWARF discriminators to the IR. Path discriminators are
112 /// instruction I2 in B2 are located at the same file and line number.
132 /// instruction in block 'if.then' that share the same file and line
153 /// If the last instruction I1 of a block B1 is at the same file and line
156 /// file and line location as I2. This new lexical block will have a
203 auto *File =
205 NewScope = Builder.createLexicalBlockFile(Scope, File, ++LDM[L]);
235 auto *File = Builder.createFile(CurrentDIL->getFilename(),
237 auto *NewScope = Builder.createLexicalBlockFile(Scope, File, ++LDM[L])
    [all...]
  /external/llvm/unittests/IR/
VerifierTest.cpp 5 // This file is distributed under the University of Illinois Open Source
136 auto File = dbuilder.createFile("test.jl", ".");
138 dbuilder.createGlobalVariable(CU, "_SOME_GLOBAL", "_SOME_GLOBAL", File, 1, Ty,
188 auto *File = DIB.createFile("not-a-CU.f", ".");
190 NMD->addOperand(File);
212 auto *File = DIB.createFile("not-a-CU.f", ".");
214 NMD->addOperand(File);
  /external/nanopb-c/generator/google/protobuf/compiler/
plugin_pb2.py 17 serialized_pb='\n%google/protobuf/compiler/plugin.proto\x12\x18google.protobuf.compiler\x1a google/protobuf/descriptor.proto\"}\n\x14\x43odeGeneratorRequest\x12\x18\n\x10\x66ile_to_generate\x18\x01 \x03(\t\x12\x11\n\tparameter\x18\x02 \x01(\t\x12\x38\n\nproto_file\x18\x0f \x03(\x0b\x32$.google.protobuf.FileDescriptorProto\"\xaa\x01\n\x15\x43odeGeneratorResponse\x12\r\n\x05\x65rror\x18\x01 \x01(\t\x12\x42\n\x04\x66ile\x18\x0f \x03(\x0b\x32\x34.google.protobuf.compiler.CodeGeneratorResponse.File\x1a>\n\x04\x46ile\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x17\n\x0finsertion_point\x18\x02 \x01(\t\x12\x0f\n\x07\x63ontent\x18\x0f \x01(\tB,\n\x1c\x63om.google.protobuf.compilerB\x0cPluginProtos')
26 file=DESCRIPTOR, variable
65 name='File',
66 full_name='google.protobuf.compiler.CodeGeneratorResponse.File',
68 file=DESCRIPTOR, variable
72 name='name', full_name='google.protobuf.compiler.CodeGeneratorResponse.File.name', index=0,
79 name='insertion_point', full_name='google.protobuf.compiler.CodeGeneratorResponse.File.insertion_point', index=1,
86 name='content', full_name='google.protobuf.compiler.CodeGeneratorResponse.File.content', index=2,
109 file=DESCRIPTOR, variable
120 name='file', full_name='google.protobuf.compiler.CodeGeneratorResponse.file', index=1
    [all...]
  /external/nanopb-c/generator/proto/
plugin_pb2.py 13 serialized_pb='\n\x0cplugin.proto\x12\x18google.protobuf.compiler\x1a google/protobuf/descriptor.proto\"}\n\x14\x43odeGeneratorRequest\x12\x18\n\x10\x66ile_to_generate\x18\x01 \x03(\t\x12\x11\n\tparameter\x18\x02 \x01(\t\x12\x38\n\nproto_file\x18\x0f \x03(\x0b\x32$.google.protobuf.FileDescriptorProto\"\xaa\x01\n\x15\x43odeGeneratorResponse\x12\r\n\x05\x65rror\x18\x01 \x01(\t\x12\x42\n\x04\x66ile\x18\x0f \x03(\x0b\x32\x34.google.protobuf.compiler.CodeGeneratorResponse.File\x1a>\n\x04\x46ile\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x17\n\x0finsertion_point\x18\x02 \x01(\t\x12\x0f\n\x07\x63ontent\x18\x0f \x01(\t')
22 file=DESCRIPTOR, variable
61 name='File',
62 full_name='google.protobuf.compiler.CodeGeneratorResponse.File',
64 file=DESCRIPTOR, variable
68 name='name', full_name='google.protobuf.compiler.CodeGeneratorResponse.File.name', index=0,
75 name='insertion_point', full_name='google.protobuf.compiler.CodeGeneratorResponse.File.insertion_point', index=1,
82 name='content', full_name='google.protobuf.compiler.CodeGeneratorResponse.File.content', index=2,
105 file=DESCRIPTOR, variable
116 name='file', full_name='google.protobuf.compiler.CodeGeneratorResponse.file', index=1
    [all...]
  /external/protobuf/csharp/src/Google.Protobuf/Reflection/
FileDescriptor.cs 40 /// Describes a .proto file, including everything defined within.
41 /// IDescriptor is implemented such that the File property returns this descriptor,
71 /// Computes the full name of a descriptor within this file, with an optional parent message.
93 foreach (var file in dependencies)
95 nameToFileMap[file.Name] = file;
106 FileDescriptor file = nameToFileMap[name];
107 if (file == null)
117 publicDependencies.Add(file);
129 /// The file name
    [all...]
  /external/python/cpython2/Lib/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...]
  /external/swiftshader/third_party/LLVM/lib/Analysis/
DbgInfoPrinter.cpp 5 // This file is distributed under the University of Illinois Open Source
10 // This file implements a pass that prints instructions, and associated debug
121 std::string &File, std::string &Dir) {
165 File = F;
173 std::string DisplayName, File, Directory, Type;
176 if (!getLocationInfo(V, DisplayName, Type, LineNo, File, Directory))
191 Out << File << ":" << LineNo << "\n";
  /prebuilts/clang/host/darwin-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/darwin-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/darwin-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/darwin-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/darwin-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/darwin-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...]

Completed in 951 milliseconds

1 2 3 45 6 7 8 91011>>