Home
last modified time | relevance | path

Searched refs:allOf (Results 1 – 25 of 3058) sorted by relevance

12345678910>>...123

/dports/textproc/p5-JSON-Validator/JSON-Validator-5.04/t/
H A Djv-allof.t7 validate_ok 12, $schema, E('/', '/allOf Expected string - got number.');
10 validate_ok 'superlong', $schema, E('/', '/allOf/0 String is too long: 9/7.'),
11 E('/', '/allOf/1 String is too long: 9/5.');
12 validate_ok 'toolong', $schema, E('/', '/allOf/1 String is too long: 7/5.');
26 validate_ok 'he110th3re', $schema, E('/', '/allOf/0 String is too long: 10/5.'),
33 validate_ok 'hello', {allOf => [{type => ['integer', 'boolean']}]},
34 E('/', '/allOf/0 Expected integer/boolean - got string.');
37 …{allOf => [{allOf => [{type => 'boolean'}, {type => 'string', maxLength => 2}]}, {type => 'integer…
38 …E('/', '/allOf/0/allOf/0 Expected boolean - got string.'), E('/', '/allOf/0/allOf/1 String is too …
39 E('/', '/allOf/1 Expected integer - got string.');
[all …]
H A Dissue-103-one-of.t5 …E('/sym', '/oneOf/0/allOf/0/allOf/0 Missing property.'), E('/template', '/oneOf/0/allOf/2 Missing …
6 …E('/sym', '/oneOf/1/allOf/0 Missing property.'), E('/', '/oneOf/2 Expected string …
37 "allOf": [
49 "allOf": [
56 "allOf": [
/dports/www/firefox-esr/firefox-91.8.0/build/clang-plugin/
H A DFopenUsageChecker.cpp25 allOf( in registerMatchers()
27 callee(functionDecl(allOf( in registerMatchers()
30 allOf(anyOf(allOf(hasName("fopen"), in registerMatchers()
32 allOf(hasName("fopen_s"), in registerMatchers()
38 allOf(anyOf(hasName("open"), in registerMatchers()
39 allOf(hasName("_open"), hasIntegerParam(2)), in registerMatchers()
40 allOf(hasName("_sopen"), hasIntegerParam(3))), in registerMatchers()
42 allOf(hasName("_sopen_s"), in registerMatchers()
46 allOf(hasName("OpenFile"), hasConstCharPtrParam(0), in registerMatchers()
49 allOf(hasName("CreateFileA"), hasConstCharPtrParam(0), in registerMatchers()
H A DArithmeticArgChecker.cpp10 callExpr(allOf(hasDeclaration(noArithmeticExprInArgs()), in registerMatchers()
13 allOf(binaryArithmeticOperator(), in registerMatchers()
19 allOf(unaryArithmeticOperator(), in registerMatchers()
20 hasUnaryOperand(allOf( in registerMatchers()
29 allOf(hasDeclaration(noArithmeticExprInArgs()), in registerMatchers()
32 allOf(binaryArithmeticOperator(), in registerMatchers()
38 allOf(unaryArithmeticOperator(), in registerMatchers()
39 hasUnaryOperand(allOf( in registerMatchers()
/dports/lang/spidermonkey78/firefox-78.9.0/build/clang-plugin/
H A DFopenUsageChecker.cpp25 allOf( in registerMatchers()
27 callee(functionDecl(allOf( in registerMatchers()
30 allOf(anyOf(allOf(hasName("fopen"), in registerMatchers()
32 allOf(hasName("fopen_s"), in registerMatchers()
38 allOf(anyOf(hasName("open"), in registerMatchers()
39 allOf(hasName("_open"), hasIntegerParam(2)), in registerMatchers()
40 allOf(hasName("_sopen"), hasIntegerParam(3))), in registerMatchers()
42 allOf(hasName("_sopen_s"), in registerMatchers()
46 allOf(hasName("OpenFile"), hasConstCharPtrParam(0), in registerMatchers()
49 allOf(hasName("CreateFileA"), hasConstCharPtrParam(0), in registerMatchers()
H A DArithmeticArgChecker.cpp10 callExpr(allOf(hasDeclaration(noArithmeticExprInArgs()), in registerMatchers()
13 allOf(binaryArithmeticOperator(), in registerMatchers()
19 allOf(unaryArithmeticOperator(), in registerMatchers()
20 hasUnaryOperand(allOf( in registerMatchers()
29 allOf(hasDeclaration(noArithmeticExprInArgs()), in registerMatchers()
32 allOf(binaryArithmeticOperator(), in registerMatchers()
38 allOf(unaryArithmeticOperator(), in registerMatchers()
39 hasUnaryOperand(allOf( in registerMatchers()
/dports/www/firefox/firefox-99.0/build/clang-plugin/
H A DFopenUsageChecker.cpp25 allOf( in registerMatchers()
27 callee(functionDecl(allOf( in registerMatchers()
30 allOf(anyOf(allOf(hasName("fopen"), in registerMatchers()
32 allOf(hasName("fopen_s"), in registerMatchers()
38 allOf(anyOf(hasName("open"), in registerMatchers()
39 allOf(hasName("_open"), hasIntegerParam(2)), in registerMatchers()
40 allOf(hasName("_sopen"), hasIntegerParam(3))), in registerMatchers()
42 allOf(hasName("_sopen_s"), in registerMatchers()
46 allOf(hasName("OpenFile"), hasConstCharPtrParam(0), in registerMatchers()
49 allOf(hasName("CreateFileA"), hasConstCharPtrParam(0), in registerMatchers()
H A DArithmeticArgChecker.cpp10 callExpr(allOf(hasDeclaration(noArithmeticExprInArgs()), in registerMatchers()
13 allOf(binaryArithmeticOperator(), in registerMatchers()
19 allOf(unaryArithmeticOperator(), in registerMatchers()
20 hasUnaryOperand(allOf( in registerMatchers()
29 allOf(hasDeclaration(noArithmeticExprInArgs()), in registerMatchers()
32 allOf(binaryArithmeticOperator(), in registerMatchers()
38 allOf(unaryArithmeticOperator(), in registerMatchers()
39 hasUnaryOperand(allOf( in registerMatchers()
/dports/mail/thunderbird/thunderbird-91.8.0/build/clang-plugin/
H A DFopenUsageChecker.cpp25 allOf( in registerMatchers()
27 callee(functionDecl(allOf( in registerMatchers()
30 allOf(anyOf(allOf(hasName("fopen"), in registerMatchers()
32 allOf(hasName("fopen_s"), in registerMatchers()
38 allOf(anyOf(hasName("open"), in registerMatchers()
39 allOf(hasName("_open"), hasIntegerParam(2)), in registerMatchers()
40 allOf(hasName("_sopen"), hasIntegerParam(3))), in registerMatchers()
42 allOf(hasName("_sopen_s"), in registerMatchers()
46 allOf(hasName("OpenFile"), hasConstCharPtrParam(0), in registerMatchers()
49 allOf(hasName("CreateFileA"), hasConstCharPtrParam(0), in registerMatchers()
H A DArithmeticArgChecker.cpp10 callExpr(allOf(hasDeclaration(noArithmeticExprInArgs()), in registerMatchers()
13 allOf(binaryArithmeticOperator(), in registerMatchers()
19 allOf(unaryArithmeticOperator(), in registerMatchers()
20 hasUnaryOperand(allOf( in registerMatchers()
29 allOf(hasDeclaration(noArithmeticExprInArgs()), in registerMatchers()
32 allOf(binaryArithmeticOperator(), in registerMatchers()
38 allOf(unaryArithmeticOperator(), in registerMatchers()
39 hasUnaryOperand(allOf( in registerMatchers()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/android/features/autofill_assistant/javatests/src/org/chromium/chrome/browser/autofill_assistant/
H A DAutofillAssistantPersonalDataManagerTest.java31 import static org.hamcrest.Matchers.allOf;
401 allOf(withText("bertadoe@google.com"), isDisplayed())); in testExternalDeleteProfile()
452 allOf(withText("adamwest@google.com"), isDisplayed())); in testEditOfSelectedProfile()
463 onView(allOf(withContentDescription("Edit contact info"), in testEditOfSelectedProfile()
542 onView(allOf(withId(org.chromium.chrome.R.id.spinner), in testCreateAndEnterCard()
694 allOf(withContentDescription("Edit card"), in testExternalAddExpiredCreditCard()
697 onView(allOf(withContentDescription("Edit card"), in testExternalAddExpiredCreditCard()
759 onView(allOf(withId(R.id.credit_card_name), in testExternalDeleteCreditCard()
773 onView(allOf(withId(R.id.credit_card_name), in testExternalDeleteCreditCard()
936 onView(allOf(withId(R.id.section_title_add_button_label), in testCreateAndEnterAddress()
[all …]
H A DAutofillAssistantProgressBarIntegrationTest.java19 import static org.hamcrest.CoreMatchers.allOf;
228 .check(matches(allOf( in testStepProgressBar()
239 onView(allOf(isDescendantOfA(withTagValue(is(String.format(Locale.getDefault(), in testStepProgressBar()
243 onView(allOf(isDescendantOfA(withTagValue(is(String.format(Locale.getDefault(), in testStepProgressBar()
312 .check(matches(allOf( in testStepProgressBarError()
323 onView(allOf(isDescendantOfA(withTagValue(is(String.format(Locale.getDefault(), in testStepProgressBarError()
327 onView(allOf(isDescendantOfA(withTagValue(is(String.format(Locale.getDefault(), in testStepProgressBarError()
341 onView(allOf(isDescendantOfA(withTagValue(is(String.format(Locale.getDefault(), in testStepProgressBarError()
392 .check(matches(allOf( in testStepProgressBarErrorOnlyAction()
409 onView(allOf(isDescendantOfA(withTagValue(is(String.format(Locale.getDefault(), in testStepProgressBarErrorOnlyAction()
[all …]
H A DAutofillAssistantCollectUserDataUiTest.java32 import static org.hamcrest.core.AllOf.allOf;
321 onView(allOf(withId(R.id.section_title_add_button), in testEmptyPaymentRequest()
324 onView(allOf(withId(R.id.section_title_add_button), in testEmptyPaymentRequest()
457 onView(allOf(withId(R.id.contact_summary), in testContactDetailsUpdates()
528 onView(allOf(withId(R.id.credit_card_name), in testPaymentMethodsUpdates()
582 onView(allOf(withId(R.id.credit_card_name), in testPaymentMethodsUpdatesFromWebContents()
604 onView(allOf(withId(R.id.credit_card_name), in testPaymentMethodsUpdatesFromWebContents()
1384 onView(allOf(withId(R.id.date_expander), in testDateRangePopups()
1393 onView(allOf(withId(R.id.time_expander), in testDateRangePopups()
1398 onView(allOf(withId(R.id.date_expander), in testDateRangePopups()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/build/clang-plugin/
H A DArithmeticArgChecker.cpp10 callExpr(allOf(hasDeclaration(noArithmeticExprInArgs()), in registerMatchers()
13 allOf(binaryArithmeticOperator(), in registerMatchers()
19 allOf(unaryArithmeticOperator(), in registerMatchers()
20 hasUnaryOperand(allOf( in registerMatchers()
29 allOf(hasDeclaration(noArithmeticExprInArgs()), in registerMatchers()
32 allOf(binaryArithmeticOperator(), in registerMatchers()
38 allOf(unaryArithmeticOperator(), in registerMatchers()
39 hasUnaryOperand(allOf( in registerMatchers()
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/tools/extra/clang-tidy/bugprone/
H A DSpuriouslyWakeUpFunctionsCheck.cpp31 allOf(hasDescendant(memberExpr(hasDeclaration(functionDecl( in registerMatchers()
32 allOf(hasName("::std::condition_variable::wait"), in registerMatchers()
38 allOf(hasDescendant(memberExpr(hasDeclaration(functionDecl( in registerMatchers()
39 allOf(hasName("::std::condition_variable::wait_for"), in registerMatchers()
45 allOf(hasDescendant(memberExpr(hasDeclaration(functionDecl( in registerMatchers()
46 allOf(hasName("::std::condition_variable::wait_until"), in registerMatchers()
64 allOf(hasWaitDescendantCPP, in registerMatchers()
77 allOf(hasWaitDescendantC, in registerMatchers()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang-tools-extra/clang-tidy/bugprone/
H A DSpuriouslyWakeUpFunctionsCheck.cpp31 allOf(hasDescendant(memberExpr(hasDeclaration(functionDecl( in registerMatchers()
32 allOf(hasName("::std::condition_variable::wait"), in registerMatchers()
38 allOf(hasDescendant(memberExpr(hasDeclaration(functionDecl( in registerMatchers()
39 allOf(hasName("::std::condition_variable::wait_for"), in registerMatchers()
45 allOf(hasDescendant(memberExpr(hasDeclaration(functionDecl( in registerMatchers()
46 allOf(hasName("::std::condition_variable::wait_until"), in registerMatchers()
64 allOf(hasWaitDescendantCPP, in registerMatchers()
77 allOf(hasWaitDescendantC, in registerMatchers()
/dports/devel/llvm12/llvm-project-12.0.1.src/clang-tools-extra/clang-tidy/bugprone/
H A DSpuriouslyWakeUpFunctionsCheck.cpp31 allOf(hasDescendant(memberExpr(hasDeclaration(functionDecl( in registerMatchers()
32 allOf(hasName("::std::condition_variable::wait"), in registerMatchers()
38 allOf(hasDescendant(memberExpr(hasDeclaration(functionDecl( in registerMatchers()
39 allOf(hasName("::std::condition_variable::wait_for"), in registerMatchers()
45 allOf(hasDescendant(memberExpr(hasDeclaration(functionDecl( in registerMatchers()
46 allOf(hasName("::std::condition_variable::wait_until"), in registerMatchers()
64 allOf(hasWaitDescendantCPP, in registerMatchers()
77 allOf(hasWaitDescendantC, in registerMatchers()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang-tools-extra/clang-tidy/bugprone/
H A DSpuriouslyWakeUpFunctionsCheck.cpp31 allOf(hasDescendant(memberExpr(hasDeclaration(functionDecl( in registerMatchers()
32 allOf(hasName("::std::condition_variable::wait"), in registerMatchers()
38 allOf(hasDescendant(memberExpr(hasDeclaration(functionDecl( in registerMatchers()
39 allOf(hasName("::std::condition_variable::wait_for"), in registerMatchers()
45 allOf(hasDescendant(memberExpr(hasDeclaration(functionDecl( in registerMatchers()
46 allOf(hasName("::std::condition_variable::wait_until"), in registerMatchers()
64 allOf(hasWaitDescendantCPP, in registerMatchers()
77 allOf(hasWaitDescendantC, in registerMatchers()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang-tools-extra/clang-tidy/bugprone/
H A DSpuriouslyWakeUpFunctionsCheck.cpp31 allOf(hasDescendant(memberExpr(hasDeclaration(functionDecl( in registerMatchers()
32 allOf(hasName("::std::condition_variable::wait"), in registerMatchers()
38 allOf(hasDescendant(memberExpr(hasDeclaration(functionDecl( in registerMatchers()
39 allOf(hasName("::std::condition_variable::wait_for"), in registerMatchers()
45 allOf(hasDescendant(memberExpr(hasDeclaration(functionDecl( in registerMatchers()
46 allOf(hasName("::std::condition_variable::wait_until"), in registerMatchers()
64 allOf(hasWaitDescendantCPP, in registerMatchers()
77 allOf(hasWaitDescendantC, in registerMatchers()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/browser_ui/modaldialog/android/java/src/org/chromium/components/browser_ui/modaldialog/
H A DModalDialogViewTest.java18 import static org.hamcrest.Matchers.allOf;
107 onView(allOf(withId(R.id.title), withParent(withId(R.id.title_container)))) in testTitle()
108 .check(matches(allOf(isDisplayed(), withText(R.string.title)))); in testTitle()
114 onView(allOf(withId(R.id.title), withParent(withId(R.id.title_container)))) in testTitle()
122 onView(allOf(withId(R.id.title), withParent(withId(R.id.title_container)))) in testTitle()
123 .check(matches(allOf(isDisplayed(), withText("My Test Title")))); in testTitle()
137 .check(matches(allOf(isDisplayed(), withText(R.string.title)))); in testTitle_Scrollable()
146 onView(allOf(withId(R.id.title), withParent(withId(R.id.title_container)))) in testTitle_Scrollable()
147 .check(matches(allOf(isDisplayed(), withText(R.string.title)))); in testTitle_Scrollable()
161 onView(allOf(withId(R.id.title), withParent(withId(R.id.title_container)))) in testTitleIcon()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/browser_ui/modaldialog/android/java/src/org/chromium/components/browser_ui/modaldialog/
H A DModalDialogViewTest.java19 import static org.hamcrest.Matchers.allOf;
109 onView(allOf(withId(R.id.title), withParent(withId(R.id.title_container)))) in testTitle()
110 .check(matches(allOf(isDisplayed(), withText(R.string.title)))); in testTitle()
116 onView(allOf(withId(R.id.title), withParent(withId(R.id.title_container)))) in testTitle()
124 onView(allOf(withId(R.id.title), withParent(withId(R.id.title_container)))) in testTitle()
125 .check(matches(allOf(isDisplayed(), withText("My Test Title")))); in testTitle()
139 .check(matches(allOf(isDisplayed(), withText(R.string.title)))); in testTitle_Scrollable()
148 onView(allOf(withId(R.id.title), withParent(withId(R.id.title_container)))) in testTitle_Scrollable()
149 .check(matches(allOf(isDisplayed(), withText(R.string.title)))); in testTitle_Scrollable()
163 onView(allOf(withId(R.id.title), withParent(withId(R.id.title_container)))) in testTitleIcon()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/mobile/android/geckoview/src/androidTest/java/org/mozilla/geckoview/test/
H A DMediaSessionTest.kt106 val completedStep2 = GeckoResult.allOf( in domMetadataPlayback()
113 val completedStep3 = GeckoResult.allOf( in domMetadataPlayback()
119 val completedStep4 = GeckoResult.allOf( in domMetadataPlayback()
125 val completedStep5 = GeckoResult.allOf( in domMetadataPlayback()
131 val completedStep6 = GeckoResult.allOf( in domMetadataPlayback()
139 val completedStep7 = GeckoResult.allOf( in domMetadataPlayback()
148 val completedStep8a = GeckoResult.allOf( in domMetadataPlayback()
151 val completedStep8b = GeckoResult.allOf( in domMetadataPlayback()
157 val completedStep9 = GeckoResult.allOf( in domMetadataPlayback()
332 val completedStep2 = GeckoResult.allOf( in defaultMetadataPlayback()
[all …]
/dports/www/firefox/firefox-99.0/mobile/android/geckoview/src/androidTest/java/org/mozilla/geckoview/test/
H A DMediaSessionTest.kt105 val completedStep2 = GeckoResult.allOf( in domMetadataPlayback()
112 val completedStep3 = GeckoResult.allOf( in domMetadataPlayback()
118 val completedStep4 = GeckoResult.allOf( in domMetadataPlayback()
124 val completedStep5 = GeckoResult.allOf( in domMetadataPlayback()
130 val completedStep6 = GeckoResult.allOf( in domMetadataPlayback()
138 val completedStep7 = GeckoResult.allOf( in domMetadataPlayback()
147 val completedStep8a = GeckoResult.allOf( in domMetadataPlayback()
150 val completedStep8b = GeckoResult.allOf( in domMetadataPlayback()
156 val completedStep9 = GeckoResult.allOf( in domMetadataPlayback()
331 val completedStep2 = GeckoResult.allOf( in defaultMetadataPlayback()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/mobile/android/geckoview/src/androidTest/java/org/mozilla/geckoview/test/
H A DMediaSessionTest.kt106 val completedStep2 = GeckoResult.allOf( in domMetadataPlayback()
113 val completedStep3 = GeckoResult.allOf( in domMetadataPlayback()
119 val completedStep4 = GeckoResult.allOf( in domMetadataPlayback()
125 val completedStep5 = GeckoResult.allOf( in domMetadataPlayback()
131 val completedStep6 = GeckoResult.allOf( in domMetadataPlayback()
139 val completedStep7 = GeckoResult.allOf( in domMetadataPlayback()
148 val completedStep8a = GeckoResult.allOf( in domMetadataPlayback()
151 val completedStep8b = GeckoResult.allOf( in domMetadataPlayback()
157 val completedStep9 = GeckoResult.allOf( in domMetadataPlayback()
332 val completedStep2 = GeckoResult.allOf( in defaultMetadataPlayback()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/settings/android/java/src/org/chromium/chrome/browser/settings/
H A DChromeBasePreferenceTest.java13 import static org.hamcrest.Matchers.allOf;
75 getTitleView().check(matches(allOf(withText(TITLE), isDisplayed()))); in testUnmanagedPreference()
76 getSummaryView().check(matches(allOf(withText(SUMMARY), isDisplayed()))); in testUnmanagedPreference()
90 getTitleView().check(matches(allOf(withText(TITLE), isDisplayed()))); in testPolicyManagedPreferenceWithoutSummary()
92 matches(allOf(withText(R.string.managed_by_your_organization), isDisplayed()))); in testPolicyManagedPreferenceWithoutSummary()
110 getTitleView().check(matches(allOf(withText(TITLE), isDisplayed()))); in testPolicyManagedPreferenceWithSummary()
112 allOf(withText(stringContainsInOrder(expectedSummaryContains)), isDisplayed()))); in testPolicyManagedPreferenceWithSummary()
127 getTitleView().check(matches(allOf(withText(TITLE), isDisplayed()))); in testSingleCustodianManagedPreference()
129 matches(allOf(withText(R.string.managed_by_your_parent), isDisplayed()))); in testSingleCustodianManagedPreference()
144 getTitleView().check(matches(allOf(withText(TITLE), isDisplayed()))); in testMultipleCustodianManagedPreference()
[all …]

12345678910>>...123