/external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/sources/ |
D | rx-never.hpp | 30 struct never : public source_base<T> struct 33 void on_subscribe(Subscriber) const { in on_subscribe() 42 auto never() in never() function
|
/external/desugar/test/java/com/google/devtools/build/android/desugar/testdata/b68049457/ |
D | StaticInterfaceMethod.java | 18 static String never() { in never() method
|
/external/llvm-project/clang/test/CodeGen/ |
D | xray-attr-list.cpp | 10 void never() {} in never() function
|
D | xray-function-groups.cpp | 27 [[clang::xray_never_instrument]] int never() { // part of group 1 in never() function
|
/external/rust/crates/crossbeam-channel/src/flavors/ |
D | mod.rs | 15 pub mod never; module
|
/external/mockito/src/test/java/org/mockitousage/debugging/ |
D | VerificationListenerCallBackTest.java | 45 VerificationMode never = never(); in should_call_single_listener_on_verify() local 63 VerificationMode never = never(); in should_call_all_listeners_on_verify() local
|
/external/python/cpython2/Tools/freeze/ |
D | makeconfig.py | 6 never = ['marshal', '__main__', '__builtin__', 'sys', 'exceptions', '_warnings'] variable
|
/external/python/cpython3/Tools/freeze/ |
D | makeconfig.py | 6 never = ['marshal', '_imp', '_ast', '__main__', 'builtins', variable
|
/external/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.cnstr/ |
D | const_Types.pass.cpp | 25 struct never { struct 38 { static_assert(never<T>::value, "This should not be instantiated"); } in NoValueCtor() argument
|
/external/llvm-project/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.cnstr/ |
D | const_Types.pass.cpp | 24 struct never { struct 37 { static_assert(never<T>::value, "This should not be instantiated"); } in NoValueCtor() argument
|
/external/mockito/src/main/java/org/mockito/verification/ |
D | VerificationAfterDelay.java | 40 VerificationMode never(); in never() method
|
D | Timeout.java | 59 public VerificationMode never() { in never() method in Timeout
|
/external/mockito/src/main/java/org/mockito/internal/verification/ |
D | VerificationWrapper.java | 28 public VerificationMode never() { in never() method in VerificationWrapper
|
/external/rust/crates/futures-util/src/ |
D | lib.rs | 327 pub mod never; module
|
/external/mockito/src/main/java/org/mockito/ |
D | Mockito.java | 2691 public static VerificationMode never() { in never() method in Mockito
|
/external/llvm-project/llvm/lib/Support/ |
D | regcomp.c | 284 static int never = 0; /* for use in asserts; shuts lint up */ variable 286 #define never 0 /* some <assert.h>s have bugs too */ macro
|
/external/swiftshader/third_party/llvm-subzero/lib/Support/ |
D | regcomp.c | 156 static int never = 0; /* for use in asserts; shuts lint up */ variable 158 #define never 0 /* some <assert.h>s have bugs too */ macro
|
/external/libcups/vcnet/regex/ |
D | regcomp.c | 68 static int never = 0; /* for use in asserts; shuts lint up */ variable 70 #define never 0 /* some <assert.h>s have bugs too */ macro
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | regcomp.c | 284 static int never = 0; /* for use in asserts; shuts lint up */ variable 286 #define never 0 /* some <assert.h>s have bugs too */ macro
|
/external/llvm/lib/Support/ |
D | regcomp.c | 156 static int never = 0; /* for use in asserts; shuts lint up */ variable 158 #define never 0 /* some <assert.h>s have bugs too */ macro
|
/external/rust/crates/crossbeam-channel/src/ |
D | select.rs | 27 pub never: flavors::never::NeverToken, field
|
D | channel.rs | 262 pub fn never<T>() -> Receiver<T> { in never() function
|
/external/rust/crates/crossbeam-channel/tests/ |
D | golang.rs | 654 let never = make::<u32>(0); in main() localVariable
|
/external/llvm-project/flang/lib/Semantics/ |
D | resolve-labels.cpp | 49 enum class Legality { never, always, formerly }; enumerator
|
/external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/ |
D | rx-observable.hpp | 1605 static auto never() in never() function in rxcpp::observable
|