Home
last modified time | relevance | path

Searched defs:join (Results 151 - 175 of 220) sorted by relevance

123456789

/third_party/skia/src/core/
H A DSkImageFilterTypes.h366 void join(const LayerSpace<SkIRect>& r) { fData.join(r.fData); } in join() function in skif::LayerSpace
408 void join(const LayerSpace<SkRect>& r) { fData.join(r.fData); } in join() function in skif::LayerSpace
H A DSkStroke.cpp377 SkPathStroker(const SkPath& src, SkScalar radius, SkScalar miterLimit, SkPaint::Cap cap, SkPaint::Join join, SkScalar resScale, bool canIgnoreCenter) SkPathStroker() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A DError.h391 static Error join(Error E1, Error E2) { in join() function in llvm::final
/third_party/skia/tools/skpbench/
H A Dskpbench.cpp729 static SkString join(const CommandLineFlags::StringArray& stringArray) { in join() function in ExitErr
/third_party/python/Lib/
H A Dthreading.py1080 def join(self, timeout=None): member in Thread
1440 def join(self, timeout=None): global() member in _DummyThread
[all...]
/third_party/skia/include/private/
H A DSkVx.h206 SINT Vec<2*N,T> join(const Vec<N,T>& lo, const Vec<N,T>& hi) { in join() function
[all...]
/third_party/rust/crates/proc-macro2/src/
H A Dwrapper.rs479 pub fn join(&self, other: Span) -> Option<Span> { in join() functions
H A Dfallback.rs571 pub fn join(&self, _other: Span) -> Option<Span> { in join() functions
576 pub fn join(&self, other: Span) -> Option<Span> { in join() functions
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fFboRenderTest.cpp224 static std::string join (const std::vector<T>& list, const std::string& sep) in join() function
/third_party/vk-gl-cts/modules/egl/
H A DteglGLES2SharedRenderingPerfTests.cpp776 void TestThread::join (void) in join() function in deqp::egl::__anon30359::TestThread
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/canvas/
H A Dcanvas_pattern.cpp622 void CanvasPattern::UpdateLineJoin(LineJoinStyle join) in UpdateLineJoin() argument
/kernel/linux/linux-5.10/drivers/md/
H A Dmd-cluster.c857 static int join(struct mddev *mddev, int nodes) in join() function
/kernel/linux/linux-5.10/drivers/net/wireless/atmel/
H A Dat76c50x-usb.c1678 struct at76_req_join join; in at76_join() local
/kernel/linux/linux-5.10/fs/reiserfs/
H A Djournal.c3026 do_journal_begin_r(struct reiserfs_transaction_handle *th, struct super_block *sb, unsigned long nblocks, int join) do_journal_begin_r() argument
[all...]
/kernel/linux/linux-5.10/net/ipv4/
H A Ddevinet.c618 static int ip_mc_autojoin_config(struct net *net, bool join, in ip_mc_autojoin_config() argument
/kernel/linux/linux-6.6/fs/reiserfs/
H A Djournal.c3033 do_journal_begin_r(struct reiserfs_transaction_handle *th, struct super_block *sb, unsigned long nblocks, int join) do_journal_begin_r() argument
[all...]
/kernel/linux/linux-6.6/drivers/net/wireless/atmel/
H A Dat76c50x-usb.c1678 struct at76_req_join join; in at76_join() local
/kernel/linux/linux-6.6/drivers/md/
H A Dmd-cluster.c860 static int join(struct mddev *mddev, int nodes) in join() function
/kernel/linux/linux-6.6/net/ipv4/
H A Ddevinet.c621 static int ip_mc_autojoin_config(struct net *net, bool join, in ip_mc_autojoin_config() argument
/third_party/node/tools/
H A Dtest.py71 from os.path import join, dirname, abspath, basename, isdir, exists namespace
[all...]
/third_party/node/deps/openssl/openssl/apps/
H A Dreq.c1487 static int join(char buf[], size_t buf_size, const char *name, join() function
[all...]
/third_party/openssl/apps/
H A Dreq.c1485 static int join(char buf[], size_t buf_size, const char *name, join() function
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DLiveDebugValues.cpp1274 bool LiveDebugValues::join( in join() function in LiveDebugValues
/third_party/skia/src/gpu/geometry/
H A DGrTriangulator.cpp1432 Edge* join = fAlloc->make<Edge>(leftPoly->lastVertex(), v, 1, in tessellate() local
/third_party/python/Lib/test/
H A Dtest_pathlib.py1354 join = lambda *x: os.path.join(BASE, *x) variable
[all...]

Completed in 55 milliseconds

123456789