/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/fork/ |
D | 8-1.c | 58 clock_t st_time, cur_time; in main() 79 if (cur_time == (clock_t) - 1) in main() 104 if (cur_time == (clock_t) - 1) in main()
|
/external/libcxx/include/ |
D | ctime | 28 clock_t 34 clock_t clock(); 58 using ::clock_t;
|
/external/compiler-rt/test/msan/ |
D | times.cc | 11 clock_t res = times(&t); in main() 12 assert(res != (clock_t)-1); in main()
|
/external/libcxx/test/std/depr/depr.c.headers/ |
D | time_h.pass.cpp | 25 clock_t c = 0; ((void)c); in main() 29 static_assert((std::is_same<decltype(clock()), clock_t>::value), ""); in main()
|
/external/strace/tests/ |
D | times.c | 123 clock_t res = times(&tbuf); in main() 125 if ((clock_t) -1 == res) in main()
|
/external/strace/tests-m32/ |
D | times.c | 123 clock_t res = times(&tbuf); in main() 125 if ((clock_t) -1 == res) in main()
|
/external/strace/tests-mx32/ |
D | times.c | 123 clock_t res = times(&tbuf); in main() 125 if ((clock_t) -1 == res) in main()
|
/external/libcxx/test/std/utilities/time/date.time/ |
D | ctime.pass.cpp | 35 std::clock_t c = 0; in main() 50 static_assert((std::is_same<decltype(std::clock()), std::clock_t>::value), ""); in main()
|
/external/libcxx/test/std/language.support/support.runtime/ |
D | ctime.pass.cpp | 32 std::clock_t c = 0; in main() 44 static_assert((std::is_same<decltype(std::clock()), std::clock_t>::value), ""); in main()
|
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/test/ |
D | isac_speed_test.cc | 70 clock_t clocks = clock(); in EncodeABlock() 91 clock_t clocks = clock(); in DecodeABlock()
|
/external/webrtc/webrtc/modules/audio_coding/codecs/opus/ |
D | opus_speed_test.cc | 62 clock_t clocks = clock(); in EncodeABlock() 76 clock_t clocks = clock(); in DecodeABlock()
|
/external/ltp/testcases/kernel/sched/sched_stress/ |
D | sched_tc4.c | 113 clock_t start_time; /* start & stop times */ in main() 114 clock_t stop_time; in main()
|
D | sched_tc5.c | 110 clock_t start_time; /* start & stop times */ in main() 111 clock_t stop_time; in main()
|
D | sched_tc6.c | 137 clock_t start_time; /* start & stop times */ in main() 138 clock_t stop_time; in main()
|
/external/lz4/programs/ |
D | lz4io.c | 103 static const clock_t refreshRate = CLOCKS_PER_SEC / 6; 104 static clock_t g_time = 0; 342 clock_t clockEnd; in LZ4IO_compressFilename_Legacy() 345 clock_t const clockStart = clock(); in LZ4IO_compressFilename_Legacy() 656 clock_t const cpuStart = clock(); in LZ4IO_compressFilename() 665 { clock_t const cpuEnd = clock(); in LZ4IO_compressFilename() 1128 clock_t const start = clock(); in LZ4IO_decompressFilename() 1132 clock_t const end = clock(); in LZ4IO_decompressFilename()
|
/external/libevent/test/ |
D | test-changelist.c | 60 clock_t ticksBegin; 112 clock_t ticksEnd; in get_cpu_usage()
|
/external/v8/tools/clang/plugins/tests/ |
D | ipc.cpp | 17 typedef long clock_t; typedef 162 IPC::WriteParam(pickle, clock_t(0)); // ERROR in SomeWriteFunction() 229 CALL_WRITEPARAM(clock_t) // ERROR in TestWriteParamArgument()
|
D | ipc.txt | 16 ipc.cpp:162:29: error: [chromium-ipc] IPC::WriteParam() is called on blacklisted type 'clock_t'. 17 IPC::WriteParam(pickle, clock_t(0)); // ERROR 146 ipc.cpp:229:3: error: [chromium-ipc] IPC::WriteParam() is called on blacklisted type 'clock_t'. 147 CALL_WRITEPARAM(clock_t) // ERROR
|
/external/ltp/testcases/open_posix_testsuite/conformance/definitions/time_h/ |
D | 7-1-buildonly.c | 13 clock_t dummy;
|
D | 10-1-buildonly.c | 15 typedef clock_t(*clock_test) (void);
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/clock/ |
D | 1-1.c | 25 clock_t c1, c2; in main()
|
/external/ltp/testcases/kernel/timers/include/ |
D | common_timers.h | 17 clock_t clock_list[] = {
|
/external/lz4/tests/ |
D | fullbench.c | 127 static clock_t BMK_GetClockSpan( clock_t clockStart ) in BMK_GetClockSpan() 486 clock_t clockTime; in fullSpeedBench() 584 clock_t clockTime; in fullSpeedBench()
|
/external/capstone/suite/benchmark/ |
D | test_iter_benchmark.c | 74 clock_t start, end; in test()
|
/external/ltp/testcases/kernel/syscalls/futex/ |
D | futex_wait_bitset.h | 9 static void verify_futex_wait_bitset(long long wait_us, clock_t clk_id) in verify_futex_wait_bitset()
|