Home
last modified time | relevance | path

Searched full:shouldn (Results 1 – 25 of 6579) sorted by relevance

12345678910>>...264

/external/testng/src/test/java/test/configuration/
DConfigurationTest.java27 assert ! m_afterSuite : "afterSuite shouldn't have run"; in beforeSuite()
28 assert ! m_beforeClass : "beforeClass shouldn't have run"; in beforeSuite()
29 assert ! m_afterClass : "afterClass shouldn't have run"; in beforeSuite()
30 assert ! m_beforeMethod: "beforeMethod shouldn't have run"; in beforeSuite()
31 assert ! m_afterMethod: "afterMethod shouldn't have run"; in beforeSuite()
39 assert ! m_afterSuite : "afterSuite shouldn't have run"; in beforeClass()
40 assert ! m_beforeClass : "beforeClass shouldn't have run"; in beforeClass()
41 assert ! m_afterClass : "afterClass shouldn't have run"; in beforeClass()
42 assert ! m_beforeMethod: "beforeMethod shouldn't have run"; in beforeClass()
43 assert ! m_afterMethod: "afterMethod shouldn't have run"; in beforeClass()
[all …]
/external/rust/beto-rust/common/handle_map/src/
Dtests.rs74 .expect("Allocation shouldn't fail"); in test_read_consistency_same_address()
76 let value_ref = handle_map.get(handle).expect("Getting shouldn't fail"); in test_read_consistency_same_address()
145 .expect("Allocation shouldn't fail"); in test_full_lifecycle_independent_handles()
149 .expect("Getting the value shouldn't fail"); in test_full_lifecycle_independent_handles()
155 .expect("Mutating the value shouldn't fail"); in test_full_lifecycle_independent_handles()
161 .expect("Getting the value after modification shouldn't fail"); in test_full_lifecycle_independent_handles()
166 .expect("Deallocation shouldn't fail"); in test_full_lifecycle_independent_handles()
181 .expect("Allocation shouldn't fail"); in test_consistency_of_same_handle_multithreaded_modifications()
190 .expect("Getting the value from thread A shouldn't fail"); in test_consistency_of_same_handle_multithreaded_modifications()
197 .expect("Mutating the value from thread A shouldn't fail"); in test_consistency_of_same_handle_multithreaded_modifications()
[all …]
/external/perfetto/src/trace_processor/db/column/
Ddummy_storage.cc33 PERFETTO_FATAL("Shouldn't be called"); in SingleSearch()
39 PERFETTO_FATAL("Shouldn't be called"); in ValidateSearchConstraints()
45 PERFETTO_FATAL("Shouldn't be called"); in SearchValidated()
51 PERFETTO_FATAL("Shouldn't be called"); in IndexSearchValidated()
55 PERFETTO_FATAL("Shouldn't be called"); in StableSort()
59 PERFETTO_FATAL("Shouldn't be called"); in Distinct()
67 PERFETTO_FATAL("Shouldn't be called"); in MaxElement()
71 PERFETTO_FATAL("Shouldn't be called"); in MinElement()
75 PERFETTO_FATAL("Shouldn't be called"); in Get_AvoidUsingBecauseSlow()
/external/apache-commons-lang/src/test/java/org/apache/commons/lang3/util/
DFluentBitSetTest.java269 assertFalse(bs.get(i), "Shouldn't have flipped bit " + i); in test_clearII()
271 assertTrue(bs.get(i), "Shouldn't have cleared bit " + i); in test_clearII()
280 assertFalse(bs.get(i), "Shouldn't have flipped bit " + i); in test_clearII()
282 assertTrue(bs.get(i), "Shouldn't have cleared bit " + i); in test_clearII()
287 assertFalse(bs.get(i), "Shouldn't have flipped bit " + i); in test_clearII()
297 assertTrue(bs.get(i), "Shouldn't have cleared bit " + i); in test_clearII()
303 assertTrue(!bs.get(i), "Shouldn't have flipped bit " + i); in test_clearII()
314 assertFalse(bs.get(i), "Shouldn't have flipped bit " + i); in test_clearII()
325 assertFalse(bs.get(i), "Shouldn't have flipped bit " + i); in test_clearII()
337 assertFalse(bs.get(i), "Shouldn't have flipped bit " + i); in test_clearII()
[all …]
/external/llvm/unittests/Support/
DDwarfTest.cpp19 // This is invalid, so it shouldn't be stringified. in TEST()
23 // shouldn't be stringified either. in TEST()
54 // Markers shouldn't be recognized. in TEST()
60 // This is invalid, so it shouldn't be stringified. in TEST()
64 // shouldn't be stringified either. in TEST()
87 // This is invalid, so it shouldn't be stringified. in TEST()
91 // shouldn't be stringified either. in TEST()
124 // Invalid numbers shouldn't be stringified. in TEST()
/external/angle/third_party/abseil-cpp/absl/cleanup/
Dcleanup_test.cc195 EXPECT_FALSE(called); // Constructor shouldn't invoke the callback in TYPED_TEST()
206 EXPECT_FALSE(fn_ptr_called); // Constructor shouldn't invoke the callback in TYPED_TEST()
218 EXPECT_FALSE(called); // Constructor shouldn't invoke the callback in TYPED_TEST()
221 EXPECT_FALSE(called); // Cancel shouldn't invoke the callback in TYPED_TEST()
224 EXPECT_FALSE(called); // Destructor shouldn't invoke the callback in TYPED_TEST()
233 EXPECT_FALSE(called); // Constructor shouldn't invoke the callback in TYPED_TEST()
241 EXPECT_FALSE(called); // Destructor shouldn't invoke the callback in TYPED_TEST()
250 EXPECT_FALSE(called); // Constructor shouldn't invoke the callback in TYPED_TEST()
254 EXPECT_FALSE(called); // Move shouldn't invoke the callback in TYPED_TEST()
262 EXPECT_FALSE(called); // Destructor shouldn't invoke the callback in TYPED_TEST()
/external/abseil-cpp/absl/cleanup/
Dcleanup_test.cc197 EXPECT_FALSE(called); // Constructor shouldn't invoke the callback in TYPED_TEST()
208 EXPECT_FALSE(fn_ptr_called); // Constructor shouldn't invoke the callback in TYPED_TEST()
220 EXPECT_FALSE(called); // Constructor shouldn't invoke the callback in TYPED_TEST()
223 EXPECT_FALSE(called); // Cancel shouldn't invoke the callback in TYPED_TEST()
226 EXPECT_FALSE(called); // Destructor shouldn't invoke the callback in TYPED_TEST()
235 EXPECT_FALSE(called); // Constructor shouldn't invoke the callback in TYPED_TEST()
243 EXPECT_FALSE(called); // Destructor shouldn't invoke the callback in TYPED_TEST()
252 EXPECT_FALSE(called); // Constructor shouldn't invoke the callback in TYPED_TEST()
256 EXPECT_FALSE(called); // Move shouldn't invoke the callback in TYPED_TEST()
264 EXPECT_FALSE(called); // Destructor shouldn't invoke the callback in TYPED_TEST()
/external/cronet/stable/third_party/abseil-cpp/absl/cleanup/
Dcleanup_test.cc197 EXPECT_FALSE(called); // Constructor shouldn't invoke the callback in TYPED_TEST()
208 EXPECT_FALSE(fn_ptr_called); // Constructor shouldn't invoke the callback in TYPED_TEST()
220 EXPECT_FALSE(called); // Constructor shouldn't invoke the callback in TYPED_TEST()
223 EXPECT_FALSE(called); // Cancel shouldn't invoke the callback in TYPED_TEST()
226 EXPECT_FALSE(called); // Destructor shouldn't invoke the callback in TYPED_TEST()
235 EXPECT_FALSE(called); // Constructor shouldn't invoke the callback in TYPED_TEST()
243 EXPECT_FALSE(called); // Destructor shouldn't invoke the callback in TYPED_TEST()
252 EXPECT_FALSE(called); // Constructor shouldn't invoke the callback in TYPED_TEST()
256 EXPECT_FALSE(called); // Move shouldn't invoke the callback in TYPED_TEST()
264 EXPECT_FALSE(called); // Destructor shouldn't invoke the callback in TYPED_TEST()
/external/cronet/tot/third_party/abseil-cpp/absl/cleanup/
Dcleanup_test.cc197 EXPECT_FALSE(called); // Constructor shouldn't invoke the callback in TYPED_TEST()
208 EXPECT_FALSE(fn_ptr_called); // Constructor shouldn't invoke the callback in TYPED_TEST()
220 EXPECT_FALSE(called); // Constructor shouldn't invoke the callback in TYPED_TEST()
223 EXPECT_FALSE(called); // Cancel shouldn't invoke the callback in TYPED_TEST()
226 EXPECT_FALSE(called); // Destructor shouldn't invoke the callback in TYPED_TEST()
235 EXPECT_FALSE(called); // Constructor shouldn't invoke the callback in TYPED_TEST()
243 EXPECT_FALSE(called); // Destructor shouldn't invoke the callback in TYPED_TEST()
252 EXPECT_FALSE(called); // Constructor shouldn't invoke the callback in TYPED_TEST()
256 EXPECT_FALSE(called); // Move shouldn't invoke the callback in TYPED_TEST()
264 EXPECT_FALSE(called); // Destructor shouldn't invoke the callback in TYPED_TEST()
/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/cleanup/
Dcleanup_test.cc197 EXPECT_FALSE(called); // Constructor shouldn't invoke the callback in TYPED_TEST()
208 EXPECT_FALSE(fn_ptr_called); // Constructor shouldn't invoke the callback in TYPED_TEST()
220 EXPECT_FALSE(called); // Constructor shouldn't invoke the callback in TYPED_TEST()
223 EXPECT_FALSE(called); // Cancel shouldn't invoke the callback in TYPED_TEST()
226 EXPECT_FALSE(called); // Destructor shouldn't invoke the callback in TYPED_TEST()
235 EXPECT_FALSE(called); // Constructor shouldn't invoke the callback in TYPED_TEST()
243 EXPECT_FALSE(called); // Destructor shouldn't invoke the callback in TYPED_TEST()
252 EXPECT_FALSE(called); // Constructor shouldn't invoke the callback in TYPED_TEST()
256 EXPECT_FALSE(called); // Move shouldn't invoke the callback in TYPED_TEST()
264 EXPECT_FALSE(called); // Destructor shouldn't invoke the callback in TYPED_TEST()
/external/clang/test/Sema/
Dwarn-self-assign-field.mm12 a_ += a_; // Shouldn't warn.
22 // Shouldn't warn.
36 // Shouldn't warn.
41 // This is a common pattern to silence "parameter unused". Shouldn't warn.
62 // Shouldn't warn.
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/core/src/main/java/com/google/android/exoplayer2/offline/
DWritableDownloadIndex.java28 * <p>This method may be slow and shouldn't normally be called on the main thread.
39 * <p>This method may be slow and shouldn't normally be called on the main thread.
49 * <p>This method may be slow and shouldn't normally be called on the main thread.
58 * <p>This method may be slow and shouldn't normally be called on the main thread.
68 * <p>This method may be slow and shouldn't normally be called on the main thread.
80 * <p>This method may be slow and shouldn't normally be called on the main thread.
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/core/src/main/java/com/google/android/exoplayer2/offline/
DWritableDownloadIndex.java28 * <p>This method may be slow and shouldn't normally be called on the main thread.
39 * <p>This method may be slow and shouldn't normally be called on the main thread.
49 * <p>This method may be slow and shouldn't normally be called on the main thread.
58 * <p>This method may be slow and shouldn't normally be called on the main thread.
68 * <p>This method may be slow and shouldn't normally be called on the main thread.
80 * <p>This method may be slow and shouldn't normally be called on the main thread.
/external/webrtc/modules/rtp_rtcp/source/
Dabsolute_capture_time_interpolator.cc97 // Shouldn't if we don't have a previously received extension stored. in ShouldInterpolateExtension()
102 // Shouldn't if the last received extension is too old. in ShouldInterpolateExtension()
107 // Shouldn't if the source has changed. in ShouldInterpolateExtension()
112 // Shouldn't if the RTP clock frequency has changed. in ShouldInterpolateExtension()
117 // Shouldn't if the RTP clock frequency is invalid. in ShouldInterpolateExtension()
/external/testng/src/test/java/test/dependent/
DSampleDependentMethods.java23 assert ! m_secondA : "secondA shouldn't have been run yet"; in oneA()
37 assert ! m_secondA : "secondA shouldn't have been run yet"; in secondA()
48 assert ! m_thirdA : "thirdA shouldn't have been run yet"; in thirdA()
56 assert ! m_secondA : "secondA shouldn't have been run yet"; in oneB()
DSampleDependentMethods2.java22 assert ! m_secondA : "secondA shouldn't have been run yet"; in oneA()
36 assert ! m_secondA : "secondA shouldn't have been run yet"; in secondA()
46 assert ! m_thirdA : "thirdA shouldn't have been run yet"; in thirdA()
53 assert ! m_secondA : "secondA shouldn't have been run yet"; in oneB()
/external/clang/test/Modules/
Dsubmodules-preprocess.cpp12 # error HAVE_TYPE_TRAITS_MAP macro is available (but shouldn't be)
16 # error HAVE_HASH_MAP macro is available (but shouldn't be)
30 # error HAVE_HASH_MAP macro is available (but shouldn't be)
46 # error HAVE_HASH_MAP macro is available (but shouldn't be)
/external/pytorch/test/optim/
Dtest_optim.py75 # and so it shouldn't require gradients.
132 # and so it shouldn't require gradients.
153 # and so it shouldn't require gradients.
173 # and so it shouldn't require gradients.
198 # and so they shouldn't require gradients.
221 # and so it shouldn't require gradients.
243 # and so it shouldn't require gradients.
268 # and so it shouldn't require gradients.
303 # and so it shouldn't require gradients.
/external/cronet/tot/third_party/googletest/src/googlemock/include/gmock/
Dgmock-nice-strict.h160 "The impl subclass shouldn't introduce any padding"); in NiceMock()
173 "The impl subclass shouldn't introduce any padding"); in NiceMock()
181 "The impl subclass shouldn't introduce any padding"); in NiceMock()
202 "The impl subclass shouldn't introduce any padding"); in NaggyMock()
215 "The impl subclass shouldn't introduce any padding"); in NaggyMock()
223 "The impl subclass shouldn't introduce any padding"); in NaggyMock()
244 "The impl subclass shouldn't introduce any padding"); in StrictMock()
257 "The impl subclass shouldn't introduce any padding"); in StrictMock()
265 "The impl subclass shouldn't introduce any padding"); in StrictMock()
/external/cronet/stable/third_party/googletest/src/googlemock/include/gmock/
Dgmock-nice-strict.h160 "The impl subclass shouldn't introduce any padding"); in NiceMock()
173 "The impl subclass shouldn't introduce any padding"); in NiceMock()
181 "The impl subclass shouldn't introduce any padding"); in NiceMock()
202 "The impl subclass shouldn't introduce any padding"); in NaggyMock()
215 "The impl subclass shouldn't introduce any padding"); in NaggyMock()
223 "The impl subclass shouldn't introduce any padding"); in NaggyMock()
244 "The impl subclass shouldn't introduce any padding"); in StrictMock()
257 "The impl subclass shouldn't introduce any padding"); in StrictMock()
265 "The impl subclass shouldn't introduce any padding"); in StrictMock()
/external/cronet/stable/third_party/boringssl/src/third_party/googletest/googlemock/include/gmock/
Dgmock-nice-strict.h160 "The impl subclass shouldn't introduce any padding"); in NiceMock()
173 "The impl subclass shouldn't introduce any padding"); in NiceMock()
181 "The impl subclass shouldn't introduce any padding"); in NiceMock()
202 "The impl subclass shouldn't introduce any padding"); in NaggyMock()
215 "The impl subclass shouldn't introduce any padding"); in NaggyMock()
223 "The impl subclass shouldn't introduce any padding"); in NaggyMock()
244 "The impl subclass shouldn't introduce any padding"); in StrictMock()
257 "The impl subclass shouldn't introduce any padding"); in StrictMock()
265 "The impl subclass shouldn't introduce any padding"); in StrictMock()
/external/cronet/tot/third_party/boringssl/src/third_party/googletest/googlemock/include/gmock/
Dgmock-nice-strict.h160 "The impl subclass shouldn't introduce any padding"); in NiceMock()
173 "The impl subclass shouldn't introduce any padding"); in NiceMock()
181 "The impl subclass shouldn't introduce any padding"); in NiceMock()
202 "The impl subclass shouldn't introduce any padding"); in NaggyMock()
215 "The impl subclass shouldn't introduce any padding"); in NaggyMock()
223 "The impl subclass shouldn't introduce any padding"); in NaggyMock()
244 "The impl subclass shouldn't introduce any padding"); in StrictMock()
257 "The impl subclass shouldn't introduce any padding"); in StrictMock()
265 "The impl subclass shouldn't introduce any padding"); in StrictMock()
/external/googletest/googlemock/include/gmock/
Dgmock-nice-strict.h160 "The impl subclass shouldn't introduce any padding"); in NiceMock()
173 "The impl subclass shouldn't introduce any padding"); in NiceMock()
181 "The impl subclass shouldn't introduce any padding"); in NiceMock()
202 "The impl subclass shouldn't introduce any padding"); in NaggyMock()
215 "The impl subclass shouldn't introduce any padding"); in NaggyMock()
223 "The impl subclass shouldn't introduce any padding"); in NaggyMock()
244 "The impl subclass shouldn't introduce any padding"); in StrictMock()
257 "The impl subclass shouldn't introduce any padding"); in StrictMock()
265 "The impl subclass shouldn't introduce any padding"); in StrictMock()
/external/python/cpython3/Lib/test/
Dtest_xml_etree_c.py90 # A crash or an assertion failure shouldn't happen, in case garbage
101 elem.clear() # shouldn't crash
104 elem.clear() # shouldn't crash
107 elem.text = X() # shouldn't crash
111 elem.tail = X() # shouldn't crash
115 elem.__setstate__({'tag': 42}) # shouldn't cause an assertion failure
119 elem.__setstate__({'tag': 42}) # shouldn't cause an assertion failure
123 # The interpreter shouldn't crash in case of calling methods or
/external/cronet/tot/base/i18n/
Dchar_iterator_unittest.cc52 // Don't care what it returns, but this shouldn't crash in TEST()
67 // These shouldn't crash. in TEST()
81 // This shouldn't crash. in TEST()
110 // This shouldn't crash. in TEST()
120 // Don't care what it returns, but these shouldn't crash in TEST()
141 // Don't care what it returns, but these shouldn't crash in TEST()
152 // This shouldn't crash. in TEST()
180 // This shouldn't crash. in TEST()

12345678910>>...264