/external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_2/Statements/ |
dowhile-006.js | 29 object.iterations--; 31 if ( object.iterations <= 0 ) { 37 function DoWhileObject( breakOut, breakIn, iterations, loops ) { 38 this.iterations = iterations;
|
/external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/heightmap/ |
FluidSimHeightMap.java | 55 private int iterations; // number of iterations
field in class:FluidSimHeightMap 68 * @param iterations
69 * the number of iterations to do
86 * iterations is not greater that zero, or the minimum initial height
89 public FluidSimHeightMap(int size, int iterations, float minInitialHeight, float maxInitialHeight, float viscosity, float waveSpeed, float timestep, float nodeDistance, long seed) throws Exception {
90 if (size <= 0 || iterations <= 0 || minInitialHeight >= maxInitialHeight) {
93 + "or number of iterations is not greater that zero, "
100 this.iterations = iterations;
[all...] |
FaultHeightMap.java | 78 private int iterations; // iterations to perform
field in class:FaultHeightMap 94 * @param iterations Iterations to perform
102 public FaultHeightMap(int size, int iterations, int faultType, int faultShape, float minFaultHeight, float maxFaultHeight, long seed) throws Exception {
103 if (size < 0 || iterations < 0) {
104 throw new Exception("Size and iterations must be greater than 0!");
107 this.iterations = iterations;
123 * @param iterations number of iterations [all...] |
/libcore/luni/src/test/java/libcore/javax/crypto/ |
SecretKeyFactoryTest.java | 37 * The number of iterations should be higher for production 41 private static final int ITERATIONS = 1024; 73 KeySpec ks = new PBEKeySpec(null, SALT, ITERATIONS); 79 KeySpec ks = new PBEKeySpec(new char[0], SALT, ITERATIONS); 85 KeySpec ks = new PBEKeySpec(PASSWORD, SALT, ITERATIONS); 92 KeySpec ks = new PBEKeySpec(null, SALT, ITERATIONS, KEY_LENGTH); 99 KeySpec ks = new PBEKeySpec(new char[0], SALT, ITERATIONS, KEY_LENGTH); 105 KeySpec ks = new PBEKeySpec(PASSWORD, SALT, ITERATIONS, KEY_LENGTH); 110 test_PBKDF2(PASSWORD, SALT, ITERATIONS, KEY_LENGTH, 130 int iterations = 5 local 151 int iterations = 500; local [all...] |
/packages/apps/Gallery2/jni/filters/ |
kmeans.cc | 52 int iterations = 20; local 59 stride, iterations, s); 63 iterations = 8; 68 dimension, stride, iterations, finalCentroids);
|
/system/extras/ext4_utils/ |
test_ext4fixup | 3 typeset -i I ITERATIONS PHASE LOC COUNT MAXCOUNT 9 echo "$ME: Usage: $ME <iterations> <maxcount> <filesystem_image>" >&2 13 ITERATIONS="$1" 40 while [ "$I" -lt "$ITERATIONS" ]
|
/frameworks/base/core/tests/coretests/src/com/android/internal/util/ |
BitwiseStreamsTest.java | 96 int iterations = 10000; local 97 int[] sizeArr = new int[iterations]; 98 int[] valueArr = new int[iterations]; 99 BitwiseOutputStream outStream = new BitwiseOutputStream(iterations * 4); 100 for (int i = 0; i < iterations; i++) { 109 for (int i = 0; i < iterations; i++) { 140 int iterations = 10000; local 141 int[] sizeArr = new int[iterations]; 142 int[] valueArr = new int[iterations]; 144 for (int i = 0; i < iterations; i++) [all...] |
/external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/noise/filter/ |
IterativeFilter.java | 40 private int iterations;
field in class:IterativeFilter 58 return this.iterations * margin + super.getMargin(size, margin);
61 public void setIterations(int iterations) {
62 this.iterations = iterations;
66 return this.iterations;
90 for (int i = 0; i < this.iterations; i++) {
|
/frameworks/base/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/stress/ |
WifiApStress.java | 51 private int iterations; field in class:WifiApStress 66 iterations = mRunner.mSoftapIterations; 73 // write the total number of iterations into output file 76 mOutputWriter.write(String.format("iteration %d out of %d\n", mLastIteration, iterations)); 99 for (i = 0; i < iterations; i++) { 128 if (i == iterations) { 129 mLastIteration = iterations;
|
/frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/ |
BluetoothTestRunner.java | 33 * [-e enable_iterations <iterations>] \ 34 * [-e discoverable_iterations <iterations>] \ 35 * [-e scan_iterations <iterations>] \ 36 * [-e enable_pan_iterations <iterations>] \ 37 * [-e pair_iterations <iterations>] \ 38 * [-e connect_a2dp_iterations <iterations>] \ 39 * [-e connect_headset_iterations <iterations>] \ 40 * [-e connect_input_iterations <iterations>] \ 41 * [-e connect_pan_iterations <iterations>] \ 42 * [-e start_stop_sco_iterations <iterations>] \ [all...] |
/external/icu4c/test/perf/unisetperf/draft/ |
contperf.sh | 21 $PERF Contains --type $type -f ~/udhr/$file -v -e UTF-8 --passes 3 --iterations 10000
|
span16perf.sh | 21 $PERF SpanUTF16 --type $type -f ~/udhr/$file -v -e UTF-8 --passes 3 --iterations 10000
|
/external/llvm/test/Analysis/ScalarEvolution/ |
2008-07-19-InfiniteLoop.ll | 2 ; RUN: -scalar-evolution-max-iterations=0 | grep Unpredictable
|
2008-07-19-WrappingIV.ll | 2 ; RUN: -scalar-evolution-max-iterations=0 | grep "backedge-taken count is 113"
|
/external/netperf/ |
netcpu.h | 15 extern float calibrate_idle_rate(int iterations, int interval);
|
netcpu_none.c | 46 calibrate_idle_rate(int iterations, int interval)
|
/external/icu4c/test/perf/ |
icuperf2report.xsl | 25 <xsl:attribute name="stdout">iterations: <xsl:value-of select="@iterations"/></xsl:attribute>
|
/external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9/ |
access-binary-trees.js | 40 var iterations = 1 << (maxDepth - depth + minDepth); 43 for (var i=1; i<=iterations; i++){
|
/external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/ |
access-binary-trees.js | 40 var iterations = 1 << (maxDepth - depth + minDepth); 43 for (var i=1; i<=iterations; i++){
|
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/ |
TestFastLexer.cs | 53 int iterations = 5; 55 IterateFast( text, iterations ); 56 Iterate( text, iterations ); 58 var time = Iterate( text, iterations ); 59 var timeFast = IterateFast( text, iterations );
|
/external/icu4c/test/perf/perldriver/ |
PerfFramework.pm | 26 my $ITERATIONS; #Added by Doug 45 if ($options{"iterations"}) { 46 $ITERATIONS = $options{"iterations"}; 124 if ($ITERATIONS) { 125 $commandLine = "$program -i $ITERATIONS -p $NUMPASSES $locAndData @argsAndTest"; 160 # @param if >0 then the number of iterations per pass. If <0 then 164 # [0] iterations per pass 189 # out("Iterations per pass: $iterCount<BR>\n"); 191 # debug("Iterations per pass: $iterCount<BR>\n") [all...] |
/external/chromium/sdch/open-vcdiff/src/ |
rolling_hash_test.cc | 104 template<int kBlockSize> static void BM_DefaultHash(int iterations, 108 for (int iter = 0; iter < iterations; ++iter) { 115 template<int kBlockSize> static void BM_UpdateHash(int iterations, 119 for (int iter = 0; iter < iterations; ++iter) { 132 static const int kTimingTestSize = 1 << 14; // 16K iterations 159 // so scale the number of iterations accordingly 171 // so leave the number of iterations constant
|
/external/icu4c/test/perf/howExpensiveIs/ |
readme.txt | 25 ***** Attribute 'iterations': gives the total number of iterations run. 36 <test name="SieveTest" standardizedTime="1.000000" realDuration="0.022804" marginOfError="0.000073" iterations="1000000" /> 37 <test name="NullTest" standardizedTime="0.000017" realDuration="0.000000" marginOfError="0.000000" iterations="1000000" /> 38 <test name="NumParseTest" standardizedTime="77.869922" realDuration="1.775721" marginOfError="0.011742" iterations="1000000" /> 39 <test name="Test_unum_opendefault" standardizedTime="4855.974258" realDuration="110.734117" marginOfError="0.057131" iterations="1000000" /> 40 <test name="Test_ucnv_opengb18030" standardizedTime="70.488403" realDuration="1.607395" marginOfError="0.009261" iterations="1000000" />
|
/external/open-vcdiff/src/ |
rolling_hash_test.cc | 104 template<int kBlockSize> static void BM_DefaultHash(int iterations, 108 for (int iter = 0; iter < iterations; ++iter) { 115 template<int kBlockSize> static void BM_UpdateHash(int iterations, 119 for (int iter = 0; iter < iterations; ++iter) { 132 static const int kTimingTestSize = 1 << 14; // 16K iterations 159 // so scale the number of iterations accordingly 171 // so leave the number of iterations constant
|
/external/chromium/crypto/ |
symmetric_key_nss.cc | 42 size_t iterations, 45 if (salt.empty() || iterations == 0 || key_size_in_bits == 0) 66 iterations,
|