Searched refs:__xor__ (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/build/scripts/
H A Dhasher.py33 def __xor__(self, other): member in class:uint32_t
34 return uint32_t(long.__xor__(self, other) & ((1L << 32) - 1))
/external/lldb/examples/python/
H A Dsbvalue.py144 def __xor__(self, other): member in class:variable
217 result = self.__xor__(self, other)
/external/chromium_org/third_party/yasm/source/patched-yasm/tools/python-yasm/
H A Dexpr.pxi49 ((operator.__xor__, operator.xor, '^'), YASM_EXPR_XOR),
H A Dintnum.pxi126 def __xor__(x, y): return __intnum_op(x, YASM_EXPR_XOR, y) member in class:IntNum
/external/chromium_org/third_party/bintrees/bintrees/
H A Dtreemixin.py55 * __xor__(other) <==> T ^ other, symmetric_difference
187 def __xor__(self, other): member in class:TreeMixin
188 """ x.__xor__(other) <==> self ^ other """

Completed in 354 milliseconds