Home
last modified time | relevance | path

Searched defs:join (Results 76 - 100 of 220) sorted by relevance

123456789

/third_party/vk-gl-cts/framework/delibs/decpp/
H A DdeFilePath.cpp89 FilePath FilePath::join (const std::vector<std::string>& components) in join() function in de::FilePath
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/drawing_ndk/src/
H A Ddrawing_pen.cpp260 Pen::JoinStyle join = CastToPen(*cPen).GetJoinStyle(); in OH_Drawing_PenGetJoin() local
276 Pen::JoinStyle join = static_cast<Pen::JoinStyle>(cJoin); in OH_Drawing_PenSetJoin() local
/kernel/linux/linux-5.10/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/gpu/drm/nouveau/nvkm/subdev/mmu/
H A Dvmmnv50.c147 struct nvkm_vmm_join *join; in nv50_vmm_pgd_pde() local
327 struct nvkm_vmm_join *join; in nv50_vmm_part() local
342 struct nvkm_vmm_join *join; nv50_vmm_join() local
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/include/nvkm/subdev/
H A Dmmu.h37 struct list_head join; member
/kernel/linux/linux-5.10/drivers/net/wireless/ti/wl1251/
H A Dcmd.c277 struct cmd_join *join; in wl1251_cmd_join() local
[all...]
/kernel/linux/linux-6.6/drivers/net/wireless/ti/wl1251/
H A Dcmd.c273 struct cmd_join *join; in wl1251_cmd_join() local
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/
H A Dvmmnv50.c147 struct nvkm_vmm_join *join; in nv50_vmm_pgd_pde() local
329 struct nvkm_vmm_join *join; in nv50_vmm_part() local
344 struct nvkm_vmm_join *join; nv50_vmm_join() local
[all...]
/kernel/linux/linux-6.6/rust/alloc/
H A Dslice.rs578 pub fn join<Separator>(&self, sep: Separator) -> <Self as Join<Separator>>::Output in join() functions
704 fn join(slice: &Self, sep: Separator) -> Self::Output; join() functions
727 fn join(slice: &Self, sep: &T) -> Vec<T> { join() functions
750 fn join(slice: &Self, sep: &[T]) -> Vec<T> { join() functions
[all...]
/third_party/ffmpeg/libavfilter/
H A Daf_join.c84 AVFILTER_DEFINE_CLASS(join); variable
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/timezone/
H A DTimeZoneAliasTest.java135 String join(Collection c) { in join() method in TimeZoneAliasTest.CollectionJoiner
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/timezone/
H A DTimeZoneAliasTest.java132 String join(Collection c) { in join() method in TimeZoneAliasTest.CollectionJoiner
/third_party/markupsafe/
H A D__init__.py117 def join(self, seq: t.Iterable[t.Union[str, "HasHTML"]]) -> "te.Self": member in Markup
/third_party/node/deps/v8/third_party/markupsafe/
H A D__init__.py107 def join(self, seq): member in Markup
/third_party/node/tools/inspector_protocol/markupsafe/
H A D__init__.py107 def join(self, seq): member in Markup
/third_party/mesa3d/src/nouveau/codegen/lib/
H A Dgk104.asm811 join $p0 nop label
894 join nop label
/third_party/python/Lib/
H A Dntpath.py107 def join(path, *paths): function
[all...]
/third_party/python/Lib/multiprocessing/
H A Dqueues.py328 def join(self): member in JoinableQueue
H A Dprocess.py142 def join(self, timeout=None): member in BaseProcess
384 def join(self, timeout=None): member in _ParentProcess
/third_party/python/Lib/distutils/tests/
H A Dtest_sdist.py7 from os.path import join namespace
[all...]
/third_party/skia/src/core/
H A DSkStrokerPriv.cpp228 SkStrokerPriv::JoinProc SkStrokerPriv::JoinFactory(SkPaint::Join join) { in JoinFactory() argument
/third_party/skia/third_party/externals/markupsafe/
H A D__init__.py107 def join(self, seq): member in Markup
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-ot-shape-complex-use.cc274 bool join = last_form == JOINING_FORM_FINA || last_form == JOINING_FORM_ISOL; in setup_topographical_masks() local
/third_party/python/Doc/tools/
H A Drstlint.py17 from os.path import join, splitext, abspath, exists namespace
/third_party/skia/third_party/externals/swiftshader/third_party/marl/src/
H A Dthread.cpp323 void Thread::join() { in join() function in marl::Thread
408 void Thread::join() { in join() function in marl::Thread

Completed in 32 milliseconds

123456789