Searched refs:change (Results 1 – 8 of 8) sorted by relevance
/cts/tools/dasm/src/java_cup/ |
D | non_terminal.java | 121 boolean change = true; in compute_nullability() 127 while (change) in compute_nullability() 130 change = false; in compute_nullability() 143 change = true; in compute_nullability() 164 boolean change = true; in compute_first_sets() 172 while (change) in compute_first_sets() 175 change = false; in compute_first_sets() 193 change = true; in compute_first_sets()
|
D | lalr_item.java | 116 boolean change = false; in propagate_lookaheads() 126 change = lookahead().add(incoming); in propagate_lookaheads() 130 if (change || needs_propagation) in propagate_lookaheads()
|
/cts/common/util/src/com/android/compatibility/common/util/ |
D | Stat.java | 164 public static double calcRatePerSec(double change, double timeInMSec) { in calcRatePerSec() argument 166 return change * 1000.0 / 0.001; // do not allow zero in calcRatePerSec() 168 return change * 1000.0 / timeInMSec; in calcRatePerSec() 175 public static double[] calcRatePerSecArray(double change, double[] timeInMSec) { in calcRatePerSecArray() argument 177 change *= 1000.0; in calcRatePerSecArray() 180 result[i] = change / 0.001; in calcRatePerSecArray() 182 result[i] = change / timeInMSec[i]; in calcRatePerSecArray()
|
/cts/libs/commonutil/src/com/android/cts/util/ |
D | ReportLog.java | 174 public static double calcRatePerSec(double change, double timeInMSec) { in calcRatePerSec() argument 176 return change * 1000.0 / 0.001; // do not allow zero in calcRatePerSec() 178 return change * 1000.0 / timeInMSec; in calcRatePerSec() 185 public static double[] calcRatePerSecArray(double change, double[] timeInMSec) { in calcRatePerSecArray() argument 187 change *= 1000.0; in calcRatePerSecArray() 190 result[i] = change / 0.001; in calcRatePerSecArray() 192 result[i] = change / timeInMSec[i]; in calcRatePerSecArray()
|
/cts/tests/tests/view/src/android/view/cts/ |
D | VelocityTrackerTest.java | 135 for (float change : new float[] { 1, -2, -3, -1, 1 }) { in testChangingAcceleration() 136 mAx += 1.0f * change; in testChangingAcceleration() 137 mAy += -0.5f * change; in testChangingAcceleration()
|
/cts/hostsidetests/appsecurity/test-apps/SplitApp/ |
D | README | 4 the native code, make the following change to the NDK to pass through
|
/cts/suite/cts/deviceTests/browserbench/assets/octane/ |
D | deltablue.js | 849 change(src, 17); 851 change(dst, 1050); 853 change(scale, 5); 858 change(offset, 2000); 865 function change(v, newValue) { function
|
/cts/suite/cts/deviceTests/browserbench/assets/octane/js/ |
D | jquery.js | 1485 change: 1, property 3572 jQuery.event.special.change = {
|