/aosp_15_r20/libcore/luni/src/test/java/libcore/javax/xml/datatype/ |
H A D | DurationTest.java | 143 final Duration[] durations = { in testIsLongerThan() local 155 final Duration[] durations = { in testIsShorterThan() local 167 final Duration[] durations = { in testMultiply() local 177 final Duration[] durations = { in testSubtract() local
|
/aosp_15_r20/external/guava/android/guava-tests/test/com/google/common/cache/ |
H A D | CacheBuilderFactory.java | 64 CacheBuilderFactory withExpireAfterWrites(Set<DurationSpec> durations) { in withExpireAfterWrites() 69 CacheBuilderFactory withExpireAfterAccesses(Set<DurationSpec> durations) { in withExpireAfterAccesses() 74 CacheBuilderFactory withRefreshes(Set<DurationSpec> durations) { in withRefreshes()
|
/aosp_15_r20/external/guava/guava-tests/test/com/google/common/cache/ |
H A D | CacheBuilderFactory.java | 64 CacheBuilderFactory withExpireAfterWrites(Set<DurationSpec> durations) { in withExpireAfterWrites() 69 CacheBuilderFactory withExpireAfterAccesses(Set<DurationSpec> durations) { in withExpireAfterAccesses() 74 CacheBuilderFactory withRefreshes(Set<DurationSpec> durations) { in withRefreshes()
|
/aosp_15_r20/external/pigweed/pw_chrono/ |
H A D | docs.rst | 194 .. _Implicit lossless conversions: 196 Implicit lossless conversions 228 Explicit lossy conversions
|
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/am/ |
H A D | BaseAppStateDurationsTracker.java | 96 final U durations = mPkgEvents.get(uid, packageName); in getTotalDurations() local 122 final U durations = getUidEventsLocked(uid); in getTotalDurations() local 147 final U durations = mPkgEvents.get(uid, packageName); in getTotalDurationsSince() local 174 final U durations = getUidEventsLocked(uid); in getTotalDurationsSince() local
|
H A D | BaseAppStateDurations.java | 102 LinkedList<T> add(LinkedList<T> durations, LinkedList<T> otherDurations) { in add() 178 LinkedList<T> subtract(LinkedList<T> durations, LinkedList<T> otherDurations) { in subtract()
|
/aosp_15_r20/out/soong/.intermediates/hardware/interfaces/power/aidl/android.hardware.power-V6-java-source/gen/android/hardware/power/ |
D | IPowerHintSession.java | 44 …@Override public void reportActualWorkDuration(android.hardware.power.WorkDuration[] durations) th… in reportActualWorkDuration() 350 …@Override public void reportActualWorkDuration(android.hardware.power.WorkDuration[] durations) th… in reportActualWorkDuration() 584 …public void reportActualWorkDuration(android.hardware.power.WorkDuration[] durations) throws andro… in reportActualWorkDuration()
|
/aosp_15_r20/cts/tests/tests/view/res/raw/ |
H A D | google_gamepad_vibratortests.json | 4 "durations" : [1000], array 10 "durations" : [2000, 2000, 2000, 2000, 2000], array
|
H A D | google_gamepad_vibratormanagertests.json | 4 "durations" : [1000], array 14 "durations" : [2000, 2000, 2000, 2000, 2000], array
|
/aosp_15_r20/cts/tests/tests/hardware/res/raw/ |
H A D | sony_dualsense_usb_vibratortests.json | 9 "durations" : [1000], array 27 "durations" : [2000, 2000, 2000, 2000, 2000], array
|
H A D | sony_dualsense_edge_usb_vibratortests.json | 9 "durations" : [1000], array 30 "durations" : [2000, 2000, 2000, 2000, 2000], array
|
H A D | sony_dualsense_edge_bluetooth_vibratortests.json | 9 "durations" : [1000], array 30 "durations" : [2000, 2000, 2000, 2000, 2000], array
|
H A D | sony_dualsense_bluetooth_vibratortests.json | 9 "durations" : [1000], array 27 "durations" : [2000, 2000, 2000, 2000, 2000], array
|
H A D | sony_dualshock4_usb_vibratortests.json | 5 "durations" : [1000], array 24 "durations" : [2000, 2000, 2000, 2000, 2000], array
|
H A D | sony_dualshock4_bluetooth_vibratortests.json | 5 "durations" : [1000], array 24 "durations" : [2000, 2000, 2000, 2000, 2000], array
|
/aosp_15_r20/hardware/libhardware/modules/camera/3_4/ |
H A D | format_metadata_factory_test.cpp | 60 durations{{V4L2_PIX_FMT_JPEG, in TEST_F() local 136 durations{{V4L2_PIX_FMT_YUYV, in TEST_F() local
|
/aosp_15_r20/tools/tradefederation/core/javatests/com/android/tradefed/device/internal/ |
D | DeviceSnapshotHandlerTest.java | 125 String durations = in testSnapshot_parseDuration() local 201 String durations = in testRestoreSnapshot_parseDuration() local
|
/aosp_15_r20/cts/tests/vibrator/src/android/os/cts/ |
H A D | VibratorTest.java | 383 int[] durations = mVibrator.getPrimitiveDurations(PRIMITIVE_EFFECTS); in testVibrateComposed() local 401 int[] durations = mVibrator.getPrimitiveDurations(PRIMITIVE_EFFECTS); in testVibrateComposedWithRelativeDelays() local 471 int[] durations = mVibrator.getPrimitiveDurations(PRIMITIVE_EFFECTS); in testVibratorPrimitivesDurations() local
|
/aosp_15_r20/external/cronet/third_party/protobuf/java/util/src/test/java/com/google/protobuf/util/ |
H A D | DurationsTest.java | 146 Duration[] durations = { in testStaticFactories() local 500 List<Duration> durations = in testComparator() local
|
/aosp_15_r20/external/protobuf/java/util/src/test/java/com/google/protobuf/util/ |
H A D | DurationsTest.java | 146 Duration[] durations = { in testStaticFactories() local 500 List<Duration> durations = in testComparator() local
|
/aosp_15_r20/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/jdk8/time/ |
H A D | DurationOverflowTest.kt | 13 private val durations = ChronoUnit.values().map { it.duration } in <lambda>() constant
|
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/ |
H A D | BigPictureStatsManager.kt | 50 private val durations = mutableListOf<Int>() in <lambda>() constant
|
/aosp_15_r20/frameworks/base/apct-tests/perftests/permission/src/android/perftests/permission/ |
H A D | PermissionServicePerfTest.kt | 57 val durations = ArrayList<Long>() in <lambda>() constant
|
/aosp_15_r20/frameworks/base/apct-tests/perftests/blobstore/src/com/android/perftests/blob/ |
H A D | BlobStorePerfTests.java | 108 final List<Long> durations = new ArrayList<>(); in testComputeDigest() local 229 private void collectDigestDurationsFromTrace(TraceMarkParser parser, List<Long> durations) { in collectDigestDurationsFromTrace()
|
/aosp_15_r20/cts/tests/tests/hardware/src/android/hardware/input/cts/tests/ |
H A D | InputHidTestCase.java | 261 long[] durations = test.durations.stream().mapToLong(Long::longValue).toArray(); in testInputVibratorEvents() local 338 long[] durations = test.durations.stream().mapToLong(Long::longValue).toArray(); in testInputVibratorManagerEvents() local
|