HomeSort by relevance Sort by last modified time
    Searched refs:rindex (Results 101 - 125 of 155) sorted by null

1 2 3 45 6 7

  /external/markdown/markdown/
__init__.py 404 end = output.rindex('</%s>'%DOC_TAG)
  /external/swiftshader/third_party/LLVM/autoconf/m4/
ltdl.m4 87 AC_CHECK_FUNCS([strrchr rindex], [break])
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_unicode.py 154 self.checkequalnofix(12, t1('abcdefghiabc'), 'rindex', t2(''))
155 self.checkequalnofix(3, t1('abcdefghiabc'), 'rindex', t2('def'))
156 self.checkequalnofix(9, t1('abcdefghiabc'), 'rindex', t2('abc'))
157 self.checkequalnofix(0, t1('abcdefghiabc'), 'rindex', t2('abc'), 0, -1)
159 self.assertRaises(ValueError, t1('abcdefghiabc').rindex, t2('hib'))
160 self.assertRaises(ValueError, t1('defghiabc').rindex, t2('def'), 1)
161 self.assertRaises(ValueError, t1('defghiabc').rindex, t2('abc'), 0, -1)
162 self.assertRaises(ValueError, t1('abcdefghi').rindex, t2('ghi'), 0, 8)
163 self.assertRaises(ValueError, t1('abcdefghi').rindex, t2('ghi'), 0, -1)
    [all...]
string_tests.py 284 self.checkequal(12, 'abcdefghiabc', 'rindex', '')
285 self.checkequal(3, 'abcdefghiabc', 'rindex', 'def')
286 self.checkequal(9, 'abcdefghiabc', 'rindex', 'abc')
287 self.checkequal(0, 'abcdefghiabc', 'rindex', 'abc', 0, -1)
289 self.checkraises(ValueError, 'abcdefghiabc', 'rindex', 'hib')
290 self.checkraises(ValueError, 'defghiabc', 'rindex', 'def', 1)
291 self.checkraises(ValueError, 'defghiabc', 'rindex', 'abc', 0, -1)
292 self.checkraises(ValueError, 'abcdefghi', 'rindex', 'ghi', 0, 8)
293 self.checkraises(ValueError, 'abcdefghi', 'rindex', 'ghi', 0, -1)
296 self.checkequal(12, 'rrarrrrrrrrra', 'rindex', 'a')
    [all...]
  /external/python/cpython2/Lib/test/
test_unicode.py 164 self.checkequalnofix(12, t1('abcdefghiabc'), 'rindex', t2(''))
165 self.checkequalnofix(3, t1('abcdefghiabc'), 'rindex', t2('def'))
166 self.checkequalnofix(9, t1('abcdefghiabc'), 'rindex', t2('abc'))
167 self.checkequalnofix(0, t1('abcdefghiabc'), 'rindex', t2('abc'), 0, -1)
169 self.assertRaises(ValueError, t1('abcdefghiabc').rindex, t2('hib'))
170 self.assertRaises(ValueError, t1('defghiabc').rindex, t2('def'), 1)
171 self.assertRaises(ValueError, t1('defghiabc').rindex, t2('abc'), 0, -1)
172 self.assertRaises(ValueError, t1('abcdefghi').rindex, t2('ghi'), 0, 8)
173 self.assertRaises(ValueError, t1('abcdefghi').rindex, t2('ghi'), 0, -1)
    [all...]
string_tests.py 285 self.checkequal(12, 'abcdefghiabc', 'rindex', '')
286 self.checkequal(3, 'abcdefghiabc', 'rindex', 'def')
287 self.checkequal(9, 'abcdefghiabc', 'rindex', 'abc')
288 self.checkequal(0, 'abcdefghiabc', 'rindex', 'abc', 0, -1)
290 self.checkraises(ValueError, 'abcdefghiabc', 'rindex', 'hib')
291 self.checkraises(ValueError, 'defghiabc', 'rindex', 'def', 1)
292 self.checkraises(ValueError, 'defghiabc', 'rindex', 'abc', 0, -1)
293 self.checkraises(ValueError, 'abcdefghi', 'rindex', 'ghi', 0, 8)
294 self.checkraises(ValueError, 'abcdefghi', 'rindex', 'ghi', 0, -1)
297 self.checkequal(12, 'rrarrrrrrrrra', 'rindex', 'a'
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_unicode.py 161 self.checkequalnofix(12, t1('abcdefghiabc'), 'rindex', t2(''))
162 self.checkequalnofix(3, t1('abcdefghiabc'), 'rindex', t2('def'))
163 self.checkequalnofix(9, t1('abcdefghiabc'), 'rindex', t2('abc'))
164 self.checkequalnofix(0, t1('abcdefghiabc'), 'rindex', t2('abc'), 0, -1)
166 self.assertRaises(ValueError, t1('abcdefghiabc').rindex, t2('hib'))
167 self.assertRaises(ValueError, t1('defghiabc').rindex, t2('def'), 1)
168 self.assertRaises(ValueError, t1('defghiabc').rindex, t2('abc'), 0, -1)
169 self.assertRaises(ValueError, t1('abcdefghi').rindex, t2('ghi'), 0, 8)
170 self.assertRaises(ValueError, t1('abcdefghi').rindex, t2('ghi'), 0, -1)
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_unicode.py 161 self.checkequalnofix(12, t1('abcdefghiabc'), 'rindex', t2(''))
162 self.checkequalnofix(3, t1('abcdefghiabc'), 'rindex', t2('def'))
163 self.checkequalnofix(9, t1('abcdefghiabc'), 'rindex', t2('abc'))
164 self.checkequalnofix(0, t1('abcdefghiabc'), 'rindex', t2('abc'), 0, -1)
166 self.assertRaises(ValueError, t1('abcdefghiabc').rindex, t2('hib'))
167 self.assertRaises(ValueError, t1('defghiabc').rindex, t2('def'), 1)
168 self.assertRaises(ValueError, t1('defghiabc').rindex, t2('abc'), 0, -1)
169 self.assertRaises(ValueError, t1('abcdefghi').rindex, t2('ghi'), 0, 8)
170 self.assertRaises(ValueError, t1('abcdefghi').rindex, t2('ghi'), 0, -1)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_unicode.py 161 self.checkequalnofix(12, t1('abcdefghiabc'), 'rindex', t2(''))
162 self.checkequalnofix(3, t1('abcdefghiabc'), 'rindex', t2('def'))
163 self.checkequalnofix(9, t1('abcdefghiabc'), 'rindex', t2('abc'))
164 self.checkequalnofix(0, t1('abcdefghiabc'), 'rindex', t2('abc'), 0, -1)
166 self.assertRaises(ValueError, t1('abcdefghiabc').rindex, t2('hib'))
167 self.assertRaises(ValueError, t1('defghiabc').rindex, t2('def'), 1)
168 self.assertRaises(ValueError, t1('defghiabc').rindex, t2('abc'), 0, -1)
169 self.assertRaises(ValueError, t1('abcdefghi').rindex, t2('ghi'), 0, 8)
170 self.assertRaises(ValueError, t1('abcdefghi').rindex, t2('ghi'), 0, -1)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_unicode.py 161 self.checkequalnofix(12, t1('abcdefghiabc'), 'rindex', t2(''))
162 self.checkequalnofix(3, t1('abcdefghiabc'), 'rindex', t2('def'))
163 self.checkequalnofix(9, t1('abcdefghiabc'), 'rindex', t2('abc'))
164 self.checkequalnofix(0, t1('abcdefghiabc'), 'rindex', t2('abc'), 0, -1)
166 self.assertRaises(ValueError, t1('abcdefghiabc').rindex, t2('hib'))
167 self.assertRaises(ValueError, t1('defghiabc').rindex, t2('def'), 1)
168 self.assertRaises(ValueError, t1('defghiabc').rindex, t2('abc'), 0, -1)
169 self.assertRaises(ValueError, t1('abcdefghi').rindex, t2('ghi'), 0, 8)
170 self.assertRaises(ValueError, t1('abcdefghi').rindex, t2('ghi'), 0, -1)
    [all...]
  /external/valgrind/shared/
vg_replace_strmem.c 196 // Apparently rindex() is the same thing as strrchr()
199 STRRCHR(VG_Z_LIBC_SONAME, rindex)
204 STRRCHR(VG_Z_LD_LINUX_SO_2, rindex)
212 //STRRCHR(VG_Z_LIBC_SONAME, rindex)
214 //STRRCHR(VG_Z_DYLD, rindex)
222 STRRCHR(VG_Z_LIBC_SONAME, rindex)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
ihooks.py 444 dot = pkgname.rindex('.', 0, dot)
  /external/python/cpython2/Lib/
ihooks.py 444 dot = pkgname.rindex('.', 0, dot)
  /external/tensorflow/tensorflow/tools/docs/
generate_lib.py 122 subname = subname[:subname.rindex('.')]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
ihooks.py 444 dot = pkgname.rindex('.', 0, dot)
  /prebuilts/gdb/linux-x86/lib/python2.7/
ihooks.py 444 dot = pkgname.rindex('.', 0, dot)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
ihooks.py 444 dot = pkgname.rindex('.', 0, dot)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
ihooks.py 444 dot = pkgname.rindex('.', 0, dot)
  /toolchain/binutils/binutils-2.27/gold/
object.cc 398 unsigned int rindex = layout->incremental_inputs()->get_reloc_count(); local
401 this->reloc_bases_[i] = rindex;
402 rindex += this->reloc_counts_[i];
406 layout->incremental_inputs()->set_reloc_count(rindex);
    [all...]
  /external/python/cpython3/Lib/collections/
__init__.py 1225 def rindex(self, sub, start=0, end=_sys.maxsize): member in class:UserString
    [all...]
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
streams.rb 624 @column = skipped.length - skipped.rindex( "\n" ) - 1
    [all...]
  /external/autotest/utils/
external_packages.py 112 self.dist_name = self.local_filename[:self.local_filename.rindex('-')]
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
string.h 1487 # define rindex macro
    [all...]
  /external/valgrind/drd/tests/
tsan_unittest.cpp 84 #include <cstring> // strlen(), index(), rindex()
101 #include <strings.h> // index(), rindex()
    [all...]
  /toolchain/binutils/binutils-2.27/libiberty/
configure     [all...]

Completed in 1260 milliseconds

1 2 3 45 6 7