| /third_party/jerryscript/tests/jerry/ |
| H A D | object-create.js | 48 function Shape() { class
|
| /third_party/skia/experimental/graphite/src/geom/ |
| H A D | Shape.h | 27 class Shape { class 34 Shape() {} in Shape() function in skgpu::Shape 35 Shape(const Shape& shape) { *this = shape; } in Shape() function in skgpu::Shape 38 Shape(SkPoint p0, SkPoint p1) { this->setLine(p0, p1); } in Shape() function in skgpu::Shape 39 Shape(SkV2 p0, SkV2 p1) { this->setLine(p0, p1); } in Shape() function in skgpu::Shape 40 Shape(float in Shape() function in skgpu::Shape 41 explicit Shape(const Rect& rect) { this->setRect(rect); } Shape() function in skgpu::Shape 42 explicit Shape(const SkRect& rect) { this->setRect(rect); } Shape() function in skgpu::Shape 43 explicit Shape(const SkRRect& rrect) { this->setRRect(rrect); } Shape() function in skgpu::Shape 44 explicit Shape(const SkPath& path) { this->setPath(path); } Shape() function in skgpu::Shape [all...] |
| /third_party/python/Lib/turtledemo/ |
| H A D | planet_and_moon.py | 20 from turtle import Shape, Turtle, mainloop, Vec2D as Vec namespace
|
| /third_party/skia/experimental/sorttoy/ |
| H A D | sorttypes.h | 9 enum class Shape { class
|
| /third_party/skia/experimental/xform/ |
| H A D | SkShape.h | 34 class Shape : public SkRefCnt { class 38 Shape(sk_sp<Xform> x = nullptr) : fXform(std::move(x)) {} in Shape() function in Shape [all...] |
| /third_party/skia/modules/skottie/src/text/ |
| H A D | RangeSelector.h | 48 enum class Shape : uint8_t { class in skottie::internal::final
|
| H A D | SkottieShaper.cpp | 477 Shaper::Result Shaper::Shape(const SkString& orig_txt, const TextDesc& desc, const SkPoint& point, in Shape() function in skottie::Shaper 487 Shaper::Result Shaper::Shape(const SkString& orig_txt, const TextDesc& desc, const SkRect& box, in Shape() function in skottie::Shaper
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Coroutines/ |
| H A D | CoroInternal.h | 88 struct LLVM_LIBRARY_VISIBILITY Shape { struct 235 explicit Shape(Function &F) { buildFrom(F); } in Shape() function
|
| H A D | Coroutines.cpp | 226 static void clear(coro::Shape &Shape) { in clear() argument [all...] |
| H A D | CoroFrame.cpp | 178 SuspendCrossingInfo::SuspendCrossingInfo(Function &F, coro::Shape &Shape) in SuspendCrossingInfo() argument 395 static StructType *buildFrameType(Function &F, coro::Shape &Shape, in buildFrameType() argument 586 insertSpills(const SpillInfo &Spills, coro::Shape &Shape) insertSpills() argument 1138 lowerNonLocalAlloca(CoroAllocaAllocInst *AI, coro::Shape &Shape, SmallVectorImpl<Instruction*> &DeadInsts) lowerNonLocalAlloca() argument 1163 emitGetSwiftErrorValue(IRBuilder< &Builder, Type *ValueTy, coro::Shape &Shape) emitGetSwiftErrorValue() argument 1178 emitSetSwiftErrorValue(IRBuilder< &Builder, Value *V, coro::Shape &Shape) emitSetSwiftErrorValue() argument 1196 emitSetAndGetSwiftErrorValueAround(Instruction *Call, AllocaInst *Alloca, coro::Shape &Shape) emitSetAndGetSwiftErrorValueAround() argument 1226 eliminateSwiftErrorAlloca(Function &F, AllocaInst *Alloca, coro::Shape &Shape) eliminateSwiftErrorAlloca() argument 1257 eliminateSwiftErrorArgument(Function &F, Argument &Arg, coro::Shape &Shape, SmallVectorImpl<AllocaInst*> &AllocasToPromote) eliminateSwiftErrorArgument() argument 1294 eliminateSwiftError(Function &F, coro::Shape &Shape) eliminateSwiftError() argument 1325 buildCoroutineFrame(Function &F, Shape &Shape) buildCoroutineFrame() argument [all...] |
| H A D | CoroSplit.cpp | 97 coro::Shape &Shape; member in __anon24999::CoroCloner 109 CoroCloner(Function &OrigF, const Twine &Suffix, coro::Shape &Shape, in CoroCloner() argument 117 CoroCloner(Function &OrigF, const Twine &Suffix, coro::Shape &Shape, in CoroCloner() argument 161 maybeFreeRetconStorage(IRBuilder< &Builder, const coro::Shape &Shape, Value *FramePtr, CallGraph *CG) maybeFreeRetconStorage() argument 173 replaceFallthroughCoroEnd(CoroEndInst *End, const coro::Shape &Shape, Value *FramePtr, bool InResume, CallGraph *CG) replaceFallthroughCoroEnd() argument 223 replaceUnwindCoroEnd(CoroEndInst *End, const coro::Shape &Shape, Value *FramePtr, bool InResume, CallGraph *CG) replaceUnwindCoroEnd() argument 250 replaceCoroEnd(CoroEndInst *End, const coro::Shape &Shape, Value *FramePtr, bool InResume, CallGraph *CG) replaceCoroEnd() argument 265 createResumeEntryBlock(Function &F, coro::Shape &Shape) createResumeEntryBlock() argument 395 createCloneDeclaration(Function &OrigF, coro::Shape &Shape, const Twine &Suffix, Module::iterator InsertBefore) createCloneDeclaration() argument 499 replaceSwiftErrorOps(Function &F, coro::Shape &Shape, ValueToValueMapTy *VMap) replaceSwiftErrorOps() argument 778 createClone(Function &F, const Twine &Suffix, coro::Shape &Shape, CoroCloner::Kind FKind) createClone() argument 786 removeCoroEnds(const coro::Shape &Shape, CallGraph *CG) removeCoroEnds() argument 792 replaceFrameSize(coro::Shape &Shape) replaceFrameSize() argument 820 setCoroInfo(Function &F, coro::Shape &Shape, ArrayRef<Function *> Fns) setCoroInfo() argument 844 updateCoroFrame(coro::Shape &Shape, Function *ResumeFn, Function *DestroyFn, Function *CleanupFn) updateCoroFrame() argument 986 handleNoSuspendCoroutine(coro::Shape &Shape) handleNoSuspendCoroutine() argument 1148 simplifySuspendPoints(coro::Shape &Shape) simplifySuspendPoints() argument 1170 splitSwitchCoroutine(Function &F, coro::Shape &Shape, SmallVectorImpl<Function *> &Clones) splitSwitchCoroutine() argument 1202 splitRetconCoroutine(Function &F, coro::Shape &Shape, SmallVectorImpl<Function *> &Clones) splitRetconCoroutine() argument 1345 splitCoroutine(Function &F, coro::Shape &Shape, SmallVectorImpl<Function *> &Clones) splitCoroutine() argument [all...] |
| /third_party/skia/gm/ |
| H A D | aaxfermodes.cpp | 45 enum Shape { enum
|
| /third_party/skia/experimental/skrive/include/ |
| H A D | SkRive.h | 259 Shape() : INHERITED(Type::kShape) {} in Shape() function in skrive::final
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/ |
| H A D | TypeDumpVisitor.cpp | 402 visitKnownRecord(CVType &CVR, VFTableShapeRecord &Shape) visitKnownRecord() argument
|
| /third_party/skia/modules/skplaintexteditor/src/ |
| H A D | shape.cpp | 259 ShapeResult SkPlainTextEditor::Shape(const char* utf8Text, in Shape() function in SkPlainTextEditor
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
| H A D | VectorUtils.h | 119 VFShape Shape; // Classification of the vector function. member
|
| /third_party/icu/icu4c/source/common/ |
| H A D | ushape.cpp | 1204 unsigned int Shape; in shapeUnicode() local [all...] |
| /third_party/node/deps/icu-small/source/common/ |
| H A D | ushape.cpp | 1204 unsigned int Shape; in shapeUnicode() local [all...] |
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
| H A D | LowerMatrixIntrinsics.cpp | 262 bool setShapeInfo(Value *V, ShapeInfo Shape) { in setShapeInfo() argument 443 ShapeInfo Shape = ShapeMap[V]; in propagateShapeBackward() local 560 LowerLoad(Instruction *Inst, Value *Ptr, Value *Stride, ShapeInfo Shape) LowerLoad() argument 588 LowerStore(Instruction *Inst, Value *Matrix, Value *Ptr, Value *Stride, ShapeInfo Shape) LowerStore() argument 813 ShapeInfo &Shape = I->second; VisitBinaryOperator() local [all...] |
| /third_party/skia/third_party/externals/icu/source/common/ |
| H A D | ushape.cpp | 1204 unsigned int Shape; in shapeUnicode() local [all...] |
| /third_party/python/Lib/ |
| H A D | turtle.py | 871 class Shape(object): class [all...] |