Home
last modified time | relevance | path

Searched defs:never (Results 1 – 25 of 28) sorted by relevance

12

/external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/sources/
Drx-never.hpp30 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/
DStaticInterfaceMethod.java18 static String never() { in never() method
/external/mockito/src/test/java/org/mockitousage/debugging/
DVerificationListenerCallBackTest.java45 VerificationMode never = never(); in should_call_single_listener_on_verify() local
63 VerificationMode never = never(); in should_call_all_listeners_on_verify() local
/external/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.cnstr/
Dconst_Types.pass.cpp25 struct never { struct
38 { static_assert(never<T>::value, "This should not be instantiated"); } in NoValueCtor() argument
/external/rust/crates/crossbeam-channel/src/flavors/
Dmod.rs15 pub(crate) mod never; module
/external/python/cpython3/Tools/freeze/
Dmakeconfig.py6 never = ['marshal', '_imp', '_ast', '__main__', 'builtins', variable
/external/python/cpython2/Tools/freeze/
Dmakeconfig.py6 never = ['marshal', '__main__', '__builtin__', 'sys', 'exceptions', '_warnings'] variable
/external/mockito/src/main/java/org/mockito/verification/
DVerificationAfterDelay.java40 VerificationMode never(); in never() method
DTimeout.java59 public VerificationMode never() { in never() method in Timeout
/external/mockito/src/main/java/org/mockito/internal/verification/
DVerificationWrapper.java28 public VerificationMode never() { in never() method in VerificationWrapper
/external/rust/crates/futures-util/src/
Dlib.rs311 pub mod never; module
/external/mockito/src/main/java/org/mockito/
DMockito.java2691 public static VerificationMode never() { in never() method in Mockito
/external/llvm/lib/Support/
Dregcomp.c156 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/swiftshader/third_party/llvm-subzero/lib/Support/
Dregcomp.c156 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/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
Dregcomp.c284 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/libcups/vcnet/regex/
Dregcomp.c68 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/rust/crates/crossbeam-channel/src/
Dselect.rs28 pub never: flavors::never::NeverToken, field
Dchannel.rs260 pub fn never<T>() -> Receiver<T> { in never() function
/external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/
Drx-observable.hpp1605 static auto never() in never() function in rxcpp::observable
/external/rust/crates/crossbeam-channel/tests/
Dgolang.rs659 let never = make::<u32>(0); in main() localVariable
/external/webrtc/third_party/abseil-cpp/absl/synchronization/
Dmutex_test.cc1315 const absl::Duration never = absl::InfiniteDuration(); local
/external/openscreen/third_party/abseil/src/absl/synchronization/
Dmutex_test.cc1314 const absl::Duration never = absl::InfiniteDuration(); local
/external/abseil-cpp/absl/synchronization/
Dmutex_test.cc1315 const absl::Duration never = absl::InfiniteDuration(); local
/external/libtextclassifier/abseil-cpp/absl/synchronization/
Dmutex_test.cc1284 const absl::Duration never = absl::InfiniteDuration(); local
/external/angle/third_party/abseil-cpp/absl/synchronization/
Dmutex_test.cc1315 const absl::Duration never = absl::InfiniteDuration(); local

12