/device/generic/vulkan-cereal/third-party/angle/util/ |
D | test_utils_unittest.cpp | 56 Timer timer; in TEST() local 57 timer.start(); in TEST() 59 timer.stop(); in TEST() 62 EXPECT_GT(timer.getElapsedTime(), 0.48); in TEST() 201 Timer timer; in TEST() local 202 timer.start(); in TEST() 203 while (!process->finished() && timer.getElapsedTime() < kTimeout) in TEST()
|
/device/generic/vulkan-cereal/third-party/angle/extensions/ |
D | ANGLE_timer_query.txt | 50 rendering pipeline. Reading a CPU timer does not guarantee the completion 52 timer is read, and will thus produce wildly inaccurate results. 154 A timer query can be started and finished by calling 171 TIME_ELAPSED_ANGLE, the GL prepares to start and stop the timer used for 172 timer queries. The timer is started or stopped when the effects from all 175 may return before the timer is actually started or stopped. When the timer 176 query timer is finally stopped, the elapsed time (in nanoseconds) is 185 The necessary state is a single bit indicating whether an timer 186 query is active, the identifier of the currently active timer 197 that object is marked available. QueryCounterANGLE timer queries can be [all …]
|
/device/generic/vulkan-cereal/third-party/googletest/googletest/test/ |
D | googletest-death-test-test.cc | 412 struct itimerval timer; in SetSigprofActionAndTimer() local 413 timer.it_interval.tv_sec = 0; in SetSigprofActionAndTimer() 414 timer.it_interval.tv_usec = 1; in SetSigprofActionAndTimer() 415 timer.it_value = timer.it_interval; in SetSigprofActionAndTimer() 416 ASSERT_EQ(0, setitimer(ITIMER_PROF, &timer, nullptr)); in SetSigprofActionAndTimer() 421 struct itimerval timer; in DisableSigprofActionAndTimer() local 422 timer.it_interval.tv_sec = 0; in DisableSigprofActionAndTimer() 423 timer.it_interval.tv_usec = 0; in DisableSigprofActionAndTimer() 424 timer.it_value = timer.it_interval; in DisableSigprofActionAndTimer() 425 ASSERT_EQ(0, setitimer(ITIMER_PROF, &timer, nullptr)); in DisableSigprofActionAndTimer()
|
/device/generic/vulkan-cereal/third-party/angle/src/tests/perf_tests/ |
D | EGLInitializePerf.cpp | 23 Timer timer; member 32 return captures->timer.getElapsedTime(); in CapturePlatform_currentTime()
|
/device/google/cuttlefish/guest/commands/sensor_injection/ |
D | main.cpp | 105 android::base::Timer timer; in InjectOrientation() local 106 while (timer.duration() < 1s) { in InjectOrientation()
|
/device/generic/vulkan-cereal/third-party/angle/util/x11/ |
D | X11Window.cpp | 430 Timer timer; in resize() local 431 timer.start(); in resize() 436 while ((mHeight != height || mWidth != width) && timer.getElapsedTime() < kResizeWaitDelay) in resize()
|
/device/google/contexthub/firmware/os/drivers/st_lps22hb/ |
D | README | 10 Instead, a timer callback is used to read the data.
|
/device/google/contexthub/firmware/os/drivers/st_hts221/ |
D | README | 10 Instead, a timer callback is used to read the data.
|
/device/generic/goldfish/dhcp/client/ |
D | Android.bp | 31 "timer.cpp",
|
/device/google/contexthub/firmware/os/drivers/intersil_isl29034/ |
D | README | 9 The device doesn't have an interrupt line, so a timer callback is used to
|
/device/google/contexthub/firmware/ |
D | Android.mk | 47 os/core/timer.c \
|
D | firmware.mk | 80 SRCS_os += os/core/printf.c os/core/timer.c os/core/seos.c os/core/heap.c os/core/slab.c os/core/sp…
|
/device/linaro/hikey/ |
D | init.common.rc | 108 # Set watchdog timer to 30 seconds and pet it every 10 seconds to get a 20 second margin
|
/device/mediatek/wembley-sepolicy/non_plat/ |
D | mnld.te | 91 #get waks_alarm timer create prop
|
/device/google/bluejay/ |
D | device-bluejay.mk | 191 vendor.gf.debug.timer.threshold=1,400,400,400,600,600,600
|
/device/generic/vulkan-cereal/third-party/googletest/googletest/src/ |
D | gtest.cc | 2896 internal::Timer timer; in Run() local 2920 result_.set_elapsed_time(timer.Elapsed()); in Run() 3064 internal::Timer timer; in Run() local 3079 elapsed_time_ = timer.Elapsed(); in Run() 5896 Timer timer; in RunAllTests() local 5969 elapsed_time_ = timer.Elapsed(); in RunAllTests()
|
/device/linaro/dragonboard-kernel/android-mainline/ |
D | modules.builtin | 390 kernel/drivers/leds/trigger/ledtrig-timer.ko 455 kernel/sound/core/snd-timer.ko
|
/device/linaro/dragonboard-kernel/android-5.10/ |
D | modules.builtin | 374 kernel/drivers/leds/trigger/ledtrig-timer.ko 442 kernel/sound/core/snd-timer.ko
|
/device/linaro/dragonboard-kernel/android-5.15/ |
D | modules.builtin | 393 kernel/drivers/leds/trigger/ledtrig-timer.ko 459 kernel/sound/core/snd-timer.ko
|
/device/generic/vulkan-cereal/protocols/vulkan/chapters/ |
D | queries.txt | 1436 If an implementation is unable to detect completion and latch the timer at 1533 fname:vkCmdWriteTimestamp latches the value of the timer when all previous 1542 If an implementation is unable to detect completion and latch the timer at
|
/device/linaro/dragonboard-kernel/android-mainline/logs/ |
D | build.log | 1175 CC arch/arm64/kvm/hyp/vhe/timer-sr.o 1184 CC arch/arm64/kvm/hyp/nvhe/timer-sr.nvhe.o 1590 CC kernel/time/timer.o 1827 CC sound/core/timer.o 4135 CC drivers/leds/trigger/ledtrig-timer.o 4275 CC drivers/clocksource/timer-of.o 4319 CC drivers/clocksource/timer-probe.o 4358 CC drivers/clocksource/timer-sun4i.o 4403 CC drivers/clocksource/timer-sp804.o
|
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/metal/ |
D | ContextMtl.mm | 770 // Disjoint timer queries
|
/device/google/gs101/conf/ |
D | init.gs101.rc | 845 # Set watchdog timer to 30 seconds and pet it every 10 seconds to get a 20 second margin
|
/device/google/gs201/conf/ |
D | init.gs201.rc | 906 # Set watchdog timer to 30 seconds and pet it every 10 seconds to get a 20 second margin
|
/device/google/trout/tools/tracing/proto/ |
D | perfetto_trace.proto | 830 // If unset, implies the CPU timer (SW_CPU_CLOCK) as the event,
|