Searched refs:assert_ (Results 1 - 14 of 14) sorted by relevance

/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/wsgiref/
H A Dvalidate.py127 def assert_(cond, *args): function
144 assert_(len(args) == 2, "Two arguments required")
145 assert_(not kw, "No keyword arguments allowed")
155 assert_(len(args) == 2 or len(args) == 3, (
157 assert_(not kw, "No keyword arguments allowed")
177 assert_(iterator is not None and iterator != False,
192 assert_(len(args) <= 1)
194 assert_(type(v) is type(""))
199 assert_(type(v) is type(""))
203 assert_(le
[all...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/wsgiref/
H A Dvalidate.py127 def assert_(cond, *args): function
144 assert_(len(args) == 2, "Two arguments required")
145 assert_(not kw, "No keyword arguments allowed")
155 assert_(len(args) == 2 or len(args) == 3, (
157 assert_(not kw, "No keyword arguments allowed")
177 assert_(iterator is not None and iterator != False,
192 assert_(len(args) <= 1)
194 assert_(type(v) is type(""))
199 assert_(type(v) is type(""))
203 assert_(le
[all...]
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/tests/data/
H A Dpy3_test_grammar.py41 self.assert_(0o37777777777 > 0)
42 self.assert_(0xffffffff > 0)
43 self.assert_(0b1111111111111111111111111111111 > 0)
52 self.assert_(0o1777777777777777777777 > 0)
53 self.assert_(0xffffffffffffffff > 0)
54 self.assert_(0b11111111111111111111111111111111111111111111111111111111111111 > 0)
90 x = ''; y = ""; self.assert_(len(x) == 0 and x == y)
91 x = '\''; y = "'"; self.assert_(len(x) == 1 and x == y and ord(x) == 39)
92 x = '"'; y = "\""; self.assert_(len(x) == 1 and x == y and ord(x) == 34)
95 self.assert_(le
[all...]
H A Dpy2_test_grammar.py39 self.assert_(037777777777 > 0)
40 self.assert_(0xffffffff > 0)
48 self.assert_(01777777777777777777777 > 0)
49 self.assert_(0xffffffffffffffff > 0)
84 x = ''; y = ""; self.assert_(len(x) == 0 and x == y)
85 x = '\''; y = "'"; self.assert_(len(x) == 1 and x == y and ord(x) == 39)
86 x = '"'; y = "\""; self.assert_(len(x) == 1 and x == y and ord(x) == 34)
89 self.assert_(len(x) == 24 and x == y)
92 self.assert_(len(x) == 24 and x == y)
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/tests/data/
H A Dpy3_test_grammar.py41 self.assert_(0o37777777777 > 0)
42 self.assert_(0xffffffff > 0)
43 self.assert_(0b1111111111111111111111111111111 > 0)
52 self.assert_(0o1777777777777777777777 > 0)
53 self.assert_(0xffffffffffffffff > 0)
54 self.assert_(0b11111111111111111111111111111111111111111111111111111111111111 > 0)
90 x = ''; y = ""; self.assert_(len(x) == 0 and x == y)
91 x = '\''; y = "'"; self.assert_(len(x) == 1 and x == y and ord(x) == 39)
92 x = '"'; y = "\""; self.assert_(len(x) == 1 and x == y and ord(x) == 34)
95 self.assert_(le
[all...]
H A Dpy2_test_grammar.py39 self.assert_(037777777777 > 0)
40 self.assert_(0xffffffff > 0)
48 self.assert_(01777777777777777777777 > 0)
49 self.assert_(0xffffffffffffffff > 0)
84 x = ''; y = ""; self.assert_(len(x) == 0 and x == y)
85 x = '\''; y = "'"; self.assert_(len(x) == 1 and x == y and ord(x) == 39)
86 x = '"'; y = "\""; self.assert_(len(x) == 1 and x == y and ord(x) == 34)
89 self.assert_(len(x) == 24 and x == y)
92 self.assert_(len(x) == 24 and x == y)
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/unittest/
H A Dcase.py605 assert_ = assertTrue variable in class:TestCase
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/unittest/
H A Dcase.py605 assert_ = assertTrue variable in class:TestCase
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/unittest/test/
H A Dtest_case.py1029 self.assert_(True)
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/unittest/test/
H A Dtest_case.py1029 self.assert_(True)
/prebuilts/misc/common/jython/
H A Djython.jarMETA-INF/MANIFEST.MF com/xhaus/modjy/ModjyJServlet.class ModjyJServlet.java package com.xhaus ...
/prebuilts/devtools/tools/lib/
H A Djython-standalone-2.5.3.jarMETA-INF/MANIFEST.MF META-INF/LICENSE META-INF/NOTICE META-INF/maven/jline/ ...
/prebuilts/tools/common/m2/repository/org/python/jython/2.5.3/
H A Djython-2.5.3.jarMETA-INF/MANIFEST.MF META-INF/services/javax.script.ScriptEngineFactory com/xhaus/modjy/ModjyJServlet ...
/prebuilts/tools/common/m2/repository/org/python/jython-standalone/2.5.3/
H A Djython-standalone-2.5.3.jarMETA-INF/MANIFEST.MF META-INF/LICENSE META-INF/NOTICE META-INF/maven/jline/ ...

Completed in 4584 milliseconds