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

  /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/icu4c/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;
  /dalvik/vm/native/
sun_misc_Unsafe.cpp 60 * int expectedValue, int newValue);
68 s4 expectedValue = args[4];
73 int result = android_atomic_release_cas(expectedValue, newValue, address);
80 * long expectedValue, long newValue);
88 s8 expectedValue = GET_ARG_LONG(args, 4);
94 dvmQuasiAtomicCas64(expectedValue, newValue, address);
101 * Object expectedValue, Object newValue);
109 Object* expectedValue = (Object*) args[4];
114 int result = android_atomic_release_cas((int32_t) expectedValue,
  /external/webkit/Source/JavaScriptCore/qt/tests/qscriptvalue/
tst_qscriptvalue_generated_istype.cpp 171 QSet<QString> expectedValue;
172 expectedValue.reserve(134);
174 expectedValue.insert(isValid_array[i]);
177 QTest::newRow(testcase.first.toAscii().constData()) << testcase.second << expectedValue.contains(testcase.first);
206 QSet<QString> expectedValue;
207 expectedValue.reserve(8);
209 expectedValue.insert(isBool_array[i]);
212 QTest::newRow(testcase.first.toAscii().constData()) << testcase.second << expectedValue.contains(testcase.first);
241 QSet<QString> expectedValue;
242 expectedValue.reserve(8)
    [all...]
tst_qscriptvalue_generated_totype.cpp 240 QHash<QString, QString> expectedValue;
241 expectedValue.reserve(135);
243 expectedValue.insert(toString_tagArray[i], toString_valueArray[i]);
246 QTest::newRow(testcase.first.toAscii().constData()) << testcase.second << expectedValue[testcase.first];
418 QHash<QString, qsreal> expectedValue;
419 expectedValue.reserve(135);
421 expectedValue.insert(toNumber_tagArray[i], toNumber_valueArray[i]);
424 QTest::newRow(testcase.first.toAscii().constData()) << testcase.second << expectedValue[testcase.first];
659 QHash<QString, bool> expectedValue;
660 expectedValue.reserve(135)
    [all...]
  /frameworks/base/core/java/android/content/
ContentProviderOperation.java 244 final String expectedValue = values.getAsString(projection[i]);
245 if (!TextUtils.equals(cursorValue, expectedValue)) {
249 + " when expected " + expectedValue + " for column "
  /external/icu4c/test/intltest/
ustrtest.cpp 79 UnicodeString expectedValue;
84 expectedValue = "Now is the time for all good men to come swiftly to the aid of the party.\n";
85 if (test1 != expectedValue)
86 errln("insert() failed: expected \"" + expectedValue + "\"\n,got \"" + test1 + "\"");
89 if(*c != expectedValue) {
90 errln("clone()->insert() failed: expected \"" + expectedValue + "\"\n,got \"" + *c + "\"");
95 expectedValue = "Now is the time for all good men to come to the aid of the party.\n";
96 if (test1 != expectedValue)
97 errln("remove() failed: expected \"" + expectedValue + "\"\n,got \"" + test1 + "\"");
100 expectedValue = "Now is the time for all good men to come to the aid of their country.\n"
    [all...]
loctest.cpp     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.expressions_3.4.200.v20100505.jar 
org.eclipse.core.resources_3.6.1.R36x_v20101007-1215.jar 
org.eclipse.jdt.launching_3.5.100.v20100526.jar 
org.eclipse.ui.ide_3.6.2.M20101117-0800.jar 
org.eclipse.debug.core_3.6.0.v20100519.jar 
org.eclipse.ui.workbench_3.6.1.M20101117-0800.jar 
org.apache.jasper_5.5.17.v201004212143.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.core.expressions_3.4.200.v20100505.jar 
org.eclipse.ui.workbench_3.6.2.M20110210-1200.jar 
  /external/guava/guava-testlib/src/com/google/common/collect/testing/
MapInterfaceTest.java     [all...]
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
BaseContactsProvider2Test.java 768 Object expectedValue = expectedArguments[i + 1];
769 if (expectedValue instanceof Uri) {
770 expectedValue = ContentUris.parseId((Uri) expectedValue);
772 if (expectedValue == null) {
775 if (expectedValue instanceof Long) {
777 expectedValue, actual.getAsLong(columnName));
778 } else if (expectedValue instanceof Integer) {
780 expectedValue, actual.getAsInteger(columnName));
781 } else if (expectedValue instanceof String)
    [all...]
  /external/icu4c/test/cintltst/
cloctst.c     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.jdt.debug_3.6.1.v20100715_r361/
jdimodel.jar 

Completed in 3231 milliseconds