Home
last modified time | relevance | path

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

12345

/art/test/2029-contended-monitors/
Dexpected-stdout.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/build/boot/hiddenapi/
Dhiddenapi-max-target-o-low-priority.txt4262 Ljava/nio/file/attribute/FileTime;-><init>(JLjava/util/concurrent/TimeUnit;Ljava/time/Instant;)V
4266 Ljava/nio/file/attribute/FileTime;->instant:Ljava/time/Instant;
5221 Ljava/time/chrono/AbstractChronology;->addFieldValue(Ljava/util/Map;Ljava/time/temporal/ChronoField…
5222 Ljava/time/chrono/AbstractChronology;->CHRONOS_BY_ID:Ljava/util/concurrent/ConcurrentHashMap;
5223 Ljava/time/chrono/AbstractChronology;->CHRONOS_BY_TYPE:Ljava/util/concurrent/ConcurrentHashMap;
5224 Ljava/time/chrono/AbstractChronology;->DATE_ORDER:Ljava/util/Comparator;
5225 Ljava/time/chrono/AbstractChronology;->DATE_TIME_ORDER:Ljava/util/Comparator;
5226 Ljava/time/chrono/AbstractChronology;->getAvailableChronologies()Ljava/util/Set;
5227 Ljava/time/chrono/AbstractChronology;->initCache()Z
5228 Ljava/time/chrono/AbstractChronology;->INSTANT_ORDER:Ljava/util/Comparator;
[all …]
/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/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/runtime/base/
Dtiming_logger.h52 CumulativeTime(const char* name, uint64_t time) : name_(name), time_(time) {} in CumulativeTime() argument
53 void Add(uint64_t time) { time_ += time; } in Add() argument
Dtiming_logger.cc177 uint64_t time = timings_[i].GetTime() - timings_[open_idx].GetTime(); in CalculateTimingData() local
178 ret.data_[open_idx].exclusive_time += time; in CalculateTimingData()
180 ret.data_[open_idx].total_time += time; in CalculateTimingData()
187 ret.data_[open_stack.back()].exclusive_time -= time; in CalculateTimingData()
/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/build/boot/
Dboot-image-profile.txt3847 HSPLjava/nio/file/attribute/FileTime;-><init>(JLjava/util/concurrent/TimeUnit;Ljava/time/Instant;)V
3850 …ng;+]Ljava/lang/StringBuilder;Ljava/lang/StringBuilder;]Ljava/time/LocalDateTime;Ljava/time/LocalD…
4314 HSPLjava/time/Clock$SystemClock;-><init>(Ljava/time/ZoneId;)V
4315 HSPLjava/time/Clock$SystemClock;->getZone()Ljava/time/ZoneId;
4316 HSPLjava/time/Clock$SystemClock;->instant()Ljava/time/Instant;+]Ljava/time/Clock$SystemClock;Ljava/
4317 HSPLjava/time/Clock$SystemClock;->millis()J
4318 HSPLjava/time/Clock;-><init>()V
4319 HSPLjava/time/Clock;->systemDefaultZone()Ljava/time/Clock;
4320 HSPLjava/time/Clock;->systemUTC()Ljava/time/Clock;
4321 HSPLjava/time/DayOfWeek;->getValue()I+]Ljava/time/DayOfWeek;Ljava/time/DayOfWeek;
[all …]
Dpreloaded-classes1155 java.time.Clock$SystemClock
1156 java.time.Clock
1157 java.time.DateTimeException
1158 java.time.DayOfWeek
1159 java.time.Duration
1160 java.time.Instant$1
1161 java.time.Instant
1162 java.time.LocalDate$1
1163 java.time.LocalDate
1164 java.time.LocalDateTime
[all …]
/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/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/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/odrefresh/
Dodr_compilation_log_test.cc128 time(&start_time); in TEST()
214 time(&start_time); in TEST()
338 time(&start_time); in TEST_F()
460 time(&start_time); in TEST()
482 time(&start_time); in TEST()
508 time(&start_time); in TEST_F()
/art/test/006-args/
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/008-exceptions/
Dinfo.txt1 This is a miscellaneous test that was imported into the new-at-the-time
/art/test/009-instanceof/
Dinfo.txt1 This is a miscellaneous test that was imported into the new-at-the-time
/art/test/010-instance/
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
/art/test/012-math/
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

12345