/cts/tests/sensor/src/android/hardware/cts/helpers/sensorverification/ |
D | TimestampClockSourceVerificationTest.java | 72 long ts = getValidTimestamp(); in testVerify_pass() local 87 long ts = getInvalidTimestamp(); in testVerify_fail() local 101 long ts = getValidTimestamp(); in testVerify_jitter_pass() local 115 long ts = getInvalidTimestamp(); in testVerify_jitter_fail() local 129 long ts = getValidTimestamp(); in testVerify_missing_events_pass() local 144 long ts = getInvalidTimestamp(); in testVerify_missing_events_fail() local
|
/cts/tests/app/app/src/android/app/stubs/ |
D | LaunchpadTabActivity.java | 37 final TabHost.TabSpec ts = th.newTabSpec("1"); in onCreate() local
|
/cts/tools/cts-api-coverage/src/com/android/cts/apicoverage/ |
D | ComparisonReport.java | 68 TestSuite ts, in writeComparisonReport() 202 TestSuite ts = TestSuite.parseFrom(new FileInputStream(testSuiteFileName)); in main() local
|
D | TestCaseReport.java | 487 static void printTestSuite(TestSuite ts, List<String> knownFailures) { in printTestSuite() 517 static void printTestSuiteSummary(TestSuite ts, String fName, List<String> knownFailures) in printTestSuiteSummary() 586 TestSuite ts = listTestCases(tsContent, tsPath, tradFedJarPath).build(); in main() local
|
/cts/tests/tests/security/jni/ |
D | android_security_cts_EncryptionTest.cpp | 37 struct timespec ts; in ns() local
|
D | android_security_cts_cve_2019_2213_Test.c | 769 static inline void ns_to_timespec(u64 t, struct timespec *ts) { in ns_to_timespec()
|
/cts/tests/tests/os/jni/ |
D | android_os_cts_SeccompTest.cpp | 72 struct timespec ts; in android_security_cts_SeccompBpfTest_getClockBootTime() local
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/ |
D | RVCVXCheckAnalyzer.java | 852 long [] ts = new long[1]; in analyzeVideo() local 1221 public Mat getFrame(long ts[]) { in getFrame() 1264 public synchronized Mat get(long ts[]) { in get() 1282 public synchronized void put(long ts) { in put()
|
/cts/tools/release-parser/src/com/android/cts/releaseparser/ |
D | TestSuiteParser.java | 496 TestSuite ts = getTestSuite(); in writeCsvFile() local 530 TestSuite ts = getTestSuite(); in writeModuleCsvFile() local
|
/cts/tests/tests/media/common/src/android/media/cts/ |
D | MediaCodecBlockModelHelper.java | 328 FormatChangeEvent(long ts, Set<String> keys, MediaFormat fmt) { in FormatChangeEvent()
|
D | AudioHelper.java | 419 public void add(@NonNull AudioTimestamp ts) { in add()
|
/cts/tests/camera/utils/src/android/hardware/camera2/cts/ |
D | CameraTestUtils.java | 2804 long ts, String filePath) { in validateYuvData() 2820 long ts, String filePath) { in validateP010Data() 2835 long ts, String filePath) { in validateRaw16Data() 2852 long ts, String filePath) { in validateY8Data() 2869 long ts, String filePath) { in validateRawPrivateData() 2889 long ts, String filePath) { in validateDepth16Data() 2907 long ts, String filePath) { in validateDepthPointCloudData()
|
/cts/tests/tests/media/decoder/src/android/media/decoder/cts/ |
D | ImageReaderDecoderTest.java | 664 long ts) { in validateYuvData()
|
/cts/tests/tests/media/audio/src/android/media/audio/cts/ |
D | AudioRecordTest.java | 723 final AudioTimestamp ts = new AudioTimestamp(); in testTimestamp() local
|
/cts/tests/tests/widget/src/android/widget/cts/ |
D | RemoteViewsTest.java | 914 final long ts = SystemClock.uptimeMillis(); in performClick() local
|