Home
last modified time | relevance | path

Searched defs:joins (Results 1 – 10 of 10) sorted by relevance

/aosp_15_r20/external/perfetto/ui/src/trace_processor/
H A Dsql_utils.ts34 joins?: (undefined | string)[]; property
58 const joins = (c.joins ?? []).filter(isDefined); constant
/aosp_15_r20/external/skia/tests/
H A DPaintTest.cpp108 const SkPaint::Join joins[] = { in DEF_TEST() local
H A DStrokeTest.cpp71 static const SkPaint::Join joins[] = { in test_strokerect() local
/aosp_15_r20/external/python/cpython3/Lib/test/
Dtest_glob.py17 def joins(self, *tuples): member in GlobTests
/aosp_15_r20/external/skia/gm/
H A Dconvex_all_line_paths.cpp295 const SkPaint::Join joins[3] = { SkPaint::kRound_Join, in drawPath() local
/aosp_15_r20/external/skia/modules/canvaskit/tests/
H A Dcanvas_test.js573 const joins = [CanvasKit.StrokeJoin.Round, CanvasKit.StrokeJoin.Miter, variable
/aosp_15_r20/external/guice/extensions/persist/lib/
HDhibernate-annotations.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/hibernate/ org/ ...
HDhibernate3.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/hibernate/ org/ ...
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/bytes-1.6.0/tests/
H A Dtest_bytes.rs703 let mut joins = Vec::with_capacity(THREADS); in stress() localVariable
/aosp_15_r20/external/rust/android-crates-io/crates/bytes/tests/
Dtest_bytes.rs744 let mut joins = Vec::with_capacity(THREADS); in stress() localVariable