Home
last modified time | relevance | path

Searched refs:time (Results 1 – 25 of 88) sorted by relevance

1234

/art/tools/ahat/src/test/com/android/ahat/
DPerformanceTest.java54 long time = System.currentTimeMillis() - start; in bigArray() local
55 assertTrue("bigArray took too long: " + time + "ms", time < 1000); in bigArray()
/art/test/927-timers/
Dtimers.cc46 jlong time; in Java_art_Test927_getTime() local
47 jvmtiError result = jvmti_env->GetTime(&time); in Java_art_Test927_getTime()
51 return time; in Java_art_Test927_getTime()
/art/test/659-unpadded-array/src-art/
DMain.java26 long time = System.currentTimeMillis(); in main() local
43 } while (System.currentTimeMillis() - time < 30000); in main()
/art/test/064-field-access/
Dinfo.txt3 more exceptional conditions exist at the same time. For example,
7 same time, we can only throw one or the other.
/art/tools/jvmti-agents/field-null-percent/
Dcheck-null-fields.py34 import time
114 time.sleep(1)
122 time.sleep(0.5)
124 time.sleep(0.5)
/art/tools/dmtracedump/
Dcreatetesttrace.cc62 uint32_t time; member
154 uint32_t time = 0; in parseInputFile() local
176 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()
/art/test/802-deoptimization/smali/
Dcatch_handler_on_entry.smali9 # 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.
/art/test/010-instance/
Dinfo.txt1 This is a miscellaneous test that was imported into the new-at-the-time
/art/test/028-array-write/
Dinfo.txt1 This is a miscellaneous test that was imported into the new-at-the-time
/art/test/052-verifier-fun/
Dinfo.txt1 This is a miscellaneous test that was imported into the new-at-the-time
/art/test/015-switch/
Dinfo.txt1 This is a miscellaneous test that was imported into the new-at-the-time
/art/test/044-proxy/
Dinfo.txt1 This is a miscellaneous test that was imported into the new-at-the-time
/art/test/049-show-object/
Dinfo.txt1 This is a miscellaneous test that was imported into the new-at-the-time
/art/test/026-access/
Dinfo.txt1 This is a miscellaneous test that was imported into the new-at-the-time
/art/test/051-thread/
Dinfo.txt1 This is a miscellaneous test that was imported into the new-at-the-time
/art/test/006-args/
Dinfo.txt1 This is a miscellaneous test that was imported into the new-at-the-time
/art/test/038-inner-null/
Dinfo.txt1 This is a miscellaneous test that was imported into the new-at-the-time
/art/test/047-returns/
Dinfo.txt1 This is a miscellaneous test that was imported into the new-at-the-time
/art/test/007-count10/
Dinfo.txt1 This is a miscellaneous test that was imported into the new-at-the-time
/art/test/053-wait-some/
Dinfo.txt1 This is a miscellaneous test that was imported into the new-at-the-time
/art/test/013-math2/
Dinfo.txt1 This is a miscellaneous test that was imported into the new-at-the-time
/art/test/014-math3/
Dinfo.txt1 This is a miscellaneous test that was imported into the new-at-the-time
/art/test/020-string/
Dinfo.txt1 This is a miscellaneous test that was imported into the new-at-the-time
/art/test/050-sync-test/
Dinfo.txt1 This is a miscellaneous test that was imported into the new-at-the-time
/art/test/037-inherit/
Dinfo.txt1 This is a miscellaneous test that was imported into the new-at-the-time

1234