Home
last modified time | relevance | path

Searched refs:time (Results 1 – 25 of 99) 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
9 Hold time 2, pause time 18, shared lock
10 Hold time 20, pause time 180, shared lock
11 Hold time 200, pause time 1800, shared lock
12 Hold time 2000, pause time 18000, shared lock
[all …]
/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/022-interface/
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/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/018-stack-overflow/
Dinfo.txt1 This is a miscellaneous test that was imported into the new-at-the-time
/art/test/016-intern/
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/044-proxy/
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/035-enum/
Dinfo.txt1 This is a miscellaneous test that was imported into the new-at-the-time
/art/test/023-many-interfaces/
Dinfo.txt1 This is a miscellaneous test that was imported into the new-at-the-time
/art/test/039-join-main/
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/031-class-attributes/
Dinfo.txt1 This is a miscellaneous test that was imported into the new-at-the-time
/art/test/011-array-copy/
Dinfo.txt1 This is a miscellaneous test that was imported into the new-at-the-time

1234