Searched refs:score (Results 76 - 100 of 209) sorted by relevance

123456789

/macosx-10.9.5/IOCDStorageFamily-51/
H A DIOCDMedia.h137 virtual bool matchPropertyTable(OSDictionary * table, SInt32 * score);
H A DIOCDPartitionScheme.cpp78 IOService * IOCDPartitionScheme::probe(IOService * provider, SInt32 * score) argument
90 if (super::probe(provider, score) == 0) return 0;
94 _partitions = scan(score);
134 OSSet * IOCDPartitionScheme::scan(SInt32 * score) argument
140 // found. The default probe score can be adjusted up or down, based on
H A DIOCDMedia.cpp137 bool IOCDMedia::matchPropertyTable(OSDictionary * table, SInt32 * score) argument
145 if (super::matchPropertyTable(table, score) == false) return false;
/macosx-10.9.5/IOHIDFamily-503.215.2/IOHIDFamily/
H A DIOHIDInterface.h155 SInt32 * score);
/macosx-10.9.5/IOStorageFamily-172/
H A DIOMedia.h398 virtual bool matchPropertyTable(OSDictionary * table, SInt32 * score);
/macosx-10.9.5/postfix-252/postfix/src/qmgr/
H A Dqmgr_job.c488 double score, local
523 * score. In addition to jobs which don't meet the max_slots limit, skip
548 score = (double) delay / max_total_entries;
549 if (score > best_score) {
550 best_score = score;
556 * Stop early if the best score is as good as it can get.
/macosx-10.9.5/tcl-102/tcl_ext/expect/expect/example/
H A Dxpstat62 set db($host,$i,score) $expect_out(3,string)
224 $db($host,$i,score) \
/macosx-10.9.5/IOGraphics-471.92.1/IOGraphicsFamily/
H A DIOBacklightDisplay.cpp136 IOService * AppleBacklightDisplay::probe( IOService * provider, SInt32 * score )
148 if (!super::probe(provider, score))
H A DIODisplayWrangler.cpp206 SInt32 score = 50000; local
227 found = ((display->probe( connect, &score ))
/macosx-10.9.5/emacs-92/
H A DMakefile33 lisp_Makefile.in.diff xdisp.c.diff lib-src_update-game-score.c.diff \
134 for f in emacsclient etags cvtmail digest-doc fakemail hexl movemail profile sorted-doc update-game-score; do \
/macosx-10.9.5/tcl-102/tk/tk/unix/
H A DtkUnixFont.c1539 unsigned int score;
1546 score = RankAttributes(&want, &got);
1547 if (score < bestScore[scalable]) {
1549 bestScore[scalable] = score;
1551 if (score == 0) {
2488 unsigned int score;
2554 score = RankAttributes(&want, &got);
2555 if (score < bestScore[scalable]) {
2557 bestScore[scalable] = score;
2559 if (score
1523 unsigned int score; local
2459 unsigned int score; local
[all...]
/macosx-10.9.5/tcl-102/tk84/tk/unix/
H A DtkUnixFont.c1413 unsigned int score;
1420 score = RankAttributes(&want, &got);
1421 if (score < bestScore[scalable]) {
1423 bestScore[scalable] = score;
1425 if (score == 0) {
2379 unsigned int score;
2446 score = RankAttributes(&want, &got);
2447 if (score < bestScore[scalable]) {
2449 bestScore[scalable] = score;
2451 if (score
1400 unsigned int score; local
2353 unsigned int score; local
[all...]
/macosx-10.9.5/vim-53/src/
H A Dspell.c69 * Use this to adjust the score after finding suggestions, based on the
79 * Do the opposite: based on a maximum end score and a known sound score,
80 * compute the maximum word score that can be used.
598 int su_maxscore; /* maximum score for adding to su_ga */
620 int st_had_bonus; /* bonus already included in score */
630 * what is displayed, because when rescore_suggestions() is called the score
638 /* score for various changes */
659 #define SCORE_MAXINIT 350 /* Initial maximum score: higher == slower.
672 #define SCORE_SFMAX1 200 /* maximum score fo
10666 int score; local
11285 int score; local
12931 int score; local
14755 int score = 0; local
15099 int score; member in struct:__anon14298
15122 int score; local
15304 int score; local
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/gnus/
H A Dspam.el459 "St" spam-bogofilter-score
461 "Mst" spam-bogofilter-score
1685 (defun spam-check-bogofilter-headers (&optional score)
1691 (if score ; scoring mode
1700 ;; return something sensible if the score can't be determined
1701 (defun spam-bogofilter-score ()
1702 "Get the Bogofilter spamicity score"
1707 (let ((score (or (spam-check-bogofilter-headers t)
1709 (message "Spamicity score %s" score)
[all...]
H A Dgnus-cus.el33 (require 'gnus-score)
164 (score-file (file :tag "Score File") "\
165 Make the specified file into the current score file.
166 This means that all score commands you issue will end up in this file.")
170 All adaptive score entries will be put into this file.")
276 (agent-score
278 (const file :tag "Use group's score files")
280 "Which score files to use when using score to select articles to fetch.
286 The group's score file
[all...]
H A Dnnslashdot.el99 headers article subject score from date lines parent point cid
145 "<a name=\"\\([0-9]+\\)\">\\([^<]+\\)\\(?:.*\n\\)\\{2,10\\}.*score:\\([^)]+\\))"
149 score (match-string 3))
181 (concat subject " (" score ")")
H A Dgnus-sum.el213 (defcustom gnus-summary-default-score 0
214 "*Default article score level.
215 All scores generated by the score files will be added to this score.
217 :group 'gnus-score-default
221 (defcustom gnus-summary-default-high-score 0
223 An article will be highlighted as high scored if its score is greater
224 than this score."
226 :group 'gnus-score-default
229 (defcustom gnus-summary-default-low-score
[all...]
/macosx-10.9.5/IONetworkingFamily-100/
H A DIOKernelDebugger.cpp60 virtual IOService *probe(IOService *provider, SInt32 *score);
115 IOService *IOKDP::probe(IOService *provider, SInt32 *score) argument
208 IOService *ret = super::probe(provider, score);
/macosx-10.9.5/Security-55471.14.18/sec/securityd/
H A DSecTrustServer.c1052 CFIndex score = SecCertificatePathScore(builder->path.path, local
1075 if (!builder->bestPath || score > rejectScore) {
1078 "replacing %sev %s score: %ld with %sev reject score: %" PRIdCFIndex " %@",
1082 (pvc->is_ev ? "" : "non "), (long)score, builder->path.path);
1084 secdebug("reject", "%sev reject score: %" PRIdCFIndex " %@",
1085 (pvc->is_ev ? "" : "non "), score, builder->path.path);
1088 builder->rejectScore = score;
1092 secdebug("reject", "%sev reject score: %" PRIdCFIndex " lower than %" PRIdCFIndex " %@",
1093 (pvc->is_ev ? "" : "non "), score, rejectScor
[all...]
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dslrnsc.vim2 " Language: Slrn score file (based on slrn 0.9.8.0)
/macosx-10.9.5/AppleUSBCDCDriver-4201.2.5/AppleUSBCDCEEM/Headers/
H A DAppleUSBCDCEEM.h227 virtual IOService *probe(IOService *provider, SInt32 *score);
/macosx-10.9.5/Chess-310.5/sjeng/
H A Dutils.c588 void post_thinking (int32_t score) { argument
603 void post_fail_thinking(int32_t score, move_s *failmove) argument
610 output the iterative depth, human readable score, and the pv */
615 void post_fh_thinking(int32_t score, move_s *failmove) argument
622 output the iterative depth, human readable score, and the pv */
627 void post_fl_thinking(int32_t score, move_s *failmove) argument
/macosx-10.9.5/IOATAFamily-252.0.3/
H A DIOATAController.h82 virtual IOService* probe( IOService* provider, SInt32* score );
/macosx-10.9.5/IOGraphics-471.92.1/IOGraphicsFamily/IOKit/graphics/
H A DIODisplay.h136 SInt32 * score );
/macosx-10.9.5/SecurityTokend-55107/lib/
H A DSecTokend.h97 CSSM_RETURN (*probe)(SecTokendProbeFlags flags, uint32 *score, char tokenUid[TOKEND_MAX_UID]);

Completed in 286 milliseconds

123456789