Searched refs:unexpected (Results 1 – 11 of 11) sorted by relevance
/frameworks/compile/slang/tests/F_foreach_unexpected_allocs/ |
D | stderr.txt.expect | 1 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/ |
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'")
|
D | DiagMips.inc | 16 "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/ |
D | MoreAsserts.java | 67 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/ |
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/rs/script_api/ |
D | rs_matrix.spec | 189 <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/ |
D | rs_matrix.rsh | 180 * 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/ |
D | DevicePolicyManagerTest.java | 1309 } catch (SecurityException unexpected) { in testDelegation()
|