/cts/tests/sensor/src/android/hardware/cts/helpers/sensorverification/ |
D | TimestampClockSourceVerificationTest.java | 72 long ts = getValidTimestamp(); in testVerify_pass() local 73 long[] timestamps = {ts-4000000, ts-3000000, ts-2000000, ts-1000000, ts}; in testVerify_pass() 87 long ts = getInvalidTimestamp(); in testVerify_fail() local 88 long[] timestamps = {ts-4000000, ts-3000000, ts-2000000, ts-1000000, ts}; in testVerify_fail() 101 long ts = getValidTimestamp(); in testVerify_jitter_pass() local 102 long[] timestamps = {ts-3900000, ts-2950000, ts-2050000, ts-1000000, ts-50000}; in testVerify_jitter_pass() 115 long ts = getInvalidTimestamp(); in testVerify_jitter_fail() local 116 long[] timestamps = {ts-3900000, ts-2950000, ts-2050000, ts-1000000, ts-50000}; in testVerify_jitter_fail() 129 long ts = getValidTimestamp(); in testVerify_missing_events_pass() local 130 long[] timestamps = {ts-4000000, ts-3000000, ts-1000000, ts}; in testVerify_missing_events_pass() [all …]
|
/cts/tests/app/app/src/android/app/stubs/ |
D | LaunchpadTabActivity.java | 37 final TabHost.TabSpec ts = th.newTabSpec("1"); in onCreate() local 38 ts.setIndicator("One"); in onCreate() 39 ts.setContent(tabIntent); in onCreate() 40 th.addTab(ts); in onCreate()
|
/cts/tests/tests/security/jni/ |
D | android_security_cts_EncryptionTest.cpp | 75 struct timespec ts; in ns() local 76 clock_gettime(CLOCK_MONOTONIC, &ts); in ns() 77 return (uint64_t)ts.tv_sec * 1000000000 + ts.tv_nsec; in ns()
|
D | android_security_cts_NativeCodeTest.cpp | 139 static inline int futex_syscall(volatile int* uaddr, int op, int val, const struct timespec* ts, in futex_syscall() argument 141 return syscall(__NR_futex, uaddr, op, val, ts, uaddr2, val3); in futex_syscall() 245 struct timespec ts; in android_security_cts_NativeCodeTest_doPipeReadVTest() local 289 clock_gettime(CLOCK_MONOTONIC, &ts); in android_security_cts_NativeCodeTest_doPipeReadVTest() 290 time = ts.tv_sec; in android_security_cts_NativeCodeTest_doPipeReadVTest() 306 clock_gettime(CLOCK_MONOTONIC, &ts); in android_security_cts_NativeCodeTest_doPipeReadVTest() 307 if ((ts.tv_sec - time) > TIMEOUT) { in android_security_cts_NativeCodeTest_doPipeReadVTest()
|
/cts/tests/tests/media/assets/ |
D | hls.m3u8 | 5 segment000000.ts 7 segment000001.ts
|
D | prog_index.m3u8 | 7 fileSequence0.ts 9 fileSequence1.ts
|
D | fileSequence1.ts | 2338 �G��|�6}������y5�{9�0f���������a>��;��.�L( ��C(����Η�LmM�|�쉒5�)+6�%%�}���RT}><ts��;����…
|
D | segment000001.ts | 2047 ���|�6}������y5�{9�0f���������a>��;��.�L( ��C(����Η�LmM�|G�쉒5�)+6�%%�}���RT}><ts��;����…
|
D | segment000000.ts | 2443 c�.�h���؋��3ͨ�J�a<�ts�@� �o�{�!_���H(�5GNl��~B$cj�����7�G��}��H�r�������t�]�����^�…
|
/cts/tests/tests/os/jni/ |
D | android_os_cts_SeccompTest.cpp | 83 struct timespec ts; in android_security_cts_SeccompBpfTest_getClockBootTime() local 84 int rv = clock_gettime(CLOCK_BOOTTIME_ALARM, &ts); in android_security_cts_SeccompBpfTest_getClockBootTime()
|
/cts/tools/cts-api-coverage/src/com/android/cts/apicoverage/ |
D | ComparisonReport.java | 66 TestSuite ts, in writeComparsionReport() argument 77 for (TestSuite.Package pkg : ts.getPackagesList()) { in writeComparsionReport() 200 TestSuite ts = TestSuite.parseFrom(new FileInputStream(testSuiteFileName)); in main() local 204 ts, in main()
|
D | TestCaseReport.java | 487 static void printTestSuite(TestSuite ts, List<String> knownFailures) { in printTestSuite() argument 491 for (TestSuite.Package pkg : ts.getPackagesList()) { in printTestSuite() 517 static void printTestSuiteSummary(TestSuite ts, String fName, List<String> knownFailures) in printTestSuiteSummary() argument 526 for (TestSuite.Package pkg : ts.getPackagesList()) { in printTestSuiteSummary() 586 TestSuite ts = listTestCases(tsContent, tsPath, tradFedJarPath).build(); in main() local 591 ts.writeTo(output); in main()
|
/cts/tests/tests/security/src/android/security/cts/ |
D | SSLConscryptPlainTextExposureTest.java | 121 KeyStore ts = null; in StartConnect() local 123 ts = KeyStore.getInstance(KeyStore.getDefaultType()); in StartConnect() 135 ts.load(trustedCert, "trusted".toCharArray()); in StartConnect() 160 tmf.init(ts); in StartConnect() 520 KeyStore ts = null; in runServer() local 522 ts = KeyStore.getInstance(KeyStore.getDefaultType()); in runServer() 533 ts.load(trustedCert, "trusted".toCharArray()); in runServer() 557 tmf.init(ts); in runServer()
|
/cts/tests/tests/media/ |
D | Android.mk | 73 LOCAL_AAPT_FLAGS += -0 .ts
|
/cts/tests/sensor/src/android/hardware/cts/ |
D | SensorDirectReportTest.java | 1290 long d = events.get(i).ts - events.get(i-1).ts; in checkEventRate() 1348 long d = events.get(i).ts - events.get(i-1).ts; in checkEventRateUs() 1469 long d = e.arrivalTs - e.ts; in checkTimestampAbsolute() 1509 directAverageLatency += e.arrivalTs - e.ts; in checkTimestampRelative() 1515 pollAverageLatency += e.arrivalTs - e.ts; in checkTimestampRelative() 1541 public long ts; 1585 event.ts = e.ts; 1617 e.ts = event.timestamp; 1675 ev.ts = mByteBuffer.getLong(); 1691 ev.ts = b.getLong();
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/ |
D | RVCVXCheckAnalyzer.java | 832 long [] ts = new long[1]; in analyzeVideo() local 834 while ((frame = videoDecoder.getFrame(ts)) !=null) { in analyzeVideo() 839 if (use_timestamp && ts[0] == -1) { in analyzeVideo() 895 timestamp = (double)ts[0] / 1e6; in analyzeVideo() 1182 public Mat getFrame(long ts[]) { in getFrame() argument 1183 return mMatBuffer.get(ts); in getFrame() 1225 public synchronized Mat get(long ts[]) { in get() argument 1239 ts[0] = timestamp; in get() 1243 public synchronized void put(long ts) { in put() argument 1256 timestamp = ts; in put()
|
/cts/tests/camera/utils/src/android/hardware/camera2/cts/ |
D | CameraTestUtils.java | 1588 long ts, String filePath) { in validateYuvData() argument 1598 filePath + "/" + width + "x" + height + "_" + ts / 1e6 + ".yuv"; in validateYuvData() 1604 long ts, String filePath) { in validateRaw16Data() argument 1613 filePath + "/" + width + "x" + height + "_" + ts / 1e6 + ".raw16"; in validateRaw16Data() 1621 long ts, String filePath) { in validateRawPrivateData() argument 1633 filePath + "/" + width + "x" + height + "_" + ts / 1e6 + ".rawPriv"; in validateRawPrivateData() 1641 long ts, String filePath) { in validateDepth16Data() argument 1650 filePath + "/" + width + "x" + height + "_" + ts / 1e6 + ".depth16"; in validateDepth16Data() 1659 long ts, String filePath) { in validateDepthPointCloudData() argument 1667 filePath + "/" + width + "x" + height + "_" + ts / 1e6 + ".depth_point_cloud"; in validateDepthPointCloudData()
|
/cts/tests/tests/media/src/android/media/cts/ |
D | ImageReaderDecoderTest.java | 699 long ts) { in validateYuvData() argument
|