Home
last modified time | relevance | path

Searched refs:iteration (Results 1 – 12 of 12) sorted by relevance

/cts/tests/tests/renderscript/src/android/renderscript/cts/
Dgroup2.rscript14 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/
DRepeatingSensorOperation.java80 public TestNode(ISensorTestNode parent, int iteration) { in TestNode() argument
82 mIteration = iteration; in TestNode()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/car/
DGarageModeChecker.java130 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/
DSensorIntegrationTests.java145 for(int iteration = 0; iteration < ITERATIONS_TO_EXECUTE; ++iteration) { in testSensorsMovingRates()
/cts/tests/tests/renderscript/src/android/renderscript/cts/refocus/
Dpixel_format_f32.rsh18 // layer processing for the next iteration.
Dlayered_filter_fast_d1new.rscript50 // 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.
Dlayered_filter_fast_f32.rscript49 // 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/
DMediaPlayerTest.java2103 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/
DPixelCopyTest.java670 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/
Draw_converter.rscript384 … // TODO: Once ScriptGroup and RS kernels have been updated to allow for iteration over 3x3 pixel
/cts/hostsidetests/sustainedperf/dhrystone/
DRationale195 the measurement loop iteration (1 additional statement, 4 additional
/cts/tests/tests/graphics/src/android/graphics/cts/
DBitmapTest.java2240 private static void assertNotLeaking(int iteration, in assertNotLeaking() argument
2251 assertEquals("Memory leaked, iteration=" + iteration, in assertNotLeaking()