Searched
full:iterations (Results
351 -
375 of
911) sorted by null
<<11121314151617181920>>
/frameworks/base/tests/FrameworkPerf/src/com/android/frameworkperf/ |
FrameworkPerfActivity.java | 68 final String[] mLimitLabels = { "Time", "Iterations" }; 223 mLimitLabel.setText("Iterations: ");
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_mutants.py | 20 # went thru many iterations as one "new" vulnerability after another was 27 # ran it. Indeed, at the start, the driver never got beyond 6 iterations
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_mutants.py | 20 # went thru many iterations as one "new" vulnerability after another was 27 # ran it. Indeed, at the start, the driver never got beyond 6 iterations
|
/cts/suite/cts/deviceTests/opengl/src/com/android/cts/opengl/primitive/ |
GLPrimitiveActivity.java | 62 Log.i(TAG, "Num Iterations: " + mNumIterations);
|
/external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/x509/ |
PolicyQualifierInfoTest.java | 38 // Number of test iterations performed by each thread
|
/external/ceres-solver/internal/ceres/ |
iterative_schur_complement_solver.cc | 170 VLOG(2) << "CG Iterations : " << cg_summary.num_iterations;
|
line_search.cc | 356 // run out of iterations. 409 // Ensure that if we ran out of iterations whilst zooming the bracket, or 511 // Check num iterations bound here so that we always evaluate the 631 "(num iterations taken for bracketing: %d).",
|
trust_region_strategy.h | 121 // Number of iterations used by the linear solver. If a linear
|
/external/chromium_org/cc/animation/ |
animation.cc | 180 // Always return zero if we have no iterations.
|
/external/chromium_org/chrome/browser/chromeos/settings/ |
device_settings_test_helper.cc | 25 // between the message loop and the blocking pool. 2 iterations are currently
|
/external/chromium_org/content/browser/download/ |
download_stats.h | 56 // (Deprecated) Counts iterations of the BaseFile::AppendDataToFile() loop.
|
/external/chromium_org/crypto/ |
p224_spake.cc | 53 // printf("Found after %u iterations:\n%s\n%s\n", i, x_str, y_str);
|
/external/chromium_org/third_party/WebKit/Source/core/animation/ |
CompositorAnimationsTestHelper.h | 79 MOCK_CONST_METHOD0(iterations, int());
|
/external/chromium_org/third_party/icu/source/common/ |
filterednormalizer2.cpp | 58 UnicodeString tempDest; // Don't throw away destination buffer between iterations.
|
/external/chromium_org/third_party/icu/source/test/intltest/ |
numfmtst.h | 246 void checkRounding(DecimalFormat* df, double base, int iterations, double increment);
|
/external/chromium_org/third_party/jstemplate/ |
jstemplate_example.js | 138 * @param {number} times number of iterations the test is executed.
|
/external/chromium_org/third_party/libjingle/source/talk/base/ |
profiler.h | 84 // TODO(ryanpetrie): Consider adding PROFILE_DUMP_EVERY(sev, iterations)
|
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/ |
pseudotcp_unittest.cc | 345 void TestPingPong(int size, int iterations) { 347 iterations_remaining_ = iterations; 364 // number of iterations have completed. 367 LOG(LS_INFO) << "Performed " << iterations << " pings in "
|
/external/chromium_org/third_party/libwebp/utils/ |
quant_levels.c | 78 // k-Means iterations.
|
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/docs/ |
coding_style.txt | 67 Try to use typedefs for STL maps on which you need to declare iterations, as well as function pointers or other "weird" C types.
|
/external/chromium_org/third_party/openssl/openssl/crypto/bn/ |
bn_err.c | 133 {ERR_REASON(BN_R_TOO_MANY_ITERATIONS) ,"too many iterations"},
|
/external/chromium_org/third_party/opus/src/silk/ |
define.h | 132 /* Maximum numbers of iterations used to stabilize an LPC vector */
|
/external/chromium_org/third_party/re2/util/ |
sparse_set.h | 162 // Can sort the sparse array so that future iterations
|
/external/chromium_org/third_party/skia/src/pathops/ |
SkPathOpsTypes.cpp | 176 // cube root approximation using 3 iterations of Halley's method (double)
|
/external/chromium_org/third_party/tcmalloc/chromium/src/base/ |
spinlock_internal.cc | 95 // Mean is exponential in loop for first 32 iterations, then 8ms.
|
Completed in 1207 milliseconds
<<11121314151617181920>>