Home
last modified time | relevance | path

Searched refs:Ouch (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython2/Lib/test/
Dtest_gc.py276 class Ouch: class
279 Ouch.n = Ouch.n + 1
280 if Ouch.n % 17 == 0:
301 t = [t, Ouch()]
304 u = [u, Ouch()]
307 v = {1: v, 2: Ouch()}
/external/python/cpython3/Lib/test/
Dtest_gc.py317 class Ouch: class
320 Ouch.n = Ouch.n + 1
321 if Ouch.n % 17 == 0:
342 t = [t, Ouch()]
345 u = [u, Ouch()]
348 v = {1: v, 2: Ouch()}
/external/harfbuzz_ng/
DNEWS4 - Fix regression on big-endian architectures. Ouch!
387 - Fix to hb_set_t binary operations. Ouch.
1095 - Another hb-coretext crasher fix. Ouch!