HomeSort by relevance Sort by last modified time
    Searched refs:ouch (Results 1 - 7 of 7) sorted by null

  /dalvik/dx/tests/042-dex-ignore-result/
Blort.java 23 static public void ouch() { method in class:Blort
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_gc.py 274 class Ouch:
277 Ouch.n = Ouch.n + 1
278 if Ouch.n % 17 == 0:
299 t = [t, Ouch()]
302 u = [u, Ouch()]
305 v = {1: v, 2: Ouch()}
521 ouch = []
523 ouch[:] = [wr() for wr in WRs]
530 self.assertEqual(len(ouch), 0
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_gc.py 274 class Ouch:
277 Ouch.n = Ouch.n + 1
278 if Ouch.n % 17 == 0:
299 t = [t, Ouch()]
302 u = [u, Ouch()]
305 v = {1: v, 2: Ouch()}
521 ouch = []
523 ouch[:] = [wr() for wr in WRs]
530 self.assertEqual(len(ouch), 0
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_gc.py 274 class Ouch:
277 Ouch.n = Ouch.n + 1
278 if Ouch.n % 17 == 0:
299 t = [t, Ouch()]
302 u = [u, Ouch()]
305 v = {1: v, 2: Ouch()}
521 ouch = []
523 ouch[:] = [wr() for wr in WRs]
530 self.assertEqual(len(ouch), 0
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_gc.py 274 class Ouch:
277 Ouch.n = Ouch.n + 1
278 if Ouch.n % 17 == 0:
299 t = [t, Ouch()]
302 u = [u, Ouch()]
305 v = {1: v, 2: Ouch()}
521 ouch = []
523 ouch[:] = [wr() for wr in WRs]
530 self.assertEqual(len(ouch), 0
    [all...]
  /external/v8/test/mjsunit/es6/
classes-subclass-builtins.js 334 assertTrue(o.test("ouch"));
335 assertArrayEquals(["ouch", "uc"], o.exec("boom! ouch! bam!"));
  /external/v8/test/mjsunit/
array-constructor-feedback.js 206 a = bar(1); // ouch!

Completed in 119 milliseconds