/external/llvm/unittests/Support/ |
D | ArrayRecyclerTest.cpp | 27 ARO::Capacity Cap = ARO::Capacity::get(0); in TEST() local 28 EXPECT_LT(0u, Cap.getSize()); in TEST() 30 size_t PrevSize = Cap.getSize(); in TEST() 32 Cap = ARO::Capacity::get(N); in TEST() 33 EXPECT_LE(N, Cap.getSize()); in TEST() 35 EXPECT_EQ(PrevSize, Cap.getSize()); in TEST() 37 EXPECT_LT(PrevSize, Cap.getSize()); in TEST() 38 PrevSize = Cap.getSize(); in TEST() 42 Cap = ARO::Capacity::get(0); in TEST() 43 PrevSize = Cap.getSize(); in TEST() [all …]
|
/external/llvm/include/llvm/Support/ |
D | ArrayRecycler.h | 124 T *allocate(Capacity Cap, AllocatorType &Allocator) { in allocate() argument 126 if (T *Ptr = pop(Cap.getBucket())) in allocate() 129 return static_cast<T*>(Allocator.Allocate(sizeof(T)*Cap.getSize(), Align)); in allocate() 136 void deallocate(Capacity Cap, T *Ptr) { in deallocate() argument 137 push(Cap.getBucket(), Ptr); in deallocate()
|
/external/skia/src/core/ |
D | SkStroke.h | 27 SkPaint::Cap getCap() const { return (SkPaint::Cap)fCap; } in getCap() 28 void setCap(SkPaint::Cap);
|
D | SkStrokerPriv.h | 37 static CapProc CapFactory(SkPaint::Cap);
|
/external/chromium_org/third_party/skia/src/core/ |
D | SkStroke.h | 27 SkPaint::Cap getCap() const { return (SkPaint::Cap)fCap; } in getCap() 28 void setCap(SkPaint::Cap);
|
D | SkStrokerPriv.h | 37 static CapProc CapFactory(SkPaint::Cap);
|
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/ |
D | ShadowPaint.java | 20 private Paint.Cap cap; 89 public void setStrokeCap(Paint.Cap cap) { in setStrokeCap() 94 public Paint.Cap getStrokeCap() { in getStrokeCap() 167 public Paint.Cap getCap() { in getCap()
|
/external/chromium_org/third_party/skia/include/core/ |
D | SkStrokeRec.h | 40 SkPaint::Cap getCap() const { return fCap; } in getCap() 61 void setStrokeParams(SkPaint::Cap cap, SkPaint::Join join, SkScalar miterLimit) { in setStrokeParams() 102 SkPaint::Cap fCap;
|
D | SkPaint.h | 436 enum Cap { enum 462 Cap getStrokeCap() const { return (Cap)fBitfields.fCapType; } in getStrokeCap() 468 void setStrokeCap(Cap cap);
|
/external/skia/include/core/ |
D | SkStrokeRec.h | 37 SkPaint::Cap getCap() const { return fCap; } in getCap() 58 void setStrokeParams(SkPaint::Cap cap, SkPaint::Join join, SkScalar miterLimit) { in setStrokeParams() 99 SkPaint::Cap fCap;
|
D | SkPaint.h | 433 enum Cap { enum 459 Cap getStrokeCap() const { return (Cap)fCapType; } in getStrokeCap() 465 void setStrokeCap(Cap cap);
|
/external/chromium_org/third_party/WebKit/Source/platform/graphics/ |
D | StrokeData.h | 64 void setLineCap(LineCap cap) { m_lineCap = (SkPaint::Cap)cap; } in setLineCap() 88 SkPaint::Cap m_lineCap;
|
/external/chromium_org/third_party/skia/gm/ |
D | linepaths.cpp | 30 const SkRect& clip,SkPaint::Cap cap, SkPaint::Join join, in drawPath() 67 SkPaint::Cap fCap; in onDraw() 173 const SkRect& clip,SkPaint::Cap cap, SkPaint::Join join, in drawPath() 210 SkPaint::Cap fCap; in onDraw()
|
D | quadpaths.cpp | 30 const SkRect& clip,SkPaint::Cap cap, SkPaint::Join join, in drawPath() 67 SkPaint::Cap fCap; in onDraw() 178 const SkRect& clip,SkPaint::Cap cap, SkPaint::Join join, in drawPath() 215 SkPaint::Cap fCap; in onDraw()
|
D | cubicpaths.cpp | 73 const SkRect& clip,SkPaint::Cap cap, SkPaint::Join join, in drawPath() 110 SkPaint::Cap fCap; in onDraw() 222 const SkRect& clip,SkPaint::Cap cap, SkPaint::Join join, in drawPath() 259 SkPaint::Cap fCap; in onDraw()
|
D | nonclosedpaths.cpp | 84 static const SkPaint::Cap kCap[] = { in onDraw()
|
/external/skia/gm/ |
D | linepaths.cpp | 30 const SkRect& clip,SkPaint::Cap cap, SkPaint::Join join, in drawPath() 67 SkPaint::Cap fCap; in onDraw() 171 const SkRect& clip,SkPaint::Cap cap, SkPaint::Join join, in drawPath() 208 SkPaint::Cap fCap; in onDraw()
|
D | quadpaths.cpp | 30 const SkRect& clip,SkPaint::Cap cap, SkPaint::Join join, in drawPath() 67 SkPaint::Cap fCap; in onDraw() 176 const SkRect& clip,SkPaint::Cap cap, SkPaint::Join join, in drawPath() 213 SkPaint::Cap fCap; in onDraw()
|
D | cubicpaths.cpp | 73 const SkRect& clip,SkPaint::Cap cap, SkPaint::Join join, in drawPath() 110 SkPaint::Cap fCap; in onDraw() 220 const SkRect& clip,SkPaint::Cap cap, SkPaint::Join join, in drawPath() 257 SkPaint::Cap fCap; in onDraw()
|
D | nonclosedpaths.cpp | 84 static const SkPaint::Cap kCap[] = { in onDraw()
|
/external/llvm/include/llvm/CodeGen/ |
D | MachineFunction.h | 421 MachineOperand *allocateOperandArray(OperandCapacity Cap) { 422 return OperandRecycler.allocate(Cap, Allocator); 428 void deallocateOperandArray(OperandCapacity Cap, MachineOperand *Array) { 429 OperandRecycler.deallocate(Cap, Array);
|
/external/chromium_org/third_party/skia/src/animator/ |
D | SkDrawPaint.cpp | 49 SK_MEMBER(strokeCap, Cap), 70 strokeCap((SkPaint::Cap) -1), strokeJoin((SkPaint::Join) -1), strokeMiter(SK_ScalarNaN), in SkDrawPaint() 244 paint->setStrokeCap((SkPaint::Cap) strokeCap); in setupPaint()
|
/external/skia/src/animator/ |
D | SkDrawPaint.cpp | 49 SK_MEMBER(strokeCap, Cap), 70 strokeCap((SkPaint::Cap) -1), strokeJoin((SkPaint::Join) -1), strokeMiter(SK_ScalarNaN), in SkDrawPaint() 244 paint->setStrokeCap((SkPaint::Cap) strokeCap); in setupPaint()
|
/external/clang/lib/Sema/ |
D | SemaExceptionSpec.cpp | 933 for (LambdaExpr::capture_init_iterator Cap = Lambda->capture_init_begin(), in canThrow() local 935 Cap != CapEnd; ++Cap) in canThrow() 936 CT = mergeCanThrow(CT, canThrow(*Cap)); in canThrow()
|
/external/skia/tests/ |
D | EmptyPathTest.cpp | 58 static const SkPaint::Cap gCaps[] = { in iter_paint()
|