Searched refs:initType (Results 1 – 10 of 10) sorted by relevance
/external/skqp/src/gpu/ |
D | GrShape.h | 42 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) {
|
D | GrShape.cpp | 113 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/ |
D | RcsStackAdaptor.java | 681 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/ |
D | Types.h | 1388 void initType(const TSourceLoc& l) in initType() function 1410 initType(l);
|
/external/angle/third_party/vulkan-deps/glslang/src/glslang/Include/ |
D | Types.h | 1470 void initType(const TSourceLoc& l) in initType() function 1495 initType(l);
|
/external/llvm-project/mlir/lib/Dialect/StandardOps/IR/ |
D | Ops.cpp | 2125 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/ |
D | ParseHelper.cpp | 7081 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/ |
D | ParseHelper.cpp | 7530 TBasicType initType = initList->getSequence()[i]->getAsTyped()->getBasicType(); in convertInitializerList() local 7531 if (destType != initType && !intermediate.canImplicitlyPromote(initType, destType)) { in convertInitializerList()
|
/external/clang/lib/Sema/ |
D | SemaDeclCXX.cpp | 12276 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/ |
D | SemaDeclCXX.cpp | 15931 QualType initType = Context.getExceptionObjectType(ExDeclType); in BuildExceptionDeclaration() local 15939 new (Context) OpaqueValueExpr(Loc, initType, VK_LValue, OK_Ordinary); in BuildExceptionDeclaration()
|