/external/rust/crates/tokio-stream/src/ |
D | once.rs | 10 pub struct Once<T> { struct 14 impl<I> Unpin for Once<I> {} argument 42 impl<T> Stream for Once<T> { implementation
|
/external/rust/crates/futures-util/src/stream/ |
D | once.rs | 34 impl<Fut> Once<Fut> { implementation 40 impl<Fut: Future> Stream for Once<Fut> { implementation 63 impl<Fut: Future> FusedStream for Once<Fut> { implementation
|
/external/rust/crates/rayon/src/iter/ |
D | once.rs | 30 pub struct Once<T: Send> { struct 34 impl<T: Send> ParallelIterator for Once<T> { argument 49 impl<T: Send> IndexedParallelIterator for Once<T> { implementation
|
/external/rust/crates/spin/src/ |
D | once.rs | 29 pub struct Once<T> { struct 34 impl<T: fmt::Debug> fmt::Debug for Once<T> { argument 47 unsafe impl<T: Send + Sync> Sync for Once<T> {} implementation 48 unsafe impl<T: Send> Send for Once<T> {} implementation 59 impl<T> Once<T> { implementation 249 impl<T> From<T> for Once<T> { implementation 255 impl<T> Drop for Once<T> { implementation
|
/external/rust/crates/parking_lot/src/ |
D | once.rs | 83 pub struct Once(AtomicU8); struct 85 impl Once { impl 318 impl Default for Once { implementation 325 impl fmt::Debug for Once { implementation
|
/external/libchrome/base/ |
D | bind_helpers.h | 54 static OnceCallback<void(Args...)> Once() { in Once() function
|
/external/tensorflow/tensorflow/lite/ |
D | minimal_logging_test.cc | 53 TEST(MinimalLogging, Once) { in TEST() argument
|
/external/rust/crates/lazy_static/tests/ |
D | test.rs | 110 struct Once(X); struct
|
/external/boringssl/src/crypto/ |
D | thread_test.cc | 43 TEST(ThreadTest, Once) { in TEST() argument
|
/external/rust/crates/quiche/deps/boringssl/src/crypto/ |
D | thread_test.cc | 43 TEST(ThreadTest, Once) { in TEST() argument
|
/external/swiftshader/third_party/SPIRV-Tools/utils/vscode/src/grammar/ |
D | grammar.go | 74 Once Quantifier = "" const
|
/external/deqp-deps/SPIRV-Tools/utils/vscode/src/grammar/ |
D | grammar.go | 74 Once Quantifier = "" const
|
/external/angle/third_party/vulkan-deps/spirv-tools/src/utils/vscode/src/grammar/ |
D | grammar.go | 74 Once Quantifier = "" const
|
/external/llvm-project/compiler-rt/lib/xray/ |
D | xray_fdr_logging.cpp | 568 static pthread_once_t Once = PTHREAD_ONCE_INIT; in fdrLoggingHandleCustomEvent() local 598 static pthread_once_t Once = PTHREAD_ONCE_INIT; in fdrLoggingHandleTypedEvent() local
|
D | xray_profiling.cpp | 426 static pthread_once_t Once = PTHREAD_ONCE_INIT; in profilingLoggingInit() local
|
D | xray_profile_collector.cpp | 384 static pthread_once_t Once = PTHREAD_ONCE_INIT; in nextBuffer() local
|
/external/deqp-deps/SPIRV-Tools/utils/vscode/src/schema/ |
D | schema.go | 63 Once Quantifier = "" const
|
/external/swiftshader/third_party/SPIRV-Tools/utils/vscode/src/schema/ |
D | schema.go | 63 Once Quantifier = "" const
|
/external/angle/third_party/vulkan-deps/spirv-tools/src/utils/vscode/src/schema/ |
D | schema.go | 63 Once Quantifier = "" const
|
/external/protobuf/src/google/protobuf/ |
D | descriptor.cc | 7313 void LazyDescriptor::Once() { in Once() function in google::protobuf::internal::LazyDescriptor
|