Home
last modified time | relevance | path

Searched defs:sweep (Results 1 – 25 of 435) sorted by relevance

12345678910>>...18

/aosp_15_r20/external/grpc-grpc/test/core/resource_quota/
H A Dmemory_quota_fuzzer.cc131 reclaimer = [cfg, this](absl::optional<ReclamationSweep> sweep) { in RunMsg()
133 absl::optional<ReclamationSweep> sweep; in RunMsg() member
154 absl::optional<ReclamationSweep> sweep) { in RunMsg()
H A Dmemory_quota_test.cc91 [&object, checker1](absl::optional<ReclamationSweep> sweep) { in TEST()
103 [&object2, checker2](absl::optional<ReclamationSweep> sweep) { in TEST()
163 [&count_reclaimers_called](absl::optional<ReclamationSweep> sweep) { in TEST()
H A Dmemory_quota_stress_test.cc84 pass, [st](absl::optional<ReclamationSweep> sweep) { in Run()
/aosp_15_r20/packages/apps/Settings/src/com/android/settings/widget/
DChartSweepView.java101 public void onSweep(ChartSweepView sweep, boolean sweepDone); in onSweep()
102 public void requestEdit(ChartSweepView sweep); in requestEdit()
216 public void setSweepDrawable(Drawable sweep, int color) { in setSweepDrawable()
DChartView.java128 protected void layoutSweep(ChartSweepView sweep) { in layoutSweep()
136 protected void layoutSweep(ChartSweepView sweep, Rect parentRect, Rect childRect) { in layoutSweep()
/aosp_15_r20/cts/tests/tests/media/common/src/android/media/cts/
H A DAudioHelper.java69 final double frequency, double sweep) { in createSoundDataInByteArray()
82 final double frequency, double sweep) { in createSoundDataInShortArray()
93 final double frequency, double sweep) { in createSoundDataInFloatArray()
113 final int sampleRate, final double frequency, double sweep) { in createSoundDataInShortByteBuffer()
/aosp_15_r20/external/skia/tools/viewer/
H A DArcSlide.cpp36 void setSweep(SkScalar sweep) { in setSweep()
83 static void DrawLabel(SkCanvas* canvas, const SkRect& rect, SkScalar start, SkScalar sweep) { in DrawLabel()
/aosp_15_r20/prebuilts/go/linux-x86/src/runtime/
Dmgcsweep.go33 var sweep sweepdata var
498 func (sl *sweepLocked) sweep(preserve bool) bool { func
/aosp_15_r20/packages/apps/Messaging/src/com/android/messaging/ui/mediapicker/camerafocus/
DPieItem.java40 private float sweep; field in PieItem
140 public void setFixedSlice(float center, float sweep) { in setFixedSlice()
/aosp_15_r20/external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/pie/
H A DPieRenderer.java69 float sweep = (float) (scale * (values[i]) * 360); in onRender() local
80 float rad, float startAngle, float sweep) { in drawSegment()
/aosp_15_r20/external/skia/tests/
H A DPathOpsAngleIdeas.cpp148 SkDVector sweep[2], tweep[2]; in checkParallel() local
183 SkDVector sweep[2], tweep[2]; in quadHullsOverlap() local
229 double sweep = end - start; in radianSweep() local
844 SkDVector sweep[2], tweep[2]; in DEF_TEST() local
/aosp_15_r20/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/
H A DShadowPathParser.java492 double sweep = (eta1 - eta0); in drawArc() local
534 double sweep) { in arcToBezier()
/aosp_15_r20/external/skia/src/pathops/
H A DSkOpAngle.cpp352 const SkDVector* sweep, * tweep; in checkParallel() local
452 const SkDVector* sweep = this->fPart.fSweep; in convexHullOverlaps() local
1142 const SkDVector* sweep = fPart.fSweep; in tangentsDiverge() local
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/resource_quota/
Dmemory_quota.cc83 if (auto* sweep = sweep_.exchange(nullptr, std::memory_order_acq_rel)) { in Orphan() local
90 if (auto* sweep = sweep_.exchange(nullptr, std::memory_order_acq_rel)) { in Run() local
/aosp_15_r20/external/grpc-grpc/src/core/lib/resource_quota/
H A Dmemory_quota.cc172 if (auto* sweep = sweep_.exchange(nullptr, std::memory_order_acq_rel)) { in Orphan() local
179 if (auto* sweep = sweep_.exchange(nullptr, std::memory_order_acq_rel)) { in Run() local
/aosp_15_r20/external/skia/docs/examples/
H A DBlendModes.cpp14 auto sweep = SkGradientShader::MakeSweep(128, 128, sweepColors, nullptr, 7, 0, &rotMtx); in drawBG() local
H A DColor_Wheel.cpp13 SkPaint sweep; in draw_color_wheel() local
/aosp_15_r20/external/fonttools/Lib/fontTools/svgLib/path/
H A Darc.py23 def __init__(self, current_point, rx, ry, rotation, large, sweep, target_point): argument
/aosp_15_r20/external/skia/modules/pathkit/
H A Dpathkit_wasm_bindings.cpp324 const auto sweep = SkRadiansToDegrees(endAngle - startAngle) - 360 * ccw; in ApplyAddArc() local
335 const auto sweep = SkRadiansToDegrees(endAngle - startAngle) - (360 * ccw); in ApplyEllipse() local
/aosp_15_r20/external/rust/android-crates-io/crates/criterion/src/
Dkde.rs5 pub fn sweep( in sweep() function
/aosp_15_r20/packages/modules/Wifi/service/java/com/android/server/wifi/hotspot2/
DAnqpCache.java92 public void sweep() { in sweep() method in AnqpCache
/aosp_15_r20/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
DMatrixUtils.java72 private static void sweep(final int row, final float[][] squareMatrix0, in sweep() method in MatrixUtils
/aosp_15_r20/hardware/google/gfxstream/host/gl/
DEmulatedEglFenceSync.cpp60 void sweep() { in sweep() function in gfxstream::gl::__anoneea7f5050111::Timeline
/aosp_15_r20/external/pytorch/benchmarks/distributed/ddp/
H A Dbenchmark.py97 def sweep(benchmark): function
/aosp_15_r20/external/skia/src/utils/
H A DSkParsePath.cpp212 bool largeArc, sweep; in FromSVGString() local

12345678910>>...18