Searched refs:time (Results 1 – 25 of 88) sorted by relevance
1234
54 long time = System.currentTimeMillis() - start; in bigArray() local55 assertTrue("bigArray took too long: " + time + "ms", time < 1000); in bigArray()
46 jlong time; in Java_art_Test927_getTime() local47 jvmtiError result = jvmti_env->GetTime(&time); in Java_art_Test927_getTime()51 return time; in Java_art_Test927_getTime()
26 long time = System.currentTimeMillis(); in main() local43 } while (System.currentTimeMillis() - time < 30000); in main()
3 more exceptional conditions exist at the same time. For example,7 same time, we can only throw one or the other.
34 import time114 time.sleep(1)122 time.sleep(0.5)124 time.sleep(0.5)
62 uint32_t time; member154 uint32_t time = 0; in parseInputFile() local176 time += 2; in parseInputFile()179 time = strtoul(cp, &cp, 0); in parseInputFile()197 records[nextRecord].time = time; in parseInputFile()393 writeDataRecord(dataFp, pRecord->threadId, val, pRecord->time); in writeDataRecords()
9 # We execute the catch handler (Label1) for the first time with p0 == 0.12 # That exception is caught by the catch handler so we execute it a second time.
1 This is a miscellaneous test that was imported into the new-at-the-time