Home
last modified time | relevance | path

Searched defs:Now (Results 1 – 9 of 9) sorted by relevance

/aosp12/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/util/
H A DNow.java21 public class Now<C> implements NowOrLater<C> { class
25 public Now(C value) { in Now() method in Now
/aosp12/build/soong/ui/status/
H A Dcritical_path_test.go32 func (t testClock) Now() time.Time { return time.Time(t) } func
H A Dcritical_path.go49 func (osClock) Now() time.Time { return time.Now() } func
/aosp12/system/update_engine/update_manager/
H A Dupdate_time_restrictions_monitor.cc51 WeeklyTime Now() { in Now() function
/aosp12/system/core/fs_mgr/libsnapshot/
H A Dutility.h125 struct Now {}; struct
H A Dutility.cpp164 std::ostream& operator<<(std::ostream& os, const Now&) { in operator <<()
/aosp12/frameworks/compile/mclinker/include/mcld/MC/
H A DZOption.h39 Now, enumerator
/aosp12/frameworks/native/services/surfaceflinger/Scheduler/
H A DVsyncModulator.h87 using Now = TimePoint (*)(); variable
/aosp12/frameworks/native/services/surfaceflinger/tests/unittests/
H A DVsyncModulatorTest.cpp49 static VsyncModulator::TimePoint Now() { in Now() function in android::scheduler::VsyncModulatorTest