Home
last modified time | relevance | path

Searched defs:when (Results 1 – 25 of 133) sorted by relevance

123456

/external/rust/crates/tokio/tests/
Dtime_rt.rs16 let when = Instant::now() + Duration::from_millis(100); in timer_with_threaded_runtime() localVariable
35 let when = Instant::now() + Duration::from_millis(100); in timer_with_basic_scheduler() localVariable
70 let when = Instant::now() + Duration::from_millis(20); in starving() localVariable
/external/dexmaker/dexmaker-mockito-inline-extended/src/main/java/com/android/dx/mockito/inline/extended/
DStaticCapableStubber.java40 public <T> T when(T mock) { in when() method in StaticCapableStubber
114 public void when(MockedVoidMethod method) { in when() method in StaticCapableStubber
151 public <T> void when(MockedMethod<T> method) { in when() method in StaticCapableStubber
/external/python/cpython2/Lib/
Dtty.py18 def setraw(fd, when=TCSAFLUSH): argument
30 def setcbreak(fd, when=TCSAFLUSH): argument
/external/python/cpython3/Lib/
Dtty.py18 def setraw(fd, when=TCSAFLUSH): argument
30 def setcbreak(fd, when=TCSAFLUSH): argument
/external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/sources/
Drx-timer.hpp59 rxsc::scheduler::clock_type::time_point when; member
114 auto timer(TimePointOrDuration when) in timer()
124 auto timer(TimePointOrDuration when, Coordination cn) in timer()
Drx-interval.hpp133 auto interval(rxsc::scheduler::clock_type::time_point when, Duration period) in interval()
143 auto interval(rxsc::scheduler::clock_type::time_point when, rxsc::scheduler::clock_type::duration p… in interval()
/external/icu/icu4c/source/samples/date/
Ddate.c82 UDate when; in main() local
253 date(UDate when, in date()
310 UDate when=0; in getWhen() local
/external/mockito/src/main/java/org/mockito/stubbing/
DLenientStubber.java26 <T> OngoingStubbing<T> when(T methodCall); in when() method
DStubber.java74 <T> T when(T mock); in when() method
/external/jsr305/sampleUses/src/main/java/edu/umd/cs/findbugs/
DSlashedClassName.java14 When when() default When.ALWAYS; in when() method
/external/jsr305/ri/src/main/java/javax/annotation/
DPropertyKey.java14 When when() default When.ALWAYS; in when() method
DUntainted.java14 When when() default When.ALWAYS; in when() method
DCheckReturnValue.java16 When when() default When.ALWAYS; in when() method
DSyntax.java43 When when() default When.ALWAYS; in when() method
DRegEx.java23 When when() default When.ALWAYS; in when() method
DNonnull.java15 When when() default When.ALWAYS; in when() method
DNonnegative.java16 When when() default When.ALWAYS; in when() method
/external/python/cpython2/Modules/
Dtimemodule.c275 time_convert(double when, struct tm * (*function)(const time_t *)) in time_convert()
308 double when = PyFloat_AsDouble(ot); in parse_time_double_args() local
319 double when; in time_gmtime() local
335 double when; in time_localtime() local
/external/openscreen/cast/streaming/
Dbandwidth_estimator.cc51 Clock::time_point when) { in OnBurstComplete()
131 Clock::time_point when) { in Accumulate()
/external/rust/crates/tokio/src/time/tests/
Dmod.rs20 let when = Instant::now() + Duration::from_millis(100); in sleep_is_eager() localVariable
/external/ltp/testcases/kernel/security/filecaps/
Dinh_capped.c39 void debug_print_caps(char *when) in debug_print_caps()
/external/dexmaker/dexmaker-mockito-inline-extended-tests/src/main/java/com/android/dx/mockito/inline/extended/tests/
DMockStatic.java358 doReturn("").when(() -> { in onlyOneMethodCallDuringStubbing() method
382 doReturn("").when(() -> { in atLeastOneMethodCallDuringStubbing() method
/external/python/oauth2client/oauth2client/contrib/
Dxsrfutil.py38 def generate_token(key, user_id, action_id='', when=None): argument
/external/rust/crates/clap/src/
Dfmt.rs44 pub when: ColorWhen, field
49 when: ColorWhen, field
/external/guice/lib/build/
Djsr305.jar ... .Object) } javax/annotation/meta/When.class When.java package javax.annotation. ...

123456