Home
last modified time | relevance | path

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

/external/ltp/testscripts/
Dltp-aiodio.sh24 nextTest=0
141 echo "runTest=$runTest run0=$run0 nextTest=$nextTest"
143 if [ -n "$ext2" -a $nextTest -eq 0 ]; then
159 elif [ $nextTest -eq 0 ]; then
160 nextTest=$(($nextTest+1))
163 if [ -n "$ext3" -a $nextTest -eq 1 ]; then
179 elif [ $nextTest -eq 1 ]; then
180 nextTest=$(($nextTest+1))
183 if [ -n "$jfs" -a $nextTest -eq 2 ]; then
199 elif [ $nextTest -eq 2 ]; then
[all …]
/external/icu/icu4c/source/test/intltest/
Dtzfmttst.cpp420 UBool nextTest(int32_t &rLocaleIndex, int32_t &rPatternIndex) { in nextTest() function
563 while (gLocaleData->nextTest(locidx, patidx)) { in RunTimeRoundTripTests()
/external/python/cpython2/Lib/compiler/
Dpycodegen.py423 nextTest = self.newBlock()
424 self.emit('POP_JUMP_IF_FALSE', nextTest)
428 self.startBlock(nextTest)