Home
last modified time | relevance | path

Searched defs:never (Results 1 – 25 of 32) 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/llvm-project/clang/test/CodeGen/
Dxray-attr-list.cpp10 void never() {} in never() function
Dxray-function-groups.cpp27 [[clang::xray_never_instrument]] int never() { // part of group 1 in never() function
/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/rust/crates/crossbeam-channel/src/flavors/
Dmod.rs15 pub mod never; module
/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/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/llvm-project/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.cnstr/
Dconst_Types.pass.cpp24 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/
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.rs327 pub mod never; module
/external/mockito/src/main/java/org/mockito/
DMockito.java2691 public static VerificationMode never() { in never() method in Mockito
/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/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/llvm-project/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/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/rust/crates/crossbeam-channel/src/
Dselect.rs27 pub never: flavors::never::NeverToken, field
Dchannel.rs262 pub fn never<T>() -> Receiver<T> { in never() function
/external/rust/crates/crossbeam-channel/tests/
Dgolang.rs654 let never = make::<u32>(0); in main() localVariable
/external/llvm-project/flang/lib/Semantics/
Dresolve-labels.cpp49 enum class Legality { never, always, formerly }; enumerator
/external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/
Drx-observable.hpp1605 static auto never() in never() function in rxcpp::observable

12