OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:jallcalccnt
(Results
1 - 2
of
2
) sorted by null
/cts/tools/dx-tests/etc/
starttests
309
let
jallcalccnt
=$jpassedcnt+$jfailedcnt+$jvfefailedcnt+$jwarningcnt
310
if [ $
jallcalccnt
-ne $jallcnt ]; then
311
echo "<br>error: green & red != total , $
jallcalccnt
-ne $jallcnt" >> $report
/cts/tools/vm-tests/etc/
starttests
276
let
jallcalccnt
=$jpassedcnt+$jfailedcnt+$jvfefailedcnt+$jwarningcnt
277
if [ $
jallcalccnt
-ne $jallcnt ]; then
278
echo "<br>error: green & red != total , $
jallcalccnt
-ne $jallcnt" >> $report
Completed in 272 milliseconds