Searched refs:predicate (Results 76 - 100 of 140) sorted by relevance

123456

/macosx-10.9.5/JavaScriptCore-7537.78.1/offlineasm/
H A Dparser.rb541 predicate = parsePredicate
544 ifThenElse = IfThenElse.new(codeOrigin, predicate, parseSequence(/\A((else)|(end)|(elsif))\Z/, "while inside of \"if #{predicate.dump}\""))
550 predicate = parsePredicate
553 elseCase = IfThenElse.new(codeOrigin, predicate, parseSequence(/\A((else)|(end)|(elsif))\Z/, "while inside of \"if #{predicate.dump}\""))
559 ifThenElse.elseCase = parseSequence(/\Aend\Z/, "while inside of else case for \"if #{predicate.dump}\"")
H A Dtransform.rb81 if @predicate.resolveSettings(settings).value
/macosx-10.9.5/emacs-92/emacs/lisp/
H A Ddired-x.el1557 (defun dired-mark-sexp (predicate &optional unflag-p)
1586 (message "%s" predicate)
1649 (eval predicate)))
1650 (format "'%s file" predicate))))
H A Dsubr.el2556 (predicate (make-symbol "predicate"))
2558 `(lambda (,string ,predicate ,mode)
2563 ((eq ,mode t) (all-completions ,string (,fun ,string) ,predicate))
2564 ((not ,mode) (try-completion ,string (,fun ,string) ,predicate))
2565 (t (test-completion ,string (,fun ,string) ,predicate)))))))
2602 `(lambda (string predicate mode)
2605 (or (all-completions string ,a predicate)
2606 (all-completions string ,b predicate)))
2608 (or (try-completion string ,a predicate)
[all...]
H A Ddired-aux.el106 (defun dired-compare-directories (dir2 predicate)
112 with empty input at the predicate prompt).
149 predicate))
154 predicate)))
169 (defun dired-file-set-difference (list1 list2 predicate)
192 (not (eval predicate))))))
2115 nil ; predicate
H A Dapropos.el434 (defun apropos-command (pattern &optional do-all var-predicate)
445 satisfy the predicate VAR-PREDICATE.
460 (or var-predicate
474 (unless var-predicate
481 (and var-predicate
482 (funcall var-predicate symbol)
680 (defun apropos-value-internal (predicate symbol function)
681 (if (funcall predicate symbol)
H A Dcomplete.el383 (defvar PC-completion-as-file-name-predicate
430 (defun PC-try-completion (string alist &optional predicate)
432 (let ((result (try-completion string alist predicate)))
445 (pred minibuffer-completion-predicate)
446 (filename (funcall PC-completion-as-file-name-predicate))
499 ;; The base dir for file-completion is passed in `predicate'.
514 ;; The base dir for file-completion is passed in `predicate'.
876 (minibuffer-completion-predicate
927 (minibuffer-completion-predicate "")
H A Dframe.el630 (defun filtered-frame-list (predicate)
635 (unless (funcall predicate (car frames))
/macosx-10.9.5/emacs-92/emacs/lisp/mh-e/
H A Dmh-acros.el154 (predicate (intern (format "%s-p" struct-name)))
168 (defun ,predicate (arg)
H A Dmh-seq.el710 (defun mh-range-completion-function (string predicate flag)
723 (let ((res (try-completion last-word candidates predicate)))
728 (all-completions last-word candidates predicate))
H A Dmh-utils.el698 (defun mh-folder-completion-function (name predicate flag)
724 predicate)))
733 remainder (mh-sub-folders last-complete t) predicate)))
/macosx-10.9.5/ruby-104/ruby/lib/rexml/parsers/
H A Dxpathparser.rb28 def predicate path method in class:REXML.Parsers.XPathParser
68 when :predicate
114 when :predicate
215 # (axis or @ or <child::>) nodetest predicate >
325 # Filters the supplied nodeset on the predicate(s)
338 parsed << :predicate
/macosx-10.9.5/ruby-104/ruby/test/rexml/
H A Dtest_functions.rb219 predicate = "string(.)=normalize_space('\nCOMMENT \n A \n\n ')"
220 m = REXML::XPath.match(doc, "//comment()[#{predicate}]")
/macosx-10.9.5/tcl-102/tcl_ext/tclxml/tclxml/library/
H A Dxpath.tcl57 # The list has the form: {{axis node-test {predicate predicate ...}} ...}
138 set predicate [list = {function position {}} [list number $posn]]
141 set predicate [ParseExpr $locpath leftover2]
147 lappend predicates $predicate
149 return -code error "unexpected text in predicate \"$locpath\""
176 # Parse one expression in a predicate
/macosx-10.9.5/xnu-2422.115.4/libkern/c++/
H A DOSKext.cpp81 const char * predicate,
3174 OSString * predicate = NULL; // do not release local
3251 predicate = _OSKextGetRequestPredicate(mkextPlist);
3252 if (!predicate || !predicate->isEqualTo(kKextRequestPredicateLoad)) {
3256 "Received kext load request with no predicate; skipping.");
7670 OSString * predicate = NULL; // do not release local
7722 predicate = _OSKextGetRequestPredicate(requestDict);
7723 if (!predicate) {
7727 "Recieved kext request from user space with no predicate
8918 OSString * predicate = _OSKextGetRequestPredicate(callbackRecord); local
9076 _OSKextCreateRequest( const char * predicate, OSDictionary ** requestP) argument
[all...]
/macosx-10.9.5/gnutar-452/gnutar/src/
H A Dcreate.c51 bool (*predicate) (const char *name); member in struct:exclusion_tag
59 bool (*predicate) (const char *name))
65 tag->predicate = predicate;
108 && (!tag->predicate || tag->predicate (tagname)))
119 /* Exclusion predicate to test if the named file (usually "CACHEDIR.TAG")
/macosx-10.9.5/llvmCore-3425.0.33/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-internal-inl.h270 // the given predicate.
272 inline int CountIf(const Container& c, Predicate predicate) { argument
277 if (predicate(*it))
333 // A predicate that checks the key of a TestProperty against a known key.
/macosx-10.9.5/ppp-727.90.1/Helpers/sbslauncher/
H A Dbehaviors_check_asset.m170 query.predicate = [NSPredicate predicateWithFormat:@"%K > %@", kVPNBehaviorsAssetVersion, current_version];
/macosx-10.9.5/tcl-102/tcl_ext/tclxml/tcldom/library/
H A Ddomimpl.tcl3640 set predicate [lindex $predicates 0]
3642 switch -- [lindex [lindex $predicate 0] 0] {
3644 switch -- [lindex [lindex $predicate 0] 1] {
3646 if {[lindex $predicate 1] == "="} {
3647 if {[string compare [lindex [lindex $predicate 2] 0] "number"]} {
3650 set posn [lindex [lindex $predicate 2] 1]
3657 return -code error "predicate function \"[lindex [lindex $predicate 0] 1]\" not supported"
3662 return -code error "predicate must be position() function"
3914 foreach predicate
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/emacs-lisp/
H A Dadvice.el2050 ;; Don't make this a macro so we can use it as a predicate:
2202 (defun ad-read-advised-function (&optional prompt predicate default)
2213 (if (or (null predicate)
2214 (funcall predicate function))
2218 (let* ((ad-pReDiCaTe predicate)
2223 (if predicate
2227 ;; `predicate' clashed with the `predicate' argument
/macosx-10.9.5/emacs-92/emacs/lisp/gnus/
H A Dgnus-util.el1084 (defun gnus-remove-if (predicate list)
1088 (unless (funcall predicate (car list))
1329 (defun gnus-make-predicate (spec)
1331 SPEC is a predicate specifier that contains stuff like `or', `and',
1333 `(lambda (elem) ,(gnus-make-predicate-1 spec)))
1335 (defun gnus-make-predicate-1 (spec)
1341 `(,(car spec) ,@(mapcar 'gnus-make-predicate-1 (cdr spec)))
1342 (error "Invalid predicate specifier: %s" spec)))))
1354 (defmacro gnus-completing-read-maybe-default (prompt table &optional predicate
1358 `(completing-read ,prompt ,table ,predicate ,requir
[all...]
H A Dmail-source.el87 (const :format "" :value :predicate)
195 (const :format "" :value :predicate)
342 (:predicate identity))
367 (:predicate "UNSEEN UNDELETED")
708 (funcall predicate file)
1010 ;; if predicate is nil, use all uids
1011 (dolist (uid (imap-search (or predicate "1:*") buf))
/macosx-10.9.5/CF-855.17/
H A DCFBundle_Resources.c1957 static void _CFBundleFindResourcesWithPredicate(CFMutableArrayRef interResult, CFDictionaryRef queryTable, Boolean (^predicate)(CFStringRef filename, Boolean *stop), Boolean *stop)
1967 if (predicate((CFStringRef)keys[i], stop)) {
1979 static CFTypeRef _CFBundleCopyURLsOfKey(CFBundleRef bundle, CFURLRef bundleURL, CFArrayRef languages, CFStringRef resourcesDirectory, CFStringRef subDir, CFStringRef key, CFStringRef lproj, Boolean returnArray, Boolean localized, uint8_t bundleVersion, Boolean (^predicate)(CFStringRef filename, Boolean *stop))
1982 Boolean stop = false; // for predicate
1992 if (predicate) {
1993 _CFBundleFindResourcesWithPredicate(interResult, subTable, predicate, &stop);
2003 if (predicate) {
2004 _CFBundleFindResourcesWithPredicate(interResult, subTable, predicate, &stop);
2161 CF_EXPORT CFTypeRef _CFBundleCopyFindResources(CFBundleRef bundle, CFURLRef bundleURL, CFArrayRef languages, CFStringRef resourceName, CFStringRef resourceType, CFStringRef subPath, CFStringRef lproj, Boolean returnArray, Boolean localized, Boolean (^predicate)(CFStringRef filename, Boolean *stop))
2222 CFTypeRef returnValue = _CFBundleCopyURLsOfKey(bundle, bundleURL, languages, resDir, realSubdirectory, key, lproj, returnArray, localized, bundleVersion, predicate);
[all...]
H A DCFPlatform.c1113 void dispatch_once(dispatch_once_t *predicate, dispatch_block_t block) { argument
1115 pthread_once(predicate, (void (*)(void))layout->invoke);
/macosx-10.9.5/CPANInternal-140/DBIx-Class/lib/DBIx/Class/Storage/DBI/Replicated/
H A DBalancer.pm39 predicate=>'has_auto_validate_every',

Completed in 523 milliseconds

123456