/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/share/ |
JDWPTestCase.java | 756 * @param actual - 757 * actual value 761 * string equivalent of actual value 763 protected void assertEquals(String message, long expected, long actual, 765 if (expected == actual) { 780 strActual = actual + ""; 782 strActual = actual + "(" + strActual + ")"; 796 * @param actual - 797 * actual string 799 protected void assertString(String message, String expected, String actual) { [all...] |
/frameworks/base/services/tests/notification/src/com/android/server/notification/ |
RankingHelperTest.java | 217 private void compareChannels(NotificationChannel expected, NotificationChannel actual) { 218 assertEquals(expected.getId(), actual.getId()); 219 assertEquals(expected.getName(), actual.getName()); 220 assertEquals(expected.getDescription(), actual.getDescription()); 221 assertEquals(expected.shouldVibrate(), actual.shouldVibrate()); 222 assertEquals(expected.shouldShowLights(), actual.shouldShowLights()); 223 assertEquals(expected.getImportance(), actual.getImportance()); 224 assertEquals(expected.getLockscreenVisibility(), actual.getLockscreenVisibility()); 225 assertEquals(expected.getSound(), actual.getSound()); 226 assertEquals(expected.canBypassDnd(), actual.canBypassDnd()) 1216 List<NotificationChannelGroup> actual = local 1254 List<NotificationChannelGroup> actual = local 1269 NotificationChannel actual = mHelper.getNotificationChannel(PKG, UID, "id", false); local 1308 JSONArray actual = mHelper.dumpChannelsJson(new NotificationManagerService.DumpFilter()); local [all...] |
/art/tools/checker/common/ |
testing.py | 19 is not `None`, because `unicode` turns it into an actual "None" string.
|
/cts/apps/CtsVerifier/jni/audio_loopback/audio_utils/ |
fifo.h | 66 // Returns actual number of frames written <= count. 67 // The actual transfer count may be zero if the FIFO is full, 76 // Returns actual number of frames read <= count. 77 // The actual transfer count may be zero if the FIFO is empty,
|
/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/ |
AudioRestrictionTest.java | 157 T actual; local 158 while (!Objects.equals(expected, actual = c.call())) { 160 fail(String.format("Timed out waiting the value to change to %s (actual=%s)", 161 expected, actual));
|
/cts/hostsidetests/shortcuts/deviceside/common/src/android/content/pm/cts/shortcut/device/common/ |
ShortcutManagerDeviceTestBase.java | 102 final Drawable actual = getIconAsLauncher(packageName, shortcutId); local 103 if (actual == null && expectedIcon == null) { 107 assertEquals(expected.getIntrinsicWidth(), actual.getIntrinsicWidth()); 108 assertEquals(expected.getIntrinsicHeight(), actual.getIntrinsicHeight());
|
/cts/tests/tests/widget/src/android/widget/cts/ |
MultiAutoCompleteTextView_CommaTokenizerTest.java | 129 SpannableString actual = (SpannableString) mCommaTokenizer.terminateToken(spannableString); local 130 assertEquals(expected.toString(), actual.toString()); 131 assertEquals(0, actual.getSpanStart(what)); 132 assertEquals(spannableString.length(), actual.getSpanEnd(what));
|
/external/antlr/antlr-3.4/gunit/src/main/resources/org/antlr/gunit/ |
junit.stg | 51 Object actual = examineExecResult(<tokenType>, retval); 54 assertEquals("testing rule "+<testTreeRuleName>, expecting, actual); 71 Object actual = examineExecResult(<tokenType>, retval); 74 assertEquals("testing rule "+<testRuleName>, expecting, actual);
|
/external/autotest/client/cros/cellular/wardmodem/ |
wardmodem_exceptions.py | 19 Exception raised during the setup of wardmodem before the actual AT
|
/external/autotest/client/site_tests/accessibility_ChromeVoxSound/ |
control | 20 actual sound. Test performs actions such as enabling Chromevox, navigating to
|
/external/autotest/client/site_tests/platform_KernelVersionByBoard/ |
control | 16 and will fail if the actual kernel version does not match the expected.
|
/external/chromium-trace/catapult/telemetry/telemetry/internal/platform/ |
device.py | 14 id properly so that device objects to a same actual device must have same
|
/external/clang/test/Parser/ |
cxx-member-crash.cpp | 5 // We only care to check whether the compiler crashes; the actual
|
/external/curl/src/ |
tool_hugehelp.c | 28 puts ( "This is a silly replacement for the actual file.");
|
/external/e2fsprogs/e2fsck/ |
ehandler.c | 28 int actual EXT2FS_ATTR((unused)), 41 * separately. We could use the actual bytes read to figure 80 int actual EXT2FS_ATTR((unused)), 94 * separately. We could use the actual bytes read to figure
|
/external/easymock/src/org/easymock/internal/ |
AlwaysMatcher.java | 25 public boolean matches(Object[] expected, Object[] actual) {
|
/external/easymock/src/org/easymock/internal/matchers/ |
Any.java | 32 public boolean matches(Object actual) {
|
/external/eigen/doc/ |
MatrixfreeSolverExample.dox | 10 - \c operator* with your type and an %Eigen dense column vector (its actual implementation goes in a specialization of the internal::generic_product_impl class)
|
/external/google-breakpad/src/testing/gtest/test/ |
gtest_env_var_test.py | 48 def AssertEq(expected, actual): 49 if expected != actual: 51 print ' Actual: %s' % (actual,)
|
/external/googletest/googletest/test/ |
gtest_env_var_test.py | 48 def AssertEq(expected, actual): 49 if expected != actual: 51 print ' Actual: %s' % (actual,)
|
/external/icu/icu4c/source/samples/break/ |
Makefile | 24 # the actual rules (this is a simple sample)
|
/external/icu/icu4c/source/samples/case/ |
Makefile | 26 # the actual rules (this is a simple sample)
|
/external/icu/icu4c/source/samples/citer/ |
Makefile | 24 # the actual rules (this is a simple sample)
|
/external/icu/icu4c/source/samples/coll/ |
Makefile | 24 # the actual rules (this is a simple sample)
|
/external/icu/icu4c/source/samples/csdet/ |
Makefile | 24 # the actual rules (this is a simple sample)
|