Searched refs:test_end (Results 1 – 8 of 8) sorted by relevance
/external/skia/platform_tools/android/apps/skottie/ |
D | skottie_metric.sql | 20 ts + 7000000000 as test_end, 53 …JOIN test_start_ts ON (slice.ts >= test_start_ts.test_start AND slice.ts <= test_start_ts.test_end) 68 …JOIN test_start_ts ON (slice.ts >= test_start_ts.test_start AND slice.ts <= test_start_ts.test_end) 82 …art_ts ON (sched_slice.ts >= test_start_ts.test_start AND sched_slice.ts <= test_start_ts.test_end) 92 …art_ts ON (sched_slice.ts >= test_start_ts.test_start AND sched_slice.ts <= test_start_ts.test_end) 103 …art_ts ON (sched_slice.ts >= test_start_ts.test_start AND sched_slice.ts <= test_start_ts.test_end) 113 …art_ts ON (sched_slice.ts >= test_start_ts.test_start AND sched_slice.ts <= test_start_ts.test_end) 123 …art_ts ON (sched_slice.ts >= test_start_ts.test_start AND sched_slice.ts <= test_start_ts.test_end) 138 …JOIN test_start_ts ON (slice.ts >= test_start_ts.test_start AND slice.ts <= test_start_ts.test_end) 149 …JOIN test_start_ts ON (slice.ts >= test_start_ts.test_start AND slice.ts <= test_start_ts.test_end)
|
/external/ltp/pan/ |
D | reporter.h | 42 int test_end( SYM, SYM, SYM );
|
D | scan.l | 184 ^<<<test_end>>>$ { 198 test_end(alltags, ctag, keys);
|
D | reporter.c | 255 int test_end(SYM a, SYM b, SYM c) in test_end() function
|
/external/libaom/libaom/test/ |
D | tools_common.sh | 38 test_end() { function 286 test_end "${test}"
|
/external/libvpx/libvpx/test/ |
D | tools_common.sh | 38 test_end() { function 280 test_end "${test}"
|
/external/ltp/pan/cgi/ |
D | README | 15 driver - the raw output from pan with <<<test_end>>>
|
/external/python/pycparser/utils/benchmark/inputs/ |
D | redis.c.ppout | 4445 long long test_end, run_time, max_latency = 0, runs = 0; 4448 test_end = ustime() + run_time; 4469 if (force_cancel_loop || end > test_end) {
|