Home
last modified time | relevance | path

Searched refs:test_end (Results 1 – 8 of 8) sorted by relevance

/external/skia/platform_tools/android/apps/skottie/
Dskottie_metric.sql20 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/
Dreporter.h42 int test_end( SYM, SYM, SYM );
Dscan.l184 ^<<<test_end>>>$ {
198 test_end(alltags, ctag, keys);
Dreporter.c255 int test_end(SYM a, SYM b, SYM c) in test_end() function
/external/libaom/libaom/test/
Dtools_common.sh38 test_end() { function
286 test_end "${test}"
/external/libvpx/libvpx/test/
Dtools_common.sh38 test_end() { function
280 test_end "${test}"
/external/ltp/pan/cgi/
DREADME15 driver - the raw output from pan with <<<test_end>>>
/external/python/pycparser/utils/benchmark/inputs/
Dredis.c.ppout4445 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) {