HomeSort by relevance Sort by last modified time
    Searched full:__add__ (Results 1 - 25 of 98) sorted by null

1 2 3 4

  /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_org/third_party/WebKit/Source/build/scripts/
hasher.py 30 def __add__(self, other): member in class:uint32_t
31 return uint32_t(long.__add__(self, other) & ((1L << 32) - 1))
  /external/chromium_org/tools/telemetry/telemetry/core/platform/
process_statistic_timeline_data.py 33 def __add__(self, other): member in class:ProcessStatisticTimelineData
  /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
test_descr.py 79 def binop_test(self, a, b, res, expr="a+b", meth="__add__"):
174 self.binop_test([1], [2], [1,2], "a+b", "__add__")
247 def __add__(self, other): member in class:OperatorsTest.test_ints.C
316 "__add__")
2494 def __add__(self, other): member in class:.test_basic_inheritance.hexint
2518 def __add__(self, other): member in class:.test_basic_inheritance.octlong
3424 def __add__(self, other): member in class:.test_binary_operator_override.I
    [all...]
test_binop.py 86 def __add__(self, other): member in class:Rat
97 __radd__ = __add__
  /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
test_descr.py 79 def binop_test(self, a, b, res, expr="a+b", meth="__add__"):
174 self.binop_test([1], [2], [1,2], "a+b", "__add__")
247 def __add__(self, other): member in class:OperatorsTest.test_ints.C
316 "__add__")
2494 def __add__(self, other): member in class:.test_basic_inheritance.hexint
2518 def __add__(self, other): member in class:.test_basic_inheritance.octlong
3424 def __add__(self, other): member in class:.test_binary_operator_override.I
    [all...]
test_binop.py 86 def __add__(self, other): member in class:Rat
97 __radd__ = __add__
  /external/chromium_org/third_party/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)
  /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/lldb/examples/python/
sbvalue.py 114 def __add__(self, other): member in class:variable
157 result = self.__add__(other)
  /prebuilts/python/darwin-x86/2.7.5/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)
UserList.py 48 def __add__(self, other): member in class:UserList
  /prebuilts/python/linux-x86/2.7.5/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)
  /external/clang/utils/ABITest/
Enumeration.py 23 def __add__(self, b): member in class:Aleph0
25 __radd__ = __add__
  /external/chromium_org/third_party/yasm/source/patched-yasm/tools/python-yasm/
expr.pxi 33 ((operator.__add__, operator.add, '+'), YASM_EXPR_ADD),
  /external/lldb/test/
progress.py 44 def __add__(self, increment): member in class:ProgressBar
  /external/lldb/test/unittest2/
runner.py 69 self.progressbar.__add__(1)

Completed in 913 milliseconds

1 2 3 4