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

/macosx-10.10.1/Libc-1044.1.2/sys/
H A DOSThermalNotification.c57 static dispatch_once_t predicates[kOSThermalMitigationCount]; variable
64 dispatch_once(&predicates[behavior], ^{
76 dispatch_once(&predicates[behavior], ^{
86 dispatch_once(&predicates[kOSThermalMitigationThermalTableReady], ^{
103 dispatch_once(&predicates[kOSThermalMitigationThermalTableReady], ^{
/macosx-10.10.1/ruby-106/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.10.1/tcl-105/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.10.1/Security-57031.1.35/SecurityTests/regressions/dl/
H A Ddl-12-modify.c460 CSSM_SELECTION_PREDICATE predicates[] = local
474 sizeof(predicates) / sizeof(*predicates),
475 predicates,
/macosx-10.10.1/Security-57031.1.35/Security/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.10.1/Security-57031.1.35/Security/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.10.1/emacs-93/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.10.1/vim-55/runtime/syntax/
H A Dprolog.vim36 " some common predicates are also highlighted as keywords
H A Dlogtalk.vim106 " Logtalk built-in predicates
/macosx-10.10.1/tcl-105/tcl_ext/tclxml/tclxml/library/
H A Dxpath.tcl134 set predicates {}
147 lappend predicates $predicate
160 lappend path [list $axis $nodetest $predicates]
/macosx-10.10.1/emacs-93/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 168 milliseconds