HomeSort by relevance Sort by last modified time
    Searched full:actual (Results 751 - 775 of 9217) sorted by null

<<31323334353637383940>>

  /bionic/tests/
math_data_test.h 120 T actual) {
121 if (!isnan(expected) && !isnan(actual) && UlpDistance(expected, actual) <= ULP) {
125 // Output the actual and expected values as hex floating point.
129 snprintf(actual_str, sizeof(actual_str), "%a", actual);
132 << "expected (" << expected_str << ") != actual (" << actual_str << ")";
  /cts/tests/tests/provider/src/android/provider/cts/
ContactsContract_TestDataBuilder.java 225 public void assertEquals(byte[] expected, byte[] actual) {
226 assertEquals(null, expected, actual);
229 public void assertEquals(String message, byte[] expected, byte[] actual) {
230 if (expected == null && actual == null)
232 if (expected != null && Arrays.equals(actual, expected))
234 throw new ComparisonFailure(message, expected.toString(), actual.toString());
  /cts/tests/tests/view/src/android/view/inputmethod/cts/
InputMethodInfoTest.java 121 private void assertService(ServiceInfo expected, ServiceInfo actual) {
122 assertEquals(expected.getIconResource(), actual.getIconResource());
123 assertEquals(expected.labelRes, actual.labelRes);
124 assertEquals(expected.nonLocalizedLabel, actual.nonLocalizedLabel);
125 assertEquals(expected.icon, actual.icon);
126 assertEquals(expected.permission, actual.permission);
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
RelativeDateTimeFormatterTest.java 88 String actual = fmt.format( local
90 assertEquals("Relative date with quantity", row[3], actual);
162 String actual = fmt.format( local
164 assertEquals("Relative date with quantity", row[3], actual);
236 String actual = fmt.format( local
238 assertEquals("Relative date with quantity", row[3], actual);
310 String actual = fmt.format( local
312 assertEquals("Relative date with quantity", row[3], actual);
326 String actual = fmt.format( local
328 assertEquals("Relative date with quantity", row[3], actual);
344 String actual = fmt.format( local
408 String actual = fmt.format((Direction) row[0], (AbsoluteUnit) row[1]); local
477 String actual = fmt.format((Direction) row[0], (AbsoluteUnit) row[1]); local
550 String actual = fmt.format((Direction) row[0], (AbsoluteUnit) row[1]); local
623 String actual = fmt.format((Direction) row[0], (AbsoluteUnit) row[1]); local
635 String actual = fmt.format((Direction) row[0], (AbsoluteUnit) row[1]); local
701 String actual = fmt.format( local
    [all...]
  /external/v8/src/
execution.h 197 // If the stack guard is triggered, but it is not an actual
217 // Reset limits to actual values. For example after handling interrupt.
249 // values. The one eith the real_ prefix is the actual stack limit
251 // the actual stack limit except when there is an interruption (e.g. debug
255 uintptr_t real_jslimit_; // Actual JavaScript stack limit set for the VM.
257 uintptr_t real_climit_; // Actual C++ stack limit set for the VM.
  /cts/tests/tests/hardware/src/android/hardware/cts/helpers/sensorverification/
StandardDeviationVerificationTest.java 79 float[] actual = (float[]) stats.getValue(SensorStats.STANDARD_DEVIATION_KEY); local
81 assertEquals(standardDeviations[i], actual[i], 0.1);
  /cts/tests/tests/renderscript/src/android/renderscript/cts/generated/
TestFastLength.java 79 // Compare the expected outputs to the actual values returned by RS.
93 message.append("Actual output out: ");
153 // Compare the expected outputs to the actual values returned by RS.
169 message.append("Actual output out: ");
224 // Compare the expected outputs to the actual values returned by RS.
240 message.append("Actual output out: ");
295 // Compare the expected outputs to the actual values returned by RS.
311 message.append("Actual output out: ");
TestFastNormalize.java 79 // Compare the expected outputs to the actual values returned by RS.
93 message.append("Actual output out: ");
154 // Compare the expected outputs to the actual values returned by RS.
173 message.append("Actual output out: ");
230 // Compare the expected outputs to the actual values returned by RS.
249 message.append("Actual output out: ");
306 // Compare the expected outputs to the actual values returned by RS.
325 message.append("Actual output out: ");
TestLength.java 79 // Compare the expected outputs to the actual values returned by RS.
93 message.append("Actual output out: ");
153 // Compare the expected outputs to the actual values returned by RS.
169 message.append("Actual output out: ");
224 // Compare the expected outputs to the actual values returned by RS.
240 message.append("Actual output out: ");
295 // Compare the expected outputs to the actual values returned by RS.
311 message.append("Actual output out: ");
TestNativeLength.java 79 // Compare the expected outputs to the actual values returned by RS.
93 message.append("Actual output out: ");
153 // Compare the expected outputs to the actual values returned by RS.
169 message.append("Actual output out: ");
224 // Compare the expected outputs to the actual values returned by RS.
240 message.append("Actual output out: ");
295 // Compare the expected outputs to the actual values returned by RS.
311 message.append("Actual output out: ");
TestNativeNormalize.java 79 // Compare the expected outputs to the actual values returned by RS.
93 message.append("Actual output out: ");
154 // Compare the expected outputs to the actual values returned by RS.
173 message.append("Actual output out: ");
230 // Compare the expected outputs to the actual values returned by RS.
249 message.append("Actual output out: ");
306 // Compare the expected outputs to the actual values returned by RS.
325 message.append("Actual output out: ");
TestNormalize.java 79 // Compare the expected outputs to the actual values returned by RS.
93 message.append("Actual output out: ");
154 // Compare the expected outputs to the actual values returned by RS.
173 message.append("Actual output out: ");
230 // Compare the expected outputs to the actual values returned by RS.
249 message.append("Actual output out: ");
306 // Compare the expected outputs to the actual values returned by RS.
325 message.append("Actual output out: ");
  /developers/build/prebuilts/gradle/ActiveNotifications/Application/src/main/java/com/example/android/common/logger/
LogWrapper.java 47 * @param msg The actual message to be logged. The actual message to be logged.
  /developers/build/prebuilts/gradle/ActivityInstrumentation/Application/src/main/java/com/example/android/common/logger/
LogWrapper.java 47 * @param msg The actual message to be logged. The actual message to be logged.
  /developers/build/prebuilts/gradle/ActivitySceneTransitionBasic/Application/src/main/java/com/example/android/common/logger/
LogWrapper.java 47 * @param msg The actual message to be logged. The actual message to be logged.
  /developers/build/prebuilts/gradle/AdvancedImmersiveMode/Application/src/main/java/com/example/android/common/logger/
LogWrapper.java 47 * @param msg The actual message to be logged. The actual message to be logged.
  /developers/build/prebuilts/gradle/AppRestrictionSchema/Application/src/main/java/com/example/android/common/logger/
LogWrapper.java 47 * @param msg The actual message to be logged. The actual message to be logged.
  /developers/build/prebuilts/gradle/BasicAccessibility/Application/src/main/java/com/example/android/common/logger/
LogWrapper.java 47 * @param msg The actual message to be logged. The actual message to be logged.
  /developers/build/prebuilts/gradle/BasicAndroidKeyStore/Application/src/main/java/com/example/android/common/logger/
LogWrapper.java 47 * @param msg The actual message to be logged. The actual message to be logged.
  /developers/build/prebuilts/gradle/BasicContactables/Application/src/main/java/com/example/android/common/logger/
LogWrapper.java 47 * @param msg The actual message to be logged. The actual message to be logged.
  /developers/build/prebuilts/gradle/BasicGestureDetect/Application/src/main/java/com/example/android/common/logger/
LogWrapper.java 47 * @param msg The actual message to be logged. The actual message to be logged.
  /developers/build/prebuilts/gradle/BasicImmersiveMode/Application/src/main/java/com/example/android/common/logger/
LogWrapper.java 47 * @param msg The actual message to be logged. The actual message to be logged.
  /developers/build/prebuilts/gradle/BasicMediaRouter/Application/src/main/java/com/example/android/common/logger/
LogWrapper.java 47 * @param msg The actual message to be logged. The actual message to be logged.
  /developers/build/prebuilts/gradle/BasicMultitouch/Application/src/main/java/com/example/android/common/logger/
LogWrapper.java 47 * @param msg The actual message to be logged. The actual message to be logged.
  /developers/build/prebuilts/gradle/BasicNetworking/Application/src/main/java/com/example/android/common/logger/
LogWrapper.java 47 * @param msg The actual message to be logged. The actual message to be logged.

Completed in 370 milliseconds

<<31323334353637383940>>