/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/tests/notificationlegacy/notificationlegacy28/src/android/app/notification/legacy28/cts/ |
D | NotificationManager28Test.java | 73 StatusBarNotification n = findPostedNotification(id); in testPostFullScreenIntent_noPermission() local 82 StatusBarNotification n = null; in findPostedNotification() local
|
/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/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/app/NotificationDelegator/src/com/android/test/notificationdelegator/ |
D | NotificationDelegateAndPost.java | 46 Notification n = new Notification.Builder(this, CHANNEL) in onCreate() local
|
/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/tests/tests/notificationlegacy/notificationlegacy29/src/android/app/notification/legacy29/cts/ |
D | NotificationManager29Test.java | 110 StatusBarNotification n = null; in findPostedNotification() local 150 StatusBarNotification n = findPostedNotification(id); in testPostFullScreenIntent_noPermission() local
|
/cts/tests/tests/classloaderfactory/src/android/app/classloaderfactory/cts/ |
D | AppComponentFactoryTest.java | 49 int n; in writeSecondaryApkToDisk() 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/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/hostsidetests/securitybulletin/securityPatch/CVE-2019-2014/ |
D | poc.cpp | 42 for (int n = 0; n < NCI_NFCID2_LEN; ++n) { in main() local
|
/cts/tests/AlarmManager/src/android/alarmmanager/cts/ |
D | AlarmReceiver.java | 43 static synchronized long getNthLastAlarmTime(int n) { in getNthLastAlarmTime()
|
/cts/tests/app/src/android/app/cts/android/app/cts/tools/ |
D | NotificationHelper.java | 50 StatusBarNotification n = findNotificationNoWait(id, all); in findPostedNotification() local
|
/cts/tests/tests/rsblas/libbnnmdata/ |
D | test_data.cpp | 23 const int n = 192; variable
|
/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/suite/audio_quality/test_description/processing/ |
D | calc_delay.py | 26 def convolution(data0, data1reversed, n): argument
|
/cts/tests/tests/keystore/src/android/keystore/cts/ |
D | CountingSecureRandom.java | 97 public int nextInt(int n) { in nextInt()
|
/cts/tests/inputmethod/src/android/view/inputmethod/cts/ |
D | InputConnectionBlockingMethodTest.java | 260 public CharSequence getTextAfterCursor(int n, int flags) { in testGetTextAfterCursor() 290 public CharSequence getTextAfterCursor(int n, int flags) { in testGetTextAfterCursorFailWithTimeout() 321 public CharSequence getTextAfterCursor(int n, int flags) { in testGetTextAfterCursorFailFastAfterUnbindInput() 361 public CharSequence getTextBeforeCursor(int n, int flags) { in testGetTextBeforeCursor() 391 public CharSequence getTextBeforeCursor(int n, int flags) { in testGetTextBeforeCursorFailWithTimeout() 422 public CharSequence getTextBeforeCursor(int n, int flags) { in testGetTextBeforeCursorFailFastAfterUnbindInput()
|
/cts/tests/app/app/src/android/app/stubs/ |
D | BubblesTestService.java | 49 Notification n = getNotificationForTest(testCase, getApplicationContext()); in onStartCommand() local
|
/cts/suite/audio_quality/lib/src/ |
D | StringUtil.cpp | 42 android::String8 StringUtil::substr(const android::String8& str, size_t pos, size_t n) in substr()
|
/cts/hostsidetests/media/bitstreams/src/android/media/cts/bitstreams/ |
D | SupportedBitstreamsProcessor.java | 89 int n = Integer.parseInt(lines[i++]); in process() local
|
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2020-0450/ |
D | poc.cpp | 103 for (int n = 0; n < I93_MAX_BLOCK_LENGH; ++n) { in rw_i93_send_cmd_write_single_block() local
|
/cts/hostsidetests/devicepolicy/app/IntentSender/src/com/android/cts/intent/sender/ |
D | AppLinkTest.java | 98 private void assertNumberOfReceivers(int n) { in assertNumberOfReceivers()
|