OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TOTAL_ERRORS
(Results
1 - 2
of
2
) sorted by null
/external/ltp/tools/pounder21/test_scripts/
mem_alloc
38
TOTAL_ERRORS
=$(( NEW_ERRORS - OLD_ERRORS))
39
if [ $
TOTAL_ERRORS
-eq 255 ]; then
40
TOTAL_ERRORS
=254
42
exit $
TOTAL_ERRORS
time_consistency
31
TOTAL_ERRORS
=$(( NEW_ERRORS - OLD_ERRORS))
32
if [ $
TOTAL_ERRORS
-eq 255 ]; then
33
TOTAL_ERRORS
=254
35
exit $
TOTAL_ERRORS
Completed in 87 milliseconds