HomeSort by relevance Sort by last modified time
    Searched refs:sixth (Results 1 - 7 of 7) 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...]
  /external/robolectric/lib/main/
hamcrest-core-1.2.jar 
  /frameworks/ex/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...]
  /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))
  /external/chromium_org/sync/engine/
sync_scheduler_unittest.cc 966 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 356 milliseconds