HomeSort by relevance Sort by last modified time
    Searched defs:__sub__ (Results 1 - 25 of 39) sorted by null

1 2

  /external/clang/utils/ABITest/
Enumeration.py 19 def __sub__(self, b): member in class:Aleph0
21 __rsub__ = __sub__
  /external/clang/utils/
FindSpecRefs 721 def __sub__(self, indices): member in class:SpecIndex
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/
_parseaddr.py 480 def __sub__(self, other): member in class:AddressList
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/
_parseaddr.py 480 def __sub__(self, other): member in class:AddressList
  /external/chromium_org/third_party/yasm/source/patched-yasm/tools/python-yasm/
intnum.pxi 110 def __sub__(x, y): return __intnum_op(x, YASM_EXPR_SUB, y) member in class:IntNum
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
_weakrefset.py 130 __sub__ = difference variable in class:WeakSet
collections.py 603 def __sub__(self, other): member in class:Counter
numbers.py 92 def __sub__(self, other): member in class:Complex
sets.py 247 def __sub__(self, other): member in class:BaseSet
_abcoll.py 210 def __sub__(self, other): member in class:Set
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_augassign.py 134 def __sub__(self, val): member in class:AugAssignTest.testCustomMethods2.testall
135 output.append("__sub__ called")
291 __sub__ called
test_binop.py 99 def __sub__(self, other): member in class:Rat
test_coercion.py 45 def __sub__(self,other): member in class:MethodNumber
test_fractions.py 48 def __sub__(self, other): member in class:DummyFloat
49 assert False, "__sub__ should not be invoked for comparisons"
50 __rsub__ = __sub__
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
_weakrefset.py 130 __sub__ = difference variable in class:WeakSet
collections.py 603 def __sub__(self, other): member in class:Counter
numbers.py 92 def __sub__(self, other): member in class:Complex
sets.py 247 def __sub__(self, other): member in class:BaseSet
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_augassign.py 134 def __sub__(self, val): member in class:AugAssignTest.testCustomMethods2.testall
135 output.append("__sub__ called")
291 __sub__ called
test_binop.py 99 def __sub__(self, other): member in class:Rat
test_coercion.py 45 def __sub__(self,other): member in class:MethodNumber
test_fractions.py 48 def __sub__(self, other): member in class:DummyFloat
49 assert False, "__sub__ should not be invoked for comparisons"
50 __rsub__ = __sub__
  /external/chromium/testing/gtest/scripts/
pump.py 122 def __sub__(self, offset): member in class:Cursor
  /external/chromium_org/third_party/bintrees/bintrees/
treemixin.py 54 * __sub__(other) <==> T - other, difference
183 def __sub__(self, other): member in class:TreeMixin
184 """ x.__sub__(other) <==> self - other """
  /external/gtest/scripts/
pump.py 122 def __sub__(self, offset): member in class:Cursor

Completed in 414 milliseconds

1 2