Home
last modified time | relevance | path

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

123456789

/aosp_15_r20/external/mockito/src/test/java/org/mockitousage/debugging/
H A 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
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/utilities/tuple/tuple.tuple/tuple.cnstr/
H A Dconst_Types.pass.cpp24 struct never { struct
37 { static_assert(never<T>::value, "This should not be instantiated"); } in NoValueCtor() argument
/aosp_15_r20/external/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.cnstr/
H A Dconst_Types.pass.cpp25 struct never { struct
38 { static_assert(never<T>::value, "This should not be instantiated"); } in NoValueCtor() argument
/aosp_15_r20/external/mockito-kotlin/mockito-kotlin/src/main/kotlin/org/mockito/kotlin/
H A DVerification.kt141 fun never(): VerificationMode { in never() method
/aosp_15_r20/prebuilts/go/linux-x86/test/
Dclosure2.go12 var never bool var
/aosp_15_r20/prebuilts/go/linux-x86/test/typeparam/mdempsky/10.dir/
Db.go11 var never bool var
/aosp_15_r20/external/rust/android-crates-io/crates/crossbeam-channel/src/flavors/
Dmod.rs15 pub(crate) mod never; module
/aosp_15_r20/prebuilts/go/linux-x86/test/fixedbugs/
Dissue52193.go46 var never bool var
/aosp_15_r20/external/python/cpython3/Tools/freeze/
Dmakeconfig.py6 never = ['marshal', '_imp', '_ast', '__main__', 'builtins', variable
/aosp_15_r20/external/python/cpython2/Tools/freeze/
Dmakeconfig.py6 never = ['marshal', '__main__', '__builtin__', 'sys', 'exceptions', '_warnings'] variable
/aosp_15_r20/prebuilts/go/linux-x86/test/chan/
Dselect3.go15 const never = "function did" const
/aosp_15_r20/external/mockito/src/main/java/org/mockito/verification/
H A DVerificationAfterDelay.java40 VerificationMode never(); in never() method
H A DTimeout.java59 public VerificationMode never() { in never() method in Timeout
/aosp_15_r20/external/grpc-grpc/test/core/promise/
H A Drace_test.cc26 Poll<int> never() { return Pending(); } in never() function
H A Dprioritized_race_test.cc26 Poll<int> never() { return Pending(); } in never() function
H A Dpromise_fuzzer.proto59 Never never = 4; field
/aosp_15_r20/external/mockito/src/main/java/org/mockito/internal/verification/
H A DVerificationWrapper.java28 public VerificationMode never() { in never() method in VerificationWrapper
/aosp_15_r20/external/rust/android-crates-io/crates/predicates/src/
Dconstant.rs81 pub fn never() -> BooleanPredicate { in never() function
/aosp_15_r20/external/rust/android-crates-io/crates/futures-util/src/
Dlib.rs306 pub mod never; module
/aosp_15_r20/frameworks/native/include/binder/
H A DProcessState.h185 static constexpr auto never = &std::chrono::steady_clock::time_point::min; variable
/aosp_15_r20/frameworks/native/libs/binder/include/binder/
H A DProcessState.h185 static constexpr auto never = &std::chrono::steady_clock::time_point::min; variable
/aosp_15_r20/external/googleapis/google/maps/fleetengine/delivery/v1/
H A Dtasks.proto255 bool never = 5; field
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/asio/include/boost/asio/execution/
Dblocking.hpp158 static constexpr never_t never; member
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/bpf/progs/
H A Dcore_kern.c64 volatile const int never; variable
/aosp_15_r20/frameworks/av/media/libaudioclient/aidl/fuzzer/libaudiomockhal/
H A DModuleMock.cpp115 AudioMMapPolicyInfo never; in getMmapPolicyInfos() local

123456789