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

1 2 3 4 5 67 8 91011>>

  /device/linaro/bootloader/edk2/ArmPlatformPkg/FileSystem/BootMonFs/
BootMonFsInternal.h 1 /** @file
44 UINT64 Offset; // Offset from the start of the file
55 EFI_FILE_PROTOCOL File;
58 // The following fields are relevant only if the file is open.
63 // If the file needs to be flushed then this list contain the memory
64 // buffer that creates this file
70 #define BOOTMON_FS_FILE_FROM_FILE_THIS(a) CR (a, BOOTMON_FS_FILE, File, BOOTMON_FS_FILE_SIGNATURE)
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Framework/Include/
EfiFirmwareFileSystem.h 18 This file defines the data structures that comprise the FFS file system.
41 // FFS specific file types
46 // FFS File Attributes
71 // File state definitions
96 // FFS file integrity check structure
103 UINT8 File;
113 // FFS file header definition
  /device/linaro/bootloader/edk2/EmbeddedPkg/Ebl/
Dir.c 1 /** @file
43 Perform a dir on a device. The device must support Simple File System Protocol
49 Argv[3] - Optional FV file type
73 EFI_OPEN_FILE *File;
107 File = EfiOpen (Path, EFI_FILE_MODE_READ, 0);
108 if (File == NULL) {
112 if (File->Type == EfiOpenFirmwareVolume) {
126 // Handle file type matchs
128 // match a specific file type, always last argument
151 Fv = File->Fv;
    [all...]
  /device/linaro/bootloader/edk2/OvmfPkg/AcpiPlatformDxe/
QemuFwCfgAcpi.c 1 /** @file
33 UINT8 File[QEMU_LOADER_FNAME_SIZE]; // NUL-terminated name of the fw_cfg
69 return AsciiStrCmp (StandaloneKey, (CONST CHAR8 *)Blob->File);
97 return BlobKeyCompare (Blob1->File, UserStruct2);
116 @retval EFI_PROTOCOL_ERROR Malformed fw_cfg file name has been found in
118 file that is already known by Tracker.
143 if (Allocate->File[QEMU_LOADER_FNAME_SIZE - 1] != '\0') {
144 DEBUG ((EFI_D_ERROR, "%a: malformed file name\n", __FUNCTION__));
154 Status = QemuFwCfgFindFile ((CHAR8 *)Allocate->File, &FwCfgItem, &FwCfgSize);
157 Allocate->File, Status));
    [all...]
QemuLoader.h 1 /** @file
40 // QemuLoaderCmdAllocate: download the fw_cfg file named File, to a buffer
44 UINT8 File[QEMU_LOADER_FNAME_SIZE]; // NUL-terminated
51 // [PointerOffset..PointerOffset+PointerSize) in the file PointerFile contain a
65 // CalculateChecksum8()) of the range [Start..Start+Length) in File. Store the
66 // UINT8 result at ResultOffset in the same File.
69 UINT8 File[QEMU_LOADER_FNAME_SIZE]; // NUL-terminated
  /external/clang/tools/libclang/
CXSourceLocation.cpp 5 // This file is distributed under the University of Illinois Open Source
10 // This file defines routines for manipulating CXSourceLocations.
122 CXFile file,
129 if (!file)
137 const FileEntry *File = static_cast<const FileEntry *>(file);
138 SourceLocation SLoc = CXXUnit->getLocation(File, line, column);
142 File->getName(), line, column);
149 *Log << llvm::format("(\"%s\", %d, %d) = ", File->getName(), line, column)
156 CXFile file,
    [all...]
  /external/clang/unittests/Tooling/
RewriterTestContext.h 5 // This file is distributed under the University of Illinois Open Source
10 // This file defines a utility class for Rewriter related tests.
77 const FileEntry *File = Files.getFile(Path);
78 assert(File != nullptr);
84 return Sources.createFileID(File, SourceLocation(), SrcMgr::C_User);
106 // a FileEntry, as otherwise we'd read through an already opened file
109 // reopen the file.
  /external/deqp/modules/gles31/functional/
es31fFunctionalTests.cpp 8 * you may not use this file except in compliance with the License.
20 * \file
130 struct File
137 ShaderLibraryGroup (Context& context, const char* name, const char* description, int numFiles, const File* files)
151 const File* const m_files;
197 static const ShaderLibraryGroup::File s_filesES31[] =
206 static const ShaderLibraryGroup::File s_filesES32[] =
238 static const ShaderLibraryGroup::File s_functionFiles[] =
247 static const ShaderLibraryGroup::File s_arraysFiles[] =
256 static const ShaderLibraryGroup::File s_arraysOfArraysFiles[]
    [all...]
  /external/giflib/
gif_lib_private.h 46 FILE *File; /* File as stream. */
  /external/llvm/include/llvm/ObjectYAML/
COFFYAML.h 5 // This file is distributed under the University of Illinois Open Source
10 // This file declares classes for handling the YAML representation of COFF.
71 StringRef File;
  /external/llvm/tools/llvm-cov/
SourceCoverageView.h 5 // This file is distributed under the University of Illinois Open Source
10 /// \file This class implements rendering for code coverage of source code.
100 /// \brief A file manager that handles format-aware file creation.
120 /// \brief If directory output is enabled, create a file in that directory
125 /// \brief Return the sub-directory name for file coverage reports.
134 /// @name File Creation Interface
137 /// \brief Create a file to print a coverage view into.
141 /// \brief Close a file which has been used to print a coverage view.
150 /// \brief A code coverage view of a source file or function
    [all...]
  /external/llvm/tools/llvm-link/
llvm-link.cpp 5 // This file is distributed under the University of Illinois Open Source
49 "input bitcode file which can override previously defined symbol(s)"));
108 // Read the specified bitcode file in and return it. This routine searches the
109 // link path for the specified file to try to find it...
134 /// Helper to load on demand a Module from file and cache it for subsequent
221 // Identify the requested function and its bitcode source file.
293 // Filter out flags that don't apply to the first file we load.
295 for (const auto &File : Files) {
296 std::unique_ptr<Module> M = loadFile(argv0, File, Context);
298 errs() << argv0 << ": error loading file '" << File << "'\n"
    [all...]
  /external/lzma/CPP/7zip/Common/
FileStreams.h 45 NWindows::NFile::NIO::CInFile File;
56 NC::NFile::NIO::CInFile File;
70 return File.Open(fileName);
75 return File.OpenShared(fileName, shareForWrite);
114 NWindows::NFile::NIO::COutFile File;
116 NC::NFile::NIO::COutFile File;
122 return File.Create(fileName, createAlways);
127 return File.Open(fileName, creationDisposition);
137 return File.SetTime(cTime, aTime, mTime);
139 bool SetMTime(const FILETIME *mTime) { return File.SetMTime(mTime); }
    [all...]
  /external/mesa3d/src/gallium/drivers/r300/compiler/
radeon_program_pair.h 39 * \file
54 * {RGB,Alpha}.Src[RC_PAIR_PRESUB_SRC].File will be set to RC_FILE_PRESUB.
60 unsigned int File:4;
104 rc_register_file file, unsigned int index);
  /external/nanohttpd/core/src/test/java/fi/iki/elonen/
JavaIOTempDirExistTest.java 36 import java.io.File;
55 File tempFileBackRef = new File(tempFile.getName());
56 Assert.assertEquals(tempFileBackRef.getParentFile(), new File(tmpdir));
75 File newDir = new File("target", tempFileName);
  /external/python/cpython2/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 fil
    [all...]
  /external/python/cpython2/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 = fil
    [all...]
  /external/swiftshader/third_party/LLVM/lib/MC/
MCContext.cpp 5 // This file is distributed under the University of Illinois Open Source
247 /// GetDwarfFile - takes a file name an number to place in the dwarf file and
248 /// directory tables. If the file number has already been allocated it is an
250 /// allocated file number is returned. The file numbers may be in any order.
252 // TODO: a FileNumber of zero says to use the next available file number.
267 MCDwarfFile *&File = MCDwarfFiles[FileNumber];
303 File = new (*this) MCDwarfFile(StringRef(Buf, Name.size()), DirIndex);
309 /// isValidDwarfFileNumber - takes a dwarf file number and returns true if i
    [all...]
  /external/syslinux/gnu-efi/gnu-efi-3.0/lib/
hand.c 306 EFI_FILE_HANDLE File;
310 // File the file system interface to the device
320 Status = uefi_call_wrapper(Volume->OpenVolume, 2, Volume, &File);
327 return EFI_ERROR(Status) ? NULL : File;
  /frameworks/compile/mclinker/include/mcld/MC/
SymbolCategory.h 5 // This file is distributed under the University of Illinois Open Source
126 enum Type { File, Local, LocalDyn, Common, Dynamic, Regular };
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ObjectYAML/
COFFYAML.h 5 // This file is distributed under the University of Illinois Open Source
10 // This file declares classes for handling the YAML representation of COFF.
71 StringRef File;
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/ObjectYAML/
COFFYAML.h 5 // This file is distributed under the University of Illinois Open Source
10 // This file declares classes for handling the YAML representation of COFF.
75 StringRef File;
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/ObjectYAML/
COFFYAML.h 5 // This file is distributed under the University of Illinois Open Source
10 // This file declares classes for handling the YAML representation of COFF.
75 StringRef File;
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/ObjectYAML/
COFFYAML.h 5 // This file is distributed under the University of Illinois Open Source
10 // This file declares classes for handling the YAML representation of COFF.
82 StringRef File;
  /prebuilts/clang/host/darwin-x86/clang-4579689/share/opt-viewer/
optrecord.py 61 def make_link(File, Line):
62 return "\"{}#L{}\"".format(html_file_name(File), Line)
90 # This handles [{'Caller': ..., 'DebugLoc': { 'File': ... }}]
99 # (('DebugLoc', (('File', ...) ... ))) -> [{'DebugLoc': {'File': ...} ....}]
119 def File(self):
120 return self.DebugLoc['File']
132 return "{}:{}:{}".format(self.File, self.Line, self.Column)
140 return make_link(self.File, self.Line)
157 make_link(dl_dict['File'], dl_dict['Line']), value
    [all...]

Completed in 766 milliseconds

1 2 3 4 5 67 8 91011>>