Home
last modified time | relevance | path

Searched defs:times (Results 1 – 25 of 34) sorted by relevance

12

/frameworks/base/core/tests/coretests/src/com/android/internal/os/
DKernelUidCpuActiveTimeReaderTest.java64 final long[][] times = increaseTime(new long[uids.length][cores]); in testReadDelta() local
111 final long[][] times = increaseTime(new long[uids.length][cores]); in testReadAbsolute() local
134 final long[][] times = increaseTime(new long[uids.length][cores]); in testReadDelta_malformedData() local
231 private long getTotal(long[] times) { in getTotal()
246 private ByteBuffer getUidTimesBytes(int[] uids, long[][] times) { in getUidTimesBytes()
DKernelUidCpuClusterTimeReaderTest.java70 final long[][] times = increaseTime(new long[uids.length][cores]); in testReadDelta() local
124 final long[][] times = increaseTime(new long[uids.length][cores]); in testReadAbsolute() local
151 final long[][] times = increaseTime(new long[uids.length][cores]); in testReadDelta_malformedData() local
258 private long[] getTotal(int[] cluster, long[] times) { in getTotal()
308 private ByteBuffer getUidTimesBytes(int[] uids, int[] clusters, long[][] times) { in getUidTimesBytes()
DKernelUidCpuFreqTimeReaderTest.java151 final long[][] times = new long[uids.length][freqs.length]; in testReadDelta_Binary() local
227 final long[][] times = new long[uids.length][freqs.length]; in testReadAbsolute() local
279 private ByteBuffer getUidTimesBytes(int[] uids, long[][] times) { in getUidTimesBytes()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/
DTouchAnimatorTest.java213 private void verifyOnAnimationAtStart(int times) { in verifyOnAnimationAtStart()
217 private void verifyOnAnimationAtEnd(int times) { in verifyOnAnimationAtEnd()
221 private void verifyOnAnimationStarted(int times) { in verifyOnAnimationStarted()
/frameworks/base/apct-tests/perftests/core/src/android/os/
DISomeService.aidl4 void readDisk(int times); in readDisk()
/frameworks/base/core/java/android/gesture/
DGestureStroke.java52 final long[] times = new long[count]; in GestureStroke() local
87 private GestureStroke(RectF bbx, float len, float[] pts, long[] times) { in GestureStroke()
202 final long[] times = timestamps; in serialize() local
/frameworks/base/core/proto/android/os/
Dcpufreq.proto42 repeated TimeInState times = 2; field
/frameworks/support/core/ktx/src/main/java/androidx/core/graphics/
DMatrix.kt27 inline operator fun Matrix.times(m: Matrix) = Matrix(this).apply { preConcat(m) } in <lambda>() method
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/util/
DMatrix.java160 public Matrix times(double scalar) { in times() method in Matrix
172 public Matrix times(double scalar, Matrix result) { in times() method in Matrix
/frameworks/base/tools/preload/
DLoadedClass.java90 int[] times = new int[size]; in calculateMedian() local
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/external/
DTileLifecycleManagerTest.java113 private void verifyBind(int times) { in verifyBind()
/frameworks/base/media/java/android/media/
DVolumeShaper.java573 @NonNull float[] times, in Configuration()
660 private static @Nullable String checkCurveForErrors( in checkCurveForErrors()
702 private static void checkCurveForErrorsAndThrowException( in checkCurveForErrorsAndThrowException()
903 public @NonNull Builder setCurve(@NonNull float[] times, @NonNull float[] volumes) { in setCurve()
/frameworks/native/opengl/tests/fillrate/
Dfillrate.cpp130 nsecs_t times[32]; in main() local
/frameworks/support/leanback/src/androidTest/java/androidx/leanback/app/
DGuidedStepSupportFragmentTestBase.java76 int times) { in waitOnDestroy()
DGuidedStepFragmentTestBase.java79 int times) { in waitOnDestroy()
/frameworks/av/media/libaaudio/src/utility/
DAAudioUtilities.h324 std::function<bool()> f, int times, int sleepMs) { in AAudio_tryUntilTrue()
/frameworks/base/media/mca/filterfw/java/android/filterfw/geometry/
DPoint.java64 public Point times(float s) { in times() method in Point
/frameworks/rs/tests/java_api/ImageProcessing_jb/src/com/android/rs/image/
DImageProcessingTest.java111 Result times = ta.getBenchmark(); in runTest() local
124 private void writeResults(String directory, String filename, Result times) { in writeResults()
/frameworks/base/services/tests/servicestests/src/com/android/server/power/batterysaver/
DFileUpdaterTest.java137 private void veriryWtf(int times) { in veriryWtf()
/frameworks/support/car/src/androidTest/java/androidx/car/widget/
DPagedListViewSavedStateTest.java159 private void clickPageDownButton(Matcher<View> pagedListView, int times) { in clickPageDownButton()
/frameworks/native/cmds/installd/tests/
Dinstalld_cache_test.cpp79 struct utimbuf times; in touch() local
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DNitzStateMachineTest.java464 Script verifyOnlyTimeZoneWasSetAndReset(String timeZoneId, int times) { in verifyOnlyTimeZoneWasSetAndReset()
563 void verifyTimeZoneWasSet(String timeZoneId, int times) { in verifyTimeZoneWasSet()
/frameworks/rs/tests/java_api/VrDemo/src/com/example/android/rs/vr/engine/
DQuaternion.java97 public Quaternion times(Quaternion b) { in times() method in Quaternion
/frameworks/base/services/core/java/com/android/server/
DAnyMotionDetector.java424 public Vector3 times(float val) { in times() method in AnyMotionDetector.Vector3
/frameworks/base/core/java/android/app/
DAppOpsManager.java1575 public OpEntry(int op, int mode, long[] times, long[] rejectTimes, int duration, in OpEntry()
1589 public OpEntry(int op, int mode, long[] times, long[] rejectTimes, int duration, in OpEntry()
2583 public static long maxTime(long[] times, int start, int end) { in maxTime()

12