Searched +defs:t +defs:n (Results 1 – 9 of 9) sorted by relevance
/cts/tests/tests/media/libmediandkjni/ |
D | native_media_decoder_source.cpp | 127 int t = AMediaExtractor_getSampleTrackIndex(mEx.get()); in run() local 199 std::shared_ptr<Listener> l, std::shared_ptr<ANativeWindow> n) { in prepare()
|
D | native-media-jni.cpp | 305 int n = AMediaExtractor_readSampleData(ex, buf, bufsize); in testExtractor() local 545 int t = AMediaExtractor_getSampleTrackIndex(ex); in Java_android_media_cts_NativeDecoderTest_getDecodedDataNative() local 806 int n = AMediaExtractor_readSampleData(ex, buf, bufsize); in Java_android_media_cts_NativeDecoderTest_testMuxerNative() local
|
/cts/hostsidetests/incident/src/com/android/server/cts/ |
D | BatteryStatsIncidentTest.java | 290 private static void testTimerProto(TimerProto t) throws Exception { in testTimerProto() 393 UidProto.Network n = u.getNetwork(); in testUidProto() local
|
/cts/tests/tests/security/jni/ |
D | android_security_cts_cve_2019_2213_Test.c | 378 void *txn_get(txn_t *t, u32 sz) { in txn_get() 387 binder_size_t txn_offset(txn_t *t) { in txn_offset() 391 void txn_set_offset(txn_t *t, binder_size_t off) { in txn_set_offset() 395 u32 txn_u32(txn_t *t) { in txn_u32() 399 int txn_int(txn_t *t) { in txn_int() 403 u32 txn_handle(txn_t *t) { in txn_handle() 411 u16 *txn_str(txn_t *t) { in txn_str() 420 static inline u64 txn_buf(txn_t *t) { in txn_buf() 441 void recv_txn(int fd, txn_t *t) { in recv_txn() 491 void txn_part(txn_t *t) { in txn_part() [all …]
|
/cts/tests/tests/os/src/android/os/cts/ |
D | DebugTest.java | 103 TestThread t = new TestThread(new Runnable() { in testThreadCpuTimeNanos() local 240 long n = Long.valueOf(s); in checkNumber() local
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/ |
D | RVCVXCheckAnalyzer.java | 295 int n = (int)(size.width * size.height); in asymmetricalCircleGrid() local 1321 double t = Math.sqrt(r[0]*r[0]+r[1]*r[1]+r[2]*r[2]); in rodr2quat() local 1328 double t = Math.sqrt(r[0]*r[0]+r[1]*r[1]+r[2]*r[2]); in rodr2quat() local 1336 double t = Core.norm(rodr); in rodr2quat() local
|
/cts/tests/tests/security/src/android/security/cts/ |
D | StagefrightTest.java | 1060 LooperThread t = new LooperThread(new Runnable() { in testStagefright_bug_68342866() local 1180 LooperThread t = new LooperThread(new Runnable() { in testStagefright_cve_2017_13279() local 1727 LooperThread t = new LooperThread(new Runnable() { in doStagefrightTestMediaPlayer() local 1789 LooperThread t = new LooperThread(new Runnable() { in testStagefright_cve_2019_2129() local 1990 int n = ex.readSampleData(inputBuffers[bufidx], 0); in doStagefrightTestMediaCodec() local 2230 Thread t = new Thread(runner); in runWithTimeout() local 2525 LooperThread t = new LooperThread(new Runnable() { in doStagefrightTestMediaPlayerANR() local
|
/cts/tests/camera/src/android/hardware/camera2/cts/rs/ |
D | RawConverter.java | 507 double n = (x - 0.332) / (y - 0.1858); in calculateColorTemperature() local 761 float t = m[1]; in transpose() local
|
/cts/tests/tests/media/src/android/media/cts/ |
D | NativeDecoderTest.java | 248 int n = ex.readSampleData(buf, 0); in getSampleSizes() local 435 int t = ex.getSampleTrackIndex(); in getDecodedData() local
|