Searched refs:score (Results 51 - 75 of 209) sorted by relevance

123456789

/macosx-10.9.5/Security-55471.14.18/sec/Security/
H A DSecCertificatePath.c516 /* Return a score for this certificate chain. */
519 CFIndex score = 0; local
522 score += 10000;
526 score += 10 * certificatePath->count;
533 score += 10;
535 score += 5;
538 /* Paths that don't verify score terribly. */
542 score -= 100000;
555 score -= 1;
558 return score;
[all...]
/macosx-10.9.5/file_cmds-230/chmod/
H A Dchmod_acl.c274 /* Determine a "score" for an acl entry. The entry scores higher if it's
286 int score = 0; local
304 score++;
312 score += get_inheritance_level(entry) * INHERITANCE_TIER;
314 return score;
415 int score = 0, next_score = 0; local
421 score = score_acl_entry(entry);
425 if (score < (next_score = score_acl_entry(entry)))
427 score = next_score;
445 * for the score
[all...]
/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-framework-SearchKit/Examples/SearchKitExample1/
H A DAppController.py216 for score, hitID in zip(scoresArray, outDocumentIDsArray):
223 textOfResults += "Score: %f ==> %s\n"%(score, documentName)
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-framework-SearchKit/Examples/SearchKitExample1/
H A DAppController.py216 for score, hitID in zip(scoresArray, outDocumentIDsArray):
223 textOfResults += "Score: %f ==> %s\n"%(score, documentName)
/macosx-10.9.5/AppleUSBCDCDriver-4201.2.5/AppleUSBCDC/Headers/
H A DAppleUSBCDC.h56 virtual IOService *probe(IOService *provider, SInt32 *score);
/macosx-10.9.5/AppleUSBCDCDriver-4201.2.5/AppleUSBCDCACM/ControlDriver/Headers/
H A DAppleUSBCDCACMControl.h82 virtual IOService *probe(IOService *provider, SInt32 *score);
/macosx-10.9.5/AppleUSBCDCDriver-4201.2.5/AppleUSBCDCECM/ControlDriver/Headers/
H A DAppleUSBCDCECMControl.h107 virtual IOService *probe(IOService *provider, SInt32 *score);
/macosx-10.9.5/AppleUSBCDCDriver-4201.2.5/AppleUSBCDCWCM/Headers/
H A DAppleUSBCDCWCM.h97 virtual IOService *probe(IOService *provider, SInt32 *score);
/macosx-10.9.5/IOBDStorageFamily-14/
H A DIOBDMedia.h117 virtual bool matchPropertyTable(OSDictionary * table, SInt32 * score);
/macosx-10.9.5/IOStorageFamily-172/
H A DIOAppleLabelScheme.cpp75 IOService * IOAppleLabelScheme::probe(IOService * provider, SInt32 * score) argument
87 if (super::probe(provider, score) == 0) return 0;
91 _content = scan(score);
138 IOMedia * IOAppleLabelScheme::scan(SInt32 * score) argument
/macosx-10.9.5/securityd-55199.3/src/
H A Dtoken.cpp231 secdebug("token", "%p using %s (score=%d, uid=\"%s\")",
232 this, tokend->bundlePath().c_str(), tokend->score(), tokend->tokenUid().c_str());
236 secdebug("token", "%p using %s (score=%d, temporary)",
237 this, tokend->bundlePath().c_str(), tokend->score());
476 if (!leader || tokend->score() > leader->score())
/macosx-10.9.5/tcl-102/tcl_ext/tklib/tklib/examples/controlwidget/
H A Ddemo-rdial.tcl38 -variable score
49 set ::score 0.0
52 set ::score 100.0
/macosx-10.9.5/emacs-92/emacs/lisp/play/
H A Dgomoku.el274 ;; Every (free) square has a score associated to it, recorded in the
276 ;; the highest score.
278 (defvar gomoku-score-table nil
279 "Vector recording the actual score of the free squares.")
288 ;; score for every qtuple, with better qtuples having better scores. Of
289 ;; course, the score of a qtuple (taken in isolation) is just determined by
291 ;; highest score is given to the "OOOO" qtuples because playing in such a
295 ;; has score zero because there is no more any point in playing in it, from
298 ;; Given the score of every qtuple, the score o
[all...]
H A Dlandmark.el268 ;; Every (free) square has a score associated to it, recorded in the
270 ;; the highest score.
272 (defvar lm-score-table nil
273 "Vector recording the actual score of the free squares.")
282 ;; score for every qtuple, with better qtuples having better scores. Of
283 ;; course, the score of a qtuple (taken in isolation) is just determined by
285 ;; highest score is given to the "OOOO" qtuples because playing in such a
289 ;; has score zero because there is no more any point in playing in it, from
292 ;; Given the score of every qtuple, the score o
[all...]
/macosx-10.9.5/emacs-92/emacs/etc/
H A Dgnus-refcard.tex165 \quad [score] An article score. If no prefix is given,
166 `gnus-summary-default-score' is used. \\*[\baselineskip]
247 Y & Killed due to low score.\\
260 + & Over default score. [3]\\
261 $-$ & Under default score. [3]\\
453 T S v & Sort by group score ({\bf value}).\\
571 C-c C-s C-i & Sort the summary-buffer by article score.\\
626 G b & (,) Go to the {\bf best} article (the one with highest score).\\
837 M V c & {\bf Clear} all marks from all high-scored articles. [score]\\
[all...]
/macosx-10.9.5/WebCore-7537.78.1/inspector/front-end/
H A DFilteredItemSelectionDialog.js261 var score = 0;
263 score += 10;
265 score += ignoreCase ? 10 : 20;
268 score++;
270 score++;
274 scores[i] = score;
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/support/devel/sak/test/
H A Drun.tcl169 foreach {testnum delta score} $times($k) break
170 M add row [linsert $k end $testnum $delta $score]
415 set score $delta
418 set score [expr {int(($delta/double($xtestnum))*1000000)}]
419 #set score [expr {$delta/double($xtestnum)}]
422 lappend xtimes $k [list $xtestnum $delta $score]
427 puts $logtim [linsert [linsert $k end $xtestnum $delta $score] 0 TIME]
/macosx-10.9.5/IOHIDFamily-503.215.2/IOHIDFamily/
H A DIOHIDInterface.cpp186 SInt32 * score)
192 if ( !super::matchPropertyTable(table, score) || !(provider = OSDynamicCast(IOService, copyParentEntry(gIOServicePlane))) )
198 ret = provider->matchPropertyTable(table, score);
184 matchPropertyTable( OSDictionary * table, SInt32 * score) argument
/macosx-10.9.5/IODVDStorageFamily-35/
H A DIODVDMedia.h167 virtual bool matchPropertyTable(OSDictionary * table, SInt32 * score);
/macosx-10.9.5/emacs-92/emacs/lisp/
H A Dstrokes.el98 ;; `strokes-minimum-match-score' (determines the threshold of error that
229 (defcustom strokes-minimum-match-score 1000
230 "*Minimum score for a stroke to be considered a possible match.
239 then you can set `strokes-minimum-match-score' to something that works
652 "Rates STROKE1 with STROKE2 and return a score based on a distance metric.
709 (let ((score (strokes-rate-stroke stroke (caar stroke-map)))
714 (if (or (and newscore score (< newscore score))
715 (and newscore (null score)))
716 (setq score newscor
[all...]
/macosx-10.9.5/AppleUSBCDCDriver-4201.2.5/AppleUSBCDC/Classes/
H A DAppleUSBCDC.cpp112 // Outputs: IOService - from super::probe, score - probe score
114 // Desc: Modify the probe score if necessary
118 IOService *AppleUSBCDC::probe(IOService *provider, SInt32 *score) argument
129 XTRACE(this, 0, *score, "probe");
134 XTRACE(this, 0, *score, "probe - provider doesn't want us to match");
141 XTRACE(this, probeScore->unsigned32BitValue(), *score, "probe score returned");
173 *score += newScore;
174 *score
[all...]
/macosx-10.9.5/AppleUSBCDCDriver-4201.2.5/AppleUSBCDCWCM/Classes/
H A DAppleUSBCDCWCM.cpp77 // Outputs: IOService - from super::probe, score - probe score
79 // Desc: Modify the probe score if necessary (we don't at the moment)
83 IOService* AppleUSBCDCWCM::probe( IOService *provider, SInt32 *score )
97 res = super::probe(provider, score);
/macosx-10.9.5/IOPCIFamily-224.92.1/IOKit/pci/
H A DIOPCIBridge.h154 SInt32 * score );
160 OSDictionary * table, SInt32 * score);
352 SInt32 * score );
/macosx-10.9.5/AppleUSBCDCDriver-4201.2.5/AppleUSBCDCECM/DataDriver/Headers/
H A DAppleUSBCDCECMData.h171 virtual IOService *probe(IOService *provider, SInt32 *score);
/macosx-10.9.5/AppleUSBCDCDriver-4201.2.5/Common/
H A DXTrace.h82 virtual IOService *probe(IOService *provider, SInt32 *score);

Completed in 355 milliseconds

123456789