Home
last modified time | relevance | path

Searched defs:durations (Results 1 – 25 of 200) sorted by relevance

12345678

/aosp_15_r20/libcore/luni/src/test/java/libcore/javax/xml/datatype/
H A DDurationTest.java143 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 DCacheBuilderFactory.java64 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 DCacheBuilderFactory.java64 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 Ddocs.rst194 .. _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 DBaseAppStateDurationsTracker.java96 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 DBaseAppStateDurations.java102 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/
DIPowerHintSession.java44 …@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 Dgoogle_gamepad_vibratortests.json4 "durations" : [1000], array
10 "durations" : [2000, 2000, 2000, 2000, 2000], array
H A Dgoogle_gamepad_vibratormanagertests.json4 "durations" : [1000], array
14 "durations" : [2000, 2000, 2000, 2000, 2000], array
/aosp_15_r20/cts/tests/tests/hardware/res/raw/
H A Dsony_dualsense_usb_vibratortests.json9 "durations" : [1000], array
27 "durations" : [2000, 2000, 2000, 2000, 2000], array
H A Dsony_dualsense_edge_usb_vibratortests.json9 "durations" : [1000], array
30 "durations" : [2000, 2000, 2000, 2000, 2000], array
H A Dsony_dualsense_edge_bluetooth_vibratortests.json9 "durations" : [1000], array
30 "durations" : [2000, 2000, 2000, 2000, 2000], array
H A Dsony_dualsense_bluetooth_vibratortests.json9 "durations" : [1000], array
27 "durations" : [2000, 2000, 2000, 2000, 2000], array
H A Dsony_dualshock4_usb_vibratortests.json5 "durations" : [1000], array
24 "durations" : [2000, 2000, 2000, 2000, 2000], array
H A Dsony_dualshock4_bluetooth_vibratortests.json5 "durations" : [1000], array
24 "durations" : [2000, 2000, 2000, 2000, 2000], array
/aosp_15_r20/hardware/libhardware/modules/camera/3_4/
H A Dformat_metadata_factory_test.cpp60 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/
DDeviceSnapshotHandlerTest.java125 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 DVibratorTest.java383 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 DDurationsTest.java146 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 DDurationsTest.java146 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 DDurationOverflowTest.kt13 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 DBigPictureStatsManager.kt50 private val durations = mutableListOf<Int>() in <lambda>() constant
/aosp_15_r20/frameworks/base/apct-tests/perftests/permission/src/android/perftests/permission/
H A DPermissionServicePerfTest.kt57 val durations = ArrayList<Long>() in <lambda>() constant
/aosp_15_r20/frameworks/base/apct-tests/perftests/blobstore/src/com/android/perftests/blob/
H A DBlobStorePerfTests.java108 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 DInputHidTestCase.java261 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

12345678