Home
last modified time | relevance | path

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

/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.py350 def fetch_rows(cls, where='', params=(), joins='', order_by=''): argument
360 'joins' : joins,
367 def fetch(cls, where='', params=(), joins='', order_by=''): argument
373 rows = cls.fetch_rows(where=where, params=params, joins=joins,
519 def fetch(cls, where='', params=(), joins='', order_by=''): argument
527 rows = cls.fetch_rows(where=where, params=params, joins=joins,
556 joins="JOIN afe_jobs_dependency_labels AS deps "
Dquery_managers.py112 joins=('INNER JOIN afe_jobs ON (job_id=afe_jobs.id) '
347 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/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/python/cpython2/Doc/library/
Dcmath.rst40 segment that joins the origin to *z*.
/external/ImageMagick/Magick++/
DNEWS180 * Added support for setting extension limit for miter joins.
DChangeLog867 miter joins.
/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.
/external/skia/site/dev/design/
Dpdftheory.md330 (color, line joins, etc) are updated, then the content entry fragment
/external/googletest/googletest/docs/
DV1_5_FAQ.md763 Later when the thread you create joins the main thread, the thread count
DV1_7_FAQ.md861 Later when the thread you create joins the main thread, the thread count
DFAQ.md867 Later when the thread you create joins the main thread, the thread count
DV1_6_FAQ.md861 Later when the thread you create joins the main thread, the thread count
/external/python/cpython2/Doc/whatsnew/
D2.0.rst874 joins the basic set of Python documentation.
/external/brotli/tests/testdata/
Dplrabn12.txt10086 He with a crew, whom like ambition joins
10436 Of head or heel: Not therefore joins the Son
/external/jline/src/src/test/resources/jline/example/
Denglish.gz
/external/python/cpython2/Misc/
DNEWS2200 - Issue #19456: ntpath.join() now joins relative paths correctly when a drive