HomeSort by relevance Sort by last modified time
    Searched refs:sixth (Results 1 - 9 of 9) sorted by null

  /libcore/luni/src/main/java/java/util/
DualPivotQuicksort.java 129 int sixth = (right - left + 1) / 6; local
130 int e1 = left + sixth;
131 int e5 = right - sixth;
133 int e4 = e3 + sixth;
134 int e2 = e3 - sixth;
407 int sixth = (right - left + 1) / 6; local
408 int e1 = left + sixth;
409 int e5 = right - sixth;
411 int e4 = e3 + sixth;
412 int e2 = e3 - sixth;
702 int sixth = (right - left + 1) \/ 6; local
995 int sixth = (right - left + 1) \/ 6; local
1290 int sixth = (right - left + 1) \/ 6; local
1663 int sixth = (right - left + 1) \/ 6; local
2036 int sixth = (right - left + 1) \/ 6; local
    [all...]
  /prebuilts/tools/common/m2/repository/org/hamcrest/hamcrest-core/1.3/
hamcrest-core-1.3.jar 
  /frameworks/opt/chips/tests/src/com/android/ex/chips/
ChipsTest.java 365 String sixth = (String) mTokenizer.terminateToken("SIXTH"); local
371 mEditable.append(first+second+third+fourth+fifth+sixth+seventh+eigth+ninth+tenth);
383 int sixthStart = mEditable.toString().indexOf(sixth);
384 int sixthEnd = sixthStart + sixth.trim().length();
405 assertEquals(mEditable.toString(), first + second + third + fourth + fifth + sixth
415 assertEquals(mEditable.toString(), first + second + third + fourth + fifth + sixth
    [all...]
  /external/lldb/test/unittest2/test/
test_setups.py 246 sixth = unittest2.TestSuite((Test3('testTwo'),))
247 suite = unittest2.TestSuite((first, second, third, fourth, fifth, sixth))
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/unittest/test/
test_setups.py 249 sixth = unittest.TestSuite((Test3('testTwo'),))
250 suite = unittest.TestSuite((first, second, third, fourth, fifth, sixth))
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/unittest/test/
test_setups.py 249 sixth = unittest.TestSuite((Test3('testTwo'),))
250 suite = unittest.TestSuite((first, second, third, fourth, fifth, sixth))
  /prebuilts/tools/common/m2/repository/org/hamcrest/hamcrest-library/1.3/
hamcrest-library-1.3.jar 
  /external/chromium_org/sync/engine/
sync_scheduler_unittest.cc 1064 const TimeDelta sixth = TimeDelta::FromDays(1); local
    [all...]
  /external/libvorbis/doc/
01-introduction.tex 189 format. The sixth channel, as is normal in 5.1, is bass only.

Completed in 1136 milliseconds