/external/clang/utils/ABITest/ |
Enumeration.py | 19 def __sub__(self, b): member in class:Aleph0 21 __rsub__ = __sub__
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
_weakrefset.py | 130 __sub__ = difference variable in class:WeakSet
|
numbers.py | 92 def __sub__(self, other): member in class:Complex
|
fractions.py | 401 __sub__, __rsub__ = _operator_fallbacks(_sub, operator.sub)
|
sets.py | 247 def __sub__(self, other): member in class:BaseSet
|
/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_complex.py | 390 def __sub__(self,other): member in class:ComplexTest.test_subclass.xcomplex 392 __rsub__ = __sub__
|
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
|
numbers.py | 92 def __sub__(self, other): member in class:Complex
|
fractions.py | 401 __sub__, __rsub__ = _operator_fallbacks(_sub, operator.sub)
|
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_complex.py | 390 def __sub__(self,other): member in class:ComplexTest.test_subclass.xcomplex 392 __rsub__ = __sub__
|
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_org/third_party/yasm/source/patched-yasm/tools/python-yasm/ |
expr.pxi | 48 ((operator.__sub__, operator.sub, '-'), YASM_EXPR_SUB),
|
intnum.pxi | 110 def __sub__(x, y): return __intnum_op(x, YASM_EXPR_SUB, y) member in class:IntNum
|
/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
|
/prebuilts/misc/common/jython/ |
jython.jar | |