Home
last modified time | relevance | path

Searched refs:testnames (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/platform_tools/android/apps/skottie/
Drun_perf.sh15 declare -a testnames=("star" "movie_loading" "uk" "white_material_wave_loading"
39 echo "waiting to show file " ${file} " " ${testnames[$file]}
49 echo "show file " ${file} " " ${testnames[$file]}
55 …etrics-output=json trace > out/data_${renderer_names[${renderer}]}_${file}_${testnames[$file]}.json
56 mv trace out/trace_${renderer_names[${renderer}]}_${file}_${testnames[$file]}
/third_party/grpc/third_party/upb/third_party/lunit/
Dlunit.lua511 local testnames = {}
516 testnames[key] = true
520 return key_iter, testnames, nil
/third_party/libinput/test/
Dlitest.c1008 struct list testnames; in litest_run_suite() local
1023 list_init(&testnames); in litest_run_suite()
1055 list_insert(&testnames, &n->node); in litest_run_suite()
1064 list_insert(&testnames, &n->node); in litest_run_suite()
1123 list_for_each_safe(n, tmp, &testnames, node) { in litest_run_suite()