HomeSort by relevance Sort by last modified time
    Searched refs:Cap (Results 1 - 25 of 251) sorted by null

1 2 3 4 5 6 7 8 91011

  /external/llvm/unittests/Support/
ArrayRecyclerTest.cpp 27 ARO::Capacity Cap = ARO::Capacity::get(0);
28 EXPECT_LT(0u, Cap.getSize());
30 size_t PrevSize = Cap.getSize();
32 Cap = ARO::Capacity::get(N);
33 EXPECT_LE(N, Cap.getSize());
35 EXPECT_EQ(PrevSize, Cap.getSize());
37 EXPECT_LT(PrevSize, Cap.getSize());
38 PrevSize = Cap.getSize();
42 Cap = ARO::Capacity::get(0);
43 PrevSize = Cap.getSize()
    [all...]
  /cts/tests/tests/graphics/src/android/graphics/cts/
Paint_CapTest.java 22 import android.graphics.Paint.Cap;
34 assertEquals(Cap.BUTT, Cap.valueOf("BUTT"));
35 assertEquals(Cap.ROUND, Cap.valueOf("ROUND"));
36 assertEquals(Cap.SQUARE, Cap.valueOf("SQUARE"));
42 Cap[] actual = Cap.values();
45 assertEquals(Cap.BUTT, actual[0])
    [all...]
  /external/skia/src/core/
SkStroke.h 34 SkPaint::Cap getCap() const { return (SkPaint::Cap)fCap; }
35 void setCap(SkPaint::Cap);
  /external/skqp/src/core/
SkStroke.h 34 SkPaint::Cap getCap() const { return (SkPaint::Cap)fCap; }
35 void setCap(SkPaint::Cap);
  /external/llvm/include/llvm/Support/
ArrayRecycler.h 124 T *allocate(Capacity Cap, AllocatorType &Allocator) {
126 if (T *Ptr = pop(Cap.getBucket()))
129 return static_cast<T*>(Allocator.Allocate(sizeof(T)*Cap.getSize(), Align));
134 /// Cap must be the same capacity that was given to allocate().
136 void deallocate(Capacity Cap, T *Ptr) {
137 push(Cap.getBucket(), Ptr);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
ArrayRecycler.h 123 T *allocate(Capacity Cap, AllocatorType &Allocator) {
125 if (T *Ptr = pop(Cap.getBucket()))
128 return static_cast<T*>(Allocator.Allocate(sizeof(T)*Cap.getSize(), Align));
133 /// Cap must be the same capacity that was given to allocate().
135 void deallocate(Capacity Cap, T *Ptr) {
136 push(Cap.getBucket(), Ptr);
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
ArrayRecycler.h 123 T *allocate(Capacity Cap, AllocatorType &Allocator) {
125 if (T *Ptr = pop(Cap.getBucket()))
128 return static_cast<T*>(Allocator.Allocate(sizeof(T)*Cap.getSize(), Align));
133 /// Cap must be the same capacity that was given to allocate().
135 void deallocate(Capacity Cap, T *Ptr) {
136 push(Cap.getBucket(), Ptr);
  /external/skia/experimental/sksg/
SkSGPaintNode.h 34 SG_ATTRIBUTE(StrokeCap , SkPaint::Cap , fStrokeCap )
53 SkPaint::Cap fStrokeCap = SkPaint::kButt_Cap;
  /external/skqp/experimental/sksg/
SkSGPaintNode.h 34 SG_ATTRIBUTE(StrokeCap , SkPaint::Cap , fStrokeCap )
53 SkPaint::Cap fStrokeCap = SkPaint::kButt_Cap;
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Support/
ArrayRecycler.h 126 T *allocate(Capacity Cap, AllocatorType &Allocator) {
128 if (T *Ptr = pop(Cap.getBucket()))
131 return static_cast<T*>(Allocator.Allocate(sizeof(T)*Cap.getSize(), Align));
136 /// Cap must be the same capacity that was given to allocate().
138 void deallocate(Capacity Cap, T *Ptr) {
139 push(Cap.getBucket(), Ptr);
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Support/
ArrayRecycler.h 126 T *allocate(Capacity Cap, AllocatorType &Allocator) {
128 if (T *Ptr = pop(Cap.getBucket()))
131 return static_cast<T*>(Allocator.Allocate(sizeof(T)*Cap.getSize(), Align));
136 /// Cap must be the same capacity that was given to allocate().
138 void deallocate(Capacity Cap, T *Ptr) {
139 push(Cap.getBucket(), Ptr);
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Support/
ArrayRecycler.h 126 T *allocate(Capacity Cap, AllocatorType &Allocator) {
128 if (T *Ptr = pop(Cap.getBucket()))
131 return static_cast<T*>(Allocator.Allocate(sizeof(T)*Cap.getSize(), Align));
136 /// Cap must be the same capacity that was given to allocate().
138 void deallocate(Capacity Cap, T *Ptr) {
139 push(Cap.getBucket(), Ptr);
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Support/
ArrayRecycler.h 126 T *allocate(Capacity Cap, AllocatorType &Allocator) {
128 if (T *Ptr = pop(Cap.getBucket()))
131 return static_cast<T*>(Allocator.Allocate(sizeof(T)*Cap.getSize(), Align));
136 /// Cap must be the same capacity that was given to allocate().
138 void deallocate(Capacity Cap, T *Ptr) {
139 push(Cap.getBucket(), Ptr);
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Support/
ArrayRecycler.h 126 T *allocate(Capacity Cap, AllocatorType &Allocator) {
128 if (T *Ptr = pop(Cap.getBucket()))
131 return static_cast<T*>(Allocator.Allocate(sizeof(T)*Cap.getSize(), Align));
136 /// Cap must be the same capacity that was given to allocate().
138 void deallocate(Capacity Cap, T *Ptr) {
139 push(Cap.getBucket(), Ptr);
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Support/
ArrayRecycler.h 126 T *allocate(Capacity Cap, AllocatorType &Allocator) {
128 if (T *Ptr = pop(Cap.getBucket()))
131 return static_cast<T*>(Allocator.Allocate(sizeof(T)*Cap.getSize(), Align));
136 /// Cap must be the same capacity that was given to allocate().
138 void deallocate(Capacity Cap, T *Ptr) {
139 push(Cap.getBucket(), Ptr);
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Support/
ArrayRecycler.h 126 T *allocate(Capacity Cap, AllocatorType &Allocator) {
128 if (T *Ptr = pop(Cap.getBucket()))
131 return static_cast<T*>(Allocator.Allocate(sizeof(T)*Cap.getSize(), Align));
136 /// Cap must be the same capacity that was given to allocate().
138 void deallocate(Capacity Cap, T *Ptr) {
139 push(Cap.getBucket(), Ptr);
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Support/
ArrayRecycler.h 126 T *allocate(Capacity Cap, AllocatorType &Allocator) {
128 if (T *Ptr = pop(Cap.getBucket()))
131 return static_cast<T*>(Allocator.Allocate(sizeof(T)*Cap.getSize(), Align));
136 /// Cap must be the same capacity that was given to allocate().
138 void deallocate(Capacity Cap, T *Ptr) {
139 push(Cap.getBucket(), Ptr);
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Support/
ArrayRecycler.h 126 T *allocate(Capacity Cap, AllocatorType &Allocator) {
128 if (T *Ptr = pop(Cap.getBucket()))
131 return static_cast<T*>(Allocator.Allocate(sizeof(T)*Cap.getSize(), Align));
136 /// Cap must be the same capacity that was given to allocate().
138 void deallocate(Capacity Cap, T *Ptr) {
139 push(Cap.getBucket(), Ptr);
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Support/
ArrayRecycler.h 126 T *allocate(Capacity Cap, AllocatorType &Allocator) {
128 if (T *Ptr = pop(Cap.getBucket()))
131 return static_cast<T*>(Allocator.Allocate(sizeof(T)*Cap.getSize(), Align));
136 /// Cap must be the same capacity that was given to allocate().
138 void deallocate(Capacity Cap, T *Ptr) {
139 push(Cap.getBucket(), Ptr);
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Support/
ArrayRecycler.h 126 T *allocate(Capacity Cap, AllocatorType &Allocator) {
128 if (T *Ptr = pop(Cap.getBucket()))
131 return static_cast<T*>(Allocator.Allocate(sizeof(T)*Cap.getSize(), Align));
136 /// Cap must be the same capacity that was given to allocate().
138 void deallocate(Capacity Cap, T *Ptr) {
139 push(Cap.getBucket(), Ptr);
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Support/
ArrayRecycler.h 126 T *allocate(Capacity Cap, AllocatorType &Allocator) {
128 if (T *Ptr = pop(Cap.getBucket()))
131 return static_cast<T*>(Allocator.Allocate(sizeof(T)*Cap.getSize(), Align));
136 /// Cap must be the same capacity that was given to allocate().
138 void deallocate(Capacity Cap, T *Ptr) {
139 push(Cap.getBucket(), Ptr);
  /external/skia/include/core/
SkStrokeRec.h 39 SkPaint::Cap getCap() const { return (SkPaint::Cap)fCap; }
60 void setStrokeParams(SkPaint::Cap cap, SkPaint::Join join, SkScalar miterLimit) {
61 fCap = cap;
145 uint32_t fCap : 16; // SkPaint::Cap
  /external/skqp/include/core/
SkStrokeRec.h 39 SkPaint::Cap getCap() const { return (SkPaint::Cap)fCap; }
60 void setStrokeParams(SkPaint::Cap cap, SkPaint::Join join, SkScalar miterLimit) {
61 fCap = cap;
145 uint32_t fCap : 16; // SkPaint::Cap
  /external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowPaint.java 20 private Paint.Cap cap; field in class:ShadowPaint
89 public void setStrokeCap(Paint.Cap cap) {
90 this.cap = cap;
94 public Paint.Cap getStrokeCap() {
95 return cap;
165 * @return cap
167 public Paint.Cap getCap()
    [all...]
  /external/subsampling-scale-image-view/sample/src/main/java/com/davemorrissey/labs/subscaleview/test/extension/views/
CircleView.java 5 import android.graphics.Paint.Cap;
47 paint.setStrokeCap(Cap.ROUND);

Completed in 705 milliseconds

1 2 3 4 5 6 7 8 91011