Searched defs:Cap (Results 1 - 8 of 8) sorted by relevance

/external/llvm/unittests/Support/
H A DArrayRecyclerTest.cpp27 ARO::Capacity Cap = ARO::Capacity::get(0); local
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
55 ARO::Capacity Cap = ARO::Capacity::get(8); local
[all...]
/external/llvm/include/llvm/Support/
H A DArrayRecycler.h124 T *allocate(Capacity Cap, AllocatorType &Allocator) { argument
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) { argument
137 push(Cap.getBucket(), Ptr);
/external/chromium_org/third_party/skia/include/core/
H A DSkPaint.h432 /** Cap enum specifies the settings for the paint's strokecap. This is the
436 enum Cap { enum in class:SkPaint
462 Cap getStrokeCap() const { return (Cap)fBitfields.fCapType; }
468 void setStrokeCap(Cap cap);
/external/skia/include/core/
H A DSkPaint.h429 /** Cap enum specifies the settings for the paint's strokecap. This is the
433 enum Cap { enum in class:SkPaint
459 Cap getStrokeCap() const { return (Cap)fCapType; }
465 void setStrokeCap(Cap cap);
/external/clang/lib/Sema/
H A DSemaExpr.cpp10606 CapturingScopeInfo::Capture &Cap = BSI->Captures[i]; local
10607 if (Cap.isThisCapture())
10609 BlockDecl::Capture NewCap(Cap.getVariable(), Cap.isBlockCapture(),
10610 Cap.isNested(), Cap.getInitExpr());
11625 const CapturingScopeInfo::Capture &Cap = CSI->getCapture(Var); local
11626 if (Cap.isCopyCapture() &&
/external/chromium_org/third_party/libaddressinput/src/java/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF AndroidManifest.xml android/ android/Manifest$permission.class ...
/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...

Completed in 149 milliseconds