Home
last modified time | relevance | path

Searched full:didn (Results 1 – 25 of 10572) sorted by relevance

12345678910>>...423

/aosp_15_r20/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DPersisterQueueTests.java70 assertTrue("Target didn't call callback on start up.", in setUp()
95 assertTrue("Target didn't process item enough times.", in testProcessOneItem()
97 assertEquals("Target didn't process item.", 1, mFactory.getTotalProcessedItemCount()); in testProcessOneItem()
99 assertTrue("Target didn't wait enough time before processing item. duration: " in testProcessOneItem()
103 assertTrue("Target didn't call callback enough times.", in testProcessOneItem()
118 assertTrue("Target didn't process item enough times.", in testProcessOneItem_Flush()
120 assertEquals("Target didn't process item.", 1, mFactory.getTotalProcessedItemCount()); in testProcessOneItem_Flush()
122 assertTrue("Target didn't process item immediately when flushing. duration: " in testProcessOneItem_Flush()
127 assertTrue("Target didn't call callback enough times.", in testProcessOneItem_Flush()
143 assertTrue("Target didn't call callback enough times.", in testProcessTwoItems()
[all …]
/aosp_15_r20/external/ltp/testcases/open_posix_testsuite/stress/semaphores/
H A Dmulti_con_pro.c50 perror("sem_wait didn't return success \n"); in producer()
54 perror("sem_getvalue didn't return success \n"); in producer()
59 perror("sem_wait didn't return success \n"); in producer()
68 perror("sem_wait didn't return success \n"); in producer()
72 perror("sem_wait didn't return success \n"); in producer()
77 perror("sem_wait didn't return success \n"); in producer()
81 perror("sem_getvalue didn't return success \n"); in producer()
86 perror("sem_wait didn't return success \n"); in producer()
95 perror("sem_wait didn't return success \n"); in producer()
99 perror("sem_wait didn't return success \n"); in producer()
[all …]
/aosp_15_r20/packages/services/Car/cpp/watchdog/server/tests/
DWatchdogPerfServiceTest.cpp394 << "Boot-time collection didn't start immediately"; in TEST_F()
444 << "Boot-time collection didn't start immediately"; in TEST_F()
461 << "Subsequent boot-time collection didn't happen at " in TEST_F()
486 << "Subsequent post boot-time collection didn't happen at " in TEST_F()
497 << "Last boot-time collection didn't happen immediately after sending " in TEST_F()
511 << "First periodic monitor didn't happen at " in TEST_F()
523 << "Second periodic monitor didn't happen at " in TEST_F()
559 << "First periodic collection didn't happen at 1 second interval"; in TEST_F()
618 ASSERT_EQ(mLooperStub->numSecondsElapsed(), 0) << "Custom collection didn't start immediately"; in TEST_F()
640 << "Subsequent custom collection didn't happen at " in TEST_F()
[all …]
/aosp_15_r20/external/ltp/testcases/open_posix_testsuite/functional/semaphores/
H A Dsem_sleepingbarber.c58 perror("sem_wait(&lock) didn't return success"); in barbers()
66 perror("sem_post(&lock) didn't return success"); in barbers()
70 perror("sem_wait(&customer) didn't return success"); in barbers()
74 perror("sem_wait(&lock) didn't return success"); in barbers()
83 perror("sem_post(&lock) didn't return success"); in barbers()
87 perror("sem_post(&barber) didn't return success"); in barbers()
105 perror("sem_wait(&lock) didn't return success"); in customers()
111 perror("sem_post(&customer) didn't return success"); in customers()
118 perror("sem_post(&lock) didn't return success"); in customers()
122 perror("sem_wait(&barber) didn't return success"); in customers()
[all …]
H A Dsem_readerwriter.c52 perror("sem_wait didn't return success\n"); in reader()
59 perror("sem_wait didn't return success \n"); in reader()
64 perror("sem_post didn't return success \n"); in reader()
70 perror("sem_wait didn't return success \n"); in reader()
76 perror("sem_post didn't return success \n"); in reader()
81 perror("sem_post didn't return success \n"); in reader()
96 perror("sem_wait didn't return success \n"); in writer()
101 perror("sem_post didn't return success \n"); in writer()
122 perror("sem_init didn't return success \n"); in main()
126 perror("sem_init didn't return success \n"); in main()
[all …]
H A Dsem_conpro.c45 perror("sem_wait didn't return success \n"); in producer()
49 perror("sem_wait didn't return success \n"); in producer()
57 perror("sem_wait didn't return success \n"); in producer()
61 perror("sem_wait didn't return success \n"); in producer()
75 perror("sem_wait didn't return success \n"); in consumer()
79 perror("sem_wait didn't return success \n"); in consumer()
86 perror("sem_wait didn't return success \n"); in consumer()
90 perror("sem_wait didn't return success \n"); in consumer()
111 perror("sem_init didn't return success \n"); in main()
115 perror("sem_init didn't return success \n"); in main()
[all …]
H A Dsem_philosopher.c79 perror("sem_wait didn't return success \n"); in philosopher()
85 perror("sem_post didn't return success \n"); in philosopher()
89 perror("sem_wait didn't return success \n"); in philosopher()
95 perror("sem_wait didn't return success \n"); in philosopher()
110 perror("sem_post didn't return success \n"); in philosopher()
132 perror("sem_init didn't return success \n"); in main()
138 perror("sem_init didn't return success \n"); in main()
153 perror("sem_destroy didn't return success \n"); in main()
158 perror("sem_destroy didn't return success \n"); in main()
/aosp_15_r20/external/deqp/external/vulkancts/framework/vulkan/generated/vulkan/
H A DvkDeviceFeatureTest.inl44 …return tcu::TestStatus(resultCollector.getResult(), "Enabling unsupported features didn't return V…
88 …return tcu::TestStatus(resultCollector.getResult(), "Enabling unsupported features didn't return V…
130 …return tcu::TestStatus(resultCollector.getResult(), "Enabling unsupported features didn't return V…
173 …return tcu::TestStatus(resultCollector.getResult(), "Enabling unsupported features didn't return V…
217 …return tcu::TestStatus(resultCollector.getResult(), "Enabling unsupported features didn't return V…
259 …return tcu::TestStatus(resultCollector.getResult(), "Enabling unsupported features didn't return V…
301 …return tcu::TestStatus(resultCollector.getResult(), "Enabling unsupported features didn't return V…
346 …return tcu::TestStatus(resultCollector.getResult(), "Enabling unsupported features didn't return V…
388 …return tcu::TestStatus(resultCollector.getResult(), "Enabling unsupported features didn't return V…
430 …return tcu::TestStatus(resultCollector.getResult(), "Enabling unsupported features didn't return V…
[all …]
/aosp_15_r20/external/rust/android-crates-io/crates/nom/src/
Dstr.rs31 "Parser `tag` didn't succeed when it should have. \ in tagtr_succeed()
50 "Parser `tag` didn't require more input when it should have. \ in tagtr_incomplete()
68 "Parser `tag` didn't fail when it should have. Got `{:?}`.`", in tagtr_error()
97 "Parser `take_s` didn't succeed when it should have. \ in take_s_succeed()
129 "Parser `take_until` didn't succeed when it should have. \ in take_until_succeed()
146 "Parser `take` didn't require more input when it should have. \ in take_s_incomplete()
224 "Parser `take_till` didn't succeed when it should have. \ in take_till_s_succeed()
259 "Parser `take_while` didn't succeed when it should have. \ in take_while_succeed_none()
290 "Parser `is_not` didn't succeed when it should have. \ in is_not_succeed()
333 "Parser `take_while` didn't succeed when it should have. \ in take_while_succeed_some()
[all …]
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/nom-7.1.3/src/
H A Dstr.rs31 "Parser `tag` didn't succeed when it should have. \ in tagtr_succeed()
50 "Parser `tag` didn't require more input when it should have. \ in tagtr_incomplete()
68 "Parser `tag` didn't fail when it should have. Got `{:?}`.`", in tagtr_error()
97 "Parser `take_s` didn't succeed when it should have. \ in take_s_succeed()
129 "Parser `take_until` didn't succeed when it should have. \ in take_until_succeed()
146 "Parser `take` didn't require more input when it should have. \ in take_s_incomplete()
224 "Parser `take_till` didn't succeed when it should have. \ in take_till_s_succeed()
259 "Parser `take_while` didn't succeed when it should have. \ in take_while_succeed_none()
290 "Parser `is_not` didn't succeed when it should have. \ in is_not_succeed()
333 "Parser `take_while` didn't succeed when it should have. \ in take_while_succeed_some()
[all …]
/aosp_15_r20/cts/tests/tests/batterysaving/src/android/os/cts/batterysaving/
H A DBatterySaverTest.java200 waitUntil("Location mode didn't change to " in testAutomotiveProjectionExceptions()
205 waitUntil("UI mode didn't change to " + Configuration.UI_MODE_NIGHT_YES, in testAutomotiveProjectionExceptions()
216 waitUntil("UI mode didn't change to " + Configuration.UI_MODE_NIGHT_NO, in testAutomotiveProjectionExceptions()
222 assertTrue("Location power save mode didn't change from " + locationPowerSaveMode, in testAutomotiveProjectionExceptions()
232 waitUntil("UI mode didn't change to " + Configuration.UI_MODE_NIGHT_YES, in testAutomotiveProjectionExceptions()
261 waitUntil("Location mode didn't change to " in testGlobalSettings()
266 waitUntil("UI mode didn't change to " + Configuration.UI_MODE_NIGHT_YES, in testGlobalSettings()
288 waitUntil("Location mode didn't change to " in testDeviceConfig()
293 waitUntil("UI mode didn't change to " + Configuration.UI_MODE_NIGHT_YES, in testDeviceConfig()
316 waitUntil("Location mode didn't change to " in testGlobalSettingsOverridesDeviceConfig()
[all …]
/aosp_15_r20/system/memory/libmeminfo/libmemevents/
Dmemevents_test.cpp76 ASSERT_TRUE(memevent_listener->ok()) << "BPF ring buffer manager didn't initialize"; in initializeTestListener()
446 << "MEM_EVENT_OOM_KILL: Didn't receive expected PID"; in validateMockedEvent()
449 << "MEM_EVENT_OOM_KILL: Didn't receive expected UID"; in validateMockedEvent()
452 << "MEM_EVENT_OOM_KILL: Didn't receive expected OOM score"; in validateMockedEvent()
456 << "MEM_EVENT_OOM_KILL: Didn't receive expected process name"; in validateMockedEvent()
459 << "MEM_EVENT_OOM_KILL: Didn't receive expected timestamp"; in validateMockedEvent()
462 << "MEM_EVENT_OOM_KILL: Didn't receive expected total vm"; in validateMockedEvent()
465 << "MEM_EVENT_OOM_KILL: Didn't receive expected anon rss"; in validateMockedEvent()
468 << "MEM_EVENT_OOM_KILL: Didn't receive expected file rss"; in validateMockedEvent()
471 << "MEM_EVENT_OOM_KILL: Didn't receive expected shmem rss"; in validateMockedEvent()
[all …]
/aosp_15_r20/cts/tests/JobScheduler/src/android/jobscheduler/cts/
H A DJobParametersTest.java67 assertTrue("Job didn't fire immediately", kTestEnvironment.awaitExecution()); in testClipData()
85 assertTrue("Job didn't fire immediately", kTestEnvironment.awaitExecution()); in testExtras()
102 assertTrue("Job didn't fire immediately", kTestEnvironment.awaitExecution()); in testExpedited()
114 assertTrue("Job didn't fire immediately", kTestEnvironment.awaitExecution()); in testExpedited()
131 assertTrue("Job didn't fire immediately", kTestEnvironment.awaitExecution()); in testUserInitiated()
143 assertTrue("Job didn't fire immediately", kTestEnvironment.awaitExecution()); in testUserInitiated()
156 assertTrue("Job didn't fire immediately", kTestEnvironment.awaitExecution()); in testJobId()
179 assertTrue("Job A didn't fire", kTestEnvironment.awaitExecution()); in testNamespaceJobParameters()
187 assertTrue("Job B didn't fire", kTestEnvironment.awaitExecution()); in testNamespaceJobParameters()
245 assertTrue("Job didn't fire immediately", kTestEnvironment.awaitExecution()); in verifyStopReason()
[all …]
/aosp_15_r20/external/deqp/external/vulkancts/framework/vulkan/generated/vulkansc/
H A DvkDeviceFeatureTest.inl45 …return tcu::TestStatus(resultCollector.getResult(), "Enabling unsupported features didn't return V…
88 …return tcu::TestStatus(resultCollector.getResult(), "Enabling unsupported features didn't return V…
133 …return tcu::TestStatus(resultCollector.getResult(), "Enabling unsupported features didn't return V…
178 …return tcu::TestStatus(resultCollector.getResult(), "Enabling unsupported features didn't return V…
222 …return tcu::TestStatus(resultCollector.getResult(), "Enabling unsupported features didn't return V…
267 …return tcu::TestStatus(resultCollector.getResult(), "Enabling unsupported features didn't return V…
309 …return tcu::TestStatus(resultCollector.getResult(), "Enabling unsupported features didn't return V…
351 …return tcu::TestStatus(resultCollector.getResult(), "Enabling unsupported features didn't return V…
393 …return tcu::TestStatus(resultCollector.getResult(), "Enabling unsupported features didn't return V…
435 …return tcu::TestStatus(resultCollector.getResult(), "Enabling unsupported features didn't return V…
[all …]
/aosp_15_r20/external/antlr/tool/
H A DCHANGES.txt76 * (Sam) Rule.setOption didn't do memoize option right.
100 * reset() for token stream didn't skip initial off-channel tokens.
115 * empty alts with actions didn't have EPSILON dummy alt node.
119 * Udo noticed that Parser.getMissingSymbol() didn't set invented token's input
287 * code gen for AST and -profile didn't compile. had useless line:
308 * lexerStringRef was missing elementIndex attribute. i='import' didn't work
312 streams didn't dup node, it gave whole tree back.
332 * Refs to other tokens in a lexer rule didn't get its line/charpos right.
337 * Creating token from another token didn't copy input stream in CommonToken.
395 * Fixed ANTLR-374. Was caused by moved of grammars. %foo() stuff didn't work
[all …]
/aosp_15_r20/external/python/cpython2/Lib/test/
Dtest_future.py35 self.fail("expected exception didn't occur")
43 self.fail("expected exception didn't occur")
51 self.fail("expected exception didn't occur")
59 self.fail("expected exception didn't occur")
67 self.fail("expected exception didn't occur")
75 self.fail("expected exception didn't occur")
83 self.fail("expected exception didn't occur")
96 self.fail("syntax error didn't occur")
103 self.fail("syntax error didn't occur")
Dtest_queue.py102 "Didn't seem to queue the correct data!")
113 self.fail("Didn't appear to block with a full queue")
118 self.fail("Didn't appear to time-out with a full queue")
130 self.fail("Didn't appear to block with an empty queue")
135 self.fail("Didn't appear to time-out with an empty queue")
239 self.fail("The queue didn't fail when it should have")
245 self.fail("The queue didn't fail when it should have")
254 self.fail("The queue didn't fail when it should have")
265 self.fail("The queue didn't fail when it should have")
286 self.fail("The queue didn't fail when it should have")
[all …]
/aosp_15_r20/frameworks/base/core/tests/coretests/src/android/app/backup/
H A DFullBackupTest.java73 assertEquals("Didn't find expected file domain include.", 1, fileDomainIncludes.size()); in testparseBackupSchemeFromXml_onlyInclude()
95 assertEquals("Didn't find expected file domain include.", 1, fileDomainIncludes.size()); in testparseBackupSchemeFromXml_onlyIncludeRequireEncryptionFlag()
117 assertEquals("Didn't find expected file domain include.", 1, fileDomainIncludes.size()); in testParseBackupSchemeFromXml_onlyIncludeRequireFakeEncryptionFlag()
141 assertEquals("Didn't find expected file domain include.", 1, fileDomainIncludes.size()); in testparseBackupSchemeFromXml_onlyIncludeRequireD2DFlag()
166 assertEquals("Didn't find expected file domain include.", 1, fileDomainIncludes.size()); in testparseBackupSchemeFromXml_onlyIncludeRequireEncryptionAndD2DFlags()
192 assertEquals("Didn't find expected file domain include.", 1, fileDomainIncludes.size()); in testparseBackupSchemeFromXml_onlyIncludeRequireD2DFlagAndIngoreGarbage()
244 assertEquals("Didn't find expected file domain include.", 1, fileDomainIncludes.size()); in testparseBackupSchemeFromXml_includeAndExclude()
272 assertEquals("Didn't find expected file domain include.", 1, fileDomainIncludes.size()); in testparseBackupSchemeFromXml_lotsOfIncludesAndExcludes()
284 assertEquals("Didn't find expected database domain include.", in testparseBackupSchemeFromXml_lotsOfIncludesAndExcludes()
313 assertEquals("Didn't find expected sharedpref domain include.", in testparseBackupSchemeFromXml_lotsOfIncludesAndExcludes()
[all …]
/aosp_15_r20/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/struct/
H A DUnwrapSingleArrayScalarsTest.java241 fail("Single value array didn't throw an exception"); in testSingleElementArrayDisabled()
247 fail("Single value array didn't throw an exception"); in testSingleElementArrayDisabled()
253 fail("Single value array didn't throw an exception"); in testSingleElementArrayDisabled()
259 fail("Single value array didn't throw an exception"); in testSingleElementArrayDisabled()
266 fail("Single value array didn't throw an exception"); in testSingleElementArrayDisabled()
272 fail("Single value array didn't throw an exception"); in testSingleElementArrayDisabled()
279 fail("Single value array didn't throw an exception"); in testSingleElementArrayDisabled()
285 fail("Single value array didn't throw an exception"); in testSingleElementArrayDisabled()
292 fail("Single value array didn't throw an exception"); in testSingleElementArrayDisabled()
298 fail("Single value array didn't throw an exception"); in testSingleElementArrayDisabled()
[all …]
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/Mips/
H A DMipsGenCallingConv.inc82 return true; // CC didn't match.
105 return true; // CC didn't match.
203 return true; // CC didn't match.
238 return true; // CC didn't match.
261 return true; // CC didn't match.
332 return true; // CC didn't match.
365 return true; // CC didn't match.
383 return true; // CC didn't match.
437 return true; // CC didn't match.
457 return true; // CC didn't match.
[all …]
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/regex/test/regress/
Dtest_mfc.cpp52 // we should have had a match but didn't: in test_mfc()
82 // we should have had a match but didn't: in test_mfc()
88 // we should have had a match but didn't: in test_mfc()
117 // we should have had a match but didn't: in test_mfc()
149 // we should have had a match but didn't: in test_mfc()
204 // we should have had a match but didn't: in test_mfc()
230 // we should have had a match but didn't: in test_mfc()
260 // we should have had a match but didn't: in test_mfc()
266 // we should have had a match but didn't: in test_mfc()
295 // we should have had a match but didn't: in test_mfc()
[all …]
/aosp_15_r20/external/hamcrest/hamcrest-core/src/test/java/org/hamcrest/core/
H A DCombinableTest.java25 assertMatches("both didn't pass", NOT_3_AND_NOT_4, 2); in bothAcceptsAndRejects()
26 assertDoesNotMatch("both didn't fail", NOT_3_AND_NOT_4, 3); in bothAcceptsAndRejects()
33 assertMatches("tripleAnd didn't pass", tripleAnd, 2); in acceptsAndRejectsThreeAnds()
34 assertDoesNotMatch("tripleAnd didn't fail", tripleAnd, 3); in acceptsAndRejectsThreeAnds()
45 assertMatches("either didn't pass", EITHER_3_OR_4, 3); in eitherAcceptsAndRejects()
46 assertDoesNotMatch("either didn't fail", EITHER_3_OR_4, 6); in eitherAcceptsAndRejects()
53 assertMatches("tripleOr didn't pass", tripleOr, 11); in acceptsAndRejectsThreeOrs()
54 assertDoesNotMatch("tripleOr didn't fail", tripleOr, 9); in acceptsAndRejectsThreeOrs()
/aosp_15_r20/external/cronet/third_party/libc++abi/src/test/
H A Dincomplete_type.sh.cpp97 catch(...) { assert(!"FAIL: Didn't catch NeverDefined::*" ); } in main()
112 catch(...) { assert(!"FAIL: Didn't catch IncompleteAtThrow::*" ); } in main()
123 catch(...) { assert(!"FAIL: Didn't catch IncompleteAtThrow**" ); } in main()
135 catch(...) { assert(!"FAIL: Didn't catch IncompleteAtThrow::**" ); } in main()
150 catch(...) { assert(!"FAIL: Didn't catch CompleteAtThrow::" ); } in main()
165 catch(...) { assert(!"FAIL: Didn't catch CompleteAtThrow**" ); } in main()
181 catch(...) { assert(!"FAIL: Didn't catch CompleteAtThrow::**" ); } in main()
190 catch(...) { assert(!"FAIL: Didn't catch nullptr as IncompleteAtThrow::*" ); } in main()
198 catch(...) { assert(!"FAIL: Didn't catch nullptr as CompleteAtThrow::*" ); } in main()
206 catch(...) { assert(!"FAIL: Didn't catch nullptr as NeverDefined::*" ); } in main()
/aosp_15_r20/external/libcxxabi/test/
H A Dincomplete_type.sh.cpp98 catch(...) { assert(!"FAIL: Didn't catch NeverDefined::*" ); } in main()
113 catch(...) { assert(!"FAIL: Didn't catch IncompleteAtThrow::*" ); } in main()
124 catch(...) { assert(!"FAIL: Didn't catch IncompleteAtThrow**" ); } in main()
136 catch(...) { assert(!"FAIL: Didn't catch IncompleteAtThrow::**" ); } in main()
151 catch(...) { assert(!"FAIL: Didn't catch CompleteAtThrow::" ); } in main()
166 catch(...) { assert(!"FAIL: Didn't catch CompleteAtThrow**" ); } in main()
182 catch(...) { assert(!"FAIL: Didn't catch CompleteAtThrow::**" ); } in main()
191 catch(...) { assert(!"FAIL: Didn't catch nullptr as IncompleteAtThrow::*" ); } in main()
199 catch(...) { assert(!"FAIL: Didn't catch nullptr as CompleteAtThrow::*" ); } in main()
207 catch(...) { assert(!"FAIL: Didn't catch nullptr as NeverDefined::*" ); } in main()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/configs/common/lib/Target/Mips/
H A DMipsGenCallingConv.inc84 return true; // CC didn't match.
107 return true; // CC didn't match.
205 return true; // CC didn't match.
240 return true; // CC didn't match.
263 return true; // CC didn't match.
334 return true; // CC didn't match.
367 return true; // CC didn't match.
385 return true; // CC didn't match.
439 return true; // CC didn't match.
459 return true; // CC didn't match.
[all …]

12345678910>>...423