Home
last modified time | relevance | path

Searched refs:unexpected (Results 1 – 25 of 33) sorted by relevance

12

/frameworks/compile/mclinker/include/mcld/LD/
DDiagRelocations.inc31 "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/
DMoreAsserts.java64 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/
DManifestDigestTest.java58 ManifestDigest unexpected = new ManifestDigest(new byte[0]); in testManifestDigest_Equals() local
59 assertFalse(unexpected.equals(actual)); in testManifestDigest_Equals()
/frameworks/compile/slang/lit-tests/
DREADME37 -v enables additional verbosity (useful when examining unexpected failures)
/frameworks/compile/libbcc/tests/debuginfo/
DREADME58 -v enables additional verbosity (useful when examining unexpected failures)
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
DUsimDataDownloadCommands.java.broken110 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);
DGSMPhoneTest.java.broken372 fail("unexpected ex");
634 fail("unexpected ex");
/frameworks/base/docs/html/design/patterns/
Dconfirming-acknowledging.jd44 …navigates back or up from the Gmail compose screen, something possibly unexpected happens: the cur…
Dnavigation.jd14 users more than basic navigation that behaves in inconsistent and unexpected ways. Android 3.0
/frameworks/rs/api/
Drs_matrix.spec161 <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/
Drs_matrix.rsh164 * 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/
Despresso-testing.jd65 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/
Ddetector.jd306 This has the potential to cause unexpected problems in your app.
/frameworks/base/docs/html/guide/components/
Dprocesses-and-threads.jd257 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
Dactivities.jd104 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/
Dcpp-support.jd273 unexpected behavior. For example, you may experience:</p>
/frameworks/base/docs/html/sdk/installing/
Dmigrate.jd252 <p>If there still are unexpected issues when building and running your project in Android
/frameworks/base/docs/html/sdk/
DOLD_RELEASENOTES.jd420 <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/
Dalarms.jd185 changes the device's time setting, it could cause unexpected behavior in your app. Using a
/frameworks/base/docs/html/guide/webapps/
Dmigrating.jd102 UI thread, it can cause unexpected results. For example, if your app uses multiple threads,
/frameworks/base/docs/html/tools/revisions/
Dgradle-plugin.jd465 version numbers. Using this feature can cause unexpected version updates and difficulty
/frameworks/base/docs/html/guide/topics/renderscript/reference/
Drs_matrix.jd301 <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/
Ddeveloper-console.jd288 Staging your rollout will help limit the impact of unexpected bugs or server
/frameworks/base/docs/html/google/play/billing/v2/
Dbilling_reference.jd105 <td>Indicates an unexpected server error. For example, this error is triggered if you try to
/frameworks/base/docs/html/tools/testing-support-library/
Dindex.jd128 package, as this might cause unexpected results. If you are creating an instrumented JUnit 4

12