/external/rust/crates/futures/tests/ |
D | split.rs | 11 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/ |
D | Join.java | 23 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/ |
D | join.rs | 10 struct Join { struct 14 impl Parse for Join { implementation
|
/external/libbrillo/brillo/strings/ |
D | string_utils.h | 85 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/ |
D | str_util.h | 106 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/ |
D | genericThread.cpp | 43 void *genericThread::Join(void) in Join() function in genericThread
|
/external/openscreen/util/ |
D | std_util.cc | 9 std::string Join(const std::vector<std::string>& strings, in Join() function
|
/external/skqp/src/utils/ |
D | SkOSPath.cpp | 10 SkString SkOSPath::Join(const char *rootPath, const char *relativePath) { in Join() function in SkOSPath
|
/external/grpc-grpc/test/cpp/util/ |
D | subprocess.cc | 40 int SubProcess::Join() { return gpr_subprocess_join(subprocess_); } in Join() function in grpc::SubProcess
|
/external/skia/src/utils/ |
D | SkOSPath.cpp | 10 SkString SkOSPath::Join(const char *rootPath, const char *relativePath) { in Join() function in SkOSPath
|
/external/sfntly/cpp/src/test/ |
D | platform_thread.cc | 43 void PlatformThread::Join(PlatformThreadHandle thread_handle) { in Join() function in sfntly::PlatformThread
|
/external/libgav1/libgav1/src/utils/ |
D | threadpool.cc | 175 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/ |
D | HostThreadPosix.cpp | 25 Status HostThreadPosix::Join(lldb::thread_result_t *result) { in Join() function in HostThreadPosix
|
/external/robolectric-shadows/utils/src/main/java/org/robolectric/util/ |
D | Join.java | 8 public class Join { class
|
/external/llvm-project/lldb/source/Host/common/ |
D | HostThread.cpp | 20 Status HostThread::Join(lldb::thread_result_t *result) { in Join() function in HostThread
|
/external/tensorflow/tensorflow/lite/testing/nnapi_tflite_zip_tests/ |
D | join.h | 46 string Join(T* data, size_t len, const string& delimiter) { in Join() function
|
/external/webrtc/rtc_base/ |
D | thread_checker_unittest.cc | 66 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/ |
D | join.h | 43 string Join(T* data, size_t len, const string& delimiter) { in Join() function
|
/external/grpc-grpc/src/core/lib/gprpp/ |
D | thd.h | 103 void Join() { in Join() function
|
D | thd_posix.cc | 127 void Join() override { pthread_join(pthread_id_, nullptr); } in Join() function in grpc_core::__anon9b1edf7f0111::ThreadInternalsPosix
|
/external/llvm-project/lldb/source/Host/windows/ |
D | HostThreadWindows.cpp | 35 Status HostThreadWindows::Join(lldb::thread_result_t *result) { in Join() function in HostThreadWindows
|
/external/rust/crates/grpcio-sys/grpc/src/core/lib/iomgr/executor/ |
D | threadpool.h | 76 void Join() { thd_.Join(); } in Join() function
|
/external/rust/crates/grpcio-sys/grpc/src/core/lib/gprpp/ |
D | thd.h | 144 void Join() { in Join() function
|
/external/tensorflow/tensorflow/cc/training/ |
D | coordinator.cc | 77 Status Coordinator::Join() { in Join() function in tensorflow::Coordinator
|
/external/gemmlowp/test/ |
D | test_blocking_counter.cc | 59 bool Join() { in Join() function in gemmlowp::Thread
|