HomeSort by relevance Sort by last modified time
    Searched refs:FileType (Results 176 - 200 of 504) sorted by null

1 2 3 4 5 6 78 91011>>

  /system/libufdt/utils/src/
mkdtboimg.py 465 type=argparse.FileType('rb'),
667 type=argparse.FileType('wb'),
686 type=argparse.FileType('rb'),
    [all...]
  /external/avb/
avbtool     [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);
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/FirmwareVolume/FwVolDxe/
FwVol.c 214 EFI_FV_FILETYPE FileType;
233 FileType = EFI_FV_FILETYPE_FIRMWARE_VOLUME_IMAGE;
237 &FileType,
  /device/linaro/bootloader/edk2/MdeModulePkg/Core/Pei/Image/
Image.c 410 if (FileInfo.FileType == EFI_FV_FILETYPE_PEI_CORE ||
411 FileInfo.FileType == EFI_FV_FILETYPE_PEIM ||
412 FileInfo.FileType == EFI_FV_FILETYPE_COMBINED_PEIM_DRIVER) {
    [all...]
  /external/clang/tools/driver/
cc1as_main.cpp 103 enum FileType {
108 FileType OutputType;
237 Opts.OutputType = FileType(OutputType);
  /external/libxkbcommon/xkbcommon/src/xkbcomp/
parser.y 194 %type <file_type> XkbCompositeType FileType
272 XkbMapConfig : OptFlags FileType OptMapName OBRACE
287 FileType : XKB_KEYCODES { $$ = FILE_TYPE_KEYCODES; }
  /device/linaro/bootloader/edk2/QuarkPlatformPkg/Acpi/Dxe/AcpiPlatform/
AcpiPlatform.c 59 EFI_FV_FILETYPE FileType;
121 &FileType,
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
LLVMTargetMachine.cpp 128 CodeGenFileType FileType,
144 switch (FileType) {
  /external/swiftshader/third_party/LLVM/lib/Object/
MachOObject.cpp 70 SwapValue(Header.FileType);
392 O << "('filetype', " << Header.FileType << ")\n";
  /art/test/988-method-trace/
gen_srcs.py 284 parser.add_argument('output_file', nargs='?', metavar='<output-file>', default=sys.stdout, type=argparse.FileType('w'), help='Destination file to write to (default: stdout).')
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/CommonDataClass/
CommonClass.py 444 self.FileType = ''
  /device/linaro/bootloader/edk2/EmbeddedPkg/Include/Library/
PrePiLib.h 177 Search through every FV until you find a file of type FileType
179 @param FileType File handle of a Fv type file.
184 @retval EFI_SUCCESS Successfully found FileType
190 IN EFI_FV_FILETYPE FileType,
  /external/autotest/contrib/
summarize_loadtest.py 44 parser.add_argument('infile', nargs='*', type=argparse.FileType('r'),
  /external/llvm/test/MC/MachO/ARM/
darwin-ARM-reloc.s 1 @ RUN: llvm-mc -n -triple armv7-apple-darwin10 %s -filetype=obj -o %t.obj
32 @ CHECK: FileType: Relocatable (0x1)
darwin-Thumb-reloc.s 1 @ RUN: llvm-mc -n -triple thumbv7-apple-darwin10 %s -filetype=obj -o %t.obj
33 @ CHECK: FileType: Relocatable (0x1)
  /external/llvm/tools/bugpoint/
ToolRunner.cpp 458 CC::FileType LLC::OutputCode(const std::string &Bitcode,
483 LLCArgs.push_back("-filetype=obj");
520 CC::FileType FileKind = OutputCode(Bitcode, OutputAsmFile, *Error, Timeout,
659 FileType fileType,
678 if (fileType != ObjectFile) {
680 if (fileType == CFile) {
806 int CC::MakeSharedObject(const std::string &InputFile, FileType fileType,
831 if (fileType != ObjectFile)
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/Object/
MachOFormat.h 115 uint32_t FileType;
  /external/v8/tools/ignition/
linux_perf_report.py 234 type=argparse.FileType('wt'),
  /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...]
  /external/swiftshader/third_party/LLVM/tools/bugpoint/
ToolRunner.cpp 444 GCC::FileType LLC::OutputCode(const std::string &Bitcode,
467 LLCArgs.push_back("-filetype=obj");
504 GCC::FileType FileKind = OutputCode(Bitcode, OutputAsmFile, *Error, Timeout,
624 GCC::FileType CBE::OutputCode(const std::string &Bitcode,
731 FileType fileType,
750 if (fileType != ObjectFile) {
752 if (fileType == CFile) {
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Common/
FdfParserLite.py     [all...]
  /external/python/cpython3/Lib/test/
test_argparse.py     [all...]
  /external/google-breakpad/src/common/mac/
macho_reader_unittest.cc 48 using mach_o::FileType;
715 FileType file_type = MH_EXECUTE,
886 EXPECT_EQ(FileType(0x149fc717), reader.file_type());
    [all...]

Completed in 1734 milliseconds

1 2 3 4 5 6 78 91011>>