HomeSort by relevance Sort by last modified time
    Searched refs:clock (Results 1 - 25 of 677) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /cts/tests/tests/location/src/android/location/cts/
GnssClockTest.java 24 GnssClock clock = new GnssClock(); local
25 clock.describeContents();
29 GnssClock clock = new GnssClock(); local
30 clock.reset();
33 private static void setTestValues(GnssClock clock) {
34 clock.setBiasNanos(1.0);
35 clock.setBiasUncertaintyNanos(2.0);
36 clock.setDriftNanosPerSecond(3.0);
37 clock.setDriftUncertaintyNanosPerSecond(4.0);
38 clock.setFullBiasNanos(5)
58 GnssClock clock = new GnssClock(); local
68 GnssClock clock = new GnssClock(); local
76 GnssClock clock = new GnssClock(); local
    [all...]
  /hardware/qcom/gps/msm8084/platform_lib_abstractions/
platform_lib_time.h 32 int64_t systemTime(int clock);
  /hardware/qcom/gps/msm8909/utils/platform_lib_abstractions/
platform_lib_time.h 32 int64_t systemTime(int clock);
  /hardware/qcom/gps/msm8960/platform_lib_abstractions/
platform_lib_time.h 32 int64_t systemTime(int clock);
  /hardware/qcom/gps/msm8994/platform_lib_abstractions/
platform_lib_time.h 32 int64_t systemTime(int clock);
  /hardware/qcom/gps/msm8996/utils/platform_lib_abstractions/
platform_lib_time.h 32 int64_t systemTime(int clock);
  /hardware/qcom/gps/platform_lib_abstractions/
platform_lib_time.h 32 int64_t systemTime(int clock);
  /libcore/ojluni/src/main/java/java/lang/ref/
SoftReference.java 71 * Timestamp clock, updated by the garbage collector
73 static private long clock; field in class:SoftReference
90 this.timestamp = clock;
104 this.timestamp = clock;
117 if (o != null && this.timestamp != clock)
118 this.timestamp = clock;
  /external/webrtc/webrtc/modules/video_coding/
timing_unittest.cc 21 #include "webrtc/system_wrappers/include/clock.h"
28 SimulatedClock clock(0);
29 VCMTiming timing(&clock);
41 timing.IncomingTimestamp(timeStamp, clock.TimeInMilliseconds());
47 timing.RenderTimeMs(timeStamp, clock.TimeInMilliseconds()),
48 clock.TimeInMilliseconds());
55 clock.AdvanceTimeMilliseconds(1000);
59 timing.RenderTimeMs(timeStamp, clock.TimeInMilliseconds()),
60 clock.TimeInMilliseconds());
65 clock.AdvanceTimeMilliseconds(1000)
    [all...]
  /external/clang/test/Index/
print-bitwidth.c 4 unsigned clock : 1;
19 // CHECK: FieldDecl=clock:4:12 (Definition) bitwidth=1
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/
timer.hpp 25 namespace std { using ::clock_t; using ::clock; }
35 // It is recommended that implementations measure wall clock rather than CPU
47 timer() { _start_time = std::clock(); } // postcondition: elapsed()==0
51 void restart() { _start_time = std::clock(); } // post: elapsed()==0
53 { return double(std::clock() - _start_time) / CLOCKS_PER_SEC; }
  /system/update_engine/update_manager/
fake_update_manager.h 29 explicit FakeUpdateManager(chromeos_update_engine::ClockInterface* clock)
30 : UpdateManager(clock, base::TimeDelta::FromSeconds(5),
33 set_policy(new DefaultPolicy(clock));
update_manager.cc 24 UpdateManager::UpdateManager(chromeos_update_engine::ClockInterface* clock,
27 : default_policy_(clock), state_(state), clock_(clock),
  /external/tpm2/
ClockSet.c 15 // TPM_RC_VALUE invalid new clock
28 // current clock
30 || in->newTime < go.clock)
36 clockNow = go.clock; // grab the old value
37 go.clock = in->newTime; // set the new value
  /external/webrtc/webrtc/system_wrappers/source/
clock_unittest.cc 11 #include "webrtc/system_wrappers/include/clock.h"
18 Clock* clock = Clock::GetRealTimeClock(); local
21 clock->CurrentNtp(seconds, fractions);
22 int64_t milliseconds = clock->CurrentNtpInMilliseconds();
24 EXPECT_GE(milliseconds, Clock::NtpToMs(seconds, fractions));
25 EXPECT_NEAR(milliseconds, Clock::NtpToMs(seconds, fractions), 100);
ntp_time_unittest.cc 50 SimulatedClock clock(0x0123456789abcdef);
52 NtpTime ntp1(clock);
56 ntp2.SetCurrent(clock);
61 SimulatedClock clock(0x123456789abc);
63 NtpTime ntp(clock);
64 EXPECT_EQ(ntp.ToMs(), Clock::NtpToMs(ntp.seconds(), ntp.fractions()));
65 EXPECT_EQ(ntp.ToMs(), clock.CurrentNtpInMilliseconds());
  /frameworks/base/libs/hwui/
IContextFactory.h 30 virtual AnimationContext* createAnimationContext(renderthread::TimeLord& clock) = 0;
  /hardware/qcom/gps/msmcobalt/utils/platform_lib_abstractions/loc_stub/include/
loc_stub_time.h 38 int64_t systemTime(int clock);
  /external/autotest/client/site_tests/platform_TraceClockMonotonic/src/
Makefile 1 EXEC=ftrace-clock-monotonic
8 $(EXEC): ftrace-clock-monotonic.c
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/util/
Clock.java 19 public class Clock {
20 private static final Clock INSTANCE = new Clock();
22 private static Clock sInstance = INSTANCE;
24 public static final Clock getInstance() {
29 static void injectInstance(Clock clock) {
30 sInstance = clock;
  /external/libweave/src/test/
mock_clock.h 8 #include <base/time/clock.h>
14 class MockClock : public base::Clock {
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/rpcsvc/
spray.x 53 spraytimeval clock;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/rpcsvc/
spray.x 53 spraytimeval clock;
  /external/webrtc/webrtc/modules/remote_bitrate_estimator/tools/
bwe_rtp_play.cc 23 explicit Observer(webrtc::Clock* clock) : clock_(clock) {}
37 webrtc::Clock* clock_;
45 webrtc::SimulatedClock clock(0);
46 Observer observer(&clock);
47 if (!ParseArgsAndSetupEstimator(argc, argv, &clock, &observer, &reader,
69 if (next_rtp_time_ms <= clock.TimeInMilliseconds()) {
84 rbe->IncomingPacket(clock.TimeInMilliseconds(),
100 next_rtp_time_ms - clock.TimeInMilliseconds())
    [all...]
  /packages/apps/DeskClock/src/com/android/alarmclock/
DigitalWidgetViewsFactory.java 119 final RemoteViews clock =
122 // Show the left clock if one exists.
124 update(clock, left, R.id.left_clock, R.id.city_name_left, R.id.city_day_left);
126 hide(clock, R.id.left_clock, R.id.city_name_left, R.id.city_day_left);
129 // Show the right clock if one exists.
131 update(clock, right, R.id.right_clock, R.id.city_name_right, R.id.city_day_right);
133 hide(clock, R.id.right_clock, R.id.city_name_right, R.id.city_day_right);
138 clock.setViewVisibility(R.id.city_spacer, lastRow ? View.GONE : View.VISIBLE);
140 clock.setOnClickFillInIntent(R.id.widget_item, mFillInIntent);
141 return clock;
    [all...]

Completed in 1250 milliseconds

1 2 3 4 5 6 7 8 91011>>