/third_party/python/Lib/test/ |
D | test_glob.py | 17 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/ |
D | StrokeTest.cpp | 64 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()
|
D | PaintTest.cpp | 88 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/ |
D | VK_KHR_deferred_host_operations.adoc | 90 std::vector<std::future<void> > joins; 93 joins.emplace_back(std::async::launch( 103 for (auto &f : joins) {
|
D | VK_KHR_deferred_host_operations.txt | 93 std::vector<std::future<void> > joins; 96 joins.emplace_back(std::async::launch( 106 for (auto &f : joins) {
|
/third_party/skia/gm/ |
D | convex_all_line_paths.cpp | 295 const SkPaint::Join joins[3] = { SkPaint::kRound_Join, in drawPath() local 306 paint.setStrokeJoin(joins[i%3]); in drawPath()
|
/third_party/ninja/misc/packaging/ |
D | ninja.spec | 17 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/ |
D | conf.c | 1621 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/ |
D | BIO_push.pod | 37 joins two BIO chains whereas BIO_pop() deletes a single BIO from a chain,
|
D | BIO_s_bio.pod | 57 BIO_make_bio_pair() joins two separate BIOs into a connected pair.
|
/third_party/skia/modules/canvaskit/tests/ |
D | canvas.spec.js | 563 const joins = [CanvasKit.StrokeJoin.Round, CanvasKit.StrokeJoin.Miter, variable 570 paint.setStrokeJoin(joins[i]);
|
/third_party/python/Lib/email/ |
D | architecture.rst | 163 after the colon, and joins the remainder of the line with all of the
|
/third_party/python/Doc/library/ |
D | cmath.rst | 40 segment that joins the origin to *z*.
|
/third_party/vk-gl-cts/external/vulkan-docs/src/chapters/VK_KHR_deferred_host_operations/ |
D | deferred_host_operations.txt | 210 expect it to eventually complete, though excessive joins may: return
|
D | deferred_host_operations.adoc | 229 expect it to eventually complete, though excessive joins may: return
|
/third_party/typescript/tests/cases/compiler/ |
D | jsxComplexSignatureHasApplicabilityError.tsx | 398 * (legacy mode) joins multiple values into a single form field with the delimiter
|
/third_party/node/doc/api/ |
D | path.md | 315 The `path.join()` method joins all given `path` segments together using the
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
D | README-P2P | 584 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/ |
D | README-P2P | 584 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/ |
D | jsxComplexSignatureHasApplicabilityError.types | 692 * (legacy mode) joins multiple values into a single form field with the delimiter
|
D | jsxComplexSignatureHasApplicabilityError.symbols | 931 * (legacy mode) joins multiple values into a single form field with the delimiter
|
/third_party/skia/site/docs/dev/design/ |
D | pdftheory.md | 268 state (color, line joins, etc) are updated, then the content entry fragment (the
|
/third_party/googletest/docs/ |
D | faq.md | 540 the thread you create joins the main thread, the thread count decrements by 1,
|
/third_party/skia/third_party/externals/freetype/docs/oldlogs/ |
D | ChangeLog.24 | 3533 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/ |
D | index.js.map | 1 ….\n// A regexp is made at the end which joins each array with an\n// escaped /, and another full o…
|