HomeSort by relevance Sort by last modified time
    Searched defs:sweep (Results 1 - 25 of 119) sorted by null

1 2 3 4 5

  /prebuilts/go/darwin-x86/src/runtime/
mgcsweep.go 14 var sweep sweepdata var
16 // State of background sweep.
35 // sweep any unswept spans. If this is a concurrent GC, there
36 // shouldn't be any spans left to sweep, so this should finish
37 // instantly. If GC was forced before the concurrent sweep
38 // finished, there may be spans to sweep.
40 sweep.npausesweep++
47 sweep.g = getg()
49 lock(&sweep.lock)
50 sweep.parked = tru
179 func (s *mspan) sweep(preserve bool) bool { func
    [all...]
  /prebuilts/go/linux-x86/src/runtime/
mgcsweep.go 14 var sweep sweepdata var
16 // State of background sweep.
35 // sweep any unswept spans. If this is a concurrent GC, there
36 // shouldn't be any spans left to sweep, so this should finish
37 // instantly. If GC was forced before the concurrent sweep
38 // finished, there may be spans to sweep.
40 sweep.npausesweep++
47 sweep.g = getg()
49 lock(&sweep.lock)
50 sweep.parked = tru
179 func (s *mspan) sweep(preserve bool) bool { func
    [all...]
  /external/valgrind/none/tests/s390x/
clc.c 50 void sweep(int l) function
60 sweep(0);
61 sweep(1);
62 sweep(2);
63 sweep(3);
64 sweep(4);
65 sweep(5);
66 sweep(22);
  /frameworks/layoutlib/bridge/src/android/graphics/drawable/
GradientDrawable_Delegate.java 44 float sweep = useLevel ? (360.0f * level / 10000.0f) : 360f; local
46 if (sweep >= 360 || sweep <= -360) {
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/
AnqpCache.java 74 public void sweep() { method in class:AnqpCache
76 // Check if it is time to perform the sweep.
97 out.println("Last sweep " + Utils.toHMS(mClock.getElapsedSinceBootMillis() - mLastSweep)
PasspointManager.java 456 * Sweep the ANQP cache to remove expired entries.
459 mAnqpCache.sweep();
  /frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/hotspot2/
AnqpCacheTest.java 83 * Verify the expectation for the sweep function (expired entries will be removed).
91 // Sweep the cache when the entry is not expired.
94 mCache.sweep();
97 // Sweep the cache when the entry is expired.
99 mCache.sweep();
  /external/skia/gm/
addarc.cpp 225 SkScalar sweep = ccw ? end - start : start - end; local
227 path->arcTo(bounds, start, sweep, false);
229 path->addArc(bounds, start, sweep);
  /external/skia/samplecode/
SampleDither.cpp 54 SkScalar sweep = 360.0f; local
61 path.arcTo(bounds, 0, sweep, false);
63 path.arcTo(innerBounds, sweep, -sweep, false);
  /external/skia/src/utils/
SkParsePath.cpp 167 SkScalar angle, largeArc, sweep; local
174 && (data = find_scalar(data, &sweep, false, 0))
178 (SkPath::Direction) !SkToBool(sweep), points[0]);
  /external/skqp/gm/
addarc.cpp 225 SkScalar sweep = ccw ? end - start : start - end; local
227 path->arcTo(bounds, start, sweep, false);
229 path->addArc(bounds, start, sweep);
  /external/skqp/samplecode/
SampleDither.cpp 54 SkScalar sweep = 360.0f; local
61 path.arcTo(bounds, 0, sweep, false);
63 path.arcTo(innerBounds, sweep, -sweep, false);
  /external/skqp/src/utils/
SkParsePath.cpp 167 SkScalar angle, largeArc, sweep; local
174 && (data = find_scalar(data, &sweep, false, 0))
178 (SkPath::Direction) !SkToBool(sweep), points[0]);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
MatrixUtils.java 72 private static void sweep(final int row, final float[][] squareMatrix0, method in class:MatrixUtils
115 sweep(i, squareMatrix, inverseMatrix, size); method
  /packages/apps/Dialer/java/com/android/dialer/callcomposer/camera/camerafocus/
PieItem.java 37 private float sweep; field in class:PieItem
118 sweep = sw;
136 return sweep;
  /packages/apps/Messaging/src/com/android/messaging/ui/mediapicker/camerafocus/
PieItem.java 40 private float sweep; field in class:PieItem
135 sweep = sw;
140 public void setFixedSlice(float center, float sweep) {
142 this.sweep = sweep;
158 return sweep;
  /packages/apps/Settings/src/com/android/settings/widget/
ChartView.java 134 protected void layoutSweep(ChartSweepView sweep) {
138 layoutSweep(sweep, parentRect, childRect);
139 sweep.layout(childRect.left, childRect.top, childRect.right, childRect.bottom);
142 protected void layoutSweep(ChartSweepView sweep, Rect parentRect, Rect childRect) {
143 final Rect sweepMargins = sweep.getMargins();
145 // sweep is always placed along specific dimension
146 if (sweep.getFollowAxis() == ChartSweepView.VERTICAL) {
147 parentRect.top += sweepMargins.top + (int) sweep.getPoint();
151 Gravity.apply(SWEEP_GRAVITY, parentRect.width(), sweep.getMeasuredHeight(),
155 parentRect.left += sweepMargins.left + (int) sweep.getPoint()
    [all...]
  /external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/pie/
PieRenderer.java 69 float sweep = (float) (scale * (values[i]) * 360); local
70 offset += sweep;
73 radius, lastOffset, sweep);
80 float rad, float startAngle, float sweep) {
103 PointF r2Outer = calculateLineEnd(cx, cy, rad, startAngle + sweep);
104 PointF r2Inner = calculateLineEnd(cx, cy, donutSizePx, startAngle + sweep);
119 startAngle, sweep);
125 p.arcTo(bounds, startAngle, sweep);
128 // sweep back to original angle:
134 startAngle + sweep, -sweep)
    [all...]
  /external/swiftshader/src/OpenGL/libGLES_CM/
Texture.cpp 364 void Texture2D::sweep() function in class:es1::Texture2D
  /external/swiftshader/src/OpenGL/libGLESv2/
Texture.cpp 472 void Texture2D::sweep() function in class:es2::Texture2D
952 void TextureCubeMap::sweep() function in class:TextureCubeMap
1458 void Texture3D::sweep()
    [all...]
  /tools/test/connectivity/acts/tests/google/power/tel/lab/
PowerTelTest.py 288 def sweep(self, power_levels, direction): member in class:PowerTelTest
357 results_throughput, results_power = self.sweep(power_levels, direction)
370 results_throughput, results_power = self.sweep(power_levels, direction)
  /external/skia/tests/
PathOpsAngleIdeas.cpp 118 static void setQuadHullSweep(const SkDQuad& quad, SkDVector sweep[2]) {
119 sweep[0] = quad[1] - quad[0];
120 sweep[1] = quad[2] - quad[0];
130 SkDVector sweep[2], tweep[2]; local
131 setQuadHullSweep(quad1, sweep);
142 double s0dt0 = sweep[0].dot(tweep[0]);
144 double s0xt0 = sweep[0].crossCheck(tweep[0]);
146 double sDist = sweep[0].length() * m;
165 SkDVector sweep[2], tweep[2];
166 setQuadHullSweep(quad1, sweep);
211 double sweep = end - start; local
    [all...]
  /external/skqp/tests/
PathOpsAngleIdeas.cpp 118 static void setQuadHullSweep(const SkDQuad& quad, SkDVector sweep[2]) {
119 sweep[0] = quad[1] - quad[0];
120 sweep[1] = quad[2] - quad[0];
130 SkDVector sweep[2], tweep[2]; local
131 setQuadHullSweep(quad1, sweep);
142 double s0dt0 = sweep[0].dot(tweep[0]);
144 double s0xt0 = sweep[0].crossCheck(tweep[0]);
146 double sDist = sweep[0].length() * m;
165 SkDVector sweep[2], tweep[2];
166 setQuadHullSweep(quad1, sweep);
211 double sweep = end - start; local
    [all...]
  /frameworks/layoutlib/bridge/src/android/util/
PathParser_Delegate.java 655 // (rx ry x-axis-rotation large-arc-flag sweep-flag x y)
756 double sweep = (eta1 - eta0); local
757 if (isPositiveArc != (sweep >= 0)) {
758 if (sweep > 0) {
759 sweep -= 2 * Math.PI;
761 sweep += 2 * Math.PI;
772 "cx, cy, a, b, x0, y0, thetaD, eta0, sweep = " + cx + " , "
775 + Math.toDegrees(eta0) + " , " + Math.toDegrees(sweep));
777 arcToBezier(p, cx, cy, a, b, x0, y0, thetaD, eta0, sweep);
    [all...]
  /frameworks/support/compat/src/main/java/androidx/core/graphics/
PathParser.java 569 // (rx ry x-axis-rotation large-arc-flag sweep-flag x y)
671 double sweep = (eta1 - eta0); local
672 if (isPositiveArc != (sweep >= 0)) {
673 if (sweep > 0) {
674 sweep -= 2 * Math.PI;
676 sweep += 2 * Math.PI;
686 arcToBezier(p, cx, cy, a, b, x0, y0, thetaD, eta0, sweep);
701 * @param sweep The angle (positive or negative) of the sweep of the arc on the ellipse
712 double sweep) {
    [all...]

Completed in 702 milliseconds

1 2 3 4 5