Home
last modified time | relevance | path

Searched refs:hasSize (Results 1 – 25 of 577) sorted by relevance

12345678910>>...24

/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/android/feed/core/javatests/src/org/chromium/chrome/browser/feed/library/feedsessionmanager/internal/
H A DHeadSessionImplTest.java65 assertThat(streamStructures).hasSize(featureCnt + 1); in testUpdateSession_features()
72 assertThat(getContentInSession()).hasSize(featureCnt); in testUpdateSession_features()
81 assertThat(streamStructures).hasSize(featureCnt + 1); in testReset()
98 assertThat(streamStructures).hasSize(5); in testUpdateSession_token()
183 assertThat(streamStructures).hasSize(5); in testUpdateSession_remove()
201 assertThat(streamStructures).hasSize(4); in testUpdateSession_updates()
212 assertThat(streamStructures).hasSize(1); in testUpdateSession_updates()
226 assertThat(streamStructures).hasSize(4); in testUpdateSession_paging()
254 assertThat(streamStructures).hasSize(4); in testUpdateSession_storeClearHead()
269 assertThat(streamStructures).hasSize(3); in testUpdateSession_storeClearHead()
[all …]
H A DSessionContentTrackerTest.java43 assertThat(streamStructures).hasSize(3); in testUpdate_features()
45 assertThat(mSessionContentTracker.getContentIds()).hasSize(featureCnt); in testUpdate_features()
58 assertThat(streamStructures).hasSize(4); in testUpdate_clearWithfeatures()
60 assertThat(mSessionContentTracker.getContentIds()).hasSize(featureCnt); in testUpdate_clearWithfeatures()
73 assertThat(streamStructures).hasSize(4); in testUpdate_featuresWithClear_enabled()
88 assertThat(streamStructures).hasSize(4); in testUpdate_featuresWithClear_disabled()
102 assertThat(streamStructures).hasSize(3); in testUpdate_remove()
104 assertThat(mSessionContentTracker.getContentIds()).hasSize(1); in testUpdate_remove()
112 assertThat(mSessionContentTracker.getContentIds()).hasSize(1); in testUpdate_requiredContent()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/android/feed/core/java/src/org/chromium/chrome/browser/feed/library/feedstore/testing/
H A DAbstractClearableFeedStoreTest.java74 assertThat(payloadsResult.getValue()).hasSize(2); in clearAll()
86 assertThat(semanticPropertiesResult.getValue()).hasSize(2); in clearAll()
97 assertThat(sharedStatesResult.getValue()).hasSize(2); in clearAll()
113 assertThat(sessionsResult.getValue()).hasSize(2); in clearAll()
124 assertThat(dismissActionsResult.getValue()).hasSize(2); in clearAll()
139 assertThat(payloadsResult.getValue()).hasSize(0); in clearAll()
145 assertThat(semanticPropertiesResult.getValue()).hasSize(0); in clearAll()
150 assertThat(sharedStatesResult.getValue()).hasSize(0); in clearAll()
155 assertThat(sessionsResult.getValue()).hasSize(0); in clearAll()
160 assertThat(dismissActionsResult.getValue()).hasSize(0); in clearAll()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/g++.dg/cpp0x/
H A Dsfinae47.C8 constexpr auto hasSize(int) -> decltype(declval<T&>().size(), bool())
12 constexpr bool hasSize(...) in hasSize() function
24 static_assert(hasSize<A>(0), "A");
25 static_assert(!hasSize<B>(0), "B");
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/testsuite/g++.dg/cpp0x/
H A Dsfinae47.C8 constexpr auto hasSize(int) -> decltype(declval<T&>().size(), bool())
12 constexpr bool hasSize(...) in hasSize() function
24 static_assert(hasSize<A>(0), "A");
25 static_assert(!hasSize<B>(0), "B");
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/g++.dg/cpp0x/
H A Dsfinae47.C8 constexpr auto hasSize(int) -> decltype(declval<T&>().size(), bool())
12 constexpr bool hasSize(...) in hasSize() function
24 static_assert(hasSize<A>(0), "A");
25 static_assert(!hasSize<B>(0), "B");
/dports/lang/gcc9/gcc-9.4.0/gcc/testsuite/g++.dg/cpp0x/
H A Dsfinae47.C8 constexpr auto hasSize(int) -> decltype(declval<T&>().size(), bool())
12 constexpr bool hasSize(...) in hasSize() function
24 static_assert(hasSize<A>(0), "A");
25 static_assert(!hasSize<B>(0), "B");
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/testsuite/g++.dg/cpp0x/
H A Dsfinae47.C8 constexpr auto hasSize(int) -> decltype(declval<T&>().size(), bool())
12 constexpr bool hasSize(...) in hasSize() function
24 static_assert(hasSize<A>(0), "A");
25 static_assert(!hasSize<B>(0), "B");
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/g++.dg/cpp0x/
H A Dsfinae47.C8 constexpr auto hasSize(int) -> decltype(declval<T&>().size(), bool())
12 constexpr bool hasSize(...) in hasSize() function
24 static_assert(hasSize<A>(0), "A");
25 static_assert(!hasSize<B>(0), "B");
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/testsuite/g++.dg/cpp0x/
H A Dsfinae47.C8 constexpr auto hasSize(int) -> decltype(declval<T&>().size(), bool())
12 constexpr bool hasSize(...) in hasSize() function
24 static_assert(hasSize<A>(0), "A");
25 static_assert(!hasSize<B>(0), "B");
/dports/lang/gnat_util/gcc-6-20180516/gcc/testsuite/g++.dg/cpp0x/
H A Dsfinae47.C8 constexpr auto hasSize(int) -> decltype(declval<T&>().size(), bool())
12 constexpr bool hasSize(...) in hasSize() function
24 static_assert(hasSize<A>(0), "A");
25 static_assert(!hasSize<B>(0), "B");
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/testsuite/g++.dg/cpp0x/
H A Dsfinae47.C8 constexpr auto hasSize(int) -> decltype(declval<T&>().size(), bool())
12 constexpr bool hasSize(...) in hasSize() function
24 static_assert(hasSize<A>(0), "A");
25 static_assert(!hasSize<B>(0), "B");
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/g++.dg/cpp0x/
H A Dsfinae47.C8 constexpr auto hasSize(int) -> decltype(declval<T&>().size(), bool())
12 constexpr bool hasSize(...) in hasSize() function
24 static_assert(hasSize<A>(0), "A");
25 static_assert(!hasSize<B>(0), "B");
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/testsuite/g++.dg/cpp0x/
H A Dsfinae47.C8 constexpr auto hasSize(int) -> decltype(declval<T&>().size(), bool())
12 constexpr bool hasSize(...) in hasSize() function
24 static_assert(hasSize<A>(0), "A");
25 static_assert(!hasSize<B>(0), "B");
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/testsuite/g++.dg/cpp0x/
H A Dsfinae47.C8 constexpr auto hasSize(int) -> decltype(declval<T&>().size(), bool())
12 constexpr bool hasSize(...) in hasSize() function
24 static_assert(hasSize<A>(0), "A");
25 static_assert(!hasSize<B>(0), "B");
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/g++.dg/cpp0x/
H A Dsfinae47.C8 constexpr auto hasSize(int) -> decltype(declval<T&>().size(), bool())
12 constexpr bool hasSize(...) in hasSize() function
24 static_assert(hasSize<A>(0), "A");
25 static_assert(!hasSize<B>(0), "B");
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/testsuite/g++.dg/cpp0x/
H A Dsfinae47.C8 constexpr auto hasSize(int) -> decltype(declval<T&>().size(), bool())
12 constexpr bool hasSize(...) in hasSize() function
24 static_assert(hasSize<A>(0), "A");
25 static_assert(!hasSize<B>(0), "B");
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/testsuite/g++.dg/cpp0x/
H A Dsfinae47.C8 constexpr auto hasSize(int) -> decltype(declval<T&>().size(), bool())
12 constexpr bool hasSize(...) in hasSize() function
24 static_assert(hasSize<A>(0), "A");
25 static_assert(!hasSize<B>(0), "B");
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/g++.dg/cpp0x/
H A Dsfinae47.C8 constexpr auto hasSize(int) -> decltype(declval<T&>().size(), bool())
12 constexpr bool hasSize(...) in hasSize() function
24 static_assert(hasSize<A>(0), "A");
25 static_assert(!hasSize<B>(0), "B");
/dports/lang/gcc8/gcc-8.5.0/gcc/testsuite/g++.dg/cpp0x/
H A Dsfinae47.C8 constexpr auto hasSize(int) -> decltype(declval<T&>().size(), bool())
12 constexpr bool hasSize(...) in hasSize() function
24 static_assert(hasSize<A>(0), "A");
25 static_assert(!hasSize<B>(0), "B");
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/g++.dg/cpp0x/
H A Dsfinae47.C8 constexpr auto hasSize(int) -> decltype(declval<T&>().size(), bool())
12 constexpr bool hasSize(...) in hasSize() function
24 static_assert(hasSize<A>(0), "A");
25 static_assert(!hasSize<B>(0), "B");
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/testsuite/g++.dg/cpp0x/
H A Dsfinae47.C8 constexpr auto hasSize(int) -> decltype(declval<T&>().size(), bool())
12 constexpr bool hasSize(...) in hasSize() function
24 static_assert(hasSize<A>(0), "A");
25 static_assert(!hasSize<B>(0), "B");
/dports/devel/libphonenumber/libphonenumber-8.12.39/metadata/src/test/java/com/google/i18n/phonenumbers/metadata/
H A DRangeTreeTest.java49 assertThat(RangeTree.empty()).hasSize(0); in testEmptyTree()
59 assertThat(r).hasSize(1); in testEmptySequenceTree()
67 assertThat(r).hasSize(4000); in testFromRangeSetSimple()
74 assertThat(r).hasSize(10000); in testFromRangeSetMinMax()
118 assertThat(RangeTree.empty()).hasSize(0); in testMatchCount()
120 assertThat(RangeTree.from(spec("x"))).hasSize(10); in testMatchCount()
121 assertThat(RangeTree.from(spec("1"))).hasSize(1); in testMatchCount()
122 assertThat(RangeTree.from(spec("[123]"))).hasSize(3); in testMatchCount()
123 assertThat(RangeTree.from(spec("xx"))).hasSize(100); in testMatchCount()
124 assertThat(RangeTree.from(spec("[234]xx"))).hasSize(300); in testMatchCount()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/android/javatests/src/org/chromium/chrome/browser/notifications/channels/
H A DChannelsInitializerTest.java9 import static org.hamcrest.Matchers.hasSize;
157 assertThat(getChannelsIgnoringDefault(), hasSize(1)); in testEnsureInitialized_browserChannel()
174 assertThat(getChannelsIgnoringDefault(), hasSize(1)); in testEnsureInitialized_downloadsChannel()
192 assertThat(getChannelsIgnoringDefault(), hasSize(1)); in testEnsureInitialized_incognitoChannel()
210 assertThat(getChannelsIgnoringDefault(), hasSize(1)); in testEnsureInitialized_mediaChannel()
228 assertThat(getChannelsIgnoringDefault(), hasSize(1)); in testEnsureInitialized_sitesChannel()
250 assertThat(getChannelsIgnoringDefault(), hasSize(1)); in testEnsureInitialized_contentSuggestionsDisabled()
269 assertThat(getChannelsIgnoringDefault(), hasSize(1)); in testEnsureInitialized_webappActions()
292 assertThat(getChannelsIgnoringDefault(), hasSize(1)); in testEnsureInitialized_singleOriginSiteChannel()
308 assertThat(getChannelsIgnoringDefault(), hasSize(2)); in testEnsureInitialized_multipleCalls()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/android/feed/core/java/src/org/chromium/chrome/browser/feed/library/feedsessionmanager/internal/testing/
H A DAbstractSessionImplTest.java65 assertThat(streamStructures).hasSize(featureCnt); in testPopulateModelProvider_features()
70 assertThat(fakeModelMutation.mAddedChildren).hasSize(featureCnt); in testPopulateModelProvider_features()
72 assertThat(session.getContentInSession()).hasSize(featureCnt); in testPopulateModelProvider_features()
97 assertThat(streamStructures).hasSize(4); in testUpdateSession_features()
99 assertThat(mFakeSessionMutation.streamStructures).hasSize(featureCnt); in testUpdateSession_features()
101 assertThat(fakeModelMutation.mAddedChildren).hasSize(featureCnt); in testUpdateSession_features()
102 assertThat(session.getContentInSession()).hasSize(featureCnt); in testUpdateSession_features()
193 assertThat(fakeModelMutation.mRemovedChildren).hasSize(1); in testRemove()
194 assertThat(session.getContentInSession()).hasSize(1); in testRemove()

12345678910>>...24