Home
last modified time | relevance | path

Searched refs:getConstraints (Results 1 – 25 of 1075) sorted by relevance

12345678910>>...43

/dports/www/firefox-esr/firefox-91.8.0/testing/web-platform/meta/mediacapture-image/
H A DMediaStreamTrack-getConstraints.https.html.ini1 [MediaStreamTrack-getConstraints.https.html]
3 [MediaStreamTrack-getConstraints 14]
6 [MediaStreamTrack-getConstraints 13]
9 [MediaStreamTrack-getConstraints 12]
12 [MediaStreamTrack-getConstraints 11]
15 [MediaStreamTrack-getConstraints 10]
18 [MediaStreamTrack-getConstraints 15]
21 [MediaStreamTrack-getConstraints 9]
24 [MediaStreamTrack-getConstraints 8]
27 [MediaStreamTrack-getConstraints 7]
[all …]
/dports/www/firefox/firefox-99.0/testing/web-platform/meta/mediacapture-image/
H A DMediaStreamTrack-getConstraints.https.html.ini1 [MediaStreamTrack-getConstraints.https.html]
3 [MediaStreamTrack-getConstraints 14]
6 [MediaStreamTrack-getConstraints 13]
9 [MediaStreamTrack-getConstraints 12]
12 [MediaStreamTrack-getConstraints 11]
15 [MediaStreamTrack-getConstraints 10]
18 [MediaStreamTrack-getConstraints 15]
21 [MediaStreamTrack-getConstraints 9]
24 [MediaStreamTrack-getConstraints 8]
27 [MediaStreamTrack-getConstraints 7]
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/testing/web-platform/meta/mediacapture-image/
H A DMediaStreamTrack-getConstraints.https.html.ini1 [MediaStreamTrack-getConstraints.https.html]
3 [MediaStreamTrack-getConstraints 14]
6 [MediaStreamTrack-getConstraints 13]
9 [MediaStreamTrack-getConstraints 12]
12 [MediaStreamTrack-getConstraints 11]
15 [MediaStreamTrack-getConstraints 10]
18 [MediaStreamTrack-getConstraints 15]
21 [MediaStreamTrack-getConstraints 9]
24 [MediaStreamTrack-getConstraints 8]
27 [MediaStreamTrack-getConstraints 7]
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/testing/web-platform/meta/mediacapture-image/
H A DMediaStreamTrack-getConstraints-fast.html.ini1 [MediaStreamTrack-getConstraints-fast.html]
2 [MediaStreamTrack-getConstraints-fast]
5 [MediaStreamTrack-getConstraints-fast 9]
8 [MediaStreamTrack-getConstraints-fast 8]
11 [MediaStreamTrack-getConstraints-fast 3]
14 [MediaStreamTrack-getConstraints-fast 2]
17 [MediaStreamTrack-getConstraints-fast 1]
20 [MediaStreamTrack-getConstraints-fast 7]
23 [MediaStreamTrack-getConstraints-fast 6]
26 [MediaStreamTrack-getConstraints-fast 5]
[all …]
/dports/math/py-or-tools/or-tools-9.2/examples/tests/
H A DCpModelTest.java66 assertThat(model.model().getConstraints(0).hasBoolOr()).isTrue();
80 assertThat(model.model().getConstraints(0).hasBoolAnd()).isTrue();
94 assertThat(model.model().getConstraints(0).hasBoolXor()).isTrue();
107 assertThat(model.model().getConstraints(0).hasBoolOr()).isTrue();
120 assertThat(model.model().getConstraints(0).hasLinear()).isTrue();
126 assertThat(model.model().getConstraints(1).hasLinear()).isTrue();
133 assertThat(model.model().getConstraints(2).hasLinear()).isTrue();
155 assertThat(model.model().getConstraints(0).hasInterval()).isTrue();
156 assertThat(model.model().getConstraints(1).hasInterval()).isTrue();
178 assertThat(model.model().getConstraints(0).hasInterval()).isTrue();
[all …]
/dports/mail/phplist/phplist-3.6.6/public_html/lists/base/vendor/friendsofsymfony/rest-bundle/Tests/Controller/Annotations/
H A DAbstractScalarParamTest.php46 ), $this->param->getConstraints());
55 ), $this->param->getConstraints());
68 ), $this->param->getConstraints());
83 ), $this->param->getConstraints());
92 ), $this->param->getConstraints());
100 )), new Constraints\NotNull()), $this->param->getConstraints());
110 )), new Constraints\NotNull()), $this->param->getConstraints());
119 ))), $this->param->getConstraints());
H A DFileParamTest.php62 ), $this->param->getConstraints());
71 ), $this->param->getConstraints());
81 ), $this->param->getConstraints());
92 ))), $this->param->getConstraints());
102 ))), $this->param->getConstraints());
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/OPTPP/src/Newton/
H A DOptBaNewton.C216 upper = nlp->getConstraints()->getUpper(); in checkConvg()
218 lower = nlp->getConstraints()->getLower(); in checkConvg()
276 upper = nlp->getConstraints()->getUpper(); in updateBarrierMultiplier()
278 lower = nlp->getConstraints()->getLower(); in updateBarrierMultiplier()
307 upper = nlp->getConstraints()->getUpper(); in compute_Barrier_Fvalue()
309 lower = nlp->getConstraints()->getLower(); in compute_Barrier_Fvalue()
336 upper = nlp->getConstraints()->getUpper(); in compute_Barrier_Gradient()
338 lower = nlp->getConstraints()->getLower(); in compute_Barrier_Gradient()
360 upper = nlp->getConstraints()->getUpper(); in compute_Barrier_Hessian()
362 lower = nlp->getConstraints()->getLower(); in compute_Barrier_Hessian()
[all …]
H A DOptBaQNewton.C199 upper = nlp->getConstraints()->getUpper(); in checkConvg()
201 lower = nlp->getConstraints()->getLower(); in checkConvg()
258 lower = nlp->getConstraints()->getLower(); in updateBarrierMultiplier()
260 upper = nlp->getConstraints()->getUpper(); in updateBarrierMultiplier()
290 upper = nlp->getConstraints()->getUpper(); in compute_Barrier_Fvalue()
292 lower = nlp->getConstraints()->getLower(); in compute_Barrier_Fvalue()
319 upper = nlp->getConstraints()->getUpper(); in compute_Barrier_Gradient()
321 lower = nlp->getConstraints()->getLower(); in compute_Barrier_Gradient()
343 upper = nlp->getConstraints()->getUpper(); in compute_Barrier_Hessian()
345 lower = nlp->getConstraints()->getLower(); in compute_Barrier_Hessian()
[all …]
/dports/misc/jbidwatcher/jbidwatcher-2.5.6/src/com/jbidwatcher/ui/util/
H A DSpringUtilities.java67 Spring maxWidthSpring = layout.getConstraints(parent.getComponent(0)). in makeGrid()
69 Spring maxHeightSpring = layout.getConstraints(parent.getComponent(0)). in makeGrid()
72 SpringLayout.Constraints cons = layout.getConstraints( in makeGrid()
82 SpringLayout.Constraints cons = layout.getConstraints( in makeGrid()
94 SpringLayout.Constraints cons = layout.getConstraints( in makeGrid()
114 SpringLayout.Constraints pCons = layout.getConstraints(parent); in makeGrid()
132 return layout.getConstraints(c); in getConstraintsForCell()
200 SpringLayout.Constraints pCons = layout.getConstraints(parent); in makeCompactGrid()
/dports/mail/phplist/phplist-3.6.6/public_html/lists/base/vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Mapping/Loader/
H A DStaticMethodLoaderTest.php64 $this->assertCount(0, $metadata->getConstraints());
69 $this->assertCount(1, $metadata->getConstraints());
79 $this->assertCount(0, $metadata->getConstraints());
89 $this->assertCount(1, $metadata->getConstraints());
103 $this->assertCount(0, $metadata->getConstraints());
/dports/finance/prestashop/prestashop/vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Mapping/Loader/
H A DStaticMethodLoaderTest.php64 $this->assertCount(0, $metadata->getConstraints());
69 $this->assertCount(1, $metadata->getConstraints());
79 $this->assertCount(0, $metadata->getConstraints());
89 $this->assertCount(1, $metadata->getConstraints());
103 $this->assertCount(0, $metadata->getConstraints());
/dports/databases/sqlitestudio/sqlitestudio-3.3.3/SQLiteStudio3/guiSQLiteStudio/datagrid/
H A Dsqlquerymodelcolumn.cpp125 return getConstraints<ConstraintPk*>().size() > 0; in isPk()
133 for (ConstraintPk* pk : getConstraints<ConstraintPk*>()) in isRowIdPk()
142 for (ConstraintPk* pk : getConstraints<ConstraintPk*>()) in isAutoIncr()
151 return getConstraints<ConstraintNotNull*>().size() > 0; in isNotNull()
156 return getConstraints<ConstraintUnique*>().size() > 0; in isUnique()
161 return getConstraints<ConstraintFk*>().size() > 0; in isFk()
166 return getConstraints<ConstraintDefault*>().size() > 0; in isDefault()
171 return getConstraints<ConstraintCollate*>().size() > 0; in isCollate()
176 return getConstraints<ConstraintGenerated*>().size() > 0; in isGenerated()
181 return getConstraints<ConstraintFk*>(); in getFkConstraints()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/android/java/src/org/chromium/chrome/browser/tab/
H A DTabBrowserControlsConstraintsHelper.java47 public static int getConstraints(Tab tab) { in getConstraints() method in TabBrowserControlsConstraintsHelper
49 return get(tab).getConstraints(); in getConstraints()
99 int constraints = getConstraints(); in TabBrowserControlsConstraintsHelper()
150 update(BrowserControlsState.BOTH, getConstraints() != BrowserControlsState.HIDDEN); in updateEnabledState()
164 int constraints = getConstraints(); in update()
184 private int getConstraints() { in getConstraints() method in TabBrowserControlsConstraintsHelper
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/mlir/lib/IR/
H A DIntegerSet.cpp44 ArrayRef<AffineExpr> IntegerSet::getConstraints() const { in getConstraints() function in IntegerSet
49 return getConstraints()[idx]; in getConstraint()
67 for (auto expr : getConstraints()) in walkExprs()
76 for (auto cst : getConstraints()) in replaceDimsAndSymbols()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/mlir/lib/IR/
H A DIntegerSet.cpp44 ArrayRef<AffineExpr> IntegerSet::getConstraints() const { in getConstraints() function in IntegerSet
49 return getConstraints()[idx]; in getConstraint()
67 for (auto expr : getConstraints()) in walkExprs()
76 for (auto cst : getConstraints()) in replaceDimsAndSymbols()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/mlir/lib/IR/
H A DIntegerSet.cpp44 ArrayRef<AffineExpr> IntegerSet::getConstraints() const { in getConstraints() function in IntegerSet
49 return getConstraints()[idx]; in getConstraint()
67 for (auto expr : getConstraints()) in walkExprs()
76 for (auto cst : getConstraints()) in replaceDimsAndSymbols()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/mlir/lib/IR/
H A DIntegerSet.cpp44 ArrayRef<AffineExpr> IntegerSet::getConstraints() const { in getConstraints() function in IntegerSet
49 return getConstraints()[idx]; in getConstraint()
67 for (auto expr : getConstraints()) in walkExprs()
76 for (auto cst : getConstraints()) in replaceDimsAndSymbols()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/mlir/lib/IR/
H A DIntegerSet.cpp44 ArrayRef<AffineExpr> IntegerSet::getConstraints() const { in getConstraints() function in IntegerSet
49 return getConstraints()[idx]; in getConstraint()
67 for (auto expr : getConstraints()) in walkExprs()
76 for (auto cst : getConstraints()) in replaceDimsAndSymbols()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/mlir/lib/IR/
H A DIntegerSet.cpp45 ArrayRef<AffineExpr> IntegerSet::getConstraints() const { in getConstraints() function in IntegerSet
50 return getConstraints()[idx]; in getConstraint()
68 for (auto expr : getConstraints()) in walkExprs()
77 for (auto cst : getConstraints()) in replaceDimsAndSymbols()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/mlir/lib/IR/
H A DIntegerSet.cpp44 ArrayRef<AffineExpr> IntegerSet::getConstraints() const { in getConstraints() function in IntegerSet
49 return getConstraints()[idx]; in getConstraint()
67 for (auto expr : getConstraints()) in walkExprs()
76 for (auto cst : getConstraints()) in replaceDimsAndSymbols()
/dports/devel/llvm12/llvm-project-12.0.1.src/mlir/lib/IR/
H A DIntegerSet.cpp44 ArrayRef<AffineExpr> IntegerSet::getConstraints() const { in getConstraints() function in IntegerSet
49 return getConstraints()[idx]; in getConstraint()
67 for (auto expr : getConstraints()) in walkExprs()
76 for (auto cst : getConstraints()) in replaceDimsAndSymbols()
/dports/devel/llvm13/llvm-project-13.0.1.src/mlir/lib/IR/
H A DIntegerSet.cpp44 ArrayRef<AffineExpr> IntegerSet::getConstraints() const {
49 return getConstraints()[idx];
67 for (auto expr : getConstraints())
76 for (auto cst : getConstraints())
/dports/mail/phplist/phplist-3.6.6/public_html/lists/base/vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Mapping/
H A DClassMetadataTest.php69 $this->assertSame($this->metadata->getConstraints(), [$constraint]);
93 $this->assertEquals($constraints, $properties[0]->getConstraints());
110 $this->assertEquals($constraints, $properties[0]->getConstraints());
126 $this->assertEquals($constraints, $properties[0]->getConstraints());
149 $this->assertEquals($constraints, $this->metadata->getConstraints());
201 $this->assertEquals($constraints, $members[0]->getConstraints());
239 $this->assertEquals($parentConstraints, $members[0]->getConstraints());
241 $this->assertEquals($constraints, $members[1]->getConstraints());
/dports/finance/prestashop/prestashop/vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Mapping/
H A DClassMetadataTest.php69 $this->assertSame($this->metadata->getConstraints(), [$constraint]);
93 $this->assertEquals($constraints, $properties[0]->getConstraints());
110 $this->assertEquals($constraints, $properties[0]->getConstraints());
126 $this->assertEquals($constraints, $properties[0]->getConstraints());
149 $this->assertEquals($constraints, $this->metadata->getConstraints());
201 $this->assertEquals($constraints, $members[0]->getConstraints());
239 $this->assertEquals($parentConstraints, $members[0]->getConstraints());
241 $this->assertEquals($constraints, $members[1]->getConstraints());

12345678910>>...43