/external/python/cpython3/Lib/test/ |
D | test_glob.py | 16 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/ |
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 | 118 const SkPaint::Join joins[] = { in DEF_TEST() local 140 FOR_SETUP(m, joins, setStrokeJoin) in DEF_TEST()
|
/external/skqp/tests/ |
D | StrokeTest.cpp | 63 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()
|
D | PaintTest.cpp | 205 const SkPaint::Join joins[] = { in DEF_TEST() local 227 FOR_SETUP(m, joins, setStrokeJoin) in DEF_TEST()
|
/external/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()
|
/external/skqp/gm/ |
D | convex_all_line_paths.cpp | 288 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/ |
D | control.join_leave_meeting_with_bots | 8 PURPOSE = "Tests what happens when CfM repeatedly joins and leaves a meeting."
|
/external/tensorflow/tensorflow/core/api_def/base_api/ |
D | api_def_ReduceJoin.pbtxt | 42 indices are not specified, joins across all dimensions beginning from `n - 1`
|
/external/skia/modules/canvaskit/tests/ |
D | canvas.spec.js | 456 const joins = [CanvasKit.StrokeJoin.Round, CanvasKit.StrokeJoin.Miter, 463 paint.setStrokeJoin(joins[i]);
|
/external/autotest/server/site_tests/enterprise_CFM_Test/ |
D | control.demo | 111 # 1: In each loop first CfM joins meeting, after all tests are done,
|
D | control.qual | 138 # 1: In each loop first CfM joins meeting, after all tests are done,
|
D | control.sanity | 138 # 1: In each loop first CfM joins meeting, after all tests are done,
|
D | control.test | 138 # 1: In each loop first CfM joins meeting, after all tests are done,
|
D | control.huddly | 172 # 1: In each loop first CfM joins meeting, after all tests are done,
|
D | control.mimo | 172 # 1: In each loop first CfM joins meeting, after all tests are done,
|
D | control.atrus | 172 # 1: In each loop first CfM joins meeting, after all tests are done,
|
/external/cros/system_api/dbus/authpolicy/ |
D | active_directory_info.proto | 187 // Logon name of the user (with @realm) who joins the machine to the domain.
|
/external/python/cpython2/Doc/library/ |
D | cmath.rst | 40 segment that joins the origin to *z*.
|
/external/python/cpython3/Doc/library/ |
D | cmath.rst | 40 segment that joins the origin to *z*.
|
/external/python/cpython3/Lib/email/ |
D | architecture.rst | 163 after the colon, and joins the remainder of the line with all of the
|
/external/u-boot/board/sunxi/ |
D | README.sunxi64 | 71 which contains the rest of the firmware. u-boot-sunxi-with-spl.bin joins those
|
/external/ImageMagick/Magick++/ |
D | NEWS | 180 * Added support for setting extension limit for miter joins.
|
/external/skqp/docs/ |
D | spelling.txt | 121 join joins just
|
/external/wpa_supplicant_8/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.
|