Home
last modified time | relevance | path

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

12

/external/python/cpython3/Lib/test/
Dtest_glob.py16 def joins(self, *tuples): member in GlobTests
220 eq(self.rglob('**'), self.joins(('',), *full))
222 self.joins((os.curdir, ''), *((os.curdir,) + i for i in full)))
227 eq(self.rglob('**', ''), self.joins(('',), *dirs))
229 eq(self.rglob('a', '**'), self.joins(
232 eq(self.rglob('a**'), self.joins(('a',), ('aaa',), ('aab',)))
236 eq(self.rglob('**', 'EF'), self.joins(*expect))
240 eq(self.rglob('**', '*F'), self.joins(*expect))
242 eq(self.rglob('**', 'bcd', '*'), self.joins(
244 eq(self.rglob('a', '**', 'bcd'), self.joins(('a', 'bcd')))
/external/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.cpp118 const SkPaint::Join joins[] = { in DEF_TEST() local
140 FOR_SETUP(m, joins, setStrokeJoin) in DEF_TEST()
/external/skqp/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.cpp205 const SkPaint::Join joins[] = { in DEF_TEST() local
227 FOR_SETUP(m, joins, setStrokeJoin) in DEF_TEST()
/external/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()
/external/skqp/gm/
Dconvex_all_line_paths.cpp288 const SkPaint::Join joins[3] = { SkPaint::kRound_Join, in drawPath() local
299 paint.setStrokeJoin(joins[i%3]); in drawPath()
/external/autotest/server/site_tests/enterprise_CFM_MeetingRoomScenario/
Dcontrol.join_leave_meeting_with_bots8 PURPOSE = "Tests what happens when CfM repeatedly joins and leaves a meeting."
/external/tensorflow/tensorflow/core/api_def/base_api/
Dapi_def_ReduceJoin.pbtxt42 indices are not specified, joins across all dimensions beginning from `n - 1`
/external/skia/modules/canvaskit/tests/
Dcanvas.spec.js456 const joins = [CanvasKit.StrokeJoin.Round, CanvasKit.StrokeJoin.Miter,
463 paint.setStrokeJoin(joins[i]);
/external/autotest/server/site_tests/enterprise_CFM_Test/
Dcontrol.demo111 # 1: In each loop first CfM joins meeting, after all tests are done,
Dcontrol.qual138 # 1: In each loop first CfM joins meeting, after all tests are done,
Dcontrol.sanity138 # 1: In each loop first CfM joins meeting, after all tests are done,
Dcontrol.test138 # 1: In each loop first CfM joins meeting, after all tests are done,
Dcontrol.huddly172 # 1: In each loop first CfM joins meeting, after all tests are done,
Dcontrol.mimo172 # 1: In each loop first CfM joins meeting, after all tests are done,
Dcontrol.atrus172 # 1: In each loop first CfM joins meeting, after all tests are done,
/external/cros/system_api/dbus/authpolicy/
Dactive_directory_info.proto187 // Logon name of the user (with @realm) who joins the machine to the domain.
/external/python/cpython2/Doc/library/
Dcmath.rst40 segment that joins the origin to *z*.
/external/python/cpython3/Doc/library/
Dcmath.rst40 segment that joins the origin to *z*.
/external/python/cpython3/Lib/email/
Darchitecture.rst163 after the colon, and joins the remainder of the line with all of the
/external/u-boot/board/sunxi/
DREADME.sunxi6471 which contains the rest of the firmware. u-boot-sunxi-with-spl.bin joins those
/external/ImageMagick/Magick++/
DNEWS180 * Added support for setting extension limit for miter joins.
/external/skqp/docs/
Dspelling.txt121 join joins just
/external/wpa_supplicant_8/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.

12