Home
last modified time | relevance | path

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

12

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/
H A 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()
/aosp14/frameworks/base/core/tests/coretests/src/com/android/internal/os/
H A 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()
H A 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()
H A 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()
H A DKernelCpuUidUserSysTimeReaderTest.java243 private String uidLines(int[] uids, long[][] times) { in uidLines()
295 public void onUidCpuTime(int uid, long[] times) { in onUidCpuTime()
H A DKernelCpuUidBpfMapReaderTest.java86 long[] times = {2}; in testReadErrorsLimit() local
/aosp14/frameworks/base/apct-tests/perftests/core/src/android/os/
H A DISomeService.aidl4 void readDisk(int times); in readDisk()
/aosp14/frameworks/base/core/java/android/gesture/
H A 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
/aosp14/frameworks/base/core/proto/android/os/
H A Dcpufreq.proto42 repeated TimeInState times = 2; field
/aosp14/frameworks/base/media/java/android/media/
H A 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()
/aosp14/frameworks/base/tools/preload/
H A DLoadedClass.java90 int[] times = new int[size]; in calculateMedian() local
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/keyguard/
H A DKeyguardClockSwitchControllerTest.java253 private void verifyAttachment(VerificationMode times) { in verifyAttachment()
/aosp14/system/core/bootstat/
H A Dboot_event_record_store.cpp88 struct utimbuf times = {/* actime */ file_stat.st_atime, /* modtime */ value}; in AddBootEventWithValue() local
H A Dboot_event_record_store_test.cpp54 const struct timeval times[] = {atime, mtime}; in CreateEmptyBootEventRecord() local
/aosp14/frameworks/base/services/core/java/com/android/server/display/utils/
H A DRollingBuffer.java162 long[] times = new long[size]; in expandBuffer() local
/aosp14/frameworks/base/media/mca/filterfw/java/android/filterfw/geometry/
H A DPoint.java68 public Point times(float s) { in times() method in Point
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
H A 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()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/external/
H A DTileLifecycleManagerTest.java154 private void verifyBind(int times) { in verifyBind()
/aosp14/frameworks/base/services/core/java/com/android/server/utils/quota/
H A DCountQuotaTracker.java189 final LongArrayQueue times = mEventTimes in noteEvent() local
618 public void accept(LongArrayQueue times) { in accept()
/aosp14/frameworks/base/core/tests/coretests/src/android/view/contentprotection/
H A DContentProtectionEventProcessorTest.java559 private void assertOnLoginDetected(ContentCaptureEvent event, int times) throws Exception { in assertOnLoginDetected()
/aosp14/frameworks/base/core/jni/
H A Dcom_android_internal_os_KernelCpuUidBpfMapReader.cpp145 auto times = android::bpf::getUidConcurrentTimes(0); in KernelCpuUidClusterTimeBpfMapReader_getDataDimensions() local
H A Dcom_android_internal_os_KernelSingleProcessCpuThreadReader.cpp309 std::vector<std::vector<uint64_t>> times; in getAggregatedTaskCpuFreqTimes() local
/aosp14/frameworks/base/tests/FlickerTests/src/com/android/server/wm/flicker/helpers/
H A DGestureHelper.java70 public boolean tap(@NonNull Tuple point, int times) throws InterruptedException { in tap()
/aosp14/frameworks/base/apex/jobscheduler/service/java/com/android/server/
H A DAnyMotionDetector.java445 public Vector3 times(float val) { in times() method in AnyMotionDetector.Vector3
/aosp14/frameworks/base/tests/GamePerformance/src/android/gameperformance/
H A DGraphicBufferMetrics.java467 Map<String, Double> status, String tag, String key, List<Long> times) { in addResults()

12