Searched defs:iteration (Results 1 - 12 of 12) sorted by relevance

/frameworks/av/media/libstagefright/codecs/amrnb/common/src/
H A Ddiv_s.cpp103 Word16 iteration;
125 for (iteration = 15; iteration > 0; iteration--)
216 Word16 iteration; local
238 for (iteration = 5; iteration > 0; iteration--)
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/helpers/
H A DCameraTestResultPrinter.java36 private static final String KEY_ITERATION = "iteration";
58 public void printStatus(int numAttempts, int iteration, String cameraId) throws Exception { argument
59 Log.v(TAG, String.format("Print status: numAttempts=%d iteration=%d cameraId=%s",
60 numAttempts, iteration, cameraId));
62 sendInstrumentationStatus(numAttempts, iteration, cameraId);
65 writeToFile(numAttempts, iteration, cameraId);
72 public void printStatus(int numAttempts, int iteration) throws Exception { argument
73 printStatus(numAttempts, iteration, "");
79 private void sendInstrumentationStatus(int numAttempts, int iteration, String cameraId) argument
83 output.putString(KEY_ITERATION, String.valueOf(iteration));
90 writeToFile(final int numAttempts, final int iteration, String cameraId) argument
[all...]
/frameworks/base/tests/JankBench/app/src/main/java/com/android/benchmark/results/
H A DGlobalResultsStore.java63 " iteration INTEGER," +
78 public void storeRunResults(String testName, int runId, int iteration, argument
92 cv.put("iteration", iteration);
138 "iteration",
152 new String[] { Integer.toString(runId), testName }, null, null, "iteration");
157 int iteration = cursor.getInt(cursor.getColumnIndexOrThrow("iteration"));
179 if (resultList.size() == iteration) {
181 resultList.add(iteration, iterationResul
[all...]
/frameworks/base/libs/hwui/
H A DPropertyValuesAnimatorSet.cpp150 long iteration; local
153 iteration = mRepeatCount;
157 iteration = (playTime - mStartDelay) / mDuration;
160 setFraction(currentIterationFraction, iteration);
163 void PropertyAnimator::setFraction(float fraction, long iteration) { argument
164 double totalFraction = fraction + iteration;
173 // Check the play direction (i.e. reverse or restart) every other iteration, and calculate the
175 if (iteration % 2 && mRepeatMode == RepeatMode::Reverse) {
/frameworks/av/media/libstagefright/codecs/amrwb/src/
H A Dpvamrwb_math_op.cpp208 int16 iteration; local
227 for (iteration = 5; iteration > 0; iteration--)
/frameworks/base/core/tests/coretests/src/android/os/
H A DPerformanceCollectorTest.java80 Bundle iteration = mPerfCollector.addIteration("timing1");
82 verifyIterationBundle(iteration, "timing1");
147 Bundle iteration = mPerfCollector.addIteration("timing5");
149 verifyIterationBundle(iteration, "timing5");
454 private void verifyIterationBundle(Bundle iteration, String label) { argument
455 assertEquals(3, iteration.size());
456 assertTrue(iteration.containsKey(PerformanceCollector.METRIC_KEY_LABEL));
457 assertEquals(label, iteration.getString(PerformanceCollector.METRIC_KEY_LABEL));
458 assertTrue(iteration.containsKey(PerformanceCollector.METRIC_KEY_CPU_TIME));
459 assertTrue(iteration
[all...]
/frameworks/base/tests/JankBench/app/src/main/java/com/android/benchmark/app/
H A DRunLocalBenchmarksActivity.java296 private void runBenchmarkForId(int id, int iteration) { argument
300 System.out.println("iteration: " + iteration);
360 intent.putExtra("com.android.benchmark.ITERATION", iteration);
/frameworks/base/tests/JankBench/app/src/main/java/com/android/benchmark/ui/automation/
H A DAutomator.java92 AutomateCallback callback, String testName, int runId, int iteration) {
103 mIteration = iteration;
256 public Automator(String testName, int runId, int iteration, argument
262 mIteration = iteration;
91 AutomatorHandler(Looper looper, Window window, CollectorThread collectorThread, AutomateCallback callback, String testName, int runId, int iteration) argument
/frameworks/av/media/libstagefright/codecs/amrwbenc/inc/
H A Dbasic_op.h1002 Word16 iteration; local
1029 for (iteration = 0; iteration < 15; iteration++)
/frameworks/base/core/java/android/animation/
H A DValueAnimator.java136 * mPlayingBackwards, which indicates merely whether the current iteration of the
149 * This is calculated by interpolating the fraction (range: [0, 1]) in the current iteration.
217 * will reverse directions on each iteration.
277 * or a positive value, the animation reverses direction on every iteration.
678 * Calculates current iteration based on the overall fraction. The overall fraction will be
679 * in the range of [0, mRepeatCount + 1]. Both current iteration and fraction in the current
680 * iteration can be derived from it.
684 // If the overall fraction is a positive integer, we consider the current iteration to be
685 // complete. In other words, the fraction for the current iteration would be 1, and the
686 // current iteration woul
727 shouldPlayBackward(int iteration, boolean inReverse) argument
[all...]
/frameworks/av/media/libstagefright/omx/
H A DOMXNodeInstance.cpp443 int32_t iteration = 0; local
447 if (++iteration > kMaxNumIterations) {
473 int32_t iteration = 0; local
477 if (++iteration > kMaxNumIterations) {
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 174 milliseconds