Searched refs:ThreadRestrictionsTest (Results 1 – 6 of 6) sorted by relevance
/aosp_15_r20/external/cronet/base/threading/ |
H A D | thread_restrictions_unittest.cc | 22 class ThreadRestrictionsTest : public testing::Test { class 24 ThreadRestrictionsTest() = default; 26 ThreadRestrictionsTest(const ThreadRestrictionsTest&) = delete; 27 ThreadRestrictionsTest& operator=(const ThreadRestrictionsTest&) = delete; 29 ~ThreadRestrictionsTest() override { in ~ThreadRestrictionsTest() 36 TEST_F(ThreadRestrictionsTest, BlockingAllowedByDefault) { in TEST_F() argument 40 TEST_F(ThreadRestrictionsTest, ScopedDisallowBlocking) { in TEST_F() argument 48 TEST_F(ThreadRestrictionsTest, ScopedAllowBlocking) { in TEST_F() argument 57 TEST_F(ThreadRestrictionsTest, ScopedAllowBlockingForTesting) { in TEST_F() argument 66 TEST_F(ThreadRestrictionsTest, BaseSyncPrimitivesAllowedByDefault) { in TEST_F() argument [all …]
|
H A D | thread_restrictions.h | 568 FRIEND_TEST_ALL_PREFIXES(ThreadRestrictionsTest, 570 FRIEND_TEST_ALL_PREFIXES(ThreadRestrictionsTest, ScopedAllowBlocking); 739 FRIEND_TEST_ALL_PREFIXES(ThreadRestrictionsTest, 741 FRIEND_TEST_ALL_PREFIXES(ThreadRestrictionsTest, 743 FRIEND_TEST_ALL_PREFIXES(ThreadRestrictionsTest, 819 FRIEND_TEST_ALL_PREFIXES(ThreadRestrictionsTest, 822 ThreadRestrictionsTest,
|
/aosp_15_r20/external/libchrome/base/threading/ |
H A D | thread_restrictions_unittest.cc | 19 class ThreadRestrictionsTest : public testing::Test { class 21 ThreadRestrictionsTest() = default; 22 ~ThreadRestrictionsTest() override { in ~ThreadRestrictionsTest() 27 DISALLOW_COPY_AND_ASSIGN(ThreadRestrictionsTest); 32 TEST_F(ThreadRestrictionsTest, BlockingAllowedByDefault) { in TEST_F() argument 36 TEST_F(ThreadRestrictionsTest, ScopedDisallowBlocking) { in TEST_F() argument 44 TEST_F(ThreadRestrictionsTest, ScopedAllowBlocking) { in TEST_F() argument 53 TEST_F(ThreadRestrictionsTest, ScopedAllowBlockingForTesting) { in TEST_F() argument 62 TEST_F(ThreadRestrictionsTest, BaseSyncPrimitivesAllowedByDefault) {} in TEST_F() argument 64 TEST_F(ThreadRestrictionsTest, DisallowBaseSyncPrimitives) { in TEST_F() argument [all …]
|
H A D | thread_restrictions.h | 250 FRIEND_TEST_ALL_PREFIXES(ThreadRestrictionsTest, ScopedAllowBlocking); 314 FRIEND_TEST_ALL_PREFIXES(ThreadRestrictionsTest, 316 FRIEND_TEST_ALL_PREFIXES(ThreadRestrictionsTest, 318 FRIEND_TEST_ALL_PREFIXES(ThreadRestrictionsTest, 350 FRIEND_TEST_ALL_PREFIXES(ThreadRestrictionsTest, 353 ThreadRestrictionsTest,
|
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/7/external/libchrome/base/threading/ |
D | thread_restrictions.h | 253 FRIEND_TEST_ALL_PREFIXES(ThreadRestrictionsTest, ScopedAllowBlocking); 317 FRIEND_TEST_ALL_PREFIXES(ThreadRestrictionsTest, 319 FRIEND_TEST_ALL_PREFIXES(ThreadRestrictionsTest, 321 FRIEND_TEST_ALL_PREFIXES(ThreadRestrictionsTest, 353 FRIEND_TEST_ALL_PREFIXES(ThreadRestrictionsTest, 356 ThreadRestrictionsTest,
|
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/gensrcs/external/libchrome/base/threading/ |
D | thread_restrictions.h | 253 FRIEND_TEST_ALL_PREFIXES(ThreadRestrictionsTest, ScopedAllowBlocking); 317 FRIEND_TEST_ALL_PREFIXES(ThreadRestrictionsTest, 319 FRIEND_TEST_ALL_PREFIXES(ThreadRestrictionsTest, 321 FRIEND_TEST_ALL_PREFIXES(ThreadRestrictionsTest, 353 FRIEND_TEST_ALL_PREFIXES(ThreadRestrictionsTest, 356 ThreadRestrictionsTest,
|