/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/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 | 226 const SkPaint::Join joins[] = { in DEF_TEST() local 254 FOR_SETUP(m, joins, setStrokeJoin) in DEF_TEST()
|
/external/skia/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 | 226 const SkPaint::Join joins[] = { in DEF_TEST() local 254 FOR_SETUP(m, joins, setStrokeJoin) in DEF_TEST()
|
/external/autotest/scheduler/ |
D | scheduler_models.py | 308 def fetch_rows(cls, where='', params=(), joins='', order_by=''): argument 323 'joins' : joins, 330 def fetch(cls, where='', params=(), joins='', order_by=''): argument 336 rows = cls.fetch_rows(where=where, params=params, joins=joins, 526 def fetch(cls, where='', params=(), joins='', order_by=''): argument 534 rows = cls.fetch_rows(where=where, params=params, joins=joins, 563 joins="JOIN afe_jobs_dependency_labels AS deps "
|
D | query_managers.py | 112 joins=('INNER JOIN afe_jobs ON (job_id=afe_jobs.id) ' 325 joins='%s %s' % (hqe_join, special_task_join),
|
D | monitor_db_unittest.py | 164 joins='INNER JOIN afe_jobs ON (job_id=afe_jobs.id)',
|
/external/swiftshader/third_party/LLVM/test/CodeGen/Blackfin/ |
D | load-i16.ll | 4 ; It can trick -join-cross-class-copies into making illegal joins
|
/external/skia/gm/ |
D | convex_all_line_paths.cpp | 284 const SkPaint::Join joins[3] = { SkPaint::kRound_Join, in drawPath() local 295 paint.setStrokeJoin(joins[i%3]); in drawPath()
|
/external/skqp/gm/ |
D | convex_all_line_paths.cpp | 284 const SkPaint::Join joins[3] = { SkPaint::kRound_Join, in drawPath() local 295 paint.setStrokeJoin(joins[i%3]); in drawPath()
|
/external/skqp/src/pipe/ |
D | SkPipeCanvas.cpp | 93 unsigned filter, unsigned style, unsigned caps, unsigned joins, in pack_paint_flags() argument 101 ASSERT_FITS_IN(joins, kJoins_BPF); in pack_paint_flags() 117 shift -= kJoins_BPF; packed |= (joins << shift); in pack_paint_flags()
|
/external/skia/src/pipe/ |
D | SkPipeCanvas.cpp | 93 unsigned filter, unsigned style, unsigned caps, unsigned joins, in pack_paint_flags() argument 101 ASSERT_FITS_IN(joins, kJoins_BPF); in pack_paint_flags() 117 shift -= kJoins_BPF; packed |= (joins << shift); in pack_paint_flags()
|
/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.test | 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.atrus | 172 # 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,
|
/external/python/cpython2/Doc/library/ |
D | cmath.rst | 40 segment that joins the origin to *z*.
|
/external/cros/system_api/dbus/authpolicy/ |
D | active_directory_info.proto | 184 // Logon name of the user (with @realm) who joins the machine to the domain.
|
/external/python/cpython3/Lib/email/ |
D | architecture.rst | 163 after the colon, and joins the remainder of the line with all of the
|
/external/python/cpython3/Doc/library/ |
D | cmath.rst | 41 segment that joins the origin to *z*.
|
/external/ImageMagick/Magick++/ |
D | NEWS | 180 * Added support for setting extension limit for miter joins.
|