Home
last modified time | relevance | path

Searched refs:__ior__ (Results 1 – 9 of 9) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
D_weakrefset.py124 def __ior__(self, other): member in WeakSet
D_abcoll.py328 def __ior__(self, it): member in MutableSet
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
D_weakrefset.py125 def __ior__(self, other): member in WeakSet
Dsets.py428 def __ior__(self, other): member in Set
D_abcoll.py297 def __ior__(self, it): member in MutableSet
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_augassign.py195 def __ior__(self, val): member in AugAssignTest.testCustomMethods2.testall
Dtest_operator.py474 def __ior__ (self, other): return "ior" member in OperatorTestCase.test_inplace.C
504 self.assertEqual(operator.__ior__ (c, 5), "ior")
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Doperator.c291 spam2(ior,__ior__, "a = ior(a, b) -- Same as a |= b.")
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
Doperator.c417 spam2(ior,__ior__, "a = ior(a, b) -- Same as a |= b.")