Home
last modified time | relevance | path

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

1234

/external/rust/crates/futures/tests/
Dsplit.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
29 impl<T, U: Sink<Item>, Item> Sink<Item> for Join<T, U> { in test_split() implementation
/external/nist-sip/java/gov/nist/javax/sip/header/extensions/
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
/external/rust/crates/futures-macro/src/
Djoin.rs10 struct Join { struct
14 impl Parse for Join { implementation
/external/libbrillo/brillo/strings/
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
/external/tensorflow/tensorflow/core/platform/
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
/external/OpenCL-CTS/test_common/harness/
DgenericThread.cpp43 void *genericThread::Join(void) in Join() function in genericThread
/external/openscreen/util/
Dstd_util.cc9 std::string Join(const std::vector<std::string>& strings, in Join() function
/external/skqp/src/utils/
DSkOSPath.cpp10 SkString SkOSPath::Join(const char *rootPath, const char *relativePath) { in Join() function in SkOSPath
/external/grpc-grpc/test/cpp/util/
Dsubprocess.cc40 int SubProcess::Join() { return gpr_subprocess_join(subprocess_); } in Join() function in grpc::SubProcess
/external/skia/src/utils/
DSkOSPath.cpp10 SkString SkOSPath::Join(const char *rootPath, const char *relativePath) { in Join() function in SkOSPath
/external/sfntly/cpp/src/test/
Dplatform_thread.cc43 void PlatformThread::Join(PlatformThreadHandle thread_handle) { in Join() function in sfntly::PlatformThread
/external/libgav1/libgav1/src/utils/
Dthreadpool.cc175 void ThreadPool::WorkerThread::Join() { in Join() function in libgav1::ThreadPool::WorkerThread
196 void ThreadPool::WorkerThread::Join() { pthread_join(thread_, nullptr); } in Join() function in libgav1::ThreadPool::WorkerThread
/external/llvm-project/lldb/source/Host/posix/
DHostThreadPosix.cpp25 Status HostThreadPosix::Join(lldb::thread_result_t *result) { in Join() function in HostThreadPosix
/external/robolectric-shadows/utils/src/main/java/org/robolectric/util/
DJoin.java8 public class Join { class
/external/llvm-project/lldb/source/Host/common/
DHostThread.cpp20 Status HostThread::Join(lldb::thread_result_t *result) { in Join() function in HostThread
/external/tensorflow/tensorflow/lite/testing/nnapi_tflite_zip_tests/
Djoin.h46 string Join(T* data, size_t len, const string& delimiter) { in Join() function
/external/webrtc/rtc_base/
Dthread_checker_unittest.cc66 void Join() { Thread::Join(); } in Join() function in rtc::__anon347de27f0111::CallDoStuffOnThread
88 void Join() { Thread::Join(); } in Join() function in rtc::__anon347de27f0111::DeleteThreadCheckerClassOnThread
/external/tensorflow/tensorflow/lite/testing/
Djoin.h43 string Join(T* data, size_t len, const string& delimiter) { in Join() function
/external/grpc-grpc/src/core/lib/gprpp/
Dthd.h103 void Join() { in Join() function
Dthd_posix.cc127 void Join() override { pthread_join(pthread_id_, nullptr); } in Join() function in grpc_core::__anon9b1edf7f0111::ThreadInternalsPosix
/external/llvm-project/lldb/source/Host/windows/
DHostThreadWindows.cpp35 Status HostThreadWindows::Join(lldb::thread_result_t *result) { in Join() function in HostThreadWindows
/external/rust/crates/grpcio-sys/grpc/src/core/lib/iomgr/executor/
Dthreadpool.h76 void Join() { thd_.Join(); } in Join() function
/external/rust/crates/grpcio-sys/grpc/src/core/lib/gprpp/
Dthd.h144 void Join() { in Join() function
/external/tensorflow/tensorflow/cc/training/
Dcoordinator.cc77 Status Coordinator::Join() { in Join() function in tensorflow::Coordinator
/external/gemmlowp/test/
Dtest_blocking_counter.cc59 bool Join() { in Join() function in gemmlowp::Thread

1234