Home
last modified time | relevance | path

Searched refs:time (Results 1 – 25 of 120) 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.txt4261 Ljava/nio/file/attribute/FileTime;-><init>(JLjava/util/concurrent/TimeUnit;Ljava/time/Instant;)V
4265 Ljava/nio/file/attribute/FileTime;->instant:Ljava/time/Instant;
5220 Ljava/time/chrono/AbstractChronology;->addFieldValue(Ljava/util/Map;Ljava/time/temporal/ChronoField…
5221 Ljava/time/chrono/AbstractChronology;->CHRONOS_BY_ID:Ljava/util/concurrent/ConcurrentHashMap;
5222 Ljava/time/chrono/AbstractChronology;->CHRONOS_BY_TYPE:Ljava/util/concurrent/ConcurrentHashMap;
5223 Ljava/time/chrono/AbstractChronology;->DATE_ORDER:Ljava/util/Comparator;
5224 Ljava/time/chrono/AbstractChronology;->DATE_TIME_ORDER:Ljava/util/Comparator;
5225 Ljava/time/chrono/AbstractChronology;->getAvailableChronologies()Ljava/util/Set;
5226 Ljava/time/chrono/AbstractChronology;->initCache()Z
5227 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/generated/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/tools/luci/config/
Dluci-notify.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.cc175 uint64_t time = timings_[i].GetTime() - timings_[open_idx].GetTime(); in CalculateTimingData() local
176 ret.data_[open_idx].exclusive_time += time; in CalculateTimingData()
178 ret.data_[open_idx].total_time += time; in CalculateTimingData()
185 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/
Dpreloaded-classes1415 java.time.Clock
1416 java.time.DateTimeException
1417 java.time.DayOfWeek
1418 java.time.Duration
1419 java.time.Instant$1
1420 java.time.Instant
1421 java.time.InstantSource
1422 java.time.LocalDate$1
1423 java.time.LocalDate
1424 java.time.LocalDateTime
[all …]
Dboot-image-profile.txt3935 HSPLjava/nio/file/attribute/FileTime;-><init>(JLjava/util/concurrent/TimeUnit;Ljava/time/Instant;)V
4419 HSPLjava/time/Clock$SystemClock;-><init>(Ljava/time/ZoneId;)V
4420 HSPLjava/time/Clock$SystemClock;->getZone()Ljava/time/ZoneId;
4421 HSPLjava/time/Clock$SystemClock;->instant()Ljava/time/Instant;
4422 HSPLjava/time/Clock$SystemClock;->millis()J
4423 HSPLjava/time/Clock;-><init>()V
4424 HSPLjava/time/Clock;->currentInstant()Ljava/time/Instant;
4425 HSPLjava/time/Clock;->systemDefaultZone()Ljava/time/Clock;
4426 HSPLjava/time/Clock;->systemUTC()Ljava/time/Clock;
4427 HSPLjava/time/DayOfWeek;->getValue()I
[all …]
/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/test/2261-badcleaner-in-systemcleaner/
Dinfo.txt2 and the same time out rules are applied. Essentially this is SystemCleaner version of
/art/build/apex/
Dart.rc20 oneshot # Prevents the service from automatically restarting each time it is stopped.
37 oneshot # Prevents the service from automatically restarting each time it is stopped.
49 oneshot # Prevents the service from automatically restarting each time it is stopped.
/art/test/010-instance/
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/046-reflect/
Dinfo.txt1 This is a miscellaneous test that was imported into the new-at-the-time
/art/test/045-reflect-array/
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/027-arithmetic/
Dinfo.txt1 This is a miscellaneous test that was imported into the new-at-the-time
/art/test/029-assert/
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

12345