/platform_testing/tests/perf/PerformanceLaunch/src/com/android/performanceLaunch/helper/ |
D | Square.java | 84 squareCoords.length * 4); in Square() 93 drawOrder.length * 2); in Square() 150 GLES20.GL_TRIANGLES, drawOrder.length, in draw()
|
D | Triangle.java | 65 private final int vertexCount = triangleCoords.length / COORDS_PER_VERTEX; 79 triangleCoords.length * 4); in Triangle()
|
/platform_testing/tests/functional/downloadapp/src/com/android/functional/downloadapp/ |
D | DownloadAppTestHelper.java | 181 DownloadAppTestHelper.FILE_TYPES[random.nextInt(FILE_TYPES.length)]); in populateContentInDLApp() 193 DownloadAppTestHelper.FILE_TYPES[random.nextInt(FILE_TYPES.length)], in populateContentInDLApp() 207 boolean isMediaScannerScannable, String mimeType, String path, long length, in addToDownloadContentDB() argument 230 values.put("total_bytes", length); in addToDownloadContentDB() 254 if (removeIds.length > 0) { in removeContentInDLApp() 255 Assert.assertEquals(removeIds.length, getDLManager().remove(removeIds)); in removeContentInDLApp() 293 public static String randomWord(int length) { in randomWord() argument 296 for (int j = 0; j < length; j++) { in randomWord()
|
D | DownloadAppTests.java | 65 DownloadAppTestHelper.FILE_TYPES.length)], in testAddCompletedDownload()
|
/platform_testing/tests/functional/notificationtests/src/com/android/notification/functional/ |
D | NotificationInteractionTests.java | 85 int currentSbns = sbns.length; in testDismissAll() 105 assertTrue(String.format("%s notifications have not been cleared", sbns.length), in testDismissAll() 106 sbns.length == currentSbns); in testDismissAll()
|
D | NotificationHelper.java | 225 ssb.setSpan(new StyleSpan(Typeface.BOLD), 0, ssb.length(), 0); in BOLD()
|
/platform_testing/tests/perf/PerformanceAppTest/src/com/android/performanceapp/tests/ |
D | AppLaunchTests.java | 145 int length; in testAppLaunchPerformance() local 146 while ((length = inputStream.read(buffer)) > 0) { in testAppLaunchPerformance() 147 outputStream.write(buffer, 0, length); in testAppLaunchPerformance() 201 for (int count = 0; count < customList.length; count++) { in getActivityList()
|
/platform_testing/libraries/aupt-lib/src/android/support/test/aupt/ |
D | DataCollector.java | 86 private final long mLastUpdate[] = new long[mLoggers.length]; 92 for (int i = 0; i < mIntervals.length; i++) { in Logger() 114 if (values.length < 2) in gcd() 118 for (int i = 1; i < values.length; i++) { in gcd() 144 for (int i = 0; i < mIntervals.length; i++) { in run()
|
D | AuptTestRunner.java | 165 for (int i = 0; i < jarsArray.length; i++) { in loadDexJars() 457 for (int i = 0; i < allMediaFiles.length - mFileRetainCount; i++) { in removeOldImagesFromDcimCameraFolder()
|
D | AuptTestCase.java | 565 Assert.assertTrue("Device doesn't have any account registered", accounts.length >= 1); in getRegisteredEmailAccount() 566 for(int i =0; i < accounts.length; ++i) { in getRegisteredEmailAccount()
|
/platform_testing/tests/smokefast/src/com/android/smokefast/ |
D | MediaCaptureTest.java | 101 long fileLength = outputFile.length(); in runCaptureTest() 103 if ((fileLength = outputFile.length()) > 0) { in runCaptureTest()
|
/platform_testing/libraries/google-keyboard-app-helper/src/android/platform/test/helpers/ |
D | GoogleKeyboardHelperImpl.java | 145 for (int i = 0; i < setCharacters.length(); ++i) { in createImmutableSet() 310 for (int i = 0; i < text.length(); ++i) { in typeText()
|
/platform_testing/tests/androidbvt/apps/src/com/android/androidbvt/ |
D | MediaCaptureTests.java | 137 return (file.exists() && file.length() > 0); in validateSavedFile()
|
/platform_testing/utils/crashcollector/src/android/test/crashcollector/ |
D | Collector.java | 148 if ((tombstones == null) || (tombstones.length == 0)) { in checkNativeCrashes()
|
/platform_testing/tests/functional/externalstorage/src/com/android/functional/externalstoragetests/ |
D | ExternalStorageHelper.java | 162 while (((disks == null || disks.length() == 0)) && counter > 0) { in getAdoptionDisk()
|
/platform_testing/tests/functional/permission/src/com/android/functional/permissiontests/ |
D | PermissionHelper.java | 125 for (int i = 0; i < requestedPermissions.length; ++i) { in getPermissionByPackage()
|