Home
last modified time | relevance | path

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

/frameworks/compile/slang/tests/F_foreach_unexpected_allocs/
Dstderr.txt.expect1 foreach_unexpected_allocs.rs:10:3: error: Number of input and output allocations unexpected for ker…
2 foreach_unexpected_allocs.rs:11:3: error: Number of input and output allocations unexpected for ker…
/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'")
DDiagMips.inc16 "unexpected .MIPS.abiflags section version number '%0' in %1",
17 "unexpected .MIPS.abiflags section version number '%0' in %1")
/frameworks/base/test-runner/src/android/test/
DMoreAsserts.java67 String message, Object unexpected, Object actual) { in assertNotEqual() argument
68 if (equal(unexpected, actual)) { in assertNotEqual()
69 failEqual(message, unexpected); in assertNotEqual()
77 public static void assertNotEqual(Object unexpected, Object actual) { in assertNotEqual() argument
78 assertNotEqual(null, unexpected, actual); in assertNotEqual()
523 private static void failEqual(String message, Object unexpected) { in failEqual() argument
524 failWithMessage(message, "expected not to be:<" + unexpected + ">"); in failEqual()
/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/rs/script_api/
Drs_matrix.spec189 <b>Warning:</b> The order of the column and row parameters may be unexpected.
559 <b>Warning:</b> The order of the column and row parameters may be unexpected.
/frameworks/rs/script_api/include/
Drs_matrix.rsh180 * Warning: The order of the column and row parameters may be unexpected.
558 * Warning: The order of the column and row parameters may be unexpected.
/frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/
DDevicePolicyManagerTest.java1309 } catch (SecurityException unexpected) { in testDelegation()