Home
last modified time | relevance | path

Searched defs:Join (Results 1 – 25 of 365) sorted by relevance

12345678910>>...15

/aosp_15_r20/external/rust/android-crates-io/crates/futures/tests/
Dstream_split.rs11 struct Join<T, U> { in test_split() struct
13 stream: T, in test_split()
15 sink: U, in test_split()
18 impl<T: Stream, U> Stream for Join<T, U> { in test_split() implementation
26 impl<T, U: Sink<Item>, Item> Sink<Item> for Join<T, U> { in test_split() implementation
/aosp_15_r20/external/rust/android-crates-io/crates/tokio/src/io/
Djoin.rs31 impl<R, W> Join<R, W> impl
73 impl<R, W> AsyncRead for Join<R, W> implementation
86 impl<R, W> AsyncWrite for Join<R, W> implementation
119 impl<R, W> AsyncBufRead for Join<R, W> implementation
/aosp_15_r20/external/grpc-grpc/src/core/lib/promise/
H A Djoin.h56 explicit Join(Promises... promises) : state_(std::move(promises)...) {} in Join() function
75 promise_detail::Join<Promise...> Join(Promise... promises) { in Join() function
80 auto Join(F promise) { in Join() function
/aosp_15_r20/external/nist-sip/java/gov/nist/javax/sip/header/extensions/
H A DJoin.java23 public class Join class
42 public Join() { in Join() method in Join
50 public Join(String callId) throws IllegalArgumentException { in Join() method in Join
/aosp_15_r20/external/rust/android-crates-io/crates/futures-macro/src/
Djoin.rs10 struct Join { struct
14 impl Parse for Join { argument
/aosp_15_r20/external/libbrillo/brillo/strings/
H A Dstring_utils.h85 std::string Join(const std::string& delimiter, const Container& strings) { in Join() function
91 inline std::string Join(const std::string& delimiter, in Join() function
96 inline std::string Join(const std::string& delimiter, in Join() function
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/promise/
Djoin.h42 using Join = BasicJoin<JoinTraits, Promises...>; variable
49 promise_detail::Join<Promise...> Join(Promise... promises) { in Join() function
/aosp_15_r20/external/tensorflow/tensorflow/core/platform/
H A Dstr_util.h106 std::string Join(const T& s, const char* sep) { in Join() function
114 std::string Join(const T& s, const char* sep, Formatter f) { in Join() function
/aosp_15_r20/external/pigweed/pw_async2/
H A Djoin_test.cc92 TEST(Join, PendDelegatesToPendables) { in TEST() argument
116 TEST(Join, BindsDirectly) { in TEST() argument
/aosp_15_r20/external/libgav1/src/utils/
H A Dthreadpool.cc176 void ThreadPool::WorkerThread::Join() { in Join() function in libgav1::ThreadPool::WorkerThread
197 void ThreadPool::WorkerThread::Join() { pthread_join(thread_, nullptr); } in Join() function in libgav1::ThreadPool::WorkerThread
/aosp_15_r20/external/skia/platform_tools/android/apps/jetski/src/main/java/org/skia/jetski/
H A DPaint.java70 public enum Join { enum in Paint
75 private Join(int nativeInt) { in Join() method in Paint.Join
/aosp_15_r20/external/llvm/unittests/ADT/
H A DTripleTest.cpp255 static std::string Join(StringRef A, StringRef B, StringRef C) { in Join() function
260 static std::string Join(StringRef A, StringRef B, StringRef C, StringRef D) { in Join() function
/aosp_15_r20/external/tensorflow/tensorflow/c/eager/parallel_device/
H A Dparallel_device_lib.cc218 std::vector<TensorHandlePtr> DeviceThread::Join(TF_Status* status) { in Join() function in tensorflow::parallel_device::DeviceThread
413 ParallelDevice::Join( in Join() function in tensorflow::parallel_device::ParallelDevice
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/alloc/src/
H A Dslice.rs695 pub trait Join<Separator> { trait
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/alloc/src/
H A Dslice.rs732 pub trait Join<Separator> { interface
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/alloc/src/
H A Dslice.rs732 pub trait Join<Separator> { interface
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/alloc/src/
H A Dslice.rs695 pub trait Join<Separator> { interface
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/alloc/src/
H A Dslice.rs732 pub trait Join<Separator> { interface
/aosp_15_r20/hardware/google/gfxstream/common/utils/include/gfxstream/
DStrings.h26 std::string Join(const ContainerT& things, SeparatorT separator) { in Join() function
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/common/platform/default/quiche_platform_impl/
H A Dquiche_thread_impl.h20 void Join() { thread_->join(); } in Join() function
/aosp_15_r20/external/OpenCL-CTS/test_common/harness/
H A DgenericThread.cpp43 void *genericThread::Join(void) in Join() function in genericThread
/aosp_15_r20/external/openscreen/util/
H A Dstd_util.cc9 std::string Join(const std::vector<std::string>& strings, in Join() function
/aosp_15_r20/external/skia/src/utils/
H A DSkOSPath.cpp14 SkString SkOSPath::Join(const char *rootPath, const char *relativePath) { in Join() function in SkOSPath
/aosp_15_r20/prebuilts/go/linux-x86/src/errors/
Djoin.go19 func Join(errs ...error) error { func
/aosp_15_r20/external/grpc-grpc/test/cpp/util/
H A Dsubprocess.cc40 int SubProcess::Join() { return gpr_subprocess_join(subprocess_); } in Join() function in grpc::SubProcess

12345678910>>...15