Home
last modified time | relevance | path

Searched refs:joins (Results 1 – 25 of 62) sorted by relevance

123

/third_party/python/Lib/test/
Dtest_glob.py17 def joins(self, *tuples): member in GlobTests
270 eq(self.rglob('**'), self.joins(('',), *full))
272 self.joins((os.curdir, ''), *((os.curdir,) + i for i in full)))
277 eq(self.rglob('**', ''), self.joins(('',), *dirs))
279 eq(self.rglob('a', '**'), self.joins(
282 eq(self.rglob('a**'), self.joins(('a',), ('aaa',), ('aab',)))
286 eq(self.rglob('**', 'EF'), self.joins(*expect))
290 eq(self.rglob('**', '*F'), self.joins(*expect))
292 eq(self.rglob('**', 'bcd', '*'), self.joins(
294 eq(self.rglob('a', '**', 'bcd'), self.joins(('a', 'bcd')))
/third_party/skia/tests/
DStrokeTest.cpp64 static const SkPaint::Join joins[] = { in test_strokerect() local
68 for (size_t i = 0; i < SK_ARRAY_COUNT(joins); ++i) { in test_strokerect()
69 paint.setStrokeJoin(joins[i]); in test_strokerect()
77 bool isMiter = SkPaint::kMiter_Join == joins[i]; in test_strokerect()
DPaintTest.cpp88 const SkPaint::Join joins[] = { in DEF_TEST() local
109 FOR_SETUP(m, joins, setStrokeJoin) in DEF_TEST()
/third_party/flutter/skia/tests/
DStrokeTest.cpp63 static const SkPaint::Join joins[] = { in test_strokerect() local
67 for (size_t i = 0; i < SK_ARRAY_COUNT(joins); ++i) { in test_strokerect()
68 paint.setStrokeJoin(joins[i]); in test_strokerect()
76 bool isMiter = SkPaint::kMiter_Join == joins[i]; in test_strokerect()
DPaintTest.cpp118 const SkPaint::Join joins[] = { in DEF_TEST() local
140 FOR_SETUP(m, joins, setStrokeJoin) in DEF_TEST()
/third_party/ejdb/
DBASE.md20 * [Support of collection joins](#jql-collection-joins)
38 * [Collection joins](#jql-collection-joins)
DREADME.md20 * [Support of collection joins](#jql-collection-joins)
38 * [Collection joins](#jql-collection-joins)
666 ## JQL collection joins
688 Here is the simple demonstration of collection joins in our interactive websocket shell:
/third_party/skia/gm/
Dconvex_all_line_paths.cpp295 const SkPaint::Join joins[3] = { SkPaint::kRound_Join, in drawPath() local
306 paint.setStrokeJoin(joins[i%3]); in drawPath()
/third_party/flutter/skia/gm/
Dconvex_all_line_paths.cpp295 const SkPaint::Join joins[3] = { SkPaint::kRound_Join, in drawPath() local
306 paint.setStrokeJoin(joins[i%3]); in drawPath()
/third_party/flutter/flutter/packages/flutter/lib/src/gestures/
Deager.dart22 // We call startTrackingPointer as this is where OneSequenceGestureRecognizer joins the arena.
/third_party/ninja/misc/packaging/
Dninja.spec17 Ninja joins a sea of other build systems. Its distinguishing goal is to be fast. It is born from my…
/third_party/openssl/doc/man3/
DBIO_push.pod37 joins two BIO chains whereas BIO_pop() deletes a single BIO from a chain,
DBIO_s_bio.pod57 BIO_make_bio_pair() joins two separate BIOs into a connected pair.
/third_party/alsa-lib/src/
Dconf.c1621 unsigned int level, unsigned int joins,
1658 static void id_print(snd_config_t *n, snd_output_t *out, unsigned int joins) in id_print() argument
1660 if (joins > 0) { in id_print()
1662 id_print(n->parent, out, joins - 1); in id_print()
1669 unsigned int level, unsigned int joins, in _snd_config_save_children() argument
1679 err = _snd_config_save_children(n, out, level, joins + 1, 0); in _snd_config_save_children()
1686 id_print(n, out, joins); in _snd_config_save_children()
/third_party/skia/modules/canvaskit/tests/
Dcanvas.spec.js563 const joins = [CanvasKit.StrokeJoin.Round, CanvasKit.StrokeJoin.Miter, variable
570 paint.setStrokeJoin(joins[i]);
/third_party/boost/libs/fiber/doc/
Dmigration.qbk85 terminates: the main thread joins all other threads.
/third_party/boost/libs/geometry/doc/generated/
Denum.qbk91 Enumerates types of joins.
/third_party/boost/libs/geometry/doc/
Drelease_notes.qbk453 …oost/ticket/10770 10770] Buffer fails for large distances, or rough round joins, where concavities…
477 * Bug in buffers for joins with a limited number of points
478 * Bug in buffers for round joins with limited number of points around sharp corners
479 * Bug in buffers for joins with large buffer distances
/third_party/ejdb/src/jql/
DREADME.md494 ## JQL collection joins
516 Here is the simple demonstration of collection joins in our interactive websocket shell:
/third_party/python/Doc/library/
Dcmath.rst40 segment that joins the origin to *z*.
/third_party/python/Lib/email/
Darchitecture.rst163 after the colon, and joins the remainder of the line with all of the
/third_party/flutter/flutter/packages/flutter/test/gestures/
Dscale_test.dart358 // Second pointer joins scale even though it moves horizontally.
/third_party/boost/libs/test/doc/test_organization/
Dparametric_test_case_generation.qbk288 * joins with `operator+`
309 …ssible to combine more than two datasets in one expression. The following joins are equivalent for…
/third_party/typescript/tests/cases/compiler/
DjsxComplexSignatureHasApplicabilityError.tsx398 * (legacy mode) joins multiple values into a single form field with the delimiter
/third_party/boost/libs/icl/doc/
Dexamples.qbk228 that joins intervals for equal associated values and a

123