/prebuilts/misc/common/swig/include/2.0.11/octave/ |
octopers.swg | 22 // __add__ a + b 45 %rename(__add__) *::operator+; 46 %rename(__add__) *::operator+(); 47 %rename(__add__) *::operator+() const;
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/pyasn1/pyasn1/type/ |
namedval.py | 38 def __add__(self, namedValues): member in class:NamedValues
|
/external/chromium-trace/catapult/telemetry/telemetry/util/ |
process_statistic_timeline_data.py | 33 def __add__(self, other): member in class:ProcessStatisticTimelineData
|
/prebuilts/gdb/darwin-x86/lib/python2.7/test/ |
test_augassign.py | 86 def __add__(self, val): member in class:AugAssignTest.testCustomMethods1.aug_test 126 def __add__(self, val): member in class:AugAssignTest.testCustomMethods2.testall 127 output.append("__add__ called") 288 __add__ called
|
/prebuilts/gdb/linux-x86/lib/python2.7/test/ |
test_augassign.py | 86 def __add__(self, val): member in class:AugAssignTest.testCustomMethods1.aug_test 126 def __add__(self, val): member in class:AugAssignTest.testCustomMethods2.testall 127 output.append("__add__ called") 288 __add__ called
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_augassign.py | 86 def __add__(self, val): member in class:AugAssignTest.testCustomMethods1.aug_test 126 def __add__(self, val): member in class:AugAssignTest.testCustomMethods2.testall 127 output.append("__add__ called") 288 __add__ called
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_augassign.py | 86 def __add__(self, val): member in class:AugAssignTest.testCustomMethods1.aug_test 126 def __add__(self, val): member in class:AugAssignTest.testCustomMethods2.testall 127 output.append("__add__ called") 288 __add__ called
|
/external/opencv3/3rdparty/jinja2/markupsafe/ |
__init__.py | 78 def __add__(self, other): member in class:Markup 80 return self.__class__(super(Markup, self).__add__(self.escape(other))) 85 return self.escape(other).__add__(self)
|
/external/chromium-trace/catapult/devil/devil/utils/ |
geometry.py | 22 def __add__(self, other): member in class:Point
|
/external/chromium-trace/catapult/telemetry/docs/pydoc/ |
telemetry.util.process_statistic_timeline_data.html | 52 <dl><dt><a name="IdleWakeupTimelineData-__add__"><strong>__add__</strong></a>(self, other)</dt><dd><tt>The result contains pids from both |self| and |other|, if duplicate<br> 89 <dl><dt><a name="ProcessStatisticTimelineData-__add__"><strong>__add__</strong></a>(self, other)</dt><dd><tt>The result contains pids from both |self| and |other|, if duplicate<br>
|
telemetry.util.color_histogram.html | 101 <dl><dt><a name="ColorHistogram-__add__"><strong>__add__</strong></a>(...)</dt><dd><tt>x.<a href="#ColorHistogram-__add__">__add__</a>(y) <==> x+y</tt></dd></dl>
|
telemetry.util.rgba_color.html | 110 <dl><dt><a name="RgbaColor-__add__"><strong>__add__</strong></a>(...)</dt><dd><tt>x.<a href="#RgbaColor-__add__">__add__</a>(y) <==> x+y</tt></dd></dl>
|
telemetry.internal.forwarders.html | 156 <dl><dt><a name="PortPair-__add__"><strong>__add__</strong></a>(...)</dt><dd><tt>x.<a href="#PortPair-__add__">__add__</a>(y) <==> x+y</tt></dd></dl> 251 <dl><dt><a name="PortPairs-__add__"><strong>__add__</strong></a>(...)</dt><dd><tt>x.<a href="#PortPairs-__add__">__add__</a>(y) <==> x+y</tt></dd></dl>
|
/prebuilts/gdb/darwin-x86/lib/python2.7/xml/dom/ |
minicompat.py | 78 def __add__(self, other): member in class:EmptyNodeList
|
/prebuilts/gdb/linux-x86/lib/python2.7/xml/dom/ |
minicompat.py | 78 def __add__(self, other): member in class:EmptyNodeList
|
/prebuilts/misc/common/swig/include/2.0.11/perl5/ |
perlopers.swg | 10 %rename(__add__) *::operator+;
|
/prebuilts/misc/common/swig/include/2.0.11/r/ |
ropers.swg | 6 %rename(__add__) *::operator+;
|
/prebuilts/misc/common/swig/include/2.0.11/ruby/ |
rubyopers.swg | 7 %rename(__add__) *::operator+;
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/xml/dom/ |
minicompat.py | 78 def __add__(self, other): member in class:EmptyNodeList
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/xml/dom/ |
minicompat.py | 78 def __add__(self, other): member in class:EmptyNodeList
|
/prebuilts/misc/common/swig/include/2.0.11/std/ |
std_basic_string.i | 240 %newobject __add__; 244 std::basic_string<_CharT,_Traits,_Alloc >* __add__(const basic_string& v) {
|
/prebuilts/misc/common/swig/include/2.0.11/lua/ |
lua.swg | 55 // python likes to call it '__add__' 56 // Assuming most SWIGers will probably use the __add__ if they extend their classes 60 // another is to rename __add__() to __add() 116 // this means that if a developer has written a fn __add__() 118 %rename(__add) *::__add__;
|
/external/chromium-trace/catapult/third_party/WebOb/webob/ |
acceptparse.py | 85 def __add__(self, other, reversed=False): member in class:Accept 112 return self.__add__(other, True) 204 def __add__(self, item): member in class:NilAccept
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/pyasn1/test/type/ |
test_tag.py | 76 ), 'TagSet.__add__() fails'
|
/prebuilts/gdb/darwin-x86/lib/python2.7/ |
fractions.py | 291 Fraction, that means that we define __add__ and __radd__ as: 293 def __add__(self, other): 333 were to return a value from __add__, we'd miss the 336 __add__. In particular, we don't handle Rational 340 Fraction.__add__. This is ok, because it was 393 __add__, __radd__ = _operator_fallbacks(_add, operator.add)
|