Home
last modified time | relevance | path

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

1234

/art/test/2029-contended-monitors/
Dexpected.txt3 Hold time 2, shared lock
4 Hold time 20, shared lock
5 Hold time 200, shared lock
6 Hold time 2000, shared lock
7 Hold time 20000, shared lock
8 Hold time 200000, shared lock
/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/tools/luci/config/luci-notify/email-templates/
Ddefault.template3 …atus change for builder "{{ .Build.Builder | formatBuilderID }}" at {{ .Build.UpdateTime | time }}.
24 <td>{{ .Build.CreateTime | time }}</td>
28 <td>{{ .Build.EndTime | time }}</td>
/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/tools/jvmti-agents/field-counts/
Dcount-fields.py35 import time
114 time.sleep(1)
135 time.sleep(0.5)
137 time.sleep(0.5)
/art/test/051-thread/
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/053-wait-some/
Dinfo.txt1 This is a miscellaneous test that was imported into the new-at-the-time
/art/test/054-uncaught/
Dinfo.txt1 This is a miscellaneous test that was imported into the new-at-the-time
/art/test/019-wrong-array-type/
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/021-string2/
Dinfo.txt1 This is a miscellaneous test that was imported into the new-at-the-time
/art/test/022-interface/
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/046-reflect/
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/040-miranda/
Dinfo.txt1 This is a miscellaneous test that was imported into the new-at-the-time
/art/test/041-narrowing/
Dinfo.txt1 This is a miscellaneous test that was imported into the new-at-the-time
/art/test/043-privates/
Dinfo.txt1 This is a miscellaneous test that was imported into the new-at-the-time
/art/test/025-access-controller/
Dinfo.txt1 This is a miscellaneous test that was imported into the new-at-the-time

1234