Searched defs:__bool__ (Results 1 - 16 of 16) sorted by relevance

/external/autotest/client/site_tests/firmware_TouchMTB/geometry/
H A Delements.py32 def __bool__(self): member in class:Point
69 # __bool__ is used in Python 3.x and __nonzero__ in Python 2.x
70 __nonzero__ = __bool__
84 def __bool__(self): member in class:Circle
117 # __bool__ is used in Python 3.x and __nonzero__ in Python 2.x
118 __nonzero__ = __bool__
/external/chromium-trace/catapult/third_party/WebOb/webob/
H A Detag.py56 __bool__ = __nonzero__ # python 3 variable in class:_AnyETag
80 __bool__ = __nonzero__ # python 3 variable in class:_NoETag
167 __bool__ = __nonzero__ # python 3 variable in class:IfRange
H A Dacceptparse.py199 __bool__ = __nonzero__ # python 3 variable in class:NilAccept
/external/chromium-trace/catapult/third_party/gsutil/third_party/pyasn1/pyasn1/type/
H A Dnamedtype.py46 def __bool__(self): return bool(self.__namedTypesLen) function in function:NamedTypes.__getitem__
H A Dconstraint.py49 def __bool__(self): return bool(self._values) function in function:AbstractConstraint.__ge__
H A Dbase.py90 def __bool__(self): return bool(self._value) function in function:AbstractSimpleAsn1Item.__ge__
188 def __bool__(self): return bool(self._componentValues) function in function:AbstractConstructedAsn1Item.__ge__
H A Duniv.py617 def __bool__(self): return bool(float(self)) function in function:Real.__ge__
934 def __bool__(self): return bool(self._componentValues) function in function:Choice.__ge__
/external/chromium-trace/catapult/third_party/html5lib-python/html5lib/treewalkers/
H A Dlxmletree.py102 def __bool__(self): member in class:FragmentWrapper
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/dynamodb2/
H A Ditems.py112 def __bool__(self): member in class:Item
115 __nonzero__ = __bool__
/external/chromium-trace/catapult/third_party/coverage/coverage/
H A Ddata.py261 __bool__ = __nonzero__ variable in class:CoverageData
H A Dplugin_support.py95 __bool__ = __nonzero__ variable in class:Plugins
/external/chromium-trace/catapult/third_party/gsutil/third_party/crcmod/python3/crcmod/
H A Dtest.py108 def __bool__(self): member in class:poly
/external/chromium-trace/catapult/telemetry/third_party/mox3/mox3/
H A Dmox.py505 def __bool__(self): member in class:MockAnything
/external/chromium-trace/catapult/third_party/mox3/mox3/
H A Dmox.py505 def __bool__(self): member in class:MockAnything
/external/opencv3/3rdparty/jinja2/
H A Dlexer.py308 def __bool__(self): member in class:TokenStream
310 __nonzero__ = __bool__ # py2
/external/chromium-trace/catapult/third_party/gsutil/third_party/httplib2/python3/httplib2/
H A D__init__.py466 def __bool__(self): member in class:Authentication

Completed in 1537 milliseconds