/aosp_15_r20/packages/apps/Settings/tests/robotests/src/com/android/settings/notification/app/ |
D | RecentConversationsPreferenceControllerTest.java | 106 ConversationChannel ccw = new ConversationChannel(mock(ShortcutInfo.class), 6, in testPopulateList_validConversations() local 120 ConversationChannel ccw = new ConversationChannel(mock(ShortcutInfo.class), 6, in populateConversations_blocked() local 147 ConversationChannel ccw = new ConversationChannel(mock(ShortcutInfo.class), 6, in getSummary_withGroup() local 162 ConversationChannel ccw = new ConversationChannel(mock(ShortcutInfo.class), 6, in getSummary_noGroup() local 175 ConversationChannel ccw = new ConversationChannel(si, 6, in getTitle_withShortcut() local 188 ConversationChannel ccw = new ConversationChannel(si, 6, in testGetSubSettingLauncher() local 210 ConversationChannel ccw = new ConversationChannel(si, 6, in testCreatesChannel() local 230 ConversationChannel ccw = new ConversationChannel(si, 6, in testRemoveConversation() local 253 ConversationChannel ccw = new ConversationChannel(si, 6, in testRemoveConversations() local 292 ConversationChannel ccw = new ConversationChannel(si, 6, in testNonremoveableConversation() local [all …]
|
D | ConversationListPreferenceControllerTest.java | 98 ConversationChannelWrapper ccw = new ConversationChannelWrapper(); in testUpdateList_validConversations() local 112 ConversationChannelWrapper ccw = new ConversationChannelWrapper(); in populateConversations() local 133 ConversationChannelWrapper ccw = new ConversationChannelWrapper(); in getSummary_withGroup() local 148 ConversationChannelWrapper ccw = new ConversationChannelWrapper(); in getSummary_noGroup() local 161 ConversationChannelWrapper ccw = new ConversationChannelWrapper(); in getTitle_withShortcut() local 177 ConversationChannelWrapper ccw = new ConversationChannelWrapper(); in getTitle_noShortcut() local 190 ConversationChannelWrapper ccw = new ConversationChannelWrapper(); in testGetSubSettingLauncher() local
|
D | AppBubbleListPreferenceControllerTest.java | 91 ConversationChannelWrapper ccw = new ConversationChannelWrapper(); in getConvo() local 164 ConversationChannelWrapper ccw = mConvoList.getList().get(0); in clickConversationPref_updatesChannel() local
|
D | AppConversationListPreferenceControllerTest.java | 184 ConversationChannelWrapper ccw = new ConversationChannelWrapper(); in conversationChannel() local
|
/aosp_15_r20/external/skia/modules/canvaskit/htmlcanvas/ |
H A D | path2d.js | 3 function arc(skpath, x, y, radius, startAngle, endAngle, ccw) { argument 61 startAngle, endAngle, ccw) { argument 170 this.arc = function(x, y, radius, startAngle, endAngle, ccw) { argument 187 startAngle, endAngle, ccw) { argument
|
H A D | canvas2dcontext.js | 472 this.arc = function(x, y, radius, startAngle, endAngle, ccw) { argument 597 startAngle, endAngle, ccw) { argument
|
/aosp_15_r20/external/skia/modules/pathkit/ |
H A D | externs.js | 42 _arc: function(x, y, radius, startAngle, endAngle, ccw) {}, argument 50 _ellipse: function(x, y, radiusX, radiusY, rotation, startAngle, endAngle, ccw) {}, argument 93 PathKit.SkPath.prototype.arc = function(x, y, radius, startAngle, endAngle, ccw) {}; argument 102 …kPath.prototype.ellipse = function(x, y, radiusX, radiusY, rotation, startAngle, endAngle, ccw) {}; argument
|
H A D | chaining.js | 54 PathKit.SkPath.prototype.arc = function(x, y, radius, startAngle, endAngle, ccw) { argument 99 ….SkPath.prototype.ellipse = function(x, y, radiusX, radiusY, rotation, startAngle, endAngle, ccw) { argument
|
H A D | pathkit_wasm_bindings.cpp | 321 SkScalar startAngle, SkScalar endAngle, bool ccw) { in ApplyAddArc() 330 SkScalar rotation, SkScalar startAngle, SkScalar endAngle, bool ccw) { in ApplyEllipse()
|
/aosp_15_r20/external/skia/tests/ |
H A D | PathOpsAngleIdeas.cpp | 56 bool ccw; member 410 bool ccw) { in bruteForce() 422 const SkDQuad& quad2, bool ccw) { in bruteForceCheck() 815 bool ccw) { in midPointAgrees() 849 bool ccw = s0xt0 < 0; in DEF_TEST() local
|
/aosp_15_r20/external/skia/src/pathops/ |
H A D | SkPathOpsWinding.cpp | 298 bool ccw = ccw_dxdy(hit->fSlope, dir); in sortableTop() local 316 bool ccw = ccw_dxdy(hit->fSlope, dir); in sortableTop() local
|
H A D | SkOpContour.h | 322 void setCcw(int ccw) { in setCcw()
|
/aosp_15_r20/external/mesa3d/src/gallium/auxiliary/draw/ |
H A D | draw_pipe_cull.c | 81 unsigned ccw = (header->det < 0); in cull_tri() local
|
H A D | draw_pipe_offset.c | 155 bool ccw = header->det < 0.0f; in offset_first_tri() local
|
/aosp_15_r20/art/runtime/jit/ |
H A D | jit_code_cache.cc | 887 ScopedCodeCacheWrite ccw(private_region_); in RemoveMethodLocked() local 1039 ScopedCodeCacheWrite ccw(*region); in Reserve() local 1085 ScopedCodeCacheWrite ccw(*region); in Free() local
|
/aosp_15_r20/external/mesa3d/src/gallium/drivers/svga/ |
H A D | svga_state_rss.c | 149 int cw, ccw; in emit_rss_vgpu9() local
|
/aosp_15_r20/external/mesa3d/src/gallium/drivers/etnaviv/ |
H A D | etnaviv_emit.c | 221 unsigned ccw = ctx->rasterizer->front_ccw; in etna_emit_state() local
|
/aosp_15_r20/external/skia/modules/canvaskit/ |
H A D | canvaskit_bindings.cpp | 442 bool useSmallArc, bool ccw, SkScalar x, SkScalar y) { in ApplyArcToArcSize() 449 bool useSmallArc, bool ccw, SkScalar dx, SkScalar dy) { in ApplyRArcToArcSize() 1933 bool ccw, unsigned start)->void { in EMSCRIPTEN_BINDINGS() 1941 bool ccw)->void { in EMSCRIPTEN_BINDINGS() 1954 bool ccw)->void { in EMSCRIPTEN_BINDINGS() 1960 bool ccw)->void { in EMSCRIPTEN_BINDINGS()
|
/aosp_15_r20/external/pdfium/third_party/agg23/ |
H A D | agg_math_stroke.h | 59 bool ccw = da > 0 && da < FXSYS_PI; in stroke_calc_arc() local
|
/aosp_15_r20/external/skia/src/core/ |
H A D | SkStrokerPriv.cpp | 150 bool ccw; in MiterJoiner() local
|
/aosp_15_r20/frameworks/base/telephony/java/android/telephony/ |
H A D | CbGeoUtils.java | 222 int ccw = sign(crossProduct(b.subtract(a), p.subtract(a))); in contains() local
|
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/powerpc/nx-gzip/include/ |
H A D | crb.h | 121 __be32 ccw; member
|
/aosp_15_r20/external/mesa3d/src/amd/common/ |
H A D | ac_nir_cull.c | 52 nir_def *ccw = nir_load_cull_ccw_amd(b); in cull_face_triangle() local
|
/aosp_15_r20/external/mesa3d/src/gallium/drivers/d3d12/ |
H A D | d3d12_gs_variant.cpp | 37 nir_cull_face(nir_builder *b, nir_variable *vertices, bool ccw) in nir_cull_face()
|
/aosp_15_r20/packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/ |
D | Delaunay.cpp | 493 int CDelaunay::ccw(SitePointer a, SitePointer b, SitePointer c) in ccw() function in CDelaunay
|