OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:assertError
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/style/checkers/
text_unittest.py
50
def
assertError
(self, lines, expected_line_number):
72
self.
assertError
(['2009-12-16\tKent Tamura\t<tkent@chromium.org>'], 1)
73
self.
assertError
(['2009-12-16 Kent Tamura <tkent@chromium.org>',
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_getopt.py
21
def
assertError
(self, *args, **kwargs):
27
self.
assertError
(getopt.short_has_arg, 'a', 'b')
42
self.
assertError
(getopt.long_has_args, 'abc', ['def'])
43
self.
assertError
(getopt.long_has_args, 'abc', [])
44
self.
assertError
(getopt.long_has_args, 'abc', ['abcd','abcde'])
67
self.
assertError
(getopt.do_shorts, [], 'a1', 'a', [])
68
self.
assertError
(getopt.do_shorts, [], 'a', 'a:', [])
94
self.
assertError
(getopt.do_longs, [], 'abc=1', ['abc'], [])
95
self.
assertError
(getopt.do_longs, [], 'abc', ['abc='], [])
112
self.
assertError
(getopt.getopt, cmdline, 'a:b', ['alpha', 'beta']
[
all
...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_getopt.py
21
def
assertError
(self, *args, **kwargs):
27
self.
assertError
(getopt.short_has_arg, 'a', 'b')
42
self.
assertError
(getopt.long_has_args, 'abc', ['def'])
43
self.
assertError
(getopt.long_has_args, 'abc', [])
44
self.
assertError
(getopt.long_has_args, 'abc', ['abcd','abcde'])
67
self.
assertError
(getopt.do_shorts, [], 'a1', 'a', [])
68
self.
assertError
(getopt.do_shorts, [], 'a', 'a:', [])
94
self.
assertError
(getopt.do_longs, [], 'abc=1', ['abc'], [])
95
self.
assertError
(getopt.do_longs, [], 'abc', ['abc='], [])
112
self.
assertError
(getopt.getopt, cmdline, 'a:b', ['alpha', 'beta']
[
all
...]
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/internal/
MoreKeySpecSplitTests.java
94
private void
assertError
(final String message, final String value, final String ... expected) {
228
assertError
("Incomplete resource name", "!text/", "!text/");
229
assertError
("Non existing resource", "!text/non_existing");
351
assertError
("Infinite indirection",
/external/chromium_org/v8/test/mjsunit/
sin-cos.js
165
function
assertError
(expected, x, epsilon) {
Completed in 2634 milliseconds