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

  /dalvik/dx/tests/042-dex-ignore-result/
Blort.java 23 static public void ouch() { method in class:Blort
  /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/libvncserver/x11vnc/
rates.c 349 int db = 0, ouch_db = 0, ouch = 0; local
457 if (ouch_db) fprintf(stderr, "START-OUCH: %d\n", client_count);
459 #define OUCH ( ouch || (ouch = (!client_count || client_count != clcnt0 || dnow() < last_client_gone+4.0)) )
462 if (OUCH && ouch_db) fprintf(stderr, "***OUCH-A\n");
463 if (OUCH) continue;
469 if (OUCH && ouch_db) fprintf(stderr, "***OUCH-B\n")
    [all...]
  /external/v8/test/mjsunit/
array-constructor-feedback.js 207 a = bar(1); // ouch!

Completed in 820 milliseconds