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

<<11121314151617181920>>

  /external/chromium_org/tools/perf/measurements/
startwithurl.py 35 # No matter how many pages in the pageset, just perform one test iteration.
  /external/chromium_org/v8/test/mjsunit/
for-in-delete.js 28 // Test that properties deleted during a for-in iteration do not show up in
for-in-null-or-undefined.js 28 // At least Spidermonkey and IE allow for-in iteration over null and
  /external/chromium_org/v8/test/mjsunit/regress/
regress-crbug-248025.js 28 // Flags: --harmony-iteration
  /external/chromium_org/v8/test/webkit/
property-iteration.js 36 // Assigning to 'Math.sin' should not change iteration order of properties.
string-property-iteration-expected.txt 24 This page tests iteration of properties on a string object.
string-property-iteration.js 24 description("This page tests iteration of properties on a string object.");
  /external/compiler-rt/lib/
divdf3.c 85 // Now refine the reciprocal estimate using a Newton-Raphson iteration:
90 // with each iteration, so after three iterations, we have about 28 binary
106 // We need to perform one more iteration to get us to 56 binary digits;
107 // The last iteration needs to happen with extra precision.
  /external/dropbear/libtommath/
bn_mp_mul_d.c 56 /* send carry into next iteration */
  /external/e2fsprogs/e2fsck/
prof_err.c 29 "Iteration through all top level section not supported",
prof_err.et 40 "Iteration through all top level section not supported"
  /external/gtest/test/
gtest-listener_test.cc 66 int iteration) {
69 << "(" << iteration << ")";
110 int iteration) {
113 << "(" << iteration << ")";
  /external/guava/guava-tests/test/com/google/common/collect/
HashMultimapTest.java 34 * lot of code with HashMultimap and has deterministic iteration order.
  /external/icu4c/i18n/
ucol_wgt.h 58 * The ranges are modified to keep the current iteration state.
  /external/icu4c/test/intltest/
rbbiapts.h 52 * Testing the iteration methods of RuleBasedBreakIterator
  /external/llvm/include/llvm/ADT/
SetVector.h 1 //===- llvm/ADT/SetVector.h - Set with insert order iteration ---*- C++ -*-===//
10 // This file implements a set that has insertion order iteration
33 /// property of a deterministic iteration order. The order of iteration is the
  /external/llvm/utils/
DSAclean.py 29 #prepare for the next iteration
  /external/v8/test/mjsunit/
for-in-delete.js 28 // Test that properties deleted during a for-in iteration do not show up in
for-in-null-or-undefined.js 28 // At least Spidermonkey and IE allow for-in iteration over null and
  /frameworks/base/core/java/android/test/
PerformanceTestCase.java 46 * <p>If you return a non-zero iteration count, you should call
  /frameworks/base/core/java/android/util/
FastImmutableArraySet.java 23 * A fast immutable set wrapper for an array that is optimized for non-concurrent iteration.
  /frameworks/base/tests/MemoryUsage/src/com/android/tests/memoryusage/
MemoryUsageTest.java 172 int iteration = 0; local
173 while (iteration < MAX_ITERATIONS) {
182 if (iteration >= MIN_ITERATIONS && stabilized(pssData)) {
186 iteration++;
  /libcore/luni/src/main/java/java/util/
Enumeration.java 21 * A legacy iteration interface.
  /ndk/sources/third_party/googletest/googletest/test/
gtest-listener_test.cc 65 int iteration) {
68 << "(" << iteration << ")";
109 int iteration) {
112 << "(" << iteration << ")";
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/
apply_fwd.hpp 96 ///// iteration

Completed in 323 milliseconds

<<11121314151617181920>>