HomeSort by relevance Sort by last modified time
    Searched refs:FileType (Results 126 - 150 of 444) sorted by null

1 2 3 4 56 7 8 91011>>

  /device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/FwVol/
FwVolDriver.h 106 @param FileType FileType is a pointer to a caller allocated
109 value of *FileType input. A *FileType input
112 file's type is returned in *FileType.
113 *FileType is not modified if no file is
141 IN OUT EFI_FV_FILETYPE *FileType,
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
FirmwareVolume2.h 538 the type of file to search for may be specified in FileType. For
539 example, if *FileType is EFI_FV_FILETYPE_DRIVER, only files of
540 this type will be returned in the output. If *FileType is
561 @param FileType Pointer to a caller-allocated
564 value of the FileType input. A *FileType
568 is returned in FileType. *FileType is not
593 @retval FI_NOT_FOUND No files of type FileType were found.
610 IN OUT EFI_FV_FILETYPE *FileType,
    [all...]
  /external/clang/lib/Frontend/
HeaderIncludeGen.cpp 47 SrcMgr::CharacteristicKind FileType,
  /external/llvm/include/llvm/Target/
TargetMachine.h 303 PassManagerBase &PM, raw_pwrite_stream &Out, CodeGenFileType FileType,
  /external/llvm/tools/llvm-mc/
llvm-mc.cpp 100 FileType("filetype", cl::init(OFT_AssemblyFile),
494 if (FileType == OFT_AssemblyFile) {
513 } else if (FileType == OFT_Null) {
516 assert(FileType == OFT_ObjectFile && "Invalid file type!");
  /external/swiftshader/third_party/LLVM/include/llvm/Target/
TargetMachine.h 305 CodeGenFileType FileType,
  /frameworks/base/libs/androidfw/
ApkAssets.cpp 131 const std::function<void(const StringPiece&, FileType)>& f) const {
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Target/
TargetMachine.h 289 PassManagerBase &PM, raw_pwrite_stream &Out, CodeGenFileType FileType,
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Target/
TargetMachine.h 289 PassManagerBase &PM, raw_pwrite_stream &Out, CodeGenFileType FileType,
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Target/
TargetMachine.h 289 PassManagerBase &PM, raw_pwrite_stream &Out, CodeGenFileType FileType,
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Target/
TargetMachine.h 289 PassManagerBase &PM, raw_pwrite_stream &Out, CodeGenFileType FileType,
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Target/
TargetMachine.h 289 PassManagerBase &PM, raw_pwrite_stream &Out, CodeGenFileType FileType,
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Target/
TargetMachine.h 289 PassManagerBase &PM, raw_pwrite_stream &Out, CodeGenFileType FileType,
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Target/
TargetMachine.h 289 PassManagerBase &PM, raw_pwrite_stream &Out, CodeGenFileType FileType,
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Target/
TargetMachine.h 289 PassManagerBase &PM, raw_pwrite_stream &Out, CodeGenFileType FileType,
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/GenMetaFile/
GenInfFile.py 634 # @param Key: (FileName, FileType, FFE, SortedArch)
639 (FileName, FileType, FFE, SortedArch) = Key
653 if FileType == 'SUBTYPE_GUID' and SubTypeGuidValue:
654 Statement += FileType + '|' + SubTypeGuidValue + '|' + FileName
656 Statement += FileType + '|' + FileName
657 if FileType in DT.BINARY_FILE_TYPE_UI_LIST + DT.BINARY_FILE_TYPE_VER_LIST:
    [all...]
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/FirmwareVolume/FwVolDxe/
FwVolDriver.h 163 @param FileType FileType is a pointer to a caller allocated
166 value of *FileType input. A *FileType input
169 file's type is returned in *FileType.
170 *FileType is not modified if no file is
198 IN OUT EFI_FV_FILETYPE *FileType,
576 @param FileType The FFS File Type.
591 IN EFI_FV_FILETYPE FileType,
FwPadFile.c 273 @param FileType The type of the written Ffs File.
287 IN EFI_FV_FILETYPE FileType,
297 if ((FileType > EFI_FV_FILETYPE_SMM_CORE) && (FileType < 0xE0)) {
306 TmpFileHeader->Type = FileType;
412 @param FileType The FFS File Type.
427 IN EFI_FV_FILETYPE FileType,
525 FileType,
    [all...]
FwVol.c 214 EFI_FV_FILETYPE FileType;
233 FileType = EFI_FV_FILETYPE_FIRMWARE_VOLUME_IMAGE;
237 &FileType,
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Acpi/BootScriptExecutorDxe/
ScriptExecute.c 217 @param FileType File type of the image.
225 IN EFI_FV_FILETYPE FileType
246 FileType
  /device/linaro/bootloader/edk2/MdePkg/Include/Pi/
PiPeiCis.h 650 EFI_FV_FILETYPE FileType;
678 EFI_FV_FILETYPE FileType;
    [all...]
  /external/avb/
avbtool     [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/AutoGen/
GenMake.py 174 # @param FileType Type of build file. Only nmake and gmake are supported now.
179 def Generate(self, FileType=gMakeType):
180 if FileType not in self._FILE_NAME_:
181 EdkLogger.error("build", PARAMETER_INVALID, "Invalid build type [%s]" % FileType,
183 self._FileType = FileType
185 FileName = self._FILE_NAME_[FileType]
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Object/POM/
CommonObject.py 285 self.FileType = ''
289 def SetFileType(self, FileType):
290 self.FileType = FileType
293 return self.FileType
  /device/linaro/bootloader/edk2/EmbeddedPkg/Library/PrePiLib/
FwVol.c 634 FileInfo->FileType = FileHeader->Type;
699 Search through every FV until you find a file of type FileType
701 @param FileType File handle of a Fv type file.
706 @retval EFI_SUCCESS Successfully found FileType
712 IN EFI_FV_FILETYPE FileType,
734 Status = FfsFindNextFile (FileType, *VolumeHandle, FileHandle);

Completed in 2452 milliseconds

1 2 3 4 56 7 8 91011>>