Home
last modified time | relevance | path

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

12

/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/vk-gl-cts/external/vulkan-docs/src/appendices/
DVK_KHR_deferred_host_operations.adoc90 std::vector<std::future<void> > joins;
93 joins.emplace_back(std::async::launch(
103 for (auto &f : joins) {
DVK_KHR_deferred_host_operations.txt93 std::vector<std::future<void> > joins;
96 joins.emplace_back(std::async::launch(
106 for (auto &f : joins) {
/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/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/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/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/skia/modules/canvaskit/tests/
Dcanvas.spec.js563 const joins = [CanvasKit.StrokeJoin.Round, CanvasKit.StrokeJoin.Miter, variable
570 paint.setStrokeJoin(joins[i]);
/third_party/python/Lib/email/
Darchitecture.rst163 after the colon, and joins the remainder of the line with all of the
/third_party/python/Doc/library/
Dcmath.rst40 segment that joins the origin to *z*.
/third_party/vk-gl-cts/external/vulkan-docs/src/chapters/VK_KHR_deferred_host_operations/
Ddeferred_host_operations.txt210 expect it to eventually complete, though excessive joins may: return
Ddeferred_host_operations.adoc229 expect it to eventually complete, though excessive joins may: return
/third_party/typescript/tests/cases/compiler/
DjsxComplexSignatureHasApplicabilityError.tsx398 * (legacy mode) joins multiple values into a single form field with the delimiter
/third_party/node/doc/api/
Dpath.md315 The `path.join()` method joins all given `path` segments together using the
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
DREADME-P2P584 the AP/GO. This is used on the GO when a P2P client joins an existing
594 client joins an existing group.
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
DREADME-P2P584 the AP/GO. This is used on the GO when a P2P client joins an existing
594 client joins an existing group.
/third_party/typescript/tests/baselines/reference/
DjsxComplexSignatureHasApplicabilityError.types692 * (legacy mode) joins multiple values into a single form field with the delimiter
DjsxComplexSignatureHasApplicabilityError.symbols931 * (legacy mode) joins multiple values into a single form field with the delimiter
/third_party/skia/site/docs/dev/design/
Dpdftheory.md268 state (color, line joins, etc) are updated, then the content entry fragment (the
/third_party/googletest/docs/
Dfaq.md540 the thread you create joins the main thread, the thread count decrements by 1,
/third_party/skia/third_party/externals/freetype/docs/oldlogs/
DChangeLog.243533 joins (not bevel joins) were generated. Indeed, the meanings of
3537 o The way bevel joins were constructed (whether specified
3548 introduced to support PostScript and PDF miter joins.
3588 (If round line joins are being used, this code is disabled
/third_party/node/deps/minimatch/src/dist/cjs/
Dindex.js.map1 ….\n// A regexp is made at the end which joins each array with an\n// escaped /, and another full o…

12