Home
last modified time | relevance | path

Searched refs:length (Results 1 – 16 of 16) sorted by relevance

/platform_testing/tests/perf/PerformanceLaunch/src/com/android/performanceLaunch/helper/
DSquare.java84 squareCoords.length * 4); in Square()
93 drawOrder.length * 2); in Square()
150 GLES20.GL_TRIANGLES, drawOrder.length, in draw()
DTriangle.java65 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/
DDownloadAppTestHelper.java181 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()
DDownloadAppTests.java65 DownloadAppTestHelper.FILE_TYPES.length)], in testAddCompletedDownload()
/platform_testing/tests/functional/notificationtests/src/com/android/notification/functional/
DNotificationInteractionTests.java85 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()
DNotificationHelper.java225 ssb.setSpan(new StyleSpan(Typeface.BOLD), 0, ssb.length(), 0); in BOLD()
/platform_testing/tests/perf/PerformanceAppTest/src/com/android/performanceapp/tests/
DAppLaunchTests.java145 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/
DDataCollector.java86 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()
DAuptTestRunner.java165 for (int i = 0; i < jarsArray.length; i++) { in loadDexJars()
457 for (int i = 0; i < allMediaFiles.length - mFileRetainCount; i++) { in removeOldImagesFromDcimCameraFolder()
DAuptTestCase.java565 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/
DMediaCaptureTest.java101 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/
DGoogleKeyboardHelperImpl.java145 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/
DMediaCaptureTests.java137 return (file.exists() && file.length() > 0); in validateSavedFile()
/platform_testing/utils/crashcollector/src/android/test/crashcollector/
DCollector.java148 if ((tombstones == null) || (tombstones.length == 0)) { in checkNativeCrashes()
/platform_testing/tests/functional/externalstorage/src/com/android/functional/externalstoragetests/
DExternalStorageHelper.java162 while (((disks == null || disks.length() == 0)) && counter > 0) { in getAdoptionDisk()
/platform_testing/tests/functional/permission/src/com/android/functional/permissiontests/
DPermissionHelper.java125 for (int i = 0; i < requestedPermissions.length; ++i) { in getPermissionByPackage()