Home
last modified time | relevance | path

Searched defs:Subtype (Results 1 – 12 of 12) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/lib/TextAPI/MachO/
DArchitecture.cpp21 #define ARCHINFO(Arch, Type, Subtype) \ in getArchitectureFromCpuType() argument
33 #define ARCHINFO(Arch, Type, Subtype) .Case(#Arch, AK_##Arch) in getArchitectureFromName() argument
41 #define ARCHINFO(Arch, Type, Subtype) \ in getArchitectureName() argument
57 #define ARCHINFO(Arch, Type, Subtype) \ in getCPUTypeFromArchitecture() argument
/external/javassist/src/test/test1/
DSubtype.java3 public class Subtype extends SubtypeA implements SubtypeC { class
/external/dagger2/javatests/dagger/functional/membersinject/
DMembersInjectionOrdering.java37 static class Subtype extends Base { class in MembersInjectionOrdering
/external/dagger2/javatests/dagger/internal/codegen/javapoet/
DExpressionTest.java42 interface Subtype extends Supertype {} interface in ExpressionTest
/external/webrtc/modules/audio_coding/neteq/
Ddecoder_database.h108 enum class Subtype : int8_t { kNormal, kComfortNoise, kDtmf, kRed }; enum
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DHost.cpp559 unsigned *Type, unsigned *Subtype) { in getIntelProcessorTypeAndSubtype()
883 unsigned *Subtype) { in getAMDProcessorTypeAndSubtype()
1148 unsigned Subtype = 0; in getHostCPUName() local
/external/llvm/lib/Support/
DHost.cpp301 unsigned *Type, unsigned *Subtype) { in getIntelProcessorTypeAndSubtype()
589 unsigned *Subtype) { in getAMDProcessorTypeAndSubtype()
758 unsigned Subtype; in getHostCPUName() local
/external/pdfium/core/fpdfdoc/
Dcpdf_annot.h31 enum class Subtype { enum
/external/yapf/yapf/yapflib/
Dformat_token.py31 class Subtype(object): class
/external/llvm/lib/Target/X86/MCTargetDesc/
DX86AsmBackend.cpp817 const MachO::CPUSubTypeX86 Subtype; member in __anon838b4cdd0211::DarwinX86_64AsmBackend
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/MCTargetDesc/
DX86AsmBackend.cpp1139 const MachO::CPUSubTypeX86 Subtype; member in __anon1ac17e3f0211::DarwinX86_64AsmBackend
/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/test/
DCheckCLDR.java704 public enum Subtype { enum in CheckCLDR.CheckStatus