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

/external/ltp/testscripts/
H A 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
[all...]
/external/icu/icu4c/source/test/intltest/
H A Dtzfmttst.cpp394 // Each of the parallel test threads calls LocaleData::nextTest() in a loop
420 UBool nextTest(int32_t &rLocaleIndex, int32_t &rPatternIndex) { function in struct:LocaleData
563 while (gLocaleData->nextTest(locidx, patidx)) {
/external/python/cpython2/Lib/compiler/
H A Dpycodegen.py423 nextTest = self.newBlock()
424 self.emit('POP_JUMP_IF_FALSE', nextTest)
428 self.startBlock(nextTest)

Completed in 147 milliseconds