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

  /frameworks/compile/libbcc/tests/data/src/
expr-ansi.c 5 void testTimes(){ printf("%d * %d = %d\n", 10, 4, 10 * 4); }
34 testTimes();
expr.c 5 testTimes(){ printf("%d * %d = %d\n", 10, 4, 10 * 4); }
34 testTimes();
  /external/icu4c/test/intltest/
tzfmttst.cpp 282 UDate testTimes[4];
360 testTimes[0] = t;
369 testTimes[0] = t + delta - 1;
371 testTimes[1] = t + delta;
373 testTimes[2] = t - 1;
375 testTimes[3] = t;
379 testTimes[0] = t - 1;
381 testTimes[1] = t;
398 sdf->format(testTimes[testidx], text, fpos);
403 + ", pattern=" + PATTERNS[patidx] + ", time=" + testTimes[testidx])
    [all...]
tzrulets.cpp     [all...]

Completed in 152 milliseconds