Home
last modified time | relevance | path

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

123

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/
DTouchAnimatorTest.java216 private void verifyOnAnimationAtStart(int times) { in verifyOnAnimationAtStart()
220 private void verifyOnAnimationAtEnd(int times) { in verifyOnAnimationAtEnd()
224 private void verifyOnAnimationStarted(int times) { in verifyOnAnimationStarted()
/frameworks/base/core/tests/coretests/src/com/android/internal/os/
DKernelCpuUidActiveTimeReaderTest.java98 final long[][] times = increaseTime(new long[mUids.length][mCpus]); in testReadDelta() local
227 private void setCpusAndData(long[][] times) throws IOException { in setCpusAndData()
249 private String uidLines(int[] uids, long[][] times) { in uidLines()
278 private long getActiveTime(long[] times) { in getActiveTime()
DKernelCpuUidClusterTimeReaderTest.java229 private void setCoresAndData(long[][] times) throws IOException { in setCoresAndData()
251 private long[] clusterTime(long[] times) { in clusterTime()
257 private String uidLines(int[] uids, long[][] times) { in uidLines()
309 public void onUidCpuTime(int uid, long[] times) { in onUidCpuTime()
DKernelCpuUidFreqTimeReaderTest.java162 final long[][] times = increaseTime(new long[mUids.length][freqs.length]); in testReadDelta() local
304 private void setFreqsAndData(long[] freqs, long[][] times) throws IOException { in setFreqsAndData()
343 private String uidLines(int[] uids, long[][] times) { in uidLines()
395 public void onUidCpuTime(int uid, long[] times) { in onUidCpuTime()
DKernelCpuUidUserSysTimeReaderTest.java243 private String uidLines(int[] uids, long[][] times) { in uidLines()
295 public void onUidCpuTime(int uid, long[] times) { in onUidCpuTime()
DKernelCpuUidBpfMapReaderTest.java86 long[] times = {2}; in testReadErrorsLimit() local
/frameworks/native/services/surfaceflinger/tests/unittests/
DRefreshRateStatsTest.cpp67 auto times = mRefreshRateStats->getTotalTimes(); in TEST_F() local
114 auto times = mRefreshRateStats->getTotalTimes(); in TEST_F() local
DVSyncDispatchRealtimeTest.cpp193 cbs.with_callback_times([](auto times) { EXPECT_THAT(times.size(), Eq(mIterations)); }); in TEST_F()
214 cb_receiver.with_callback_times([](auto times) { EXPECT_THAT(times.size(), Eq(mIterations)); }); in TEST_F()
236 cb_receiver.with_callback_times([](auto times) { EXPECT_THAT(times.size(), Eq(mIterations)); }); in TEST_F()
/frameworks/base/apct-tests/perftests/core/src/android/os/
DISomeService.aidl4 void readDisk(int times); in readDisk()
/frameworks/native/libs/cputimeinstate/
Dtesttimeinstate.cpp58 auto times = getTotalCpuFreqTimes(); in TEST_F() local
64 auto times = getUidCpuFreqTimes(0); in TEST_F() local
130 auto times = getUidCpuFreqTimes(0); in TEST_F() local
366 auto times = kv.second; in TEST_F() local
389 auto times = kv.second; in TEST_F() local
486 auto times = kv.second; in TEST_F() local
498 auto times = getUidsCpuFreqTimes(); in TEST_F() local
526 auto times = getUidCpuFreqTimes(uid); in TEST_F() local
564 auto times = getUidCpuFreqTimes(0); in TEST_F() local
667 auto times = getUidsCpuFreqTimes(); in TEST_F() local
/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/rs/toolkit/test/
DBufferUtils.kt47 operator fun times(other: Int4) = Int4(x * other.x, y * other.y, z * other.z, w * other.w) in plus() method in com.example.testapp.Int4
48 operator fun times(n: Int) = Int4(x * n, y * n, z * n, w * n) in plus() method in com.example.testapp.Int4
70 operator fun times(other: Float4) = Float4(x * other.x, y * other.y, z * other.z, w * other.w) in plus() method in com.example.testapp.Float4
71 operator fun times(f: Float) = Float4(x * f, y * f, z * f, w * f) in plus() method in com.example.testapp.Float4
124 operator fun times(other: Rgba) = Rgba(r * other.r, g * other.g, b * other.b, a * other.a) shr 8 in plus() method in com.example.testapp.Rgba
125 operator fun times(scalar: Int) = Rgba(r * scalar, g * scalar, b * scalar, a * scalar) shr 8 in plus() method in com.example.testapp.Rgba
424 operator fun FloatArray.times(other: FloatArray) = FloatArray(size) { this[it] * other[it] } in <lambda>() method
425 operator fun FloatArray.times(other: Float) = FloatArray(size) { this[it] * other } in <lambda>() method
/frameworks/base/packages/EasterEgg/src/com/android/egg/landroid/
DComposeTools.kt30 operator fun Easing.times(next: Easing) = { x: Float -> next.transform(transform(x)) } in times() method
/frameworks/base/media/java/android/media/
DVolumeShaper.java534 final float[] times = new float[length / 2]; in fromParcelable() local
680 @NonNull float[] times, in Configuration()
767 private static @Nullable String checkCurveForErrors( in checkCurveForErrors()
809 private static void checkCurveForErrorsAndThrowException( in checkCurveForErrorsAndThrowException()
1010 public @NonNull Builder setCurve(@NonNull float[] times, @NonNull float[] volumes) { in setCurve()
/frameworks/base/tools/preload/
DLoadedClass.java90 int[] times = new int[size]; in calculateMedian() local
/frameworks/base/packages/SystemUI/tests/src/com/android/keyguard/
DKeyguardClockSwitchControllerTest.java253 private void verifyAttachment(VerificationMode times) { in verifyAttachment()
/frameworks/base/services/core/java/com/android/server/display/utils/
DRollingBuffer.java162 long[] times = new long[size]; in expandBuffer() local
/frameworks/native/opengl/tests/fillrate/
Dfillrate.cpp130 nsecs_t times[32]; in main() local
/frameworks/base/media/mca/filterfw/java/android/filterfw/geometry/
DPoint.java68 public Point times(float s) { in times() method in Point
/frameworks/rs/tests/java_api/ImageProcessing_jb/src/com/android/rs/image/
DImageProcessingTest.java110 Result times = ta.getBenchmark(); in runTest() local
123 private void writeResults(String directory, String filename, Result times) { in writeResults()
/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
DUserJourneyLoggerTest.java536 int targetUserId, int userType, int userFlags, int errorCode, int times) { in captureAndAssert()
578 long sessionId, int targetUserId, int event, int state, int errorCode, int times) { in captureAndAssert()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/external/
DTileLifecycleManagerTest.java154 private void verifyBind(int times) { in verifyBind()
/frameworks/av/media/libaaudio/src/utility/
DAAudioUtilities.h201 const std::function<bool()>& f, int times, int sleepMs) { in AAudio_tryUntilTrue()
/frameworks/native/cmds/installd/tests/
Dinstalld_cache_test.cpp84 struct utimbuf times; in touch() local

123