/external/compiler-rt/lib/tsan/tests/unit/ |
D | tsan_clock_test.cc | 220 u64 clock[kThreads]; member 230 clock[i] = 0; in Reset() 235 if (clock[i] != other->get(i)) in verify() 239 if (i < size && clock[i] != 0) in verify() 249 u64 clock[kThreads]; member 257 clock[i] = 0; in SimpleThreadClock() 261 clock[tid]++; in tick() 268 clock[i] = max(clock[i], src->clock[i]); in acquire() 275 dst->clock[i] = max(dst->clock[i], clock[i]); in release() 287 dst->clock[i] = clock[i]; in ReleaseStore() [all …]
|
/external/deqp/execserver/tools/ |
D | xsTest.cpp | 387 TestClock clock; in runClient() local 391 if (clock.getMilliseconds() > timeout) in runClient() 427 TestClock clock; in runClient() local 434 if (clock.getMilliseconds() > timeout) in runClient() 486 TestClock clock; in runClient() local 494 if (clock.getMilliseconds() > timeout) in runClient() 548 TestClock clock; in runClient() local 556 if (clock.getMilliseconds() > timeout) in runClient() 640 TestClock clock; in runClient() local 648 if (clock.getMilliseconds() > timeout) in runClient() [all …]
|
/external/glide/library/src/main/java/com/bumptech/glide/load/engine/prefill/ |
D | BitmapPreFillRunner.java | 59 private final Clock clock; field in BitmapPreFillRunner 71 …llRunner(BitmapPool bitmapPool, MemoryCache memoryCache, PreFillQueue allocationOrder, Clock clock, in BitmapPreFillRunner() argument 76 this.clock = clock; in BitmapPreFillRunner() 89 long start = clock.now(); in allocate() 113 return clock.now() - startTimeMs >= MAX_DURATION_MS; in isGcDetected()
|
/external/google-breakpad/src/processor/ |
D | logging.cc | 57 time_t clock; in LogStream() local 58 time(&clock); in LogStream() 61 localtime_s(&tm_struct, &clock); in LogStream() 63 localtime_r(&clock, &tm_struct); in LogStream()
|
/external/compiler-rt/lib/tsan/rtl/ |
D | tsan_rtl_mutex.cc | 164 AcquireImpl(thr, pc, &s->clock); in MutexLock() 208 ReleaseStoreImpl(thr, pc, &s->clock); in MutexUnlock() 246 AcquireImpl(thr, pc, &s->clock); in MutexReadLock() 321 ReleaseImpl(thr, pc, &s->clock); in MutexReadOrWriteUnlock() 358 AcquireImpl(thr, pc, &s->clock); in Acquire() 366 thr->clock.set(tctx->tid, tctx->thr->fast_state.epoch()); in UpdateClockCallback() 368 thr->clock.set(tctx->tid, tctx->epoch1); in UpdateClockCallback() 388 ReleaseImpl(thr, pc, &s->clock); in Release() 400 ReleaseStoreImpl(thr, pc, &s->clock); in ReleaseStore() 428 thr->clock.set(thr->fast_state.epoch()); in AcquireImpl() [all …]
|
/external/selinux/sepolgen/tests/test_data/ |
D | short.log | 8 type=AVC msg=audit(1162850335.022:981): avc: denied { read write } for pid=6336 comm="clock-appl… 9 …00 fsuid=500 egid=500 sgid=500 fsgid=500 tty=(none) comm="clock-applet" exe="/usr/libexec/clock-ap… 10 type=AVC msg=audit(1162850335.022:982): avc: denied { lock } for pid=6336 comm="clock-applet" na… 11 …00 fsuid=500 egid=500 sgid=500 fsgid=500 tty=(none) comm="clock-applet" exe="/usr/libexec/clock-ap…
|
/external/iproute2/tc/ |
D | README.last | 25 To resume: as only you will get it working, select correct clock 32 granularity of this clock is not enough to make reasonable 35 integrated clock in any case, this switch is not so bad 45 a lot of them have clock, broken by APM etc. etc.
|
/external/drm_hwcomposer/ |
D | drmmode.cpp | 28 clock_(m->clock), in DrmMode() 68 return clock_ == m.clock && h_display_ == m.hdisplay && in operator ==() 78 m->clock = clock_; in ToDrmModeModeInfo() 103 uint32_t DrmMode::clock() const { in clock() function in android::DrmMode
|
/external/lz4/programs/ |
D | lz4io.c | 118 { g_time = clock(); DISPLAY(__VA_ARGS__); \ 212 clock_t nCurrent = clock(); in LZ4IO_GetMilliSpan() 307 start = clock(); in LZ4IO_compressFilename_Legacy() 344 end = clock(); in LZ4IO_compressFilename_Legacy() 384 start = clock(); in LZ4IO_compressFilename() 452 end = clock(); in LZ4IO_compressFilename() 642 start = clock(); in LZ4IO_decompressFilename() 654 end = clock(); in LZ4IO_decompressFilename()
|
/external/opencv/ |
D | cvjni.cpp | 310 clock_t total_time_start = clock(); in Java_org_siprop_opencv_OpenCV_initFaceDetection() 330 clock_t total_time_finish = clock() - total_time_start; in Java_org_siprop_opencv_OpenCV_initFaceDetection() 464 clock_t total_time_start = clock(); in Java_org_siprop_opencv_OpenCV_findAllFaces() 478 clock_t haar_detect_time_start = clock(); in Java_org_siprop_opencv_OpenCV_findAllFaces() 482 clock_t haar_detect_time_finish = clock() - haar_detect_time_start; in Java_org_siprop_opencv_OpenCV_findAllFaces() 496 clock_t total_time_finish = clock() - total_time_start; in Java_org_siprop_opencv_OpenCV_findAllFaces() 563 clock_t total_time_start = clock(); in Java_org_siprop_opencv_OpenCV_findSingleFace() 577 clock_t haar_detect_time_start = clock(); in Java_org_siprop_opencv_OpenCV_findSingleFace() 581 clock_t haar_detect_time_finish = clock() - haar_detect_time_start; in Java_org_siprop_opencv_OpenCV_findSingleFace() 604 clock_t total_time_finish = clock() - total_time_start; in Java_org_siprop_opencv_OpenCV_findSingleFace()
|
/external/markdown/ |
D | test-markdown.py | 189 start = time.clock() 191 construction_time = time.clock() - start 245 start = time.clock() 248 conversion_time = time.clock() - start
|
/external/llvm/test/CodeGen/PowerPC/ |
D | 2012-11-16-mischedcall.ll | 9 declare void @clock() nounwind 17 tail call void @clock() nounwind
|
/external/libcxx/include/ |
D | ctime | 32 clock_t clock(); 60 using ::clock;
|
/external/srtp/crypto/test/ |
D | auth_driver.c | 188 timer = clock(); in auth_bits_per_second() 192 timer = clock() - timer; in auth_bits_per_second()
|
/external/expat/tests/benchmark/ |
D | benchmark.c | 83 tstart = clock(); in main() 102 tend = clock(); in main()
|
/external/boringssl/src/ssl/test/ |
D | bssl_shim.cc | 76 memset(&clock, 0, sizeof(clock)); in TestState() 83 timeval clock; member 290 *out_clock = GetTestState(ssl)->clock; in CurrentTimeCallback() 464 test_state->clock.tv_usec += test_state->clock_delta.tv_usec; in RetryAsync() 465 test_state->clock.tv_sec += test_state->clock.tv_usec / 1000000; in RetryAsync() 466 test_state->clock.tv_usec %= 1000000; in RetryAsync() 467 test_state->clock.tv_sec += test_state->clock_delta.tv_sec; in RetryAsync()
|
/external/iputils/doc/ |
D | clockdiff.sgml | 11 <refpurpose>measure clock difference between hosts</refpurpose> 25 <command/clockdiff/ Measures clock difference between us and 70 run <command/xntpd/. Seems, its IP stack uses a corrupted clock source, 71 which is synchronized to time-of-day clock periodically and jumps
|
/external/srtp/test/ |
D | replay_driver.c | 191 timer = clock(); in rdb_check_adds_per_second() 206 timer = clock() - timer; in rdb_check_adds_per_second()
|
D | rdbx_driver.c | 327 timer = clock(); in rdbx_check_adds_per_second() 338 timer = clock() - timer; in rdbx_check_adds_per_second()
|
D | srtp_driver.c | 496 timer = clock(); in srtp_bits_per_second() 512 timer = clock() - timer; in srtp_bits_per_second() 547 timer = clock(); in srtp_rejections_per_second() 552 timer = clock() - timer; in srtp_rejections_per_second() 1125 t = clock(); in mips_estimate() 1128 t = clock() - t; in mips_estimate()
|
/external/lldb/examples/summaries/cocoa/ |
D | metrics.py | 24 self.enter_time = time.clock() 27 self.exit_time = time.clock()
|
/external/skia/src/utils/android/ |
D | SkHwuiRenderer.cpp | 23 (android::uirenderer::renderthread::TimeLord& clock) override { in createAnimationContext() argument 24 return new android::uirenderer::AnimationContext(clock); in createAnimationContext()
|
/external/clang/test/Index/ |
D | print-bitwidth.c | 4 unsigned clock : 1; member
|
/external/lldb/test/functionalities/longjmp/ |
D | main.c | 19 if (!clock()) in do_jump()
|
/external/srtp/crypto/include/ |
D | kernel_compat.h | 65 #define clock() (jiffies) macro
|