Home
last modified time | relevance | path

Searched defs:join (Results 101 - 125 of 220) sorted by relevance

123456789

/third_party/skia/tools/calmbench/
H A Dab.py141 def join(self, timeout=None): member in ThreadWithException
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
H A DStringExtras.h370 inline std::string join(IteratorT Begin, IteratorT End, StringRef Separator) { in join() function
378 inline std::string join(Range &&R, StringRef Separator) { in join() function
/third_party/skia/experimental/graphite/src/geom/
H A DRect.h139 AI Rect& join(Rect rect) { return *this = this->makeJoin(rect); } in join() function in skgpu::Rect
/third_party/skia/experimental/graphite/src/
H A DDrawList.h84 SkPaint::Join join() const { in join() function in skgpu::StrokeParams
63 StrokeParams(float width, float miterLimit, SkPaint::Join join, SkPaint::Cap cap) StrokeParams() argument
/third_party/skia/gm/
H A Dcubicpaths.cpp126 drawPath(SkPath& path,SkCanvas* canvas,SkColor color, const SkRect& clip,SkPaint::Cap cap, SkPaint::Join join, SkPaint::Style style, SkPathFillType fill, SkScalar strokeWidth) drawPath() argument
245 drawPath(SkPath& path,SkCanvas* canvas,SkColor color, const SkRect& clip,SkPaint::Cap cap, SkPaint::Join join, SkPaint::Style style, SkPathFillType fill, SkScalar strokeWidth) drawPath() argument
H A Ddegeneratesegments.cpp198 drawPath(SkPath path, SkCanvas* canvas, SkColor color, const SkRect& clip, SkPaint::Cap cap, SkPaint::Join join, SkPaint::Style style, SkPathFillType fill, SkScalar strokeWidth) drawPath() argument
/third_party/skia/platform_tools/android/apps/AndroidKit/src/main/java/org/skia/androidkit/
H A DPaint.java80 public Paint setStrokeJoin(Join join) { in setStrokeJoin() argument
/kernel/linux/linux-6.6/arch/powerpc/sysdev/xics/
H A Dxics-common.c87 void xics_set_cpu_giq(unsigned int gserver, unsigned int join) in xics_set_cpu_giq() argument
/kernel/linux/linux-5.10/drivers/net/wireless/mediatek/mt76/mt7915/
H A Dmain.c432 bool join = !is_zero_ether_addr(info->bssid); in mt7915_bss_info_changed() local
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/include/nvkm/subdev/
H A Dmmu.h53 struct list_head join; member
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/locale/
H A DXCldrStub.java243 public static <T> String join(T[] source, String separator) { in join() method in XCldrStub
252 public static <T> String join(Iterable<T> source, String separator) { in join() method in XCldrStub
264 public static <T, U extends Iterable<T>> String join(U source, String separator) { in join() method in XCldrStub.CollectionUtilities
277 public <T> String join(T[] source) { in join() method in XCldrStub.Joiner
280 public <T> String join(Iterable<T> source) { in join() method in XCldrStub.Joiner
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/util/
H A DCollectionUtilities.java43 public static <T> String join(T[] array, String separator) { in join() method in CollectionUtilities
61 public static <T, U extends Iterable<T>>String join(U collection, String separator) { in join() method in CollectionUtilities
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/locale/
H A DXCldrStub.java260 public static <T> String join(T[] source, String separator) { in join() method in XCldrStub
269 public static <T> String join(Iterable<T> source, String separator) { in join() method in XCldrStub
284 public static <T, U extends Iterable<T>> String join(U source, String separator) { in join() method in XCldrStub.CollectionUtilities
300 public <T> String join(T[] source) { in join() method in XCldrStub.Joiner
303 public <T> String join(Iterable<T> source) { in join() method in XCldrStub.Joiner
/third_party/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/util/
H A DCollectionUtilities.java40 public static <T> String join(T[] array, String separator) { in join() method in CollectionUtilities
58 public static <T, U extends Iterable<T>>String join(U collection, String separator) { in join() method in CollectionUtilities
/third_party/mesa3d/src/amd/compiler/
H A Daco_statistics.cpp415 BlockCycleEstimator::join(const BlockCycleEstimator& pred) in join() function in aco::BlockCycleEstimator
/third_party/node/lib/internal/
H A Dutil.js465 function join(output, separator) { function
/third_party/node/deps/v8/tools/
H A Dv8_presubmit.py38 from os.path import abspath, join, dirname, basename, exists namespace
[all...]
/third_party/python/Lib/
H A Dsocketserver.py653 def join(self): member in _Threads
668 def join(self): member in _NoThreads
/third_party/python/Lib/multiprocessing/
H A Dpool.py659 def join(self): member in Pool
[all...]
/third_party/skia/samplecode/
H A DSampleSimpleStroker.cpp216 void SkPathStroker2::join(const PathSegment& prev, const PathSegment& curr) { in join() function in __anon18654::SkPathStroker2
/third_party/skia/src/gpu/ops/
H A DAALinearizingConvexPathRenderer.cpp404 SkPaint::Join join = fill ? SkPaint::Join::kMiter_Join : stroke.getJoin(); in onDrawPath() local
429 SkPaint::Join join = SkPaint::kMiter_Join; in GR_DRAW_OP_TEST_DEFINE() local
87 Make(GrRecordingContext* context, GrPaint&& paint, const SkMatrix& viewMatrix, const SkPath& path, SkScalar strokeWidth, SkStrokeRec::Style style, SkPaint::Join join, SkScalar miterLimit, const GrUserStencilSettings* stencilSettings) Make() argument
102 AAFlatteningConvexPathOp(GrProcessorSet* processorSet, const SkPMColor4f& color, const SkMatrix& viewMatrix, const SkPath& path, SkScalar strokeWidth, SkStrokeRec::Style style, SkPaint::Join join, SkScalar miterLimit, const GrUserStencilSettings* stencilSettings) AAFlatteningConvexPathOp() argument
[all...]
/third_party/skia/src/gpu/
H A DGrTestUtils.cpp253 SkPaint::Join join = SkPaint::Join(random->nextULessThan(SkPaint::kJoinCount)); in randomize_stroke_rec() local
/third_party/skia/modules/svg/src/
H A DSkSVGRenderContext.cpp131 SkPaint::Join toSkJoin(const SkSVGLineJoin& join) { in toSkJoin() argument
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/
H A Dvmm.h140 int (*join)(struct nvkm_vmm *, struct nvkm_memory *inst); member
/kernel/linux/linux-5.10/drivers/xen/xenbus/
H A Dxenbus_xs.c388 static char *join(const char *dir, const char *name) in join() function

Completed in 23 milliseconds

123456789