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

1 2 34 5 6 7 8 91011

  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/CodeGen/
MachineFunction.h 686 MachineOperand *allocateOperandArray(OperandCapacity Cap) {
687 return OperandRecycler.allocate(Cap, Allocator);
692 /// Cap must be the same capacity that was used to allocate the array.
693 void deallocateOperandArray(OperandCapacity Cap, MachineOperand *Array) {
694 OperandRecycler.deallocate(Cap, Array);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
MachineFunction.h 660 MachineOperand *allocateOperandArray(OperandCapacity Cap) {
661 return OperandRecycler.allocate(Cap, Allocator);
666 /// Cap must be the same capacity that was used to allocate the array.
667 void deallocateOperandArray(OperandCapacity Cap, MachineOperand *Array) {
668 OperandRecycler.deallocate(Cap, Array);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/CodeGen/
MachineFunction.h 668 MachineOperand *allocateOperandArray(OperandCapacity Cap) {
669 return OperandRecycler.allocate(Cap, Allocator);
674 /// Cap must be the same capacity that was used to allocate the array.
675 void deallocateOperandArray(OperandCapacity Cap, MachineOperand *Array) {
676 OperandRecycler.deallocate(Cap, Array);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/CodeGen/
MachineFunction.h 668 MachineOperand *allocateOperandArray(OperandCapacity Cap) {
669 return OperandRecycler.allocate(Cap, Allocator);
674 /// Cap must be the same capacity that was used to allocate the array.
675 void deallocateOperandArray(OperandCapacity Cap, MachineOperand *Array) {
676 OperandRecycler.deallocate(Cap, Array);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/CodeGen/
MachineFunction.h 686 MachineOperand *allocateOperandArray(OperandCapacity Cap) {
687 return OperandRecycler.allocate(Cap, Allocator);
692 /// Cap must be the same capacity that was used to allocate the array.
693 void deallocateOperandArray(OperandCapacity Cap, MachineOperand *Array) {
694 OperandRecycler.deallocate(Cap, Array);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/CodeGen/
MachineFunction.h 686 MachineOperand *allocateOperandArray(OperandCapacity Cap) {
687 return OperandRecycler.allocate(Cap, Allocator);
692 /// Cap must be the same capacity that was used to allocate the array.
693 void deallocateOperandArray(OperandCapacity Cap, MachineOperand *Array) {
694 OperandRecycler.deallocate(Cap, Array);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/CodeGen/
MachineFunction.h 686 MachineOperand *allocateOperandArray(OperandCapacity Cap) {
687 return OperandRecycler.allocate(Cap, Allocator);
692 /// Cap must be the same capacity that was used to allocate the array.
693 void deallocateOperandArray(OperandCapacity Cap, MachineOperand *Array) {
694 OperandRecycler.deallocate(Cap, Array);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/CodeGen/
MachineFunction.h 686 MachineOperand *allocateOperandArray(OperandCapacity Cap) {
687 return OperandRecycler.allocate(Cap, Allocator);
692 /// Cap must be the same capacity that was used to allocate the array.
693 void deallocateOperandArray(OperandCapacity Cap, MachineOperand *Array) {
694 OperandRecycler.deallocate(Cap, Array);
    [all...]
  /device/linaro/bootloader/edk2/SecurityPkg/Tcg/Opal/OpalPasswordSmm/
OpalNvmeMode.c 23 #define NVME_GET_CAP(Nvme, Cap) NvmeMmioRead (Cap, Nvme->Nbar + NVME_CAP_OFFSET, sizeof (NVME_CAP))
34 #define NVME_SET_SQTDBL(Nvme, Qid, Sqtdbl) NvmeMmioWrite (Nvme->Nbar + NVME_SQTDBL_OFFSET(Qid, Nvme->Cap.Dstrd), Sqtdbl, sizeof (NVME_SQTDBL))
35 #define NVME_SET_CQHDBL(Nvme, Qid, Cqhdbl) NvmeMmioWrite (Nvme->Nbar + NVME_CQHDBL_OFFSET(Qid, Nvme->Cap.Dstrd), Cqhdbl, sizeof (NVME_CQHDBL))
319 // Cap.To specifies max delay time in 500ms increments for Csts.Rdy to set after
320 // Cc.Enable. Loop produces a 1 millisecond delay per itteration, up to 500 * Cap.To.
322 if (Nvme->Cap.To == 0) {
325 Timeout = Nvme->Cap.To;
    [all...]
  /external/skia/gm/
hairlines.cpp 151 // Now add the chord that should cap the circular arc
221 static void draw_squarehair_tests(SkCanvas* canvas, SkScalar width, SkPaint::Cap cap, bool aa) {
223 paint.setStrokeCap(cap);
246 const SkPaint::Cap caps[] = { SkPaint::kButt_Cap, SkPaint::kSquare_Cap, SkPaint::kRound_Cap };
250 for (auto cap : caps) {
251 draw_squarehair_tests(canvas, width, cap, alias);
  /external/skqp/gm/
hairlines.cpp 151 // Now add the chord that should cap the circular arc
221 static void draw_squarehair_tests(SkCanvas* canvas, SkScalar width, SkPaint::Cap cap, bool aa) {
223 paint.setStrokeCap(cap);
246 const SkPaint::Cap caps[] = { SkPaint::kButt_Cap, SkPaint::kSquare_Cap, SkPaint::kRound_Cap };
250 for (auto cap : caps) {
251 draw_squarehair_tests(canvas, width, cap, alias);
  /frameworks/base/core/java/android/gesture/
Gesture.java 197 paint.setStrokeCap(Paint.Cap.ROUND);
231 paint.setStrokeCap(Paint.Cap.ROUND);
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
ImageFilterDraw.java 121 paint.setStrokeCap(Paint.Cap.SQUARE);
123 paint.setStrokeCap(Paint.Cap.ROUND);
  /packages/apps/Settings/src/com/android/settings/graph/
UsageGraph.java 25 import android.graphics.Paint.Cap;
81 mLinePaint.setStrokeCap(Cap.ROUND);
  /packages/apps/Settings/src/com/android/settings/widget/
DonutView.java 95 mBackgroundCircle.setStrokeCap(Paint.Cap.BUTT);
102 mFilledArc.setStrokeCap(Paint.Cap.BUTT);
260 // Technically, this should be the cap height, but I can live with the descent - ascent.
  /prebuilts/go/darwin-x86/src/bytes/
buffer_test.go 240 n := buf.Cap()
249 n := buf.Cap()
574 cap0 = b.Cap()
577 cap1 := b.Cap()
581 t.Errorf("buffer cap = %d; too big (grew from %d)", cap1, cap0)
629 for b.Len()+20 < b.Cap() {
  /prebuilts/go/linux-x86/src/bytes/
buffer_test.go 240 n := buf.Cap()
249 n := buf.Cap()
574 cap0 = b.Cap()
577 cap1 := b.Cap()
581 t.Errorf("buffer cap = %d; too big (grew from %d)", cap1, cap0)
629 for b.Len()+20 < b.Cap() {
  /external/skia/src/gpu/ops/
GrDashOp.cpp 57 SkPaint::Cap cap = style.strokeRec().getCap(); local
58 if (SkPaint::kRound_Cap == cap) {
192 DashCap cap, const size_t vertexStride) {
195 if (kRound_DashCap == cap) {
211 SkASSERT(kNonRound_DashCap == cap && vertexStride == sizeof(DashLineVertex));
247 DashCap cap,
267 SkPaint::Cap cap, AAMode aaMode, bool fullDash,
270 new DashOp(std::move(paint), geometry, cap, aaMode, fullDash, stencilSettings))
376 SkPaint::Cap cap = this->cap(); variable
738 SkPaint::Cap cap() const { return fCap; } function in class:final
769 SkPaint::Cap cap = style.strokeRec().getCap(); local
1293 SkPaint::Cap cap = SkPaint::Cap(random->nextULessThan(SkPaint::kCapCount)); local
    [all...]
  /external/skqp/src/gpu/ops/
GrDashOp.cpp 57 SkPaint::Cap cap = style.strokeRec().getCap(); local
58 if (SkPaint::kRound_Cap == cap) {
192 DashCap cap, const size_t vertexStride) {
195 if (kRound_DashCap == cap) {
211 SkASSERT(kNonRound_DashCap == cap && vertexStride == sizeof(DashLineVertex));
247 DashCap cap,
267 SkPaint::Cap cap, AAMode aaMode, bool fullDash,
270 new DashOp(std::move(paint), geometry, cap, aaMode, fullDash, stencilSettings))
376 SkPaint::Cap cap = this->cap(); variable
738 SkPaint::Cap cap() const { return fCap; } function in class:final
769 SkPaint::Cap cap = style.strokeRec().getCap(); local
1293 SkPaint::Cap cap = SkPaint::Cap(random->nextULessThan(SkPaint::kCapCount)); local
    [all...]
  /cts/tests/tests/uirendering/src/android/uirendering/cts/testinfrastructure/
DisplayModifier.java 163 paint.setStrokeCap(Paint.Cap.BUTT);
169 paint.setStrokeCap(Paint.Cap.ROUND);
175 paint.setStrokeCap(Paint.Cap.SQUARE);
  /developers/build/prebuilts/gradle/WatchFace/Wearable/src/main/java/com/example/android/wearable/watchface/watchface/
AnalogComplicationWatchFaceService.java 306 mHourPaint.setStrokeCap(Paint.Cap.ROUND);
313 mMinutePaint.setStrokeCap(Paint.Cap.ROUND);
320 mSecondAndHighlightPaint.setStrokeCap(Paint.Cap.ROUND);
    [all...]
  /developers/samples/android/wearable/wear/WatchFace/Wearable/src/main/java/com/example/android/wearable/watchface/watchface/
AnalogComplicationWatchFaceService.java 306 mHourPaint.setStrokeCap(Paint.Cap.ROUND);
313 mMinutePaint.setStrokeCap(Paint.Cap.ROUND);
320 mSecondAndHighlightPaint.setStrokeCap(Paint.Cap.ROUND);
    [all...]
  /development/samples/browseable/WatchFace/Wearable/src/com.example.android.wearable.watchface/
ComplicationSimpleWatchFaceService.java 224 mHourPaint.setStrokeCap(Paint.Cap.ROUND);
231 mMinutePaint.setStrokeCap(Paint.Cap.ROUND);
238 mSecondPaint.setStrokeCap(Paint.Cap.ROUND);
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/NvmExpressDxe/
NvmExpressPassthru.c 438 (1 << (Private->Cap.Mpsmin + 12));
610 NVME_SQTDBL_OFFSET(QueueId, Private->Cap.Dstrd),
697 NVME_CQHDBL_OFFSET(QueueId, Private->Cap.Dstrd),
    [all...]
  /frameworks/support/wear/src/main/java/androidx/wear/widget/
CircledImageView.java 89 private Paint.Cap mCircleBorderCap;
152 Paint.Cap.values()[a.getInt(R.styleable.CircledImageView_background_border_cap, 0)];
618 * Set the stroke cap for the border around the circle.
620 * @param circleBorderCap Stroke cap for the border around the circle.
622 public void setCircleBorderCap(Paint.Cap circleBorderCap) {

Completed in 2859 milliseconds

1 2 34 5 6 7 8 91011