HomeSort by relevance Sort by last modified time
    Searched full:iteration (Results 201 - 225 of 2702) sorted by null

1 2 3 4 5 6 7 891011>>

  /frameworks/base/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/stress/
WifiStressTest.java 150 log("testWifiScanning: iteration: " + i);
155 writeOutput(String.format("iteration %d out of %d",
203 writeOutput(String.format("iteration %d out of %d",
254 writeOutput(String.format("iteration %d out of %d",
256 log("iteration: " + i);
304 writeOutput(String.format("iteration %d out of %d",
  /hardware/invensense/65xx/libsensors_iio/software/core/mllite/
ml_math_func.c 728 * iteration works best. Corresponding square root of the power of two is returned.
778 x0_2 = x0 >>1; // This scaling incorporates factor of 2 in NR iteration below.
780 // First iteration is simple: Instead of initializing xx=1, assign to result of first iteration:
783 // Initialize NR (first iteration). Note we are starting with xx=1, so the first iteration becomes an initialization.
786 // Second NR iteration
789 // Third NR iteration.
791 // Fourth NR iteration: Not needed due to single precision.
808 * iteration works best
    [all...]
  /cts/suite/cts/deviceTests/opengl/src/com/android/cts/opengl/primitive/
GLPrimitiveBenchmark.java 107 * @param numIterations The number of iterations to run, each iteration has a bigger workload.
108 * @param timeout The milliseconds to wait for an iteration of the benchmark before timing out.
  /external/apache-http/src/org/apache/http/message/
BasicTokenIterator.java 62 * Undefined if the iteration is over.
68 * <code>null</code> if the iteration is over.
74 * Undefined if the iteration is over.
102 * Obtains the next token from this iteration.
104 * @return the next token in this iteration
106 * @throws NoSuchElementException if the iteration is already over
113 throw new NoSuchElementException("Iteration already finished.");
128 * @return the next token in this iteration
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/
PBEParametersGenerator.java 60 * return the iteration count.
62 * @return the iteration count.
  /external/chromium/chrome/browser/
fullscreen_linux.cc 49 // 2.1) If it is hidden, continue the iteration.
55 // 2.4) Otherwise, continue the iteration.
  /external/chromium/sdch/open-vcdiff/src/
vcdecoder5_test.cc 64 // during each iteration.
97 // data produced by a single iteration.
  /external/chromium/testing/gtest/test/
gtest_shuffle_test_.cc 79 // iteration with a "----" marker.
83 int /* iteration */) {
  /external/chromium_org/chrome/browser/
fullscreen_gtk.cc 48 // 2.1) If it is hidden, continue the iteration.
54 // 2.4) Otherwise, continue the iteration.
  /external/chromium_org/chrome/test/functional/media/
media_basic_playback.py 29 # Expected events for the first iteration and every iteration thereafter.
  /external/chromium_org/sdch/open-vcdiff/src/
vcdecoder5_test.cc 64 // during each iteration.
97 // data produced by a single iteration.
  /external/chromium_org/testing/gtest/test/
gtest_shuffle_test_.cc 78 // iteration with a "----" marker.
82 int /* iteration */) {
  /external/chromium_org/third_party/icu/source/common/
normlzr.cpp 243 // Iteration API
259 * the iteration position by one. If the end
274 * the iteration position by one. If the beginning
320 * Retrieve the current iteration position in the input text that is
396 * The iteration position is set to the beginning of the input text.
417 * The iteration position is set to the beginning of the string.
455 * Copies the text under iteration into the UnicodeString referred to by "result".
456 * @param result Receives a copy of the text under iteration.
usetiter.cpp 108 * Resets to the start, to allow the iteration to start over again.
112 // Set up indices to empty iteration
  /external/chromium_org/third_party/icu/source/i18n/
usrchimp.h 35 // depending on the iteration direction and matchedIndex is USEARCH_DONE
69 // iteration.
  /external/chromium_org/v8/tools/
consarray.js 49 * iteration.
62 * Whether the end of iteration is reached.
  /external/gtest/test/
gtest_shuffle_test_.cc 79 // iteration with a "----" marker.
83 int /* iteration */) {
  /external/guava/guava/src/com/google/common/collect/
BiMap.java 74 * the iteration order of {@code map}.
100 * <p><b>Note:</b>There is no guaranteed correspondence between the iteration
  /external/guava/guava-testlib/src/com/google/common/collect/testing/
SampleElements.java 46 // elements aren't sorted, to better test SortedSet iteration ordering
60 // elements aren't sorted, to better test SortedSet iteration ordering
  /external/guava/guava-tests/test/com/google/common/collect/
HashMultisetTest.java 90 * The behavior of toString() and iteration is tested by LinkedHashMultiset,
92 * iteration order.
  /external/icu4c/common/
normlzr.cpp 242 // Iteration API
258 * the iteration position by one. If the end
273 * the iteration position by one. If the beginning
319 * Retrieve the current iteration position in the input text that is
395 * The iteration position is set to the beginning of the input text.
416 * The iteration position is set to the beginning of the string.
454 * Copies the text under iteration into the UnicodeString referred to by "result".
455 * @param result Receives a copy of the text under iteration.
usetiter.cpp 108 * Resets to the start, to allow the iteration to start over again.
112 // Set up indices to empty iteration
  /external/icu4c/i18n/
usrchimp.h 35 // depending on the iteration direction and matchedIndex is USEARCH_DONE
69 // iteration.
  /external/icu4c/samples/break/
break.cpp 95 puts("C++ Break Iteration\n");
139 puts("\nEnd C++ Break Iteration");
  /external/open-vcdiff/src/
vcdecoder5_test.cc 64 // during each iteration.
97 // data produced by a single iteration.

Completed in 1258 milliseconds

1 2 3 4 5 6 7 891011>>