Searched refs:predicates (Results 1 - 19 of 19) sorted by relevance

/macosx-10.9.5/Libc-997.90.3/sys/
H A DOSThermalNotification.c53 static dispatch_once_t predicates[kOSThermalMitigationCount]; variable
60 dispatch_once(&predicates[behavior], ^{
72 dispatch_once(&predicates[behavior], ^{
82 dispatch_once(&predicates[kOSThermalMitigationThermalTableReady], ^{
99 dispatch_once(&predicates[kOSThermalMitigationThermalTableReady], ^{
/macosx-10.9.5/CPANInternal-140/XML-XPath/XPath/
H A DExpr.pm9 bless { predicates => [], pp => $pp }, $class;
19 foreach my $predicate (@{$self->{predicates}}) {
35 foreach my $predicate (@{$self->{predicates}}) {
113 if @{$self->{predicates}};
115 push @{$self->{predicates}}, $_[0];
141 if (my @predicates = @{$self->{predicates}}) {
143 die "Can't have predicates execute on object type: " . ref($results);
147 foreach my $predicate (@{$self->{predicates}}) {
H A DStep.pm40 predicates => [],
74 foreach (@{$self->{predicates}}) {
118 foreach (@{$self->{predicates}}) {
142 # each of the predicates in turn.
181 foreach my $predicate (@{$self->{predicates}}) {
H A DParser.pm765 push @{$step->{predicates}}, Expr($self, $tokens);
/macosx-10.9.5/WebCore-7537.78.1/xml/
H A DXPathPath.cpp39 Filter::Filter(Expression* expr, const Vector<Predicate*>& predicates) argument
40 : m_expr(expr), m_predicates(predicates)
H A DXPathStep.h75 // When possible, we merge some or all predicates with node test for better performance.
79 Step(Axis, const NodeTest&, const Vector<Predicate*>& predicates = Vector<Predicate*>());
H A DXPathStep.cpp42 Step::Step(Axis axis, const NodeTest& nodeTest, const Vector<Predicate*>& predicates) argument
45 , m_predicates(predicates)
57 // Evaluate predicates as part of node test if possible to avoid building unnecessary NodeSets.
59 // This optimization can be applied to predicates that are not context node list sensitive, or to first predicate that is only context position sensitive, e.g. foo[position() mod 2 = 0].
119 // Check predicates that couldn't be merged into node test.
153 // Evaluate NodeTest without considering merged predicates.
225 // No need to set context size - we only get here when evaluating predicates that do not depend on it.
233 // Result nodes are ordered in axis order. Node test (including merged predicates) is applied.
340 if (nodeMatches(n.get(), AttributeAxis, m_nodeTest)) // Still need to check merged predicates.
/macosx-10.9.5/ruby-104/ruby/lib/rexml/parsers/
H A Dxpathparser.rb329 predicates = []
332 predicates << expr[1..-2] if expr
334 #puts "PREDICATES = #{predicates.inspect}"
335 predicates.each{ |pred|
342 #puts "PREDICATES = #{predicates.inspect}"
/macosx-10.9.5/tcl-102/tcl_ext/tclxml/tcldom/library/
H A Dxmlswitch.tcl461 # Check that the node passes the predicates
473 set predicates [lindex $step 2]
474 # Shortcut: no predicates means everything passes
475 if {![llength $predicates]} {
515 foreach predicate $predicates {
H A Ddomimpl.tcl3628 proc dom::tcl::CreateNode:FindPosition predicates {
3629 switch [llength $predicates] {
3637 return -code error "multiple predicates not supported"
3640 set predicate [lindex $predicates 0]
3787 # Now apply predicates
3900 # Filter a nodeset with predicates
3904 # preds list of predicates
/macosx-10.9.5/Security-55471.14.18/include/security_cdsa_utilities/
H A Dcssmdb.h590 CssmSelectionPredicate *&predicates()
592 CssmSelectionPredicate *predicates() const
596 { assert(ix < size()); return predicates()[ix]; }
851 enumerateArray(operate, query, &CssmQuery::predicates);
858 enumerateArray(operate, *query, &CssmQuery::predicates);
/macosx-10.9.5/Security-55471.14.18/libsecurity_cdsa_utilities/lib/
H A Dcssmdb.h590 CssmSelectionPredicate *&predicates()
592 CssmSelectionPredicate *predicates() const
596 { assert(ix < size()); return predicates()[ix]; }
851 enumerateArray(operate, query, &CssmQuery::predicates);
858 enumerateArray(operate, *query, &CssmQuery::predicates);
/macosx-10.9.5/emacs-92/emacs/lisp/
H A Dpcomplete.el553 (defun pcomplete-test (predicates &optional index offset)
556 (unless (null predicates)
557 (if (not (listp predicates))
558 (pcomplete--test predicates arg)
559 (let ((pred predicates)
H A Dibuffer.el228 (defcustom ibuffer-maybe-show-predicates `(,(lambda (buf)
231 "A list of predicates for buffers to display conditionally.
238 Viewing of buffers hidden because of these predicates may be customized
239 via `ibuffer-default-display-maybe-show-predicates' and is toggled by
245 (defcustom ibuffer-default-display-maybe-show-predicates nil
246 "Non-nil means show buffers that match `ibuffer-maybe-show-predicates'."
250 (defvar ibuffer-display-maybe-show-predicates nil)
295 `ibuffer-never-show-predicates'."
1938 (defun ibuffer-buf-matches-predicates (buf predicates)
[all...]
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dprolog.vim36 " some common predicates are also highlighted as keywords
H A Dlogtalk.vim106 " Logtalk built-in predicates
/macosx-10.9.5/tcl-102/tcl_ext/tclxml/tclxml/library/
H A Dxpath.tcl134 set predicates {}
147 lappend predicates $predicate
160 lappend path [list $axis $nodetest $predicates]
/macosx-10.9.5/emacs-92/emacs/lisp/eshell/
H A Dem-pred.el1 ;;; em-pred.el --- argument predicates and modifiers (ala zsh)
30 "This module allows for predicates to be applied to globbing
34 :tag "Value modifiers and predicates"
48 ;; the predicates and modifiers are modeled after those provided by
107 "*A list of predicates than can be applied to a globbing pattern.
168 - follow symbolic references for predicates after the `-'
169 ^ invert sense of predicates after the `^'
265 (defun eshell-apply-modifiers (lst predicates modifiers)
272 (setq lst (eshell-winnow-list lst nil predicates))
309 "Parse value modifiers and predicates a
[all...]
H A Desh-util.el406 (defun eshell-winnow-list (entries exclude &optional predicates)
418 (setq p predicates valid (null p))

Completed in 171 milliseconds