HomeSort by relevance Sort by last modified time
    Searched refs:Common (Results 151 - 175 of 717) sorted by null

1 2 3 4 5 67 8 91011>>

  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/ExecutionEngine/
JITSymbol.h 49 Common = 1U << 2,
75 /// @brief Returns true if the Common flag is set.
77 return (Flags & Common) == Common;
80 /// @brief Returns true if the symbol isn't weak or common.
275 /// definitions of common symbols.
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/ExecutionEngine/
JITSymbol.h 49 Common = 1U << 2,
75 /// @brief Returns true if the Common flag is set.
77 return (Flags & Common) == Common;
80 /// @brief Returns true if the symbol isn't weak or common.
275 /// definitions of common symbols.
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/ExecutionEngine/
JITSymbol.h 49 Common = 1U << 2,
75 /// @brief Returns true if the Common flag is set.
77 return (Flags & Common) == Common;
80 /// @brief Returns true if the symbol isn't weak or common.
275 /// definitions of common symbols.
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/GenFds/
EfiSection.py 23 import Common.LongFilePathOs as os
25 from Common import EdkLogger
26 from Common.BuildToolError import *
27 from Common.Misc import PeImageClass
28 from Common.LongFilePathSupport import OpenLongFilePath as open
29 from Common.LongFilePathSupport import CopyLongFilePath
CompressSection.py 21 import Common.LongFilePathOs as os
Fd.py 20 import Common.LongFilePathOs as os
26 from Common import EdkLogger
27 from Common.BuildToolError import *
28 from Common.Misc import SaveFileOnChange
  /device/google/cuttlefish_common/host/config/
Android.mk 16 # Common definitions for all variants.
  /device/linaro/bootloader/edk2/BaseTools/Source/C/Common/
CommonLib.h 2 Common library assistance routines.
18 #include <Common/UefiBaseTypes.h>
19 #include <Common/BuildVersion.h>
EfiUtilityMsgs.h 2 Defines and prototypes for common EFI utility error and debug messages.
18 #include <Common/UefiBaseTypes.h>
MyAlloc.h 22 #include <Common/BaseTypes.h>
ParseInf.h 20 #include <Common/UefiBaseTypes.h>
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Common/
MigrationUtilities.py 17 import Common.LongFilePathOs as os
21 from Common.BuildToolError import *
24 from Common.LongFilePathSupport import OpenLongFilePath as open
30 # @param Common The destine CommonClass object.
33 def SetCommon(Common, XmlCommon):
35 Common.Usage = XmlAttribute(XmlCommon, XmlTag).split()
38 Common.FeatureFlag = XmlAttribute(XmlCommon, XmlTag)
41 Common.SupArchList = XmlAttribute(XmlCommon, XmlTag).split()
44 Common.HelpText = XmlElement(XmlCommon, XmlTag)
132 # @param XmlCloned A child XML DOM object in a Common XML DOM.
    [all...]
Dictionary.py 19 from Common.LongFilePathSupport import OpenLongFilePath as open
LongFilePathOsPath.py 15 from Common.LongFilePathSupport import LongFilePath
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/DebugSupportDxe/
DebugSupportDxe.inf 61 Ipf/Common.i
  /external/lzma/CS/7zip/Common/
CRC.cs 0 // Common/CRC.cs
  /external/swiftshader/third_party/LLVM/lib/Target/
TargetRegisterInfo.cpp 109 // Register classes are ordered topologically, so the largest common
110 // sub-class it the common sub-class with the smallest ID.
117 if (unsigned Common = *SubA++ & *SubB++)
118 return getRegClass(Base + CountTrailingZeros_32(Common));
120 // No common sub-class exists.
  /device/linaro/bootloader/edk2/OvmfPkg/
OvmfPkgIa32.fdf 420 [Rule.Common.SEC]
427 [Rule.Common.PEI_CORE]
434 [Rule.Common.PEIM]
442 [Rule.Common.DXE_CORE]
449 [Rule.Common.DXE_DRIVER]
459 [Rule.Common.DXE_RUNTIME_DRIVER]
467 [Rule.Common.UEFI_DRIVER]
475 [Rule.Common.UEFI_DRIVER.BINARY]
483 [Rule.Common.UEFI_APPLICATION]
490 [Rule.Common.UEFI_APPLICATION.BINARY]
    [all...]
OvmfPkgIa32X64.fdf 420 [Rule.Common.SEC]
427 [Rule.Common.PEI_CORE]
434 [Rule.Common.PEIM]
442 [Rule.Common.DXE_CORE]
449 [Rule.Common.DXE_DRIVER]
459 [Rule.Common.DXE_RUNTIME_DRIVER]
467 [Rule.Common.UEFI_DRIVER]
475 [Rule.Common.UEFI_DRIVER.BINARY]
483 [Rule.Common.UEFI_APPLICATION]
490 [Rule.Common.UEFI_APPLICATION.BINARY]
    [all...]
OvmfPkgX64.fdf 420 [Rule.Common.SEC]
427 [Rule.Common.PEI_CORE]
434 [Rule.Common.PEIM]
442 [Rule.Common.DXE_CORE]
449 [Rule.Common.DXE_DRIVER]
459 [Rule.Common.DXE_RUNTIME_DRIVER]
467 [Rule.Common.UEFI_DRIVER]
475 [Rule.Common.UEFI_DRIVER.BINARY]
483 [Rule.Common.UEFI_APPLICATION]
490 [Rule.Common.UEFI_APPLICATION.BINARY]
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/C/
Makefile 15 !INCLUDE Makefiles\ms.common
17 LIBRARIES = Common
  /device/linaro/bootloader/edk2/BaseTools/Source/C/Makefiles/
header.makefile 46 INCLUDE = $(TOOL_INCLUDE) -I $(MAKEROOT) -I $(MAKEROOT)/Include/Common -I $(MAKEROOT)/Include/ -I $(MAKEROOT)/Include/IndustryStandard -I $(MAKEROOT)/Common/ -I .. -I . $(ARCH_INCLUDE)
  /device/linaro/bootloader/edk2/BaseTools/Source/C/PyUtility/
PyUtility.c 17 #include <Common/UefiBaseTypes.h>
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/CommonDataClass/
PackageClass.py 17 from Common.Misc import sdict
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Workspace/
BuildClassObject.py 14 import Common.LongFilePathOs as os
16 from Common.Misc import sdict
17 from Common.Misc import RealPath2
18 from Common.BuildToolError import *

Completed in 549 milliseconds

1 2 3 4 5 67 8 91011>>