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

  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
string_tests.py 69 def checkraises(self, exc, object, methodname, *args): member in class:CommonTest
100 self.checkraises(TypeError, 'hello', 'capitalize', 42)
132 self.checkraises(TypeError, 'hello', 'count')
133 self.checkraises(TypeError, 'hello', 'count', 42)
178 self.checkraises(TypeError, 'hello', 'find')
179 self.checkraises(TypeError, 'hello', 'find', 42)
233 self.checkraises(TypeError, 'hello', 'rfind')
234 self.checkraises(TypeError, 'hello', 'rfind', 42)
269 self.checkraises(ValueError, 'abcdefghiabc', 'index', 'hib')
270 self.checkraises(ValueError, 'abcdefghiab', 'index', 'abc', 1
    [all...]
test_string.py 19 def checkraises(self, exc, object, methodname, *args): member in class:StringTest
43 self.checkraises(TypeError, ['a', unicode('b'), 3], 'join', '.')
52 self.checkraises(TypeError, string_tests.BadSeq1(), 'join', ' ')
test_userstring.py 32 def checkraises(self, exc, object, methodname, *args): member in class:UserStringTest
test_unicode.py 389 self.checkraises(TypeError, 'abc', 'isdecimal', 42)
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
string_tests.py 69 def checkraises(self, exc, object, methodname, *args): member in class:CommonTest
100 self.checkraises(TypeError, 'hello', 'capitalize', 42)
132 self.checkraises(TypeError, 'hello', 'count')
133 self.checkraises(TypeError, 'hello', 'count', 42)
178 self.checkraises(TypeError, 'hello', 'find')
179 self.checkraises(TypeError, 'hello', 'find', 42)
233 self.checkraises(TypeError, 'hello', 'rfind')
234 self.checkraises(TypeError, 'hello', 'rfind', 42)
269 self.checkraises(ValueError, 'abcdefghiabc', 'index', 'hib')
270 self.checkraises(ValueError, 'abcdefghiab', 'index', 'abc', 1
    [all...]
test_string.py 19 def checkraises(self, exc, object, methodname, *args): member in class:StringTest
43 self.checkraises(TypeError, ['a', unicode('b'), 3], 'join', '.')
52 self.checkraises(TypeError, string_tests.BadSeq1(), 'join', ' ')
test_userstring.py 32 def checkraises(self, exc, object, methodname, *args): member in class:UserStringTest
test_unicode.py 389 self.checkraises(TypeError, 'abc', 'isdecimal', 42)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
string_tests.py 69 def checkraises(self, exc, object, methodname, *args): member in class:CommonTest
100 self.checkraises(TypeError, 'hello', 'capitalize', 42)
132 self.checkraises(TypeError, 'hello', 'count')
133 self.checkraises(TypeError, 'hello', 'count', 42)
178 self.checkraises(TypeError, 'hello', 'find')
179 self.checkraises(TypeError, 'hello', 'find', 42)
233 self.checkraises(TypeError, 'hello', 'rfind')
234 self.checkraises(TypeError, 'hello', 'rfind', 42)
269 self.checkraises(ValueError, 'abcdefghiabc', 'index', 'hib')
270 self.checkraises(ValueError, 'abcdefghiab', 'index', 'abc', 1
    [all...]
test_string.py 19 def checkraises(self, exc, object, methodname, *args): member in class:StringTest
43 self.checkraises(TypeError, ['a', unicode('b'), 3], 'join', '.')
52 self.checkraises(TypeError, string_tests.BadSeq1(), 'join', ' ')
test_userstring.py 32 def checkraises(self, exc, object, methodname, *args): member in class:UserStringTest
test_unicode.py 389 self.checkraises(TypeError, 'abc', 'isdecimal', 42)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
string_tests.py 69 def checkraises(self, exc, object, methodname, *args): member in class:CommonTest
100 self.checkraises(TypeError, 'hello', 'capitalize', 42)
132 self.checkraises(TypeError, 'hello', 'count')
133 self.checkraises(TypeError, 'hello', 'count', 42)
178 self.checkraises(TypeError, 'hello', 'find')
179 self.checkraises(TypeError, 'hello', 'find', 42)
233 self.checkraises(TypeError, 'hello', 'rfind')
234 self.checkraises(TypeError, 'hello', 'rfind', 42)
269 self.checkraises(ValueError, 'abcdefghiabc', 'index', 'hib')
270 self.checkraises(ValueError, 'abcdefghiab', 'index', 'abc', 1
    [all...]
test_string.py 19 def checkraises(self, exc, object, methodname, *args): member in class:StringTest
43 self.checkraises(TypeError, ['a', unicode('b'), 3], 'join', '.')
52 self.checkraises(TypeError, string_tests.BadSeq1(), 'join', ' ')
test_userstring.py 32 def checkraises(self, exc, object, methodname, *args): member in class:UserStringTest
test_unicode.py 389 self.checkraises(TypeError, 'abc', 'isdecimal', 42)
    [all...]

Completed in 1066 milliseconds