OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SELFTEST_RESULT
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/skia/gm/tests/
rebaseline.sh
60
SELFTEST_RESULT
=$?
62
if [ "$
SELFTEST_RESULT
" != "0" ]; then
70
exit $
SELFTEST_RESULT
/external/chromium_org/third_party/skia/tools/tests/
rebaseline.sh
82
SELFTEST_RESULT
=$?
85
if [ "$
SELFTEST_RESULT
" != "0" ]; then
97
exit $
SELFTEST_RESULT
/external/skia/gm/tests/
rebaseline.sh
60
SELFTEST_RESULT
=$?
62
if [ "$
SELFTEST_RESULT
" != "0" ]; then
70
exit $
SELFTEST_RESULT
/external/skia/tools/tests/
rebaseline.sh
82
SELFTEST_RESULT
=$?
85
if [ "$
SELFTEST_RESULT
" != "0" ]; then
97
exit $
SELFTEST_RESULT
Completed in 225 milliseconds