/cts/tests/tests/rsblas/assets/ |
D | blas_gen.py | 58 def sMatGen(m, n, scale): argument 63 def dMatGen(m, n, scale): argument 68 def cMatGen(m, n, scale): argument 75 def zMatGen(m, n, scale): argument 82 def matrixCreateScale(dt, m, n, scale): argument 93 def matrixCreate(dt, m, n): argument 323 def L3_xGEMM(fo, alpha, beta, m, n, k): argument 347 def L3_xSYMM(fo, alpha, beta, m, n): argument 369 def L3_xHEMM(fo, alpha, beta, m, n): argument 391 def L3_xSYRK(fo, alpha, beta, n, k): argument [all …]
|
/cts/tests/simplecpu/jni/ |
D | CpuNativeJni.cpp | 33 #define swapcode(TYPE, parmi, parmj, n) { \ argument 48 swapfunc(char *a, char *b, int n, int swaptype) in swapfunc() 64 #define vecswap(a, b, n) if ((n) > 0) swapfunc(a, b, n, swaptype) argument 75 qsort_local(void *aa, size_t n, size_t es, int (*cmp)(const void *, const void *)) in qsort_local() 211 void doMatrixMultiplication(float* A, float* B, float* C, int n) in doMatrixMultiplication() 243 JNIEnv* env, jclass clazz, jint n, jint repetition) in Java_android_simplecpu_cts_CpuNative_runMatrixMultiplication()
|
/cts/tests/devicepolicy/src/android/devicepolicy/cts/ |
D | BugReportTest.kt | 74 val n = notifications.query().whereNotification().extras().key(Notification.EXTRA_TITLE) in <lambda>() constant 95 val n = notifications.query().whereNotification().extras().key(Notification.EXTRA_TITLE) in <lambda>() constant 249 val n = notifications.query() in <lambda>() constant
|
/cts/tests/tests/rsblas/src/android/renderscript/cts/ |
D | BNNMTest.java | 129 private byte[] runBNNM(int m, int n, int k, byte[] a_byte, int a_offset, byte[] b_byte, in runBNNM() 205 final int n = b_cols; in testSmallMatrices() local 250 final int n = b_cols; in testMediumMatrices1() local 302 final int n = b_cols; in testMediumMatrices2() local 318 int n = 192; in testRealData() local 392 final int n = b_cols; in testClamping() local 446 final int n = b_cols; in testExceptionHandling() local
|
/cts/tests/simplecpu/src/android/simplecpu/cts/ |
D | CpuNative.java | 39 public static native double runMatrixMultiplication(int n, int repetition); in runMatrixMultiplication()
|
/cts/tests/tests/notification/NotificationApp/src/com/android/test/notificationapp/ |
D | NotificationDelegateAndPost.java | 46 Notification n = new Notification.Builder(this, CHANNEL) in onResume() local
|
/cts/tests/AlarmManager/src/android/alarmmanager/cts/ |
D | AlarmReceiver.java | 84 static long getNthLastAlarmTime(int n) { in getNthLastAlarmTime() 88 static long getNthLastCompatAlarmTime(int n) { in getNthLastCompatAlarmTime()
|
D | PersistableEventHistory.java | 72 synchronized long getNthLastEventTime(int n) { in getNthLastEventTime()
|
/cts/tests/tests/os/jni/ |
D | android_os_cts_SPMITest.cpp | 33 int n = scandir(path, &namelist, NULL, NULL); in android_os_cts_SPMITest_leakPointer() local
|
/cts/common/device-side/device-info/src/com/android/compatibility/common/deviceinfo/ |
D | MediaDrmDeviceInfo.java | 74 int n = drmHal.indexOf("/"); in collectDeviceInfo() local
|
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2020-0226/ |
D | poc.cpp | 47 for (uint8_t n = 0; n < kCount; ++n) { in main() local
|
/cts/tests/tests/classloaderfactory/src/android/app/classloaderfactory/cts/ |
D | AppComponentFactoryTest.java | 50 int n; in writeSecondaryApkToDisk() local
|
/cts/tests/inputmethod/legacyimeclienttestlib/src/com/android/cts/inputmethod/ |
D | LegacyImeClientTestUtils.java | 44 public CharSequence getTextBeforeCursor(int n, int flags) { in getTextBeforeCursor() 52 public CharSequence getTextAfterCursor(int n, int flags) { in getTextAfterCursor()
|
/cts/tests/sensor/src/android/hardware/cts/ |
D | SensorManagerStaticTest.java | 290 float [] n = mat9Mul(Rr, Rt); in testGetRotationMatrix() local 295 n[0] + n[4] + n[8], 3.f, 1e-4f); in testGetRotationMatrix() local 397 float [] n = mat9Mul(m9, mat9T(m9)); in testGetRotationMatrixFromVector() local 624 float [] n = new float[16]; in mat9to16() local 636 float [] n = new float[9]; in mat16to9() local 644 private static float [] mat9Mul(float [] m, float [] n) { in mat9Mul() 662 float [] n = new float[9]; in mat9T() local
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/ |
D | Util.java | 68 int n = nextPowerOfTwo(Math.max(data1.length, data2.length)); in computeCrossCorrelation() local 109 public static int nextPowerOfTwo(int n) { in nextPowerOfTwo()
|
/cts/tests/tests/notificationlegacy/notificationlegacy28/src/android/app/notification/legacy28/cts/ |
D | NotificationManager28Test.java | 101 StatusBarNotification n = mHelper.findPostedNotification( in testPostFullScreenIntent_noPermission() local
|
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2019-2014/ |
D | poc.cpp | 42 for (int n = 0; n < NCI_NFCID2_LEN; ++n) { in main() local
|
/cts/tests/tests/telecom/src/android/telecom/cts/ |
D | InCallServiceFlagChecker.java | 99 int n = s.length(); in extractFlagsValue() local
|
/cts/tests/tests/rsblas/libbnnmdata/ |
D | test_data.cpp | 23 const int n = 192; variable
|
/cts/tests/inputmethod/util/src/android/view/inputmethod/cts/util/ |
D | NoOpInputConnection.java | 36 public CharSequence getTextBeforeCursor(int n, int flags) { in getTextBeforeCursor() 42 public CharSequence getTextAfterCursor(int n, int flags) { in getTextAfterCursor()
|
/cts/tests/tests/graphics/src/android/graphics/cts/utils/ |
D | Frame.java | 110 private Frame(float n, float aw, float nbb, float ncb, float c, float nc, float[] rgbD, in Frame() 167 float n = CamUtils.yFromLstar(backgroundLstar) / whitepoint[1]; in make() local
|
/cts/tests/tests/keystore/src/android/keystore/cts/ |
D | CountingSecureRandom.java | 97 public int nextInt(int n) { in nextInt()
|
/cts/tests/app/app/src/android/app/stubs/ |
D | BubblesTestService.java | 49 Notification n = getNotificationForTest(testCase, getApplicationContext()); in onStartCommand() local
|
/cts/hostsidetests/systemui/src/android/host/systemui/ |
D | StatsdNotificationAtomTest.java | 89 AtomsProto.NotificationReported n = data.get(0).getAtom().getNotificationReported(); in testNotificationReported() local
|
/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/utils/ |
D | NoOpInputConnection.java | 37 public CharSequence getTextBeforeCursor(int n, int flags) { in getTextBeforeCursor() 42 public CharSequence getTextAfterCursor(int n, int flags) { in getTextAfterCursor()
|