Home
last modified time | relevance | path

Searched refs:initType (Results 1 – 10 of 10) sorted by relevance

/external/skqp/src/gpu/
DGrShape.h42 GrShape() { this->initType(Type::kEmpty); } in GrShape()
51 this->initType(Type::kPath, &path); in GrShape()
56 this->initType(Type::kRRect); in GrShape()
67 this->initType(Type::kRRect); in GrShape()
85 this->initType(Type::kRRect); in GrShape()
94 this->initType(Type::kPath, &path); in GrShape()
99 this->initType(Type::kRRect); in GrShape()
108 this->initType(Type::kRRect); in GrShape()
472 void initType(Type type, const SkPath* path = nullptr) {
DGrShape.cpp113 result.initType(Type::kPath, &original.fPathData.fPath); in MakeFilled()
390 this->initType(that.fType, thatPath); in GrShape()
424 this->initType(Type::kEmpty); in GrShape()
433 this->initType(Type::kPath); in GrShape()
/external/ims/rcs/rcsservice/src/com/android/service/ims/
DRcsStackAdaptor.java681 private void startInitPresenceTimer(int times, int initType){ in startInitPresenceTimer() argument
683 logger.print("set the retry alarm, times=" + times + " initType=" + initType + in startInitPresenceTimer()
/external/deqp-deps/glslang/glslang/Include/
DTypes.h1388 void initType(const TSourceLoc& l) in initType() function
1410 initType(l);
/external/angle/third_party/vulkan-deps/glslang/src/glslang/Include/
DTypes.h1470 void initType(const TSourceLoc& l) in initType() function
1495 initType(l);
/external/llvm-project/mlir/lib/Dialect/StandardOps/IR/
DOps.cpp2125 Type initType = initValue.getType(); in verify() local
2127 if (initType != tensorType) in verify()
2129 << tensorType << ", but was of type " << initType; in verify()
/external/deqp-deps/glslang/glslang/MachineIndependent/
DParseHelper.cpp7081 TBasicType initType = initList->getSequence()[i]->getAsTyped()->getBasicType(); in convertInitializerList() local
7082 if (destType != initType && !intermediate.canImplicitlyPromote(initType, destType)) { in convertInitializerList()
/external/angle/third_party/vulkan-deps/glslang/src/glslang/MachineIndependent/
DParseHelper.cpp7530 TBasicType initType = initList->getSequence()[i]->getAsTyped()->getBasicType(); in convertInitializerList() local
7531 if (destType != initType && !intermediate.canImplicitlyPromote(initType, destType)) { in convertInitializerList()
/external/clang/lib/Sema/
DSemaDeclCXX.cpp12276 QualType initType = Context.getExceptionObjectType(ExDeclType); in BuildExceptionDeclaration() local
12284 new (Context) OpaqueValueExpr(Loc, initType, VK_LValue, OK_Ordinary); in BuildExceptionDeclaration()
/external/llvm-project/clang/lib/Sema/
DSemaDeclCXX.cpp15931 QualType initType = Context.getExceptionObjectType(ExDeclType); in BuildExceptionDeclaration() local
15939 new (Context) OpaqueValueExpr(Loc, initType, VK_LValue, OK_Ordinary); in BuildExceptionDeclaration()