Home
last modified time | relevance | path

Searched defs:Family (Results 1 – 16 of 16) sorted by relevance

/external/skia/tools/fonts/
DTestTypeface.h68 struct Family { struct
69 struct Face {
74 std::vector<Face> faces;
75 const char* name;
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DHost.cpp542 static void detectX86FamilyModel(unsigned EAX, unsigned *Family, in detectX86FamilyModel()
556 getIntelProcessorTypeAndSubtype(unsigned Family, unsigned Model, in getIntelProcessorTypeAndSubtype()
881 static void getAMDProcessorTypeAndSubtype(unsigned Family, unsigned Model, in getAMDProcessorTypeAndSubtype()
1142 unsigned Family = 0, Model = 0; in getHostCPUName() local
/external/pdfium/core/fpdfapi/page/
Dcpdf_colorspace.h57 enum class Family { enum
/external/llvm/lib/Support/
DHost.cpp285 static void detectX86FamilyModel(unsigned EAX, unsigned *Family, in detectX86FamilyModel()
299 getIntelProcessorTypeAndSubtype(unsigned int Family, unsigned int Model, in getIntelProcessorTypeAndSubtype()
585 static void getAMDProcessorTypeAndSubtype(unsigned int Family, in getAMDProcessorTypeAndSubtype()
752 unsigned Family = 0, Model = 0; in getHostCPUName() local
/external/clang/lib/StaticAnalyzer/Checkers/
DMallocChecker.cpp69 unsigned Family : 29; // Rest of 32-bit word, currently just an allocation member in __anon68a7fcc20111::RefState
575 AllocationFamily Family, in isCMemFunction()
1072 AllocationFamily Family) { in MallocMemAux()
1084 AllocationFamily Family) { in MallocMemAux()
1127 AllocationFamily Family) { in MallocUpdateRefState()
1286 AllocationFamily Family = getAllocationFamily(C, E); in printExpectedAllocName() local
1449 AllocationFamily Family = RsBase ? RsBase->getAllocationFamily() in FreeMemAux() local
1462 MallocChecker::getCheckIfTracked(AllocationFamily Family, in getCheckIfTracked()
2067 AllocationFamily Family = RS->getAllocationFamily(); in reportLeak() local
2714 AllocationFamily Family = RefS->getAllocationFamily(); in printState() local
DNullabilityChecker.cpp579 ObjCMethodFamily Family = MD->getMethodFamily(); in checkPreStmt() local
/external/protobuf/src/google/protobuf/compiler/cpp/
Dpadding_optimizer.cc125 enum Family { in OptimizeLayout() enum
/external/cronet/third_party/protobuf/src/google/protobuf/compiler/cpp/
Dcpp_padding_optimizer.cc125 enum Family { in OptimizeLayout() enum
/external/cronet/url/
Durl_canon.h354 enum Family { enum
/external/python/cpython3/Modules/clinic/
Doverlapped.c.h313 int Family; in _overlapped_BindLocal() local
/external/python/cpython3/Modules/
Doverlapped.c516 _overlapped_BindLocal_impl(PyObject *module, HANDLE Socket, int Family) in _overlapped_BindLocal_impl()
/external/python/google-api-python-client/googleapiclient/discovery_cache/documents/
Dkeep.v1.json401 "Family": { object
/external/clang/lib/Sema/
DSemaDeclObjC.cpp150 if (ObjCMethodFamily Family = Overridden->getMethodFamily()) in CheckObjCMethodOverride() local
408 ObjCMethodFamily Family = MDecl->getMethodFamily(); in ActOnStartOfObjCMethodDef() local
/external/llvm/include/llvm/Support/
DMachO.h1401 static inline int CPU_SUBTYPE_INTEL(int Family, int Model) { in CPU_SUBTYPE_INTEL()
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DMachO.h1416 static inline int CPU_SUBTYPE_INTEL(int Family, int Model) { in CPU_SUBTYPE_INTEL()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DMachO.h1466 inline int CPU_SUBTYPE_INTEL(int Family, int Model) { in CPU_SUBTYPE_INTEL()