/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/ |
H A D | TouchAnimatorTest.java | 216 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 D | KernelCpuUidActiveTimeReaderTest.java | 98 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 D | KernelCpuUidClusterTimeReaderTest.java | 229 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 D | KernelCpuUidFreqTimeReaderTest.java | 162 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 D | KernelCpuUidUserSysTimeReaderTest.java | 243 private String uidLines(int[] uids, long[][] times) { in uidLines() 295 public void onUidCpuTime(int uid, long[] times) { in onUidCpuTime()
|
H A D | KernelCpuUidBpfMapReaderTest.java | 86 long[] times = {2}; in testReadErrorsLimit() local
|
/aosp14/frameworks/base/apct-tests/perftests/core/src/android/os/ |
H A D | ISomeService.aidl | 4 void readDisk(int times); in readDisk()
|
/aosp14/frameworks/base/core/java/android/gesture/ |
H A D | GestureStroke.java | 52 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 D | cpufreq.proto | 42 repeated TimeInState times = 2; field
|
/aosp14/frameworks/base/media/java/android/media/ |
H A D | VolumeShaper.java | 534 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 D | LoadedClass.java | 90 int[] times = new int[size]; in calculateMedian() local
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/keyguard/ |
H A D | KeyguardClockSwitchControllerTest.java | 253 private void verifyAttachment(VerificationMode times) { in verifyAttachment()
|
/aosp14/system/core/bootstat/ |
H A D | boot_event_record_store.cpp | 88 struct utimbuf times = {/* actime */ file_stat.st_atime, /* modtime */ value}; in AddBootEventWithValue() local
|
H A D | boot_event_record_store_test.cpp | 54 const struct timeval times[] = {atime, mtime}; in CreateEmptyBootEventRecord() local
|
/aosp14/frameworks/base/services/core/java/com/android/server/display/utils/ |
H A D | RollingBuffer.java | 162 long[] times = new long[size]; in expandBuffer() local
|
/aosp14/frameworks/base/media/mca/filterfw/java/android/filterfw/geometry/ |
H A D | Point.java | 68 public Point times(float s) { in times() method in Point
|
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/pm/ |
H A D | UserJourneyLoggerTest.java | 536 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 D | TileLifecycleManagerTest.java | 154 private void verifyBind(int times) { in verifyBind()
|
/aosp14/frameworks/base/services/core/java/com/android/server/utils/quota/ |
H A D | CountQuotaTracker.java | 189 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 D | ContentProtectionEventProcessorTest.java | 559 private void assertOnLoginDetected(ContentCaptureEvent event, int times) throws Exception { in assertOnLoginDetected()
|
/aosp14/frameworks/base/core/jni/ |
H A D | com_android_internal_os_KernelCpuUidBpfMapReader.cpp | 145 auto times = android::bpf::getUidConcurrentTimes(0); in KernelCpuUidClusterTimeBpfMapReader_getDataDimensions() local
|
H A D | com_android_internal_os_KernelSingleProcessCpuThreadReader.cpp | 309 std::vector<std::vector<uint64_t>> times; in getAggregatedTaskCpuFreqTimes() local
|
/aosp14/frameworks/base/tests/FlickerTests/src/com/android/server/wm/flicker/helpers/ |
H A D | GestureHelper.java | 70 public boolean tap(@NonNull Tuple point, int times) throws InterruptedException { in tap()
|
/aosp14/frameworks/base/apex/jobscheduler/service/java/com/android/server/ |
H A D | AnyMotionDetector.java | 445 public Vector3 times(float val) { in times() method in AnyMotionDetector.Vector3
|
/aosp14/frameworks/base/tests/GamePerformance/src/android/gameperformance/ |
H A D | GraphicBufferMetrics.java | 467 Map<String, Double> status, String tag, String key, List<Long> times) { in addResults()
|