/external/rust/crates/futures/tests/ |
D | stream_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 26 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/cronet/net/third_party/quiche/src/quiche/common/platform/default/quiche_platform_impl/ |
D | quiche_thread_impl.h | 20 void Join() { thread_->join(); } 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/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 | 14 SkString SkOSPath::Join(const char *rootPath, const char *relativePath) { in Join() function in SkOSPath
|
/external/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/sfntly/cpp/src/test/ |
D | platform_thread.cc | 43 void PlatformThread::Join(PlatformThreadHandle thread_handle) { in Join() function in sfntly::PlatformThread
|
/external/robolectric/utils/src/main/java/org/robolectric/util/ |
D | Join.java | 8 public class Join { class
|
/external/robolectric-shadows/utils/src/main/java/org/robolectric/util/ |
D | Join.java | 8 public class Join { class
|
/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/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
|
/external/skia/platform_tools/android/apps/jetski/src/main/java/org/skia/jetski/ |
D | Paint.java | 70 public enum Join { enum in Paint 75 private Join(int nativeInt) { in Join() method in Paint.Join
|
/external/cronet/net/third_party/quiche/src/quiche/spdy/core/ |
D | http2_header_storage.cc | 41 size_t Join(char* dst, const std::vector<absl::string_view>& fragments, in Join() function
|
/external/icing/icing/join/ |
D | join-processor.cc | 92 JoinProcessor::Join( in Join() function in icing::lib::JoinProcessor
|
/external/rust/crates/grpcio-sys/grpc/src/core/lib/iomgr/executor/ |
D | threadpool.h | 76 void Join() { thd_.Join(); } in Join() function
|
/external/cronet/base/allocator/partition_allocator/partition_alloc_base/threading/ |
D | platform_thread_posix_for_testing.cc | 127 void PlatformThreadForTesting::Join(PlatformThreadHandle thread_handle) { in Join() function in partition_alloc::internal::base::PlatformThreadForTesting
|
/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/golang-protobuf/internal/descfmt/ |
D | stringer.go | 268 func (rs *records) Join() string { func
|