Home
last modified time | relevance | path

Searched defs:ts (Results 1 – 13 of 13) sorted by relevance

/cts/tests/sensor/src/android/hardware/cts/helpers/sensorverification/
DTimestampClockSourceVerificationTest.java72 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/
DLaunchpadTabActivity.java37 final TabHost.TabSpec ts = th.newTabSpec("1"); in onCreate() local
/cts/tools/cts-api-coverage/src/com/android/cts/apicoverage/
DComparisonReport.java66 TestSuite ts, in writeComparsionReport()
200 TestSuite ts = TestSuite.parseFrom(new FileInputStream(testSuiteFileName)); in main() local
DTestCaseReport.java487 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/
Dandroid_security_cts_EncryptionTest.cpp38 struct timespec ts; in ns() local
Dandroid_security_cts_cve_2019_2213_Test.c768 static inline void ns_to_timespec(u64 t, struct timespec *ts) { in ns_to_timespec()
/cts/tests/tests/os/jni/
Dandroid_os_cts_SeccompTest.cpp73 struct timespec ts; in android_security_cts_SeccompBpfTest_getClockBootTime() local
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/
DRVCVXCheckAnalyzer.java835 long [] ts = new long[1]; in analyzeVideo() local
1204 public Mat getFrame(long ts[]) { in getFrame()
1247 public synchronized Mat get(long ts[]) { in get()
1265 public synchronized void put(long ts) { in put()
/cts/tools/release-parser/src/com/android/cts/releaseparser/
DTestSuiteParser.java496 TestSuite ts = getTestSuite(); in writeCsvFile() local
530 TestSuite ts = getTestSuite(); in writeModuleCsvFile() local
/cts/tests/camera/utils/src/android/hardware/camera2/cts/
DCameraTestUtils.java1674 long ts, String filePath) { in validateYuvData()
1690 long ts, String filePath) { in validateRaw16Data()
1707 long ts, String filePath) { in validateY8Data()
1724 long ts, String filePath) { in validateRawPrivateData()
1744 long ts, String filePath) { in validateDepth16Data()
1762 long ts, String filePath) { in validateDepthPointCloudData()
/cts/tests/tests/media/src/android/media/cts/
DAudioHelper.java296 public void add(@NonNull AudioTimestamp ts) { in add()
DImageReaderDecoderTest.java702 long ts) { in validateYuvData()
DAudioRecordTest.java572 final AudioTimestamp ts = new AudioTimestamp(); in testTimestamp() local