Searched refs:iteration (Results 1 – 13 of 13) sorted by relevance
/cts/tests/tests/renderscript/src/android/renderscript/cts/ |
D | group2.rscript | 14 rsDebug("Failed to read in on iteration: ", x); 19 rsDebug("Failed to read -5 on iteration: ", x);
|
/cts/tests/sensor/src/android/hardware/cts/helpers/sensoroperations/ |
D | RepeatingSensorOperation.java | 80 public TestNode(ISensorTestNode parent, int iteration) { in TestNode() argument 82 mIteration = iteration; in TestNode()
|
/cts/tests/tests/security/src/android/security/cts/ |
D | CVE_2023_20960.java | 104 int iteration = 0; in testPocCVE_2023_20960() local 105 while (!resumedTruePattern.matcher(activityDump).find() && iteration <= 5) { in testPocCVE_2023_20960() 112 iteration++; in testPocCVE_2023_20960()
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/car/ |
D | GarageModeChecker.java | 131 private void checkConnectivity(int iteration) { 138 if (iteration == 0 || !mHaveContinuousConnectivity) { 192 GarageModeCheckerTask(Handler handler, JobParameters jobParameters, int iteration) { in GarageModeCheckerTask() argument 195 mIteration = iteration; in GarageModeCheckerTask()
|
/cts/tests/sensor/src/android/hardware/cts/ |
D | SensorIntegrationTests.java | 144 for(int iteration = 0; iteration < ITERATIONS_TO_EXECUTE; ++iteration) { in testSensorsMovingRates()
|
/cts/tests/tests/view/src/android/view/cts/ |
D | MotionEventTest.java | 1144 for (int iteration = 0; iteration < NUM_MOTION_EVENT_ALLOCATIONS; ++iteration) { in testNativeToJavaConverterMemoryLeak() 1157 for (int iteration = 0; iteration < NUM_MOTION_EVENT_ALLOCATIONS; ++iteration) { in testNativeToJavaConverterMemoryLeakRecylingObjects() 1175 for (int iteration = 0; iteration < NUM_MOTION_EVENT_ALLOCATIONS; ++iteration) { in testJavaToNativeConverterMemoryLeak()
|
D | KeyEventTest.java | 871 for (int iteration = 0; iteration < NUM_KEY_EVENT_ALLOCATIONS; ++iteration) { in testNativeToJavaConverterMemoryLeak() 882 for (int iteration = 0; iteration < NUM_KEY_EVENT_ALLOCATIONS; ++iteration) { in testJavaToNativeConverterMemoryLeak()
|
D | PixelCopyTest.java | 771 private static void assertNotLeaking(int iteration, in assertNotLeaking() argument 782 assertEquals("Memory leaked, iteration=" + iteration, in assertNotLeaking()
|
/cts/tests/tests/renderscript/src/android/renderscript/cts/refocus/ |
D | pixel_format_f32.rsh | 18 // layer processing for the next iteration.
|
D | layered_filter_fast_d1new.rscript | 50 // whether or not to use integral image in this iteration. 484 // Resets fields of this pixel to prepare for the next iteration. 538 // Resets fields of this pixel to prepare for the next iteration.
|
D | layered_filter_fast_f32.rscript | 49 // whether or not to use integral image in this iteration. 353 // Resets fields of this pixel to prepare for the next iteration.
|
/cts/tests/tests/media/player/src/android/media/player/cts/ |
D | MediaPlayerTest.java | 2228 AtomicInteger iteration = new AtomicInteger(5); in testSeekWithTimedText() local 2233 iteration.set(Integer.parseInt(args.getString("iteration", "5"))); in testSeekWithTimedText() 2248 for (int i = 0; i < iteration.get(); ++i) { in testSeekWithTimedText()
|
/cts/hostsidetests/sustainedperf/dhrystone/ |
D | Rationale | 195 the measurement loop iteration (1 additional statement, 4 additional
|