Searched refs:iteration (Results 1 – 12 of 12) 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/apps/CtsVerifier/src/com/android/cts/verifier/car/ |
D | GarageModeChecker.java | 130 private void checkConnectivity(int iteration) { 137 if (iteration == 0 || !mHaveContinuousConnectivity) { 180 GarageModeCheckerTask(Handler handler, JobParameters jobParameters, int iteration) { in GarageModeCheckerTask() argument 183 mIteration = iteration; in GarageModeCheckerTask()
|
/cts/tests/sensor/src/android/hardware/cts/ |
D | SensorIntegrationTests.java | 145 for(int iteration = 0; iteration < ITERATIONS_TO_EXECUTE; ++iteration) { in testSensorsMovingRates()
|
/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/src/android/media/cts/ |
D | MediaPlayerTest.java | 2103 AtomicInteger iteration = new AtomicInteger(5); in testSeekWithTimedText() local 2108 iteration.set(Integer.parseInt(args.getString("iteration", "5"))); in testSeekWithTimedText() 2130 for (int i = 0; i < iteration.get(); ++i) { in testSeekWithTimedText()
|
/cts/tests/tests/view/src/android/view/cts/ |
D | PixelCopyTest.java | 670 private static void assertNotLeaking(int iteration, in assertNotLeaking() argument 681 assertEquals("Memory leaked, iteration=" + iteration, in assertNotLeaking()
|
/cts/tests/camera/src/android/hardware/camera2/cts/rs/ |
D | raw_converter.rscript | 384 … // TODO: Once ScriptGroup and RS kernels have been updated to allow for iteration over 3x3 pixel
|
/cts/hostsidetests/sustainedperf/dhrystone/ |
D | Rationale | 195 the measurement loop iteration (1 additional statement, 4 additional
|
/cts/tests/tests/graphics/src/android/graphics/cts/ |
D | BitmapTest.java | 2240 private static void assertNotLeaking(int iteration, in assertNotLeaking() argument 2251 assertEquals("Memory leaked, iteration=" + iteration, in assertNotLeaking()
|