Home
last modified time | relevance | path

Searched defs:ccw (Results 1 – 25 of 67) sorted by relevance

123

/aosp_15_r20/packages/apps/Settings/tests/robotests/src/com/android/settings/notification/app/
DRecentConversationsPreferenceControllerTest.java106 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 …]
DConversationListPreferenceControllerTest.java98 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
DAppBubbleListPreferenceControllerTest.java91 ConversationChannelWrapper ccw = new ConversationChannelWrapper(); in getConvo() local
164 ConversationChannelWrapper ccw = mConvoList.getList().get(0); in clickConversationPref_updatesChannel() local
DAppConversationListPreferenceControllerTest.java184 ConversationChannelWrapper ccw = new ConversationChannelWrapper(); in conversationChannel() local
/aosp_15_r20/external/skia/modules/canvaskit/htmlcanvas/
H A Dpath2d.js3 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 Dcanvas2dcontext.js472 this.arc = function(x, y, radius, startAngle, endAngle, ccw) { argument
597 startAngle, endAngle, ccw) { argument
/aosp_15_r20/external/skia/modules/pathkit/
H A Dexterns.js42 _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 Dchaining.js54 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 Dpathkit_wasm_bindings.cpp321 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 DPathOpsAngleIdeas.cpp56 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 DSkPathOpsWinding.cpp298 bool ccw = ccw_dxdy(hit->fSlope, dir); in sortableTop() local
316 bool ccw = ccw_dxdy(hit->fSlope, dir); in sortableTop() local
H A DSkOpContour.h322 void setCcw(int ccw) { in setCcw()
/aosp_15_r20/external/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_pipe_cull.c81 unsigned ccw = (header->det < 0); in cull_tri() local
H A Ddraw_pipe_offset.c155 bool ccw = header->det < 0.0f; in offset_first_tri() local
/aosp_15_r20/art/runtime/jit/
H A Djit_code_cache.cc887 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 Dsvga_state_rss.c149 int cw, ccw; in emit_rss_vgpu9() local
/aosp_15_r20/external/mesa3d/src/gallium/drivers/etnaviv/
H A Detnaviv_emit.c221 unsigned ccw = ctx->rasterizer->front_ccw; in etna_emit_state() local
/aosp_15_r20/external/skia/modules/canvaskit/
H A Dcanvaskit_bindings.cpp442 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 Dagg_math_stroke.h59 bool ccw = da > 0 && da < FXSYS_PI; in stroke_calc_arc() local
/aosp_15_r20/external/skia/src/core/
H A DSkStrokerPriv.cpp150 bool ccw; in MiterJoiner() local
/aosp_15_r20/frameworks/base/telephony/java/android/telephony/
H A DCbGeoUtils.java222 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 Dcrb.h121 __be32 ccw; member
/aosp_15_r20/external/mesa3d/src/amd/common/
H A Dac_nir_cull.c52 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 Dd3d12_gs_variant.cpp37 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/
DDelaunay.cpp493 int CDelaunay::ccw(SitePointer a, SitePointer b, SitePointer c) in ccw() function in CDelaunay

123