HomeSort by relevance Sort by last modified time
    Searched full:sixth (Results 1 - 25 of 107) sorted by null

1 2 3 4 5

  /external/markdown/
regression-tests.py 171 self.odict.add('sixth', '.', '>fifth')
174 ('fourth', 'self'), ('fifth', 'test'), ('sixth', '.')])
185 self.odict.add('sixth', '.', '_end')
188 ('fourth', 'self'), ('fifth', 'test'), ('sixth', '.')])
192 self.assertRaises(ValueError, self.odict.add, 'sixth', '.', '<seventh')
  /libcore/luni/src/main/java/java/util/
EnumSet.java 142 * respectively. The sixth one receives an arbitrary number of elements, and
160 * respectively. The sixth one receives an arbitrary number of elements, and
180 * respectively. The sixth one receives an arbitrary number of elements, and
202 * respectively. The sixth one receives an arbitrary number of elements, and
226 * respectively. The sixth one receives an arbitrary number of elements, and
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/e2fsprogs/
INSTALL 54 fifth and sixth field of filesystem entry, which are the dump
INSTALL.elfbin 33 fifth and sixth field of filesystem entry, which are the dump
  /external/llvm/test/CodeGen/Generic/
badarg6.ll 3 ; On this code, llc did not pass the sixth argument (%reg321) to printf.
  /frameworks/av/media/libeffects/lvm/lib/Reverb/src/
LVREV_Tables.c 60 sixth value is A4
  /external/chromium/net/data/cache_tests/list_loop/
contents.txt 115 key: "sixth"
211 ASSERT_TRUE(cache_->CreateEntry("sixth", &entry));
  /external/chromium_org/net/data/cache_tests/list_loop/
contents.txt 115 key: "sixth"
211 ASSERT_TRUE(cache_->CreateEntry("sixth", &entry));
  /external/chromium_org/media/filters/
h264_to_annex_b_bitstream_converter.cc 58 // Sixth byte's five LSBs contain the number of SPSs
180 // Sixth byte's five LSBs contain the number of SPSs
  /external/chromium_org/chromeos/dbus/ibus/
ibus_object_unittest.cc 93 // Check the sixth value which is IBusObject.
  /external/chromium_org/sandbox/linux/seccomp-bpf/
syscall_unittest.cc 153 // Check that the offset argument (i.e. the sixth argument) is processed
  /external/clang/include/clang/AST/
TypeNodes.def 38 // There is a sixth macro, independent of the others. Most clients
  /external/grub/stage2/
pc_slice.h 233 #define FS_V6 2 /* Sixth Edition */
  /external/libvpx/libvpx/examples/includes/geshi/geshi/
applescript.php 72 'fifth','sixth','seventh','eighth','ninth','tenth','last','front','back','st','nd',
  /frameworks/base/docs/html/distribute/googleplay/edu/
about.jd 38 way to learn sixth grade algebra, we'll make it easy for math educators to find,
  /ndk/sources/host-tools/sed-4.2.1/lib/
verify.h 99 In the second and sixth case, the struct type is exported to the
  /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/icu4c/common/
propname.h 145 * The sixth index (indexes[PropNameData::IX_MAX_NAME_LENGTH]) has the
  /libcore/luni/src/main/java/javax/xml/datatype/
DatatypeConstants.java 67 * Value for sixth month of year.
  /external/bison/lib/
verify.h 120 In the second and sixth case, the struct type is exported to the
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
shaders_cache.c 340 /* sixth stage */
  /external/mesa3d/src/gallium/state_trackers/vega/
shaders_cache.c 340 /* sixth stage */

Completed in 1048 milliseconds

1 2 3 4 5