HomeSort by relevance Sort by last modified time
    Searched refs:actual (Results 851 - 875 of 1263) sorted by null

<<31323334353637383940>>

  /cts/tests/tests/content/src/android/content/res/cts/
ColorStateListTest.java 121 ColorStateList actual = ColorStateList.CREATOR.createFromParcel(parcel); local
124 assertEquals(c.isStateful(), actual.isStateful());
125 assertEquals(c.getDefaultColor(), actual.getDefaultColor());
PrimitiveTest.java 107 private static void checkString(final int resid, final String actual, final String expected) {
109 + actual + "\" in resources 0x" + Integer.toHexString(resid),
110 expected, actual);
  /cts/tests/tests/os/src/android/os/cts/
RemoteCallbackListTest.java 152 IInterface actual = rc.getBroadcastItem(index - 1); local
153 assertNotNull(actual);
154 assertSame(mSecondaryService, actual);
  /external/chromium/third_party/icu/source/test/cintltst/
utransts.c 638 char actual[CAP]; local
639 u_austrcpy(actual, buf);
641 id, cfrom, actual, cto);
660 char actual[CAP]; local
661 u_austrcpy(actual, buf);
663 id, cfrom, actual, cto);
682 char actual[CAP]; local
683 u_austrcpy(actual, xrep.text);
685 id, cfrom, actual, cto);
706 char actual[CAP] local
    [all...]
  /external/chromium/third_party/icu/source/test/intltest/
restest.cpp 38 #define CONFIRM_EQ(actual, expected, myAction) if ((expected)==(actual)) { record_pass(myAction); } else { record_fail(myAction + (UnicodeString)" returned " + (actual) + (UnicodeString)" instead of " + (expected) + "\n");}
39 #define CONFIRM_GE(actual, expected, myAction) if ((actual)>=(expected)) { record_pass(myAction); } else { record_fail(myAction + (UnicodeString)" returned " + (actual) + (UnicodeString)" instead of x >= " + (expected) + "\n");}
40 #define CONFIRM_NE(actual, expected, myAction) if ((expected)!=(actual)) { record_pass(myAction); } else { record_fail(myAction + (UnicodeString)" returned " + (actual) + (UnicodeString)" instead of x != " + (expected) + "\n");}
42 #define CONFIRM_UErrorCode(actual, expected, myAction) if ((expected)==(actual)) { record_pass(myAction); } else { record_fail(myAct (…)
    [all...]
  /external/icu4c/test/cintltst/
utransts.c 638 char actual[CAP]; local
639 u_austrcpy(actual, buf);
641 id, cfrom, actual, cto);
660 char actual[CAP]; local
661 u_austrcpy(actual, buf);
663 id, cfrom, actual, cto);
682 char actual[CAP]; local
683 u_austrcpy(actual, xrep.text);
685 id, cfrom, actual, cto);
706 char actual[CAP] local
    [all...]
  /external/icu4c/test/intltest/
restest.cpp 38 #define CONFIRM_EQ(actual, expected, myAction) if ((expected)==(actual)) { record_pass(myAction); } else { record_fail(myAction + (UnicodeString)" returned " + (actual) + (UnicodeString)" instead of " + (expected) + "\n");}
39 #define CONFIRM_GE(actual, expected, myAction) if ((actual)>=(expected)) { record_pass(myAction); } else { record_fail(myAction + (UnicodeString)" returned " + (actual) + (UnicodeString)" instead of x >= " + (expected) + "\n");}
40 #define CONFIRM_NE(actual, expected, myAction) if ((expected)!=(actual)) { record_pass(myAction); } else { record_fail(myAction + (UnicodeString)" returned " + (actual) + (UnicodeString)" instead of x != " + (expected) + "\n");}
42 #define CONFIRM_UErrorCode(actual, expected, myAction) if ((expected)==(actual)) { record_pass(myAction); } else { record_fail(myAct (…)
    [all...]
  /external/protobuf/gtest/test/
gtest_repeat_test.cc 63 #define GTEST_CHECK_INT_EQ_(expected, actual) \
66 const int actual_val = (actual);\
68 ::std::cout << "Value of: " #actual "\n"\
69 << " Actual: " << actual_val << "\n"\
  /frameworks/base/core/tests/coretests/src/android/util/
DayOfMonthCursorTest.java 150 private void assertArraysEqual(int[] expected, int[] actual) {
151 assertEquals("array length", expected.length, actual.length);
154 expected[i], actual[i]);
MonthDisplayHelperTest.java 201 private void assertArraysEqual(int[] expected, int[] actual) {
202 assertEquals("array length", expected.length, actual.length);
205 expected[i], actual[i]);
  /cts/tests/tests/provider/src/android/provider/cts/
ContactsContract_TestDataBuilder.java 213 public void assertEquals(byte[] expected, byte[] actual) {
214 assertEquals(null, expected, actual);
217 public void assertEquals(String message, byte[] expected, byte[] actual) {
218 if (expected == null && actual == null)
220 if (expected != null && Arrays.equals(actual, expected))
222 throw new ComparisonFailure(message, expected.toString(), actual.toString());
  /external/qemu/distrib/sdl-1.2.12/src/video/cybergfx/
SDL_amigaevents.c 481 long actual; local
494 if( (actual=MapRawKey(&event,buffer,5,NULL))>=0)
496 if( (actual=RawKeyConvert(&event,buffer,5,NULL))>=0)
499 if(actual>1)
501 D(bug("Warning (%ld) character conversion!\n",actual));
503 else if(actual==1)
  /external/v8/test/mjsunit/regress/
regress-925537.js 28 function assertClose(expected, actual) {
30 if (Math.abs(expected - actual) > delta) {
31 print('Failure: Expected <' + actual + '> to be close to <' +
  /frameworks/base/core/tests/coretests/src/android/pim/vcard/test_utils/
ImportTestProvider.java 162 Log.d("@@@", "actual : "
244 final ContentValues expected, final ContentValues actual) {
245 if (expected == actual) {
247 } else if (expected == null || actual == null || expected.size() != actual.size()) {
254 if (!actual.containsKey(key)) {
260 final Object actualValue = actual.get(key);
  /cts/tests/src/android/widget/cts/
WidgetTestUtils.java 98 * Compare the expected pixels with actual, scaling for the target context density
102 public static void assertScaledPixels(int expected, int actual, Context context) {
104 actual, 3); local
  /dalvik/tools/hprof-conv/
HprofConv.c 223 size_t actual; local
228 actual = fread(pBuf->storage + pBuf->curLen, 1, count, in);
229 if (actual != count) {
233 fprintf(stderr, "ERROR: read %d of %d bytes\n", actual, count);
249 size_t actual; local
254 actual = fwrite(pBuf->storage, 1, pBuf->curLen, out);
255 if (actual != pBuf->curLen) {
256 fprintf(stderr, "ERROR: write %d of %d bytes\n", actual, pBuf->curLen);
  /dalvik/vm/compiler/template/armv5te/
TEMPLATE_INVOKE_METHOD_PREDICTED_CHAIN.S 29 cmp r3, r8 @ predicted class == actual class?
  /external/chromium/third_party/icu/source/i18n/
format.cpp 98 // This calls the actual implementation in the concrete subclasses.
184 Format::setLocaleIDs(const char* valid, const char* actual) {
186 locBased.setLocaleIDs(valid, actual);
  /external/e2fsprogs/e2fsck/
ehandler.c 27 int actual EXT2FS_ATTR((unused)),
39 * separately. We could use the actual bytes read to figure
73 int actual EXT2FS_ATTR((unused)),
85 * separately. We could use the actual bytes read to figure
  /external/icu4c/i18n/
format.cpp 100 // This calls the actual implementation in the concrete subclasses.
202 Format::setLocaleIDs(const char* valid, const char* actual) {
204 locBased.setLocaleIDs(valid, actual);
  /external/v8/test/mjsunit/
bit-not.js 31 var actual = ~x;
32 assertEquals(expected, actual, "x: " + name);
37 actual = ~(x - 0.01);
38 assertEquals(expected, actual, "x - 0.01: " + name);
  /external/webkit/JavaScriptCore/tests/mozilla/ecma/Array/
15.4.1.2.js 75 testcases[tc].actual,
76 testcases[tc].description +" = "+ testcases[tc].actual );
15.4.2.2-1.js 97 testcases[tc].actual,
99 testcases[tc].actual );
15.4.4.3-1.js 144 testcases[tc].actual,
145 testcases[tc].description +" = "+ testcases[tc].actual );
15.4.4.4-2.js 110 testcases[tc].actual,
111 testcases[tc].description +" = "+ testcases[tc].actual );

Completed in 458 milliseconds

<<31323334353637383940>>