Home
last modified time | relevance | path

Searched refs:evaluate_condition (Results 1 – 25 of 78) sorted by relevance

1234

/dports/devel/ros-catkin_pkg/catkin_pkg-0.4.14/src/catkin_pkg/
H A Dgroup_membership.py15 from catkin_pkg.condition import evaluate_condition
39 def evaluate_condition(self, context): member in GroupMembership
51 self.evaluated_condition = evaluate_condition(self.condition, context)
H A Dgroup_dependency.py15 from catkin_pkg.condition import evaluate_condition
41 def evaluate_condition(self, context): member in GroupDependency
53 self.evaluated_condition = evaluate_condition(self.condition, context)
H A Dpackage.py43 from catkin_pkg.condition import evaluate_condition
212 conditional.evaluate_condition(context)
349 def evaluate_condition(self, context): member in Dependency
361 self.evaluated_condition = evaluate_condition(self.condition, context)
384 def evaluate_condition(self, context): member in Export
396 self.evaluated_condition = evaluate_condition(self.attributes.get('condition'), context)
H A Dcondition.py20 def evaluate_condition(condition, context): function
/dports/irc/atheme-services/atheme-7.2.9/libathemecore/
H A Dhelp.c71 static bool evaluate_condition(sourceinfo_t *si, const char *s) in evaluate_condition() function
79 return !evaluate_condition(si, s + 1); in evaluate_condition()
174 if (ifnest_false > 0 || !evaluate_condition(si, buf + 3)) in help_display_as_subcmd()
/dports/devel/ros-catkin_pkg/catkin_pkg-0.4.14/test/
H A Dtest_package.py88 self.assertFalse(dep.evaluate_condition({'foo': 23, 'bar': 42}))
90 self.assertTrue(dep.evaluate_condition({'foo': 23, 'bar': 43}))
103 dep2.evaluate_condition({'foo': 23, 'bar': 43})
116 self.assertTrue(dep.evaluate_condition({}))
119 self.assertFalse(dep.evaluate_condition({}))
/dports/www/firefox/firefox-99.0/testing/web-platform/tests/tools/third_party/pytest/src/_pytest/
H A Dskipping.py87 def evaluate_condition(item: Item, mark: Mark, condition: object) -> Tuple[bool, str]: function
174 result, reason = evaluate_condition(item, mark, condition)
218 result, reason = evaluate_condition(item, mark, condition)
/dports/mail/thunderbird/thunderbird-91.8.0/testing/web-platform/tests/tools/third_party/pytest/src/_pytest/
H A Dskipping.py87 def evaluate_condition(item: Item, mark: Mark, condition: object) -> Tuple[bool, str]: function
174 result, reason = evaluate_condition(item, mark, condition)
218 result, reason = evaluate_condition(item, mark, condition)
/dports/www/firefox-esr/firefox-91.8.0/testing/web-platform/tests/tools/third_party/pytest/src/_pytest/
H A Dskipping.py87 def evaluate_condition(item: Item, mark: Mark, condition: object) -> Tuple[bool, str]: function
174 result, reason = evaluate_condition(item, mark, condition)
218 result, reason = evaluate_condition(item, mark, condition)
/dports/devel/p5-Workflow/Workflow-1.59/lib/Workflow/Condition/
H A DNegated.pm23 return not $self->evaluate_condition($wf, $self->negated);
H A DLazyOR.pm38 my $result = $self->evaluate_condition( $wf, $cond );
H A DGreedyOR.pm37 $result += $self->evaluate_condition( $wf, $cond ) ? 1 : 0;
H A DLazyAND.pm37 my $result = $self->evaluate_condition( $wf, $cond );
H A DCheckReturn.pm69 my $condval = $self->evaluate_condition( $wf, $cond );
/dports/audio/alsa-lib/alsa-lib-1.2.2/src/ucm/
H A Dparser.c180 static int evaluate_condition(snd_use_case_mgr_t *uc_mgr, in evaluate_condition() function
633 err = evaluate_condition(uc_mgr, cfg); in parse_value()
753 err = evaluate_condition(uc_mgr, cfg); in parse_modifier()
904 err = evaluate_condition(uc_mgr, cfg); in parse_device()
1242 err = evaluate_condition(uc_mgr, cfg); in parse_verb()
1355 err = evaluate_condition(uc_mgr, cfg); in parse_verb_file()
1467 err = evaluate_condition(uc_mgr, cfg); in parse_master_section()
1609 err = evaluate_condition(uc_mgr, cfg); in parse_master_file()
/dports/security/py-pyvex/pyvex-9.0.5405/pyvex/lifting/gym/
H A Darm_spotter.py55 def evaluate_condition(self):
204 cond = self.evaluate_condition()
/dports/devel/p5-Workflow/Workflow-1.59/lib/Workflow/
H A DCondition.pm33 sub evaluate_condition { subroutine
/dports/lang/clover/mesa-21.3.6/src/gallium/drivers/r600/sb/
H A Dsb_expr.h89 static bool evaluate_condition(unsigned alu_cnd_flags, literal s1,
/dports/graphics/libosmesa/mesa-21.3.6/src/gallium/drivers/r600/sb/
H A Dsb_expr.h89 static bool evaluate_condition(unsigned alu_cnd_flags, literal s1,
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/gallium/drivers/r600/sb/
H A Dsb_expr.h89 static bool evaluate_condition(unsigned alu_cnd_flags, literal s1,
/dports/graphics/mesa-libs/mesa-21.3.6/src/gallium/drivers/r600/sb/
H A Dsb_expr.h89 static bool evaluate_condition(unsigned alu_cnd_flags, literal s1,
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/src/gallium/drivers/r600/sb/
H A Dsb_expr.h89 static bool evaluate_condition(unsigned alu_cnd_flags, literal s1,
/dports/graphics/mesa-dri-classic/mesa-20.2.3/src/gallium/drivers/r600/sb/
H A Dsb_expr.h89 static bool evaluate_condition(unsigned alu_cnd_flags, literal s1,
/dports/graphics/mesa-gallium-va/mesa-21.3.6/src/gallium/drivers/r600/sb/
H A Dsb_expr.h89 static bool evaluate_condition(unsigned alu_cnd_flags, literal s1,
/dports/graphics/mesa-gallium-vdpau/mesa-21.3.6/src/gallium/drivers/r600/sb/
H A Dsb_expr.h89 static bool evaluate_condition(unsigned alu_cnd_flags, literal s1,

1234