Home
last modified time | relevance | path

Searched refs:is_inconsistent (Results 1 – 25 of 214) sorted by relevance

123456789

/dports/lang/spidermonkey60/firefox-60.9.0/testing/web-platform/tests/tools/wpt/tests/
H A Dtest_stability.py4 assert stability.is_inconsistent({"PASS": 10}, 10) is False
5 assert stability.is_inconsistent({"PASS": 9}, 10) is True
6 assert stability.is_inconsistent({"PASS": 9, "FAIL": 1}, 10) is True
7 assert stability.is_inconsistent({"PASS": 8, "FAIL": 1}, 10) is True
/dports/www/firefox-esr/firefox-91.8.0/testing/web-platform/tests/tools/wptrunner/wptrunner/tests/
H A Dtest_stability.py5 assert stability.is_inconsistent({"PASS": 10}, 10) is False
6 assert stability.is_inconsistent({"PASS": 9}, 10) is True
7 assert stability.is_inconsistent({"PASS": 9, "FAIL": 1}, 10) is True
8 assert stability.is_inconsistent({"PASS": 8, "FAIL": 1}, 10) is True
/dports/www/firefox/firefox-99.0/testing/web-platform/tests/tools/wptrunner/wptrunner/tests/
H A Dtest_stability.py5 assert stability.is_inconsistent({"PASS": 10}, 10) is False
6 assert stability.is_inconsistent({"PASS": 9}, 10) is True
7 assert stability.is_inconsistent({"PASS": 9, "FAIL": 1}, 10) is True
8 assert stability.is_inconsistent({"PASS": 8, "FAIL": 1}, 10) is True
/dports/mail/thunderbird/thunderbird-91.8.0/testing/web-platform/tests/tools/wptrunner/wptrunner/tests/
H A Dtest_stability.py5 assert stability.is_inconsistent({"PASS": 10}, 10) is False
6 assert stability.is_inconsistent({"PASS": 9}, 10) is True
7 assert stability.is_inconsistent({"PASS": 9, "FAIL": 1}, 10) is True
8 assert stability.is_inconsistent({"PASS": 8, "FAIL": 1}, 10) is True
/dports/lang/spidermonkey78/firefox-78.9.0/testing/web-platform/tests/tools/wptrunner/wptrunner/tests/
H A Dtest_stability.py5 assert stability.is_inconsistent({"PASS": 10}, 10) is False
6 assert stability.is_inconsistent({"PASS": 9}, 10) is True
7 assert stability.is_inconsistent({"PASS": 9, "FAIL": 1}, 10) is True
8 assert stability.is_inconsistent({"PASS": 8, "FAIL": 1}, 10) is True
/dports/devel/ppl/ppl-1.2/tests/Grid/
H A Dcongruence1.cc239 bool ok = (a.is_tautological()) && (!a.is_inconsistent()); in test10()
246 && !a.is_inconsistent(); in test10()
250 && !a.is_inconsistent(); in test10()
258 && a.is_inconsistent(); in test10()
266 && a.is_inconsistent(); in test10()
274 && a.is_inconsistent(); in test10()
281 && !a.is_inconsistent(); in test10()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/os_cpu/solaris_sparc/vm/
H A Dvm_version_solaris_sparc.cpp127 bool is_inconsistent() { return _state == INCONSISTENT; } in is_inconsistent() function in PICL::UniqueValueVisitor
131 assert(!is_inconsistent(), "Precondition"); in visit()
155 if (!l1_visitor->is_inconsistent()) { in visit()
161 assert(!l2_visitor->is_inconsistent(), "First iteration cannot be inconsistent"); in visit()
168 if (!l2_visitor->is_inconsistent()) { in visit()
173 if (l1_visitor->is_inconsistent() && l2_visitor->is_inconsistent()) { in visit()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/os_cpu/solaris_sparc/vm/
H A Dvm_version_solaris_sparc.cpp127 bool is_inconsistent() { return _state == INCONSISTENT; } in is_inconsistent() function in PICL::UniqueValueVisitor
131 assert(!is_inconsistent(), "Precondition"); in visit()
155 if (!l1_visitor->is_inconsistent()) { in visit()
161 assert(!l2_visitor->is_inconsistent(), "First iteration cannot be inconsistent"); in visit()
168 if (!l2_visitor->is_inconsistent()) { in visit()
173 if (l1_visitor->is_inconsistent() && l2_visitor->is_inconsistent()) { in visit()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/os_cpu/solaris_sparc/
H A Dvm_version_solaris_sparc.cpp128 bool is_inconsistent() { return _state == INCONSISTENT; } in is_inconsistent() function in PICL::UniqueValueVisitor
132 assert(!is_inconsistent(), "Precondition"); in visit()
156 if (!l1_visitor->is_inconsistent()) { in visit()
162 assert(!l2_visitor->is_inconsistent(), "First iteration cannot be inconsistent"); in visit()
169 if (!l2_visitor->is_inconsistent()) { in visit()
174 if (l1_visitor->is_inconsistent() && l2_visitor->is_inconsistent()) { in visit()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/os_cpu/solaris_sparc/
H A Dvm_version_solaris_sparc.cpp128 bool is_inconsistent() { return _state == INCONSISTENT; } in is_inconsistent() function in PICL::UniqueValueVisitor
132 assert(!is_inconsistent(), "Precondition"); in visit()
156 if (!l1_visitor->is_inconsistent()) { in visit()
162 assert(!l2_visitor->is_inconsistent(), "First iteration cannot be inconsistent"); in visit()
169 if (!l2_visitor->is_inconsistent()) { in visit()
174 if (l1_visitor->is_inconsistent() && l2_visitor->is_inconsistent()) { in visit()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/os_cpu/solaris_sparc/
H A Dvm_version_solaris_sparc.cpp128 bool is_inconsistent() { return _state == INCONSISTENT; } in is_inconsistent() function in PICL::UniqueValueVisitor
132 assert(!is_inconsistent(), "Precondition"); in visit()
156 if (!l1_visitor->is_inconsistent()) { in visit()
162 assert(!l2_visitor->is_inconsistent(), "First iteration cannot be inconsistent"); in visit()
169 if (!l2_visitor->is_inconsistent()) { in visit()
174 if (l1_visitor->is_inconsistent() && l2_visitor->is_inconsistent()) { in visit()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/os_cpu/solaris_sparc/
H A Dvm_version_solaris_sparc.cpp128 bool is_inconsistent() { return _state == INCONSISTENT; } in is_inconsistent() function in PICL::UniqueValueVisitor
132 assert(!is_inconsistent(), "Precondition"); in visit()
156 if (!l1_visitor->is_inconsistent()) { in visit()
162 assert(!l2_visitor->is_inconsistent(), "First iteration cannot be inconsistent"); in visit()
169 if (!l2_visitor->is_inconsistent()) { in visit()
174 if (l1_visitor->is_inconsistent() && l2_visitor->is_inconsistent()) { in visit()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/os_cpu/solaris_sparc/
H A Dvm_version_solaris_sparc.cpp128 bool is_inconsistent() { return _state == INCONSISTENT; } in is_inconsistent() function in PICL::UniqueValueVisitor
132 assert(!is_inconsistent(), "Precondition"); in visit()
156 if (!l1_visitor->is_inconsistent()) { in visit()
162 assert(!l2_visitor->is_inconsistent(), "First iteration cannot be inconsistent"); in visit()
169 if (!l2_visitor->is_inconsistent()) { in visit()
174 if (l1_visitor->is_inconsistent() && l2_visitor->is_inconsistent()) { in visit()
/dports/lang/spidermonkey60/firefox-60.9.0/testing/web-platform/tests/tools/wpt/
H A Dstability.py82 def is_inconsistent(results_dict, iterations): function
94 if is_inconsistent(test["status"], iterations):
97 if is_inconsistent(subtest["status"], iterations):
112 if is_inconsistent(results_dict, iterations):
/dports/biology/viennarna/ViennaRNA-2.4.18/interfaces/Perl/RNA/
H A DBenchmark.pm106 my $is_inconsistent = 0;
156 $is_inconsistent = 1;
160 $is_inconsistent = 1;
181 if ( $is_inconsistent == 1 or $is_contradicting == 1 ) {
/dports/www/firefox/firefox-99.0/third_party/rust/jsparagus/jsparagus/
H A Dparse_table.py118 def is_inconsistent(self) -> bool: member in StateAndTransitions
250 if self.is_inconsistent():
257 if self.is_inconsistent():
399 def is_inconsistent(self) -> bool: member in ParseTable
402 if s is not None and s.is_inconsistent():
608 assert not src.is_inconsistent()
1272 if state is None or not state.is_inconsistent():
1309 if state.is_inconsistent():
1354 if s.is_inconsistent()
1379 assert not self.is_inconsistent()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/jsparagus/jsparagus/
H A Dparse_table.py118 def is_inconsistent(self) -> bool: member in StateAndTransitions
250 if self.is_inconsistent():
257 if self.is_inconsistent():
399 def is_inconsistent(self) -> bool: member in ParseTable
402 if s is not None and s.is_inconsistent():
608 assert not src.is_inconsistent()
1272 if state is None or not state.is_inconsistent():
1309 if state.is_inconsistent():
1354 if s.is_inconsistent()
1379 assert not self.is_inconsistent()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/jsparagus/jsparagus/
H A Dparse_table.py118 def is_inconsistent(self) -> bool: member in StateAndTransitions
250 if self.is_inconsistent():
257 if self.is_inconsistent():
399 def is_inconsistent(self) -> bool: member in ParseTable
402 if s is not None and s.is_inconsistent():
608 assert not src.is_inconsistent()
1272 if state is None or not state.is_inconsistent():
1309 if state.is_inconsistent():
1354 if s.is_inconsistent()
1379 assert not self.is_inconsistent()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/testing/web-platform/tests/tools/wptrunner/wptrunner/
H A Dstability.py87 def is_inconsistent(results_dict, iterations): function
101 if is_inconsistent(test["status"], iterations):
104 if is_inconsistent(subtest["status"], iterations):
119 if is_inconsistent(results_dict, iterations):
/dports/devel/etl/synfig-1.2.2/synfig-studio/src/gui/trees/
H A Dlayerparamtreestore.cpp170 if(!(*iter)[model.is_inconsistent]) in get_value_vfunc()
198 if(column==model.is_inconsistent.index()) in get_value_vfunc()
442 row[model.is_inconsistent] = false; in rebuild()
452 row[model.is_inconsistent] = true; in rebuild()
515 row[model.is_inconsistent] = false; in refresh_row()
524 row[model.is_inconsistent] = true; in refresh_row()
H A Dlayerparamtreestore.h70 Gtk::TreeModelColumn<bool> is_inconsistent; variable
76 add(is_inconsistent); in Model()
/dports/graphics/synfig/synfig-1.2.2/synfig-studio/src/gui/trees/
H A Dlayerparamtreestore.cpp170 if(!(*iter)[model.is_inconsistent]) in get_value_vfunc()
198 if(column==model.is_inconsistent.index()) in get_value_vfunc()
442 row[model.is_inconsistent] = false; in rebuild()
452 row[model.is_inconsistent] = true; in rebuild()
515 row[model.is_inconsistent] = false; in refresh_row()
524 row[model.is_inconsistent] = true; in refresh_row()
/dports/graphics/synfigstudio/synfig-1.2.2/synfig-studio/src/gui/trees/
H A Dlayerparamtreestore.cpp170 if(!(*iter)[model.is_inconsistent]) in get_value_vfunc()
198 if(column==model.is_inconsistent.index()) in get_value_vfunc()
442 row[model.is_inconsistent] = false; in rebuild()
452 row[model.is_inconsistent] = true; in rebuild()
515 row[model.is_inconsistent] = false; in refresh_row()
524 row[model.is_inconsistent] = true; in refresh_row()
/dports/lang/spidermonkey78/firefox-78.9.0/testing/web-platform/tests/tools/wptrunner/wptrunner/
H A Dstability.py108 def is_inconsistent(results_dict, iterations): function
145 if is_inconsistent(test["status"], iterations):
148 if is_inconsistent(subtest["status"], iterations):
176 if is_inconsistent(results_dict, iterations):
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/jsparagus/jsparagus/
H A Dparse_table.py100 def is_inconsistent(self) -> bool: member in StateAndTransitions
110 if any(k.is_inconsistent() for k, s in self.epsilon):
220 if self.is_inconsistent():
227 if self.is_inconsistent():
361 def is_inconsistent(self) -> bool: member in ParseTable
364 if s is not None and s.is_inconsistent():
1152 if state is None or not state.is_inconsistent():
1189 if state.is_inconsistent():
1217 assert self.states[s].is_inconsistent()
1234 if s.is_inconsistent()
[all …]

123456789