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

<<11121314151617181920>>

  /external/lz4/programs/
lz4io.c 58 #include <time.h> /* clock */
118 { g_time = clock(); DISPLAY(__VA_ARGS__); \
212 clock_t nCurrent = clock();
307 start = clock();
344 end = clock();
384 start = clock();
452 end = clock();
642 start = clock();
654 end = clock();
  /external/srtp/crypto/test/
auth_driver.c 188 timer = clock();
192 timer = clock() - timer;
  /external/srtp/test/
rdbx_driver.c 309 #include <time.h> /* for clock() */
327 timer = clock();
338 timer = clock() - timer;
  /external/webrtc/webrtc/modules/video_coding/
generic_decoder.cc 16 #include "webrtc/system_wrappers/include/clock.h"
21 Clock* clock)
23 _clock(clock),
  /external/webrtc/webrtc/video/
call_stats.cc 94 CallStats::CallStats(Clock* clock)
95 : clock_(clock),
  /frameworks/av/media/libstagefright/codecs/aacenc/SampleCode/
AAC_E_SAMPLES.c 231 t1 = clock();
257 t2 = clock();
  /frameworks/av/media/libstagefright/codecs/amrnb/enc/test/
amrnb_enc_test.cpp 118 start = clock();
132 finish = clock();
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
FrameworkFacade.java 164 FrameworkFacade frameworkFacade, Clock clock, UserManager userManager,
166 return new WifiConfigManager(context, wifiNative, frameworkFacade, clock, userManager,
  /packages/apps/DeskClock/src/com/android/deskclock/alarms/dataadapter/
CollapsedAlarmViewHolder.java 71 clock.setOnClickListener(new View.OnClickListener() {
91 itemView.setContentDescription(clock.getContentDescription() + " " +
  /packages/apps/Email/tests/src/com/android/email/
ThrottleTest.java 24 import com.android.mail.utils.Clock;
44 * Advance the clock.
169 * Substitute for {@link Timer} that works based on the provided {@link Clock}.
172 private final Clock mClock;
181 public MockTimer(Clock clock) {
182 mClock = clock;
198 * {@link MockTimer} can't know when the clock advances. This method must be called
  /packages/apps/TV/src/com/android/tv/dvr/
BaseDvrDataManager.java 29 import com.android.tv.util.Clock;
43 protected final Clock mClock;
48 BaseDvrDataManager(Context context, Clock clock) {
50 mClock = clock;
Scheduler.java 33 import com.android.tv.util.Clock;
81 private final Clock mClock;
86 Context context, Clock clock,
94 mClock = clock;
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
sortperf.py 60 t0 = time.clock()
62 t1 = time.clock()
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
sortperf.py 60 t0 = time.clock()
62 t1 = time.clock()
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
sortperf.py 60 t0 = time.clock()
62 t1 = time.clock()
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
sortperf.py 60 t0 = time.clock()
62 t1 = time.clock()
  /bionic/libc/include/
time.h 86 extern clock_t clock(void) __LIBC_ABI_PUBLIC__;
  /development/ndk/platforms/android-21/include/
time.h 86 extern clock_t clock(void) __LIBC_ABI_PUBLIC__;
  /development/ndk/platforms/android-3/include/
time.h 96 extern clock_t clock(void);
98 /* BIONIC: extra linux clock goodies */
  /development/ndk/platforms/android-8/include/
time.h 94 extern clock_t clock(void);
96 /* BIONIC: extra linux clock goodies */
  /external/autotest/client/site_tests/graphics_Idle/
graphics_Idle.py 143 """ On i915 systems, check that we get into the lowest clock frequency;
160 # to add the minimum clock for each board, so instead
176 logging.error('Error: did not see the min i915 clock')
177 return 'Did not see the min i915 clock. '
183 clock frequency; idle before doing so, and retry every second for 20
200 clock_path = utils.locate_file('clock', node)
218 logging.info('Expecting idle DVFS clock = %u', lowest_freq)
224 clock = int(utils.read_one_line(clock_path))
225 if clock <= lowest_freq:
226 logging.info('Found idle DVFS clock = %u', clock
    [all...]
  /external/boringssl/linux-arm/crypto/sha/
sha512-armv4.S 15 @ by gcc 3.4 and it spends ~72 clock cycles per byte [on single-issue
    [all...]
  /external/compiler-rt/lib/tsan/rtl/
tsan_clock.h 33 ClockElem clock[kClockCount]; member in union:__tsan::ClockBlock::__anon8453
43 // The clock that lives in sync variables (mutexes, atomics, etc).
80 // The clock that lives in threads.
tsan_sync.h 45 // The clock is placed last, so that it is situated on a different cache line
47 SyncClock clock; member in struct:__tsan::SyncVar
  /external/libbrillo/brillo/message_loops/
fake_message_loop.h 30 // clock.
36 explicit FakeMessageLoop(base::SimpleTestClock* clock);

Completed in 1790 milliseconds

<<11121314151617181920>>