Home
last modified time | relevance | path

Searched refs:joins (Results 1 – 25 of 47) 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/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.cpp226 const SkPaint::Join joins[] = { in DEF_TEST() local
254 FOR_SETUP(m, joins, setStrokeJoin) in DEF_TEST()
/external/skia/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.cpp226 const SkPaint::Join joins[] = { in DEF_TEST() local
254 FOR_SETUP(m, joins, setStrokeJoin) in DEF_TEST()
/external/autotest/scheduler/
Dscheduler_models.py308 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 "
Dquery_managers.py112 joins=('INNER JOIN afe_jobs ON (job_id=afe_jobs.id) '
325 joins='%s %s' % (hqe_join, special_task_join),
Dmonitor_db_unittest.py164 joins='INNER JOIN afe_jobs ON (job_id=afe_jobs.id)',
/external/swiftshader/third_party/LLVM/test/CodeGen/Blackfin/
Dload-i16.ll4 ; It can trick -join-cross-class-copies into making illegal joins
/external/skia/gm/
Dconvex_all_line_paths.cpp284 const SkPaint::Join joins[3] = { SkPaint::kRound_Join, in drawPath() local
295 paint.setStrokeJoin(joins[i%3]); in drawPath()
/external/skqp/gm/
Dconvex_all_line_paths.cpp284 const SkPaint::Join joins[3] = { SkPaint::kRound_Join, in drawPath() local
295 paint.setStrokeJoin(joins[i%3]); in drawPath()
/external/skqp/src/pipe/
DSkPipeCanvas.cpp93 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/
DSkPipeCanvas.cpp93 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/
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.test138 # 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.atrus172 # 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,
/external/python/cpython2/Doc/library/
Dcmath.rst40 segment that joins the origin to *z*.
/external/cros/system_api/dbus/authpolicy/
Dactive_directory_info.proto184 // Logon name of the user (with @realm) who joins the machine to the domain.
/external/python/cpython3/Lib/email/
Darchitecture.rst163 after the colon, and joins the remainder of the line with all of the
/external/python/cpython3/Doc/library/
Dcmath.rst41 segment that joins the origin to *z*.
/external/ImageMagick/Magick++/
DNEWS180 * Added support for setting extension limit for miter joins.

12