Home
last modified time | relevance | path

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

/external/skia/gm/
Dpathreverse.cpp60 static void test_rev(SkCanvas* canvas, const SkPath& path) { in test_rev() function
77 path.addRect(r); test_rev(canvas, path);
81 path.addRect(r); test_rev(canvas, path);
89 test_rev(canvas, path);
93 test_rev(canvas, path);
/external/openssh/regress/
Dkrl.sh140 test_rev() { function
168 test_rev "$RKEYS" "revoked keys" yes yes no no no no no no
169 test_rev "$UKEYS" "unrevoked keys" no no no no no no no no
170 test_rev "$RCERTS" "revoked certs" yes yes yes yes yes yes yes yes
171 test_rev "$UCERTS" "unrevoked certs" no no no no no yes no no
/external/clang/test/CodeGen/
Darm_acle.c170 uint32_t test_rev(uint32_t t) { in test_rev() function