HomeSort by relevance Sort by last modified time
    Searched defs:expectedValue (Results 1 - 25 of 41) sorted by null

1 2

  /external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/
ConnectionTest.java 71 Object expectedValue = thePublicStatics.get(fieldName);
72 if (expectedValue == null) {
76 expectedValue, fieldValue);
ParameterMetaDataTest.java 76 Object expectedValue = thePublicStatics.get(fieldName);
77 if (expectedValue == null) {
81 expectedValue, fieldValue);
ResultSetMetaDataTest.java 66 Object expectedValue = thePublicStatics.get(fieldName);
67 if (expectedValue == null) {
71 expectedValue, fieldValue);
ResultSetTest.java 84 Object expectedValue = thePublicStatics.get(fieldName);
85 if (expectedValue == null) {
89 expectedValue, fieldValue);
StatementTest.java 74 Object expectedValue = thePublicStatics.get(fieldName);
75 if (expectedValue == null) {
79 expectedValue, fieldValue);
  /external/chromium_org/third_party/angle/tests/preprocessor_tests/
char_test.cpp 53 std::string expectedValue;
64 expectedValue = str;
69 expectedValue = str;
74 expectedValue = str;
91 EXPECT_EQ(expectedValue, token.text);
  /external/icu/icu4c/source/tools/toolutil/
denseranges.cpp 123 int32_t expectedValue=minValue;
125 ++expectedValue;
127 if(expectedValue!=actualValue) {
128 gaps.add(expectedValue, (int64_t)actualValue-(int64_t)expectedValue);
129 expectedValue=actualValue;
  /external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
TypedValueTest.java 62 TypedValue expectedValue = new TypedValue();
63 expectedValue.assetCookie = 1;
64 expectedValue.data = 3;
65 expectedValue.density = 4;
66 expectedValue.resourceId = 5;
67 expectedValue.string = "string";
68 expectedValue.type = 6;
71 actualValue.setTo(expectedValue);
73 assertThat(expectedValue.assetCookie, equalTo(actualValue.assetCookie));
74 assertThat(expectedValue.data, equalTo(actualValue.data))
    [all...]
  /sdk/emulator/opengl/shared/emugl/common/
lazy_instance_unittest.cpp 136 StaticCounter* expectedValue = counter_instance.ptr();
138 EXPECT_EQ(expectedValue, state.mValues[n]) << "For thread " << n;
  /art/runtime/native/
sun_misc_Unsafe.cc 27 jint expectedValue, jint newValue) {
32 expectedValue, newValue);
37 jlong expectedValue, jlong newValue) {
42 expectedValue, newValue);
50 mirror::Object* expectedValue = soa.Decode<mirror::Object*>(javaExpectedValue);
54 expectedValue, newValue);
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ThreadReference/
ForceEarlyReturnTest.java 52 static Value expectedValue;
119 forceEarlyReturnPacket.setNextValueAsValue(expectedValue);
137 if (!actualValue.equals(toString(expectedValue))) {
140 + " expected:<" + expectedValue.toString() + "> but was:<"
162 expectedValue = new Value(EXPECTED_INT);
178 expectedValue = new Value(EXPECTED_SHORT);
194 expectedValue = new Value(EXPECTED_BYTE);
210 expectedValue = new Value(EXPECTED_CHAR);
226 expectedValue = new Value(EXPECTED_BOOLEAN);
240 expectedValue = new Value(Tag.VOID_TAG, 0)
    [all...]
  /art/runtime/interpreter/
interpreter.cc 94 jint expectedValue = args[3];
99 expectedValue, newValue);
102 expectedValue, newValue);
  /cts/tests/tests/provider/src/android/provider/cts/contacts/
DatabaseAsserts.java 245 Object expectedValue = expectedValues.get(column);
247 expectedValue = expectedValues.getAsString(column);
249 if (expectedValue != null && !expectedValue.equals(value) || value != null
250 && !value.equals(expectedValue)) {
255 .append(expectedValue)
  /cts/tests/tests/view/src/android/view/cts/
LayoutInflaterTest.java 403 final CharSequence expectedValue = targetContext.getString(valueResId);
404 assertEquals(tagId + " has tag " + expectedValue, expectedValue, tag);
  /external/chromium_org/chrome/test/android/javatests/src/org/chromium/chrome/test/util/browser/sync/
SyncTestUtil.java 178 String expectedValue = statEntry.getValue().toLowerCase(Locale.US).trim();
184 if (!expectedValue.contentEquals(actualValue)) {
  /frameworks/native/libs/gui/tests/
SRGB_test.cpp 390 int expectedValue = mLockedBuffer.data[midRGBOffset + c];
392 ASSERT_PRED2(withinTolerance, expectedValue, actualValue);
468 int expectedValue = rgbAsSRGB * 255.0f + 0.5f;
470 ASSERT_PRED2(withinTolerance, expectedValue, actualValue);
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/
StepCounterTestActivity.java 306 final float expectedValue = 1.0f;
309 getString(R.string.snsr_event_value, expectedValue, value0, sensorName);
310 Assert.assertEquals(eventValueMessage, expectedValue, value0);
  /external/deqp/modules/gles31/functional/
es31fAtomicCounterTests.cpp 534 deUint32 expectedValue = (deUint32)-1;
537 expectedValue = initialValue + (m_spec.useBranches ? m_spec.threadCount*m_spec.callCount - m_spec.threadCount*m_spec.callCount/2 : m_spec.threadCount*m_spec.callCount);
540 expectedValue = initialValue - (m_spec.useBranches ? m_spec.threadCount*m_spec.callCount - m_spec.threadCount*m_spec.callCount/2 : m_spec.threadCount*m_spec.callCount);
543 expectedValue = initialValue + (m_spec.useBranches ? m_spec.threadCount*m_spec.callCount - m_spec.threadCount*m_spec.callCount/2 : 0) - (m_spec.useBranches ? m_spec.threadCount*m_spec.callCount/2 : 0);
546 expectedValue = initialValue;
548 log << TestLog::Message << "atomic_uint counter" << counterNdx << " initial value: " << initialValue << ", value: " << value << ", expected: " << expectedValue << (value == expectedValue ? "" : ", failed!") << TestLog::EndMessage;
550 if (value != expectedValue)
    [all...]
es31fShaderAtomicOpTests.cpp 525 deUint32 expectedValue = m_initialValue;
530 expectedValue &= inputValue;
533 if (expectedValue != groupOutput)
535 m_testCtx.getLog() << TestLog::Message << "ERROR: at group " << groupNdx << ": expected " << tcu::toHex(expectedValue) << ", got " << tcu::toHex(groupOutput) << TestLog::EndMessage;
593 deUint32 expectedValue = m_initialValue;
598 expectedValue |= inputValue;
601 if (expectedValue != groupOutput)
603 m_testCtx.getLog() << TestLog::Message << "ERROR: at group " << groupNdx << ": expected " << tcu::toHex(expectedValue) << ", got " << tcu::toHex(groupOutput) << TestLog::EndMessage;
    [all...]
  /external/icu/icu4c/source/test/intltest/
itspoof.cpp 713 int32_t expectedValue = 0;
715 expectedValue |= USPOOF_RESTRICTION_LEVEL;
718 expectedValue |= USPOOF_CHAR_LIMIT;
721 testNum, levelIndex, expectedValue, actualValue);
722 TEST_ASSERT_MSG(expectedValue == actualValue, msgBuffer);
734 TEST_ASSERT_EQ(expectedValue, result & USPOOF_ALL_CHECKS);
ustrtest.cpp 76 UnicodeString expectedValue;
81 expectedValue = "Now is the time for all good men to come swiftly to the aid of the party.\n";
82 if (test1 != expectedValue)
83 errln("insert() failed: expected \"" + expectedValue + "\"\n,got \"" + test1 + "\"");
86 if(*c != expectedValue) {
87 errln("clone()->insert() failed: expected \"" + expectedValue + "\"\n,got \"" + *c + "\"");
92 expectedValue = "Now is the time for all good men to come to the aid of the party.\n";
93 if (test1 != expectedValue)
94 errln("remove() failed: expected \"" + expectedValue + "\"\n,got \"" + test1 + "\"");
97 expectedValue = "Now is the time for all good men to come to the aid of their country.\n"
    [all...]
  /frameworks/base/core/java/android/content/
ContentProviderOperation.java 270 final String expectedValue = values.getAsString(projection[i]);
271 if (!TextUtils.equals(cursorValue, expectedValue)) {
275 + " when expected " + expectedValue + " for column "
  /external/chromium_org/third_party/icu/source/test/intltest/
loctest.cpp     [all...]
ustrtest.cpp 74 UnicodeString expectedValue;
79 expectedValue = "Now is the time for all good men to come swiftly to the aid of the party.\n";
80 if (test1 != expectedValue)
81 errln("insert() failed: expected \"" + expectedValue + "\"\n,got \"" + test1 + "\"");
84 if(*c != expectedValue) {
85 errln("clone()->insert() failed: expected \"" + expectedValue + "\"\n,got \"" + *c + "\"");
90 expectedValue = "Now is the time for all good men to come to the aid of the party.\n";
91 if (test1 != expectedValue)
92 errln("remove() failed: expected \"" + expectedValue + "\"\n,got \"" + test1 + "\"");
95 expectedValue = "Now is the time for all good men to come to the aid of their country.\n"
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.expressions_3.4.200.v20100505.jar 

Completed in 1792 milliseconds

1 2