/frameworks/compile/mclinker/include/mcld/LD/ |
D | DiagRelocations.inc | 31 "unexpected relocation type `%0' in object file", 32 "unexpected relocation type `%0' in object file") 51 "applying relocation `%0' encounters unexpected opcode on symbol `%1'", 52 "applying relocation `%0' encounters unexpected opcode on symbol `%1'")
|
/frameworks/base/test-runner/src/android/test/ |
D | MoreAsserts.java | 64 String message, Object unexpected, Object actual) { in assertNotEqual() argument 65 if (equal(unexpected, actual)) { in assertNotEqual() 66 failEqual(message, unexpected); in assertNotEqual() 74 public static void assertNotEqual(Object unexpected, Object actual) { in assertNotEqual() argument 75 assertNotEqual(null, unexpected, actual); in assertNotEqual() 520 private static void failEqual(String message, Object unexpected) { in failEqual() argument 521 failWithMessage(message, "expected not to be:<" + unexpected + ">"); in failEqual()
|
/frameworks/base/core/tests/coretests/src/android/content/pm/ |
D | ManifestDigestTest.java | 58 ManifestDigest unexpected = new ManifestDigest(new byte[0]); in testManifestDigest_Equals() local 59 assertFalse(unexpected.equals(actual)); in testManifestDigest_Equals()
|
/frameworks/compile/slang/lit-tests/ |
D | README | 37 -v enables additional verbosity (useful when examining unexpected failures)
|
/frameworks/compile/libbcc/tests/debuginfo/ |
D | README | 58 -v enables additional verbosity (useful when examining unexpected failures)
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/ |
D | UsimDataDownloadCommands.java.broken | 110 Assert.assertTrue("unexpected call to acknowledge SMS", mExpectingAcknowledgeGsmSms); 126 Assert.assertTrue("unexpected call to acknowledge SMS", mExpectingAcknowledgeGsmSms); 146 Assert.assertTrue("unexpected call to send envelope", mExpectingSendEnvelope);
|
D | GSMPhoneTest.java.broken | 372 fail("unexpected ex"); 634 fail("unexpected ex");
|
/frameworks/base/docs/html/design/patterns/ |
D | confirming-acknowledging.jd | 44 …navigates back or up from the Gmail compose screen, something possibly unexpected happens: the cur…
|
D | navigation.jd | 14 users more than basic navigation that behaves in inconsistent and unexpected ways. Android 3.0
|
/frameworks/rs/api/ |
D | rs_matrix.spec | 161 <b>Warning:</b> The order of the column and row parameters may be unexpected. 531 <b>Warning:</b> The order of the column and row parameters may be unexpected.
|
/frameworks/rs/scriptc/ |
D | rs_matrix.rsh | 164 * Warning: The order of the column and row parameters may be unexpected. 542 * Warning: The order of the column and row parameters may be unexpected.
|
/frameworks/base/docs/html/training/testing/ui-testing/ |
D | espresso-testing.jd | 65 encounter unexpected results or have a poor experience when interacting with your app. 132 on in the test device might cause unexpected results or may lead your test to fail. Turn
|
/frameworks/base/docs/html/training/gestures/ |
D | detector.jd | 306 This has the potential to cause unexpected problems in your app.
|
/frameworks/base/docs/html/guide/components/ |
D | processes-and-threads.jd | 257 undefined and unexpected behavior, which can be difficult and time-consuming to track down.</p> 359 thread is unexpected restarts in your activity due to a <a
|
D | activities.jd | 104 fluid user experience between activities and handle unexpected interuptions that cause your activity 720 unexpected events in the activity lifecycle.</p>
|
/frameworks/base/docs/html/ndk/guides/ |
D | cpp-support.jd | 273 unexpected behavior. For example, you may experience:</p>
|
/frameworks/base/docs/html/sdk/installing/ |
D | migrate.jd | 252 <p>If there still are unexpected issues when building and running your project in Android
|
/frameworks/base/docs/html/sdk/ |
D | OLD_RELEASENOTES.jd | 420 <li>917399: On Windows, running multiple emulator consoles can result in unexpected behavior when s… 512 <p>On Windows, running multiple emulator consoles can result in unexpected behavior when simulating…
|
/frameworks/base/docs/html/training/scheduling/ |
D | alarms.jd | 185 changes the device's time setting, it could cause unexpected behavior in your app. Using a
|
/frameworks/base/docs/html/guide/webapps/ |
D | migrating.jd | 102 UI thread, it can cause unexpected results. For example, if your app uses multiple threads,
|
/frameworks/base/docs/html/tools/revisions/ |
D | gradle-plugin.jd | 465 version numbers. Using this feature can cause unexpected version updates and difficulty
|
/frameworks/base/docs/html/guide/topics/renderscript/reference/ |
D | rs_matrix.jd | 301 <p> <b>Warning:</b> The order of the column and row parameters may be unexpected. 981 <p> <b>Warning:</b> The order of the column and row parameters may be unexpected.
|
/frameworks/base/docs/html/distribute/googleplay/ |
D | developer-console.jd | 288 Staging your rollout will help limit the impact of unexpected bugs or server
|
/frameworks/base/docs/html/google/play/billing/v2/ |
D | billing_reference.jd | 105 <td>Indicates an unexpected server error. For example, this error is triggered if you try to
|
/frameworks/base/docs/html/tools/testing-support-library/ |
D | index.jd | 128 package, as this might cause unexpected results. If you are creating an instrumented JUnit 4
|