/third_party/python/Tools/demo/ |
H A D | vector.py | 71 def __sub__(self, other): member in Vec
|
/third_party/littlefs/scripts/ |
H A D | summary.py | 119 def __sub__(self, other): member in Int 163 __sub__ = Int.__sub__ variable in Float 214 def __sub__(self, other): member in Frac
|
H A D | cov.py | 103 def __sub__(self, other): member in Int 157 def __sub__(self, other): member in Frac
|
H A D | structs.py | 99 def __sub__(self, other): member in Int
|
H A D | code.py | 103 def __sub__(self, other): member in Int
|
H A D | data.py | 103 def __sub__(self, other): member in Int
|
H A D | stack.py | 94 def __sub__(self, other): member in Int
|
/third_party/python/Lib/ |
H A D | numbers.py | 91 def __sub__(self, other): member in Complex
|
H A D | _weakrefset.py | 134 __sub__ = difference variable in WeakSet
|
H A D | operator.py | 446 __sub__ = sub variable
|
H A D | fractions.py | 482 __sub__, __rsub__ = _operator_fallbacks(_sub, operator.sub)
|
H A D | datetime.py | 751 def __sub__(self, other): member in timedelta 907 __add__, __radd__, __sub__ (add/radd only with timedelta arg) 1154 def __sub__(self, other): member in date 2202 def __sub__(self, other): member in datetime
|
/third_party/vk-gl-cts/modules/gles2/scripts/ |
H A D | genutil.py | 277 def __sub__(self, val): member in Scalar 396 def __sub__(self, val): member in Vec2 488 def __sub__(self, val): member in Vec3 575 def __sub__(self, val): member in Vec4
|
/third_party/python/Lib/test/ |
H A D | test_augassign.py | 130 def __sub__(self, val): member in AugAssignTest.testCustomMethods2.testall 131 output.append("__sub__ called") 287 __sub__ called
|
H A D | test_binop.py | 94 def __sub__(self, other): member in Rat
|
H A D | test_fractions.py | 46 def __sub__(self, other): member in DummyFloat 47 assert False, "__sub__ should not be invoked for comparisons" 48 __rsub__ = __sub__
|
H A D | test_collections.py | 2236 (Counter.__sub__, lambda x, y: max(0, x-y)), 2253 (Counter.__sub__, set.__sub__), 2271 (Counter.__isub__, Counter.__sub__),
|
/third_party/vk-gl-cts/modules/gles3/scripts/ |
H A D | genutil.py | 309 def __sub__(self, val): member in Scalar 353 def __sub__(self, val): member in Uint 470 def __sub__(self, val): member in Vec2 587 def __sub__(self, val): member in Vec3 701 def __sub__(self, val): member in Vec4
|
/third_party/vk-gl-cts/modules/gles31/scripts/ |
H A D | genutil.py | 311 def __sub__(self, val): member in Scalar 355 def __sub__(self, val): member in Uint 472 def __sub__(self, val): member in Vec2 589 def __sub__(self, val): member in Vec3 703 def __sub__(self, val): member in Vec4
|
/third_party/python/Lib/email/ |
H A D | _parseaddr.py | 540 def __sub__(self, other): member in AddressList
|
/third_party/python/Include/internal/ |
H A D | pycore_global_strings.h | 199 STRUCT_FOR_ID(__sub__)
|
/third_party/node/deps/v8/third_party/jinja2/ |
H A D | runtime.py | 799 ) = __pow__ = __rpow__ = __sub__ = __rsub__ = _fail_with_undefined_error
|
/third_party/node/tools/inspector_protocol/jinja2/ |
H A D | runtime.py | 647 __float__ = __complex__ = __pow__ = __rpow__ = __sub__ = \
|
/third_party/skia/third_party/externals/jinja2/ |
H A D | runtime.py | 799 ) = __pow__ = __rpow__ = __sub__ = __rsub__ = _fail_with_undefined_error
|
/third_party/jinja2/ |
H A D | runtime.py | 861 __add__ = __radd__ = __sub__ = __rsub__ = _fail_with_undefined_error
|