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

1 2 34 5 6 7 8 91011>>

  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/LTO/legacy/
LTOCodeGenerator.h 89 void setFileType(TargetMachine::CodeGenFileType FT) { FileType = FT; }
242 TargetMachine::CodeGenFileType FileType = TargetMachine::CGFT_ObjectFile;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/LTO/legacy/
LTOCodeGenerator.h 89 void setFileType(TargetMachine::CodeGenFileType FT) { FileType = FT; }
242 TargetMachine::CodeGenFileType FileType = TargetMachine::CGFT_ObjectFile;
  /art/tools/runtime_memusage/
symbol_trace_info.py 146 type=argparse.FileType("r"),
165 type=argparse.FileType("r"),
169 type=argparse.FileType("r"),
173 type=argparse.FileType("r"),
prune_sanitizer_output.py 116 type=argparse.FileType("r"),
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Framework/Ppi/FirmwareVolume/
FirmwareVolume.h 40 EFI_FV_FILETYPE FileType;
  /external/llvm/bindings/ocaml/target/
target_ocaml.c 313 value FileType, value FileName, value Machine) {
317 String_val(FileName), Int_val(FileType),
328 LLVMModuleRef Module, value FileType,
334 Int_val(FileType), &ErrorMessage,
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/VarCheckHiiLib/
VarCheckHiiGenFromFv.c 263 EFI_FV_FILETYPE FileType;
322 FileType = EFI_FV_FILETYPE_ALL;
326 &FileType,
  /frameworks/base/tools/aapt2/flatten/
Archive.cpp 45 file::FileType type = file::GetFileType(dir_);
46 if (type == file::FileType::kNonexistant) {
49 } else if (type != file::FileType::kDirectory) {
  /device/linaro/bootloader/edk2/BaseTools/Source/C/Common/
FvLib.c 306 IN EFI_FV_FILETYPE FileType,
320 FileType Type of file to search for.
365 Error (NULL, 0, 0003, "error parsing FV image", "FFS file with FileType 0x%x can't be found", FileType);
372 if (FileType == EFI_FV_FILETYPE_ALL || CurrentFile->Type == FileType) {
383 Error (NULL, 0, 0003, "error parsing FV image", "FFS file with FileType 0x%x can't be found", FileType);
  /external/llvm/tools/llc/
llc.cpp 162 switch (FileType) {
189 switch (FileType) {
382 FileType != TargetMachine::CGFT_ObjectFile)
384 << ": warning: ignoring -mc-relax-all because filetype != obj";
393 if ((FileType != TargetMachine::CGFT_AssemblyFile &&
463 if (Target->addPassesToEmitFile(PM, *OS, FileType, NoVerify,
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/FirmwareVolume/FwVolDxe/
FwVolWrite.c 742 @param FileType The FFS File Type.
758 IN EFI_FV_FILETYPE FileType,
779 if ((FileType > EFI_FV_FILETYPE_SMM_CORE) && (FileType < 0xE0)) {
806 FileType,
877 FileHeader->Type = FileType;
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/FileExplorerLib/
FileExplorer.c 570 if (gFileExplorerPrivate.FileType == NULL) {
585 IsSupported = (StrStr (gFileExplorerPrivate.FileType, TmpStr) == NULL ? FALSE : TRUE);
    [all...]
FileExplorer.h 96 CHAR16 *FileType;
  /external/clang/lib/Frontend/
PrintPreprocessedOutput.cpp 91 SrcMgr::CharacteristicKind FileType;
108 FileType = SrcMgr::C_User;
124 SrcMgr::CharacteristicKind FileType,
194 if (FileType == SrcMgr::C_System)
196 else if (FileType == SrcMgr::C_ExternCSystem)
279 FileType = NewFileType;
  /external/clang/lib/Lex/
PPLexerChange.cpp 127 SrcMgr::CharacteristicKind FileType =
131 PPCallbacks::EnterFile, FileType);
154 SrcMgr::CharacteristicKind FileType =
156 Callbacks->FileChanged(EnterLoc, PPCallbacks::EnterFile, FileType);
427 SrcMgr::CharacteristicKind FileType =
430 PPCallbacks::ExitFile, FileType, ExitedFID);
  /frameworks/base/tools/aapt2/cmd/
Compile.cpp 156 if (file::GetFileType(prefix_path) != file::FileType::kDirectory) {
362 const file::FileType file_type = file::GetFileType(input_path);
363 if (file_type != file::FileType::kRegular && file_type != file::FileType::kSymlink) {
364 if (file_type == file::FileType::kDirectory) {
367 } else if (file_type == file::FileType::kNonexistant) {
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/Fv2OnFvThunk/
Fv2OnFvThunk.c 452 the type of file to search for may be specified in FileType. For
453 example, if *FileType is EFI_FV_FILETYPE_DRIVER, only files of
454 this type will be returned in the output. If *FileType is
483 @param FileType Pointer to a caller-allocated
486 value of the FileType input. A *FileType
490 is returned in FileType. *FileType is not
515 @retval FI_NOT_FOUND No files of type FileType were found.
532 IN OUT EFI_FV_FILETYPE *FileType,
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Trim/
Trim.py 503 make_option("-s", "--source-code", dest="FileType", const="SourceCode", action="store_const",
505 make_option("-r", "--vfr-file", dest="FileType", const="Vfr", action="store_const",
507 make_option("-a", "--asl-file", dest="FileType", const="Asl", action="store_const",
509 make_option("-8", "--Edk-source-code", dest="FileType", const="EdkSourceCode", action="store_const",
534 Parser.set_defaults(FileType="Vfr")
570 if CommandOptions.FileType == "Vfr":
574 elif CommandOptions.FileType == "Asl":
578 elif CommandOptions.FileType == "EdkSourceCode":
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Framework/Protocol/FirmwareVolume/
FirmwareVolume.h 258 IN OUT EFI_FV_FILETYPE * FileType,
274 FileType - Indicates the file type to filter for
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/FirmwareVolume/UpdateDriverDxe/
UpdateDriver.h 139 @param FileType FFS file type.
155 IN EFI_FV_FILETYPE FileType,
  /device/linaro/bootloader/edk2/IntelFrameworkPkg/Include/Protocol/
FirmwareVolume.h 274 @param FileType The pointer to the file type to filter for.
281 @retval EFI_NOT_FOUND No files of type FileType were found.
292 IN OUT EFI_FV_FILETYPE *FileType,
  /device/linaro/bootloader/edk2/SecurityPkg/Library/DxeDeferImageLoadLib/
DxeDeferImageLoadLib.c 816 UINT32 FileType;
847 FileType = GetFileType (File);
849 if ((Policy & FileType) == FileType) {
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/Edit/
FileBuffer.c 136 FileBufferBackupVar.FileType = FileBuffer.FileType;
940 FileBuffer.FileType = FileTypeAscii;
951 FileBuffer.FileType = FileTypeAscii;
968 FileBuffer.FileType = FileTypeUnicode;
977 FileBuffer.FileType = FileTypeAscii;
1004 if (FileBuffer.FileType == FileTypeAscii) {
1106 if (FileBuffer.FileType == FileTypeAscii) {
1276 According to FileBuffer.NewLineType & FileBuffer.FileType,
    [all...]
  /external/llvm/utils/
sort_includes.py 86 parser.add_argument('files', nargs='+', type=argparse.FileType('r+'),
  /external/swiftshader/third_party/LLVM/tools/llvm-mc/
llvm-mc.cpp 82 FileType("filetype", cl::init(OFT_AssemblyFile),
400 if (FileType == OFT_AssemblyFile) {
413 } else if (FileType == OFT_Null) {
416 assert(FileType == OFT_ObjectFile && "Invalid file type!");

Completed in 1242 milliseconds

1 2 34 5 6 7 8 91011>>