/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
cfgloop.h | 49 /* The structure describing a bound on number of iterations of a loop. */ 92 /* An integer estimation of the number of iterations. Estimate_state 139 iterations like "N - 1", or a COND_EXPR containing the runtime 140 conditions under which the number of iterations is non zero. 146 /* An integer guaranteed to bound the number of iterations of the loop 150 /* An integer giving the expected number of iterations of the loop. */ 159 /* An integer estimation of the number of iterations. Estimate_state 163 /* Upper bound on number of iterations of a loop. */ 353 /* The description of an exit from the loop and of the number of iterations 364 /* True if we are able to say anything about number of iterations of th [all...] |
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/ |
cfgloop.h | 49 /* The structure describing a bound on number of iterations of a loop. */ 92 /* An integer estimation of the number of iterations. Estimate_state 139 iterations like "N - 1", or a COND_EXPR containing the runtime 140 conditions under which the number of iterations is non zero. 146 /* An integer guaranteed to bound the number of iterations of the loop 150 /* An integer giving the expected number of iterations of the loop. */ 159 /* An integer estimation of the number of iterations. Estimate_state 163 /* Upper bound on number of iterations of a loop. */ 353 /* The description of an exit from the loop and of the number of iterations 364 /* True if we are able to say anything about number of iterations of th [all...] |
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
cfgloop.h | 49 /* The structure describing a bound on number of iterations of a loop. */ 92 /* An integer estimation of the number of iterations. Estimate_state 139 iterations like "N - 1", or a COND_EXPR containing the runtime 140 conditions under which the number of iterations is non zero. 146 /* An integer guaranteed to bound the number of iterations of the loop 150 /* An integer giving the expected number of iterations of the loop. */ 159 /* An integer estimation of the number of iterations. Estimate_state 163 /* Upper bound on number of iterations of a loop. */ 353 /* The description of an exit from the loop and of the number of iterations 364 /* True if we are able to say anything about number of iterations of th [all...] |
/dalvik/tests/083-jit-regressions/src/ |
Main.java | 41 + " after " + i + " iterations"); 47 + " after " + i + " iterations");
|
/external/chromium/crypto/ |
symmetric_key_mac.cc | 86 size_t iterations, 102 iterations,
|
/external/chromium_org/chrome/common/extensions/docs/server2/ |
preview.py | 69 (path, iterations) = opts.render.rsplit('#', 1) 70 extra_iterations = int(iterations) - 1
|
/external/chromium_org/chrome/test/functional/media/ |
media_seek_perf.py | 64 # Time out is dependent on (seeking time * iterations). For 3 iterations
|
/external/chromium_org/chromeos/network/onc/ |
onc_utils_unittest.cc | 19 test_utils::ReadTestDictionary("broken-encrypted-iterations.onc"); 29 test_utils::ReadTestDictionary("broken-encrypted-zero-iterations.onc");
|
/external/chromium_org/third_party/icu/source/tools/ctestfw/unicode/ |
uperf.h | 83 * e.g: Number of breaks / iterations for break iterator 164 int32_t iterations; member in class:UPerfTest
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/intel/ |
intel_resolve_map.h | 68 * In the worst case, this would require 2^16 iterations: 16 texture 72 * By choosing design 2, the number of iterations is exactly the minimum
|
/external/eigen/bench/spbench/ |
spbenchsolver.cpp | 20 cout<< " --maxits <MaxIts> Sets the maximum number of iterations (default 1000) \n\n"; 61 // Get the maximum number of iterations and the tolerance
|
/external/icu4c/tools/ctestfw/unicode/ |
uperf.h | 88 * e.g: Number of breaks / iterations for break iterator 164 int32_t iterations; member in class:UPerfTest
|
/external/mesa3d/src/mesa/drivers/dri/intel/ |
intel_resolve_map.h | 68 * In the worst case, this would require 2^16 iterations: 16 texture 72 * By choosing design 2, the number of iterations is exactly the minimum
|
/frameworks/base/test-runner/src/android/test/ |
TestPrinter.java | 61 long itemTimeNS, int iterations, 64 + iterations + " times)");
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/pkcs/ |
MacData.java | 86 * iterations INTEGER DEFAULT 1
|
/external/chromium_org/cc/animation/ |
animation_unittest.cc | 14 scoped_ptr<Animation> CreateAnimation(int iterations, double duration) { 21 to_return->set_iterations(iterations); 25 scoped_ptr<Animation> CreateAnimation(int iterations) { 26 return CreateAnimation(iterations, 1);
|
/external/chromium_org/content/common/gpu/client/ |
gl_helper_benchmark.cc | 195 int iterations = 0; local 199 iterations++; 205 if (iterations > 2000) { 224 float ms = (end_time - start_time).InMillisecondsF() / iterations;
|
/external/chromium_org/native_client_sdk/src/examples/api/core/ |
index.html | 20 <p> Push 'Start Test' to run <span id="count">0</span> iterations. Each
|
/external/chromium_org/skia/ext/ |
image_operations_bench.cc | 168 "[-iterations i] [-method m] [-help]\n" 171 " -iter i: perform i iterations (default:%d)\n" 197 } else if (s == "iterations") { 212 printf("Invalid number of iterations: %d\n", num_iterations_);
|
/external/chromium_org/tools/page_cycler/webpagereplay/extension/ |
background.js | 218 var iterations_ = window.iterations; 310 window.iterations = 1; 314 window.iterations = benchmarkConfiguration["iterations"] || 3;
|
/external/chromium_org/v8/test/mjsunit/regress/ |
regress-2054.js | 31 var N = 1e5; // Number of iterations that trigger optimization.
|
/external/eigen/Eigen/src/Core/arch/Default/ |
Settings.h | 21 * it does not correspond to the number of iterations or the number of instructions
|
/external/netperf/ |
netcpu_kstat.c | 249 calibrate_idle_rate(int iterations, int interval) 280 if (iterations > MAXTIMES) { 281 iterations = MAXTIMES; 286 for(i = 0; i < iterations; i++) {
|
netcpu_perfstat.c | 116 calibrate_idle_rate(int iterations, int interval) 149 if (iterations > MAXTIMES) { 150 iterations = MAXTIMES; 165 for(i = 0; i < iterations; i++) {
|
netcpu_sysctl.c | 94 calibrate_idle_rate(int iterations, int interval)
|