/external/tensorflow/tensorflow/python/kernel_tests/ |
D | tensor_priority_test.py | 58 def __radd__(self, lhs): member in TensorPriorityTest.testUnsupportedRhsWithDelegation.WithReverseAdd 70 def __radd__(self, lhs): member in TensorPriorityTest.testFullDelegationControlUsingRegistry.NumpyArraySubclass
|
/external/python/cpython3/Lib/xml/dom/ |
D | minicompat.py | 82 def __radd__(self, other): member in EmptyNodeList
|
/external/python/cpython2/Lib/xml/dom/ |
D | minicompat.py | 83 def __radd__(self, other): member in EmptyNodeList
|
/external/python/cpython2/Demo/classes/ |
D | Dates.py | 156 __radd__ = __add__ # handle int+date variable in Date
|
D | Complex.py | 182 __radd__ = __add__ variable in Complex
|
/external/python/cpython2/Lib/test/ |
D | test_augassign.py | 84 def __radd__(self, val): member in AugAssignTest.testCustomMethods1.aug_test 128 def __radd__(self, val): member in AugAssignTest.testCustomMethods2.testall
|
D | test_binop.py | 97 __radd__ = __add__ variable in Rat
|
D | test_coercion.py | 42 def __radd__(self,other): member in MethodNumber
|
D | test_complex.py | 393 __radd__ = __add__ variable in ComplexTest.test_subclass.xcomplex
|
/external/python/cpython3/Lib/test/ |
D | test_augassign.py | 72 def __radd__(self, val): member in AugAssignTest.testCustomMethods1.aug_test 124 def __radd__(self, val): member in AugAssignTest.testCustomMethods2.testall
|
D | test_binop.py | 93 __radd__ = __add__ variable in Rat
|
D | test_statistics.py | 1104 __radd__ = __add__ variable in UnivariateCommonMixin.test_type_of_data_element.MyFloat 1139 __radd__ = __add__ variable in UnivariateTypeMixin.prepare_types_for_conservation_test.MyFloat
|
/external/libmojo/third_party/markupsafe/ |
D | __init__.py | 83 def __radd__(self, other): member in Markup
|
/external/clang/utils/ABITest/ |
D | Enumeration.py | 25 __radd__ = __add__ variable in Aleph0
|
/external/python/cpython2/Lib/ |
D | UserList.py | 55 def __radd__(self, other): member in UserList
|
D | fractions.py | 393 __add__, __radd__ = _operator_fallbacks(_add, operator.add) variable in Fraction
|
D | numbers.py | 78 def __radd__(self, other): member in Complex
|
D | UserString.py | 50 def __radd__(self, other): member in UserString
|
/external/python/cpython3/Lib/ |
D | fractions.py | 407 __add__, __radd__ = _operator_fallbacks(_add, operator.add) variable in Fraction
|
D | numbers.py | 77 def __radd__(self, other): member in Complex
|
D | datetime.py | 514 __radd__ = __add__ variable in timedelta 882 __radd__ = __add__ variable in date 1853 __radd__ = __add__ variable in datetime
|
/external/python/cpython3/Modules/_decimal/tests/ |
D | deccheck.py | 514 def __radd__(self, t): member in SkipHandler
|
/external/python/cpython3/Lib/collections/ |
D | __init__.py | 1061 def __radd__(self, other): member in UserList 1154 def __radd__(self, other): member in UserString
|
/external/tensorflow/tensorflow/contrib/labeled_tensor/python/ops/ |
D | core.py | 410 def __radd__(self, other): member in LabeledTensor
|
/external/scapy/scapy/ |
D | volatile.py | 116 def __radd__(self, other): member in RandNum
|