HomeSort by relevance Sort by last modified time
    Searched refs:Timer (Results 201 - 225 of 578) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/jmdns/src/javax/jmdns/impl/tasks/
Responder.java 9 import java.util.Timer;
62 * @see javax.jmdns.impl.tasks.DNSTask#start(java.util.Timer)
65 public void start(Timer timer) {
91 timer.schedule(this, delay);
  /external/jmdns/src/javax/jmdns/impl/tasks/state/
Prober.java 8 import java.util.Timer;
57 * @see javax.jmdns.impl.tasks.DNSTask#start(java.util.Timer)
60 public void start(Timer timer) {
70 timer.schedule(this, JmDNSImpl.getRandom().nextInt(1 + DNSConstants.PROBE_WAIT_INTERVAL), DNSConstants.PROBE_WAIT_INTERVAL);
72 timer.schedule(this, DNSConstants.PROBE_CONFLICT_INTERVAL, DNSConstants.PROBE_CONFLICT_INTERVAL);
  /external/swiftshader/src/D3D9/
Direct3DQuery9.cpp 18 #include "Timer.hpp"
175 timestamp = sw::Timer::counter();
238 case D3DQUERYTYPE_TIMESTAMPFREQ: *(UINT64*)data = sw::Timer::frequency(); break; // FIXME: Verify behaviour
  /external/swiftshader/src/Main/
FrameBufferX11.cpp 18 #include "Common/Timer.hpp"
150 static double fpsTime = sw::Timer::seconds();
153 double time = sw::Timer::seconds();
  /external/tensorflow/tensorflow/compiler/xla/service/
executable.cc 64 std::unique_ptr<perftools::gputools::Timer> timer; local
66 timer.reset(new perftools::gputools::Timer(stream->parent()));
67 stream->InitTimer(timer.get()).ThenStartTimer(timer.get());
84 VLOG(1) << "enqueueing 'stop timer' and blocking host until done...";
85 stream->ThenStopTimer(timer.get());
96 // Overall execution time (in nanoseconds) from the executor timer.
98 // Don't read timer->Nanoseconds() if the stream isn't OK -- that'
    [all...]
  /external/tensorflow/tensorflow/core/platform/windows/
env.cc 102 PTP_TIMER Timer) {
103 CloseThreadpoolTimer(Timer);
110 PTP_TIMER timer = CreateThreadpoolTimer( variable
121 SetThreadpoolTimer(timer, &FileDueTime, 0, 0);
  /packages/apps/Email/tests/src/com/android/email/
ThrottleTest.java 27 import java.util.Timer;
169 * Substitute for {@link Timer} that works based on the provided {@link Clock}.
171 private static class MockTimer extends Timer {
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/WatchdogTimerDxe/
WatchdogTimer.c 2 Implementation of Watchdog Timer Architectural Protocol using UEFI APIs.
18 // Handle for the Watchdog Timer Architectural Protocol instance produced by this driver
23 // The Watchdog Timer Architectural Protocol instance produced by this driver
32 // The watchdog timer period in 100 ns units
37 // The notification function to call if the watchdig timer fires
42 // The one-shot timer event that is armed when the watchdog timer is enabled
48 Notification function that is called if the watchdog timer is fired.
50 Notification function for the one-shot timer event that was signaled
51 when the watchdog timer expired. If a handler has been registered with
    [all...]
  /external/tensorflow/tensorflow/compiler/xla/service/gpu/
gpu_executable.cc 48 // If profiling is enabled, start an execution timer running.
59 execution_timer_.reset(new se::Timer(stream->parent()));
60 per_op_timer_.reset(new se::Timer(stream->parent()));
68 // execution timer.
80 // If profiling is enabled, starts the per-operation timer.
87 // If profiling is enabled, stops the per-operation timer and records the time
104 std::unique_ptr<se::Timer> execution_timer_;
105 std::unique_ptr<se::Timer> per_op_timer_;
  /frameworks/base/core/java/com/android/internal/os/
MemoryPowerCalculator.java 33 LongSparseArray<? extends BatteryStats.Timer> timers = stats.getKernelMemoryStats();
WakelockPowerCalculator.java 44 BatteryStats.Timer timer = wakelock.getWakeTime(BatteryStats.WAKE_TYPE_PARTIAL); local
45 if (timer != null) {
46 wakeLockTimeUs += timer.getTotalTimeLocked(rawRealtimeUs, statsType);
  /frameworks/base/data/sounds/
AudioPackage13.mk 11 ALARM_FILES := Argon Carbon Helium Krypton Neon Oxygen Osmium Platinum Timer
  /system/core/init/
init_first_stage.cpp 40 using android::base::Timer;
182 Timer t;
201 Timer t;
270 Timer t;
  /system/core/liblog/tests/
log_wrap_test.cpp 73 android::base::Timer timer; local
117 EXPECT_GT(timer.duration(), std::chrono::seconds(40));
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/p2p/
RequesterTestActivity.java 19 import java.util.Timer;
85 * Timer object. It's used for searching devices.
87 private Timer mTimer;
228 mTimer = new Timer(true);
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/sixdof/Utils/Path/
RobustnessPath.java 28 import java.util.Timer;
55 * Constructor which starts the timer which changes the targetRotation.
81 * Starts a timer which changes the target rotation at specified intervals.
84 Timer timer = new Timer(); local
85 timer.scheduleAtFixedRate(new TimerTask() {
  /cts/hostsidetests/devicepolicy/app/IntentSender/src/com/android/cts/intent/sender/
ContentTest.java 37 import java.util.Timer;
215 Timer timer = new Timer(); local
216 timer.schedule(new TimerTask() {
  /cts/tests/leanbackjank/app/src/android/leanbackjank/app/ui/
MainFragment.java 43 import java.util.Timer;
88 private Timer mAutoScrollTimer;
223 mAutoScrollTimer = new Timer();
  /developers/build/prebuilts/gradle/JumpingJack/Wearable/src/main/java/com/example/android/wearable/jumpingjack/
MainActivity.java 35 import java.util.Timer;
79 private Timer mTimer;
204 * Starts a timer to clear the flag FLAG_KEEP_SCREEN_ON.
220 mTimer = new Timer();
  /developers/samples/android/wearable/wear/JumpingJack/Wearable/src/main/java/com/example/android/wearable/jumpingjack/
MainActivity.java 35 import java.util.Timer;
79 private Timer mTimer;
204 * Starts a timer to clear the flag FLAG_KEEP_SCREEN_ON.
220 mTimer = new Timer();
  /development/samples/browseable/JumpingJack/src/com.example.android.wearable.jumpingjack/
MainActivity.java 35 import java.util.Timer;
79 private Timer mTimer;
204 * Starts a timer to clear the flag FLAG_KEEP_SCREEN_ON.
220 mTimer = new Timer();
  /device/linaro/bootloader/edk2/NetworkPkg/DnsDxe/
DnsDriver.c 210 if (DnsSb->Timer != NULL){
211 gBS->CloseEvent (DnsSb->Timer);
274 DnsSb->Timer = NULL;
279 // Create the timer used to time out the procedure which is used to
297 // Create the timer to retransmit packets.
304 &DnsSb->Timer
326 gBS->CloseEvent (DnsSb->Timer);
375 if (mDriverData->Timer != NULL) {
376 gBS->CloseEvent (mDriverData->Timer);
483 // Create the timer event to update DNS cache list.
    [all...]
  /external/autotest/frontend/client/src/autotest/common/ui/
CustomTabPanel.java 14 import com.google.gwt.user.client.Timer;
43 private Timer autorefreshTimer;
127 autorefreshTimer = new Timer() {
  /external/llvm/utils/yaml-bench/
YAMLBench.cpp 21 #include "llvm/Support/Timer.h"
149 llvm::Timer BaseLine((Name + ": Loop").str(), Group);
158 llvm::Timer Tokenizing((Name + ": Tokenizing").str(), Group);
165 llvm::Timer Parsing((Name + ": Parsing").str(), Group);
  /external/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/activity/
ScriptProcessMonitor.java 45 import java.util.Timer;
58 private final Timer mTimer = new Timer();

Completed in 1831 milliseconds

1 2 3 4 5 6 7 891011>>