Searched refs:candidates (Results 1 - 25 of 70) sorted by relevance

123

/macosx-10.10.1/ruby-106/ruby/lib/irb/
H A Dcompletion.rb49 candidates = String.instance_methods.collect{|m| m.to_s}
50 select_message(receiver, message, candidates)
57 candidates = Regexp.instance_methods.collect{|m| m.to_s}
58 select_message(receiver, message, candidates)
65 candidates = Array.instance_methods.collect{|m| m.to_s}
66 select_message(receiver, message, candidates)
73 candidates = Proc.instance_methods.collect{|m| m.to_s}
74 candidates |= Hash.instance_methods.collect{|m| m.to_s}
75 select_message(receiver, message, candidates)
81 candidates
[all...]
/macosx-10.10.1/bind9-45.101/bind9/unit/atf-src/atf-c++/detail/
H A Dexpand_test.cpp164 std::vector< std::string > candidates;
165 candidates.push_back("foo");
166 candidates.push_back("bar");
167 candidates.push_back("baz");
168 candidates.push_back("foobar");
169 candidates.push_back("foobarbaz");
170 candidates.push_back("foobarbazfoo");
174 exps = expand_glob("foo", candidates);
178 exps = expand_glob("bar", candidates);
182 exps = expand_glob("foo*", candidates);
[all...]
H A Dexpand.hpp60 //! \brief Expands a glob pattern among multiple candidates.
67 const T& candidates)
71 for (typename T::const_iterator iter = candidates.begin();
72 iter != candidates.end(); iter++)
66 expand_glob(const std::string& glob, const T& candidates) argument
/macosx-10.10.1/emacs-93/emacs/lisp/international/
H A Dja-dic-cnv.el125 kana candidates entry)
127 (setq kana (car (car l)) candidates (cdr (car l)))
129 (while candidates
130 (insert " " (car candidates))
131 (setq entry (lookup-nested-alist (car candidates)
135 (set-nested-alist (car candidates) (list kana)
137 (setq candidates (cdr candidates)))
144 str candidates)
147 (if (not (member str candidates))
[all...]
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/servers/slapd/back-meta/
H A Dsearch.c74 SlapReply *candidates )
134 candidates[ candidate ].sr_msgid = META_MSGID_NEED_BIND;
258 NULL, NULL, &candidates[ candidate ].sr_msgid );
273 assert( candidates[ candidate ].sr_msgid >= 0 );
274 META_BINDING_SET( &candidates[ candidate ] );
279 candidates[ candidate ].sr_msgid = META_MSGID_CONNECTING;
289 if ( !META_IS_RETRYING( &candidates[ candidate ] ) ) {
290 META_RETRYING_SET( &candidates[ candidate ] );
329 candidates[ candidate ].sr_msgid = META_MSGID_IGNORE;
339 candidates[ candidat
372 meta_search_dobind_result( Operation *op, SlapReply *rs, metaconn_t **mcp, int candidate, SlapReply *candidates, LDAPMessage *res ) argument
443 meta_back_search_start( Operation *op, SlapReply *rs, dncookie *dc, metaconn_t **mcp, int candidate, SlapReply *candidates, struct berval *prcookie, ber_int_t prsize ) argument
790 SlapReply *candidates = NULL; local
[all...]
H A Dcandidates.c40 * are compatible with the request DN are selected as candidates, and
46 * all the targets are candidates (search ...)
220 * clears all candidates except candidate
229 SlapReply *candidates = meta_back_candidates_get( op ); local
235 META_CANDIDATE_RESET( &candidates[ i ] );
H A Dconn.c794 SlapReply *candidates = meta_back_candidates_get( op ); local
796 candidates[ candidate ].sr_err = rc;
916 * among the multiple candidates available */
944 /* if multiple candidates can serve the operation,
1088 SlapReply *candidates = meta_back_candidates_get( op ); local
1264 /* allow multiple candidates for the searchBase */
1305 candidates[ i ].sr_err = meta_back_init_one_conn( op,
1308 if ( candidates[ i ].sr_err == LDAP_SUCCESS ) {
1312 META_CANDIDATE_SET( &candidates[ i ] );
1322 META_CANDIDATE_RESET( &candidates[
[all...]
H A Dbind.c66 SlapReply *candidates; local
124 candidates = meta_back_candidates_get( op );
135 * Skip non-candidates
137 if ( !META_IS_CANDIDATE( &candidates[ i ] ) ) {
196 META_CANDIDATE_CLEAR( &candidates[ i ] );
686 SlapReply *candidates; local
710 candidates = meta_back_candidates_get( op );
720 if ( !META_IS_CANDIDATE( &candidates[ i ] ) ) {
804 candidates[ i ].sr_err = rc;
/macosx-10.10.1/apache-793/httpd/modules/mappers/
H A Dmod_speling.c200 apr_array_header_t *candidates = NULL; local
269 candidates = apr_array_make(r->pool, 2, sizeof(misspelled_file));
296 sp_new = (misspelled_file *) apr_array_push(candidates);
309 sp_new = (misspelled_file *) apr_array_push(candidates);
355 sp_new = (misspelled_file *) apr_array_push(candidates);
364 if (candidates->nelts != 0) {
368 misspelled_file *variant = (misspelled_file *) candidates->elts;
373 qsort((void *) candidates->elts, candidates->nelts,
384 && (candidates
[all...]
/macosx-10.10.1/DiskArbitration-268/diskarbitrationd/
H A DDAStage.c671 CFMutableArrayRef candidates; local
673 candidates = CFArrayCreateMutable( kCFAllocatorDefault, 0, &kCFTypeArrayCallBacks );
675 if ( candidates )
703 CFArrayAppendValue( candidates, callback );
708 CFArraySortValues( candidates, CFRangeMake( 0, CFArrayGetCount( candidates ) ), __DAStagePeekCompare, NULL );
716 DADiskSetContext( disk, candidates );
724 CFRelease( candidates );
730 CFMutableArrayRef candidates; local
733 candidates
780 CFMutableArrayRef candidates; local
835 CFMutableArrayRef candidates; local
[all...]
/macosx-10.10.1/ICU-531.30/icuSources/common/
H A Ddictbe.cpp108 int32_t count; // Count of candidates
110 int32_t offset; // Offset in the text of these candidates
118 // Fill the list of candidates if needed, select the longest, and return the number found
119 int candidates( UText *text, DictionaryMatcher *dict, int32_t rangeEnd );
145 PossibleWord::candidates( UText *text, DictionaryMatcher *dict, int32_t rangeEnd ) { function in class:PossibleWord
267 int candidates = words[wordsFound%THAI_LOOKAHEAD].candidates(text, fDictionary, rangeEnd); local
270 if (candidates == 1) {
275 else if (candidates > 1) {
282 if (words[(wordsFound + 1) % THAI_LOOKAHEAD].candidates(tex
343 int candidates = words[(wordsFound + 1) % THAI_LOOKAHEAD].candidates(text, fDictionary, rangeEnd); local
495 int candidates = words[wordsFound%LAO_LOOKAHEAD].candidates(text, fDictionary, rangeEnd); local
567 int candidates = words[(wordsFound + 1) % LAO_LOOKAHEAD].candidates(text, fDictionary, rangeEnd); local
696 int candidates = words[wordsFound%KHMER_LOOKAHEAD].candidates(text, fDictionary, rangeEnd); local
769 int candidates = words[(wordsFound + 1) % KHMER_LOOKAHEAD].candidates(text, fDictionary, rangeEnd); local
[all...]
/macosx-10.10.1/IOKitUser-1050.1.21/
H A DIOCFPlugIn.c226 CFMutableArrayRef candidates; local
251 candidates = CFArrayCreateMutable(kCFAllocatorDefault, 0, NULL);
255 if (candidates && scores) {
288 CFArrayInsertValueAtIndex(candidates, insert, (void *) interface);
297 CFIndex candidatecount = CFArrayGetCount(candidates);
307 CFArrayGetValueAtIndex(candidates, index );
326 if (candidates)
327 CFRelease(candidates);
/macosx-10.10.1/emacs-93/emacs/lisp/
H A Dicomplete.el266 ;;;_ > icomplete-completions (name candidates predicate require-match)
267 (defun icomplete-completions (name candidates predicate require-match)
268 "Identify prospective candidates for minibuffer completion.
288 (if (and (listp candidates) (null (car candidates)))
289 (setq candidates nil))
291 (let ((comps (all-completions name candidates predicate))
H A Dvc-arch.el65 (let ((candidates '("tla")))
66 (while (and candidates (not (executable-find (car candidates))))
67 (setq candidates (cdr candidates)))
68 (or (car candidates) "tla")))
/macosx-10.10.1/ruby-106/ruby/lib/rubygems/commands/
H A Dlock_command.rb90 candidates = dep.matching_specs
92 if candidates.empty? then
95 pending << candidates.last.full_name
/macosx-10.10.1/Security-57031.1.35/securityd/src/
H A Dpcscmonitor.cpp190 CodeRepository<Bundle> candidates("Security/tokend", ".tokend", "TOKENDAEMONPATH", false);
191 candidates.update();
192 for (CodeRepository<Bundle>::iterator it = candidates.begin(); it != candidates.end(); ++it) {
H A Dtoken.cpp450 CodeRepository<Bundle> candidates("Security/tokend", ".tokend", "TOKENDAEMONPATH", false);
451 candidates.update();
455 for (CodeRepository<Bundle>::const_iterator it = candidates.begin();
456 it != candidates.end(); it++) {
/macosx-10.10.1/WebKit-7600.1.25/mac/Plugins/
H A DWebPluginDatabase.mm147 PluginPackageCandidates candidates;
154 candidates.update(plugin);
157 return candidates.bestCandidate();
162 PluginPackageCandidates candidates;
169 candidates.update(plugin);
172 WebBasePluginPackage *plugin = candidates.bestCandidate();
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/servers/slapd/back-bdb/
H A Dsearch.c204 * to the cumulative list of candidates.
253 /* If the target was not already in our current candidates,
349 ID candidates[BDB_IDL_UM_SIZE]; local
400 BDB_IDL_ZERO(candidates);
439 candidates, NULL );
449 candidates, NULL );
608 /* select candidates */
610 rs->sr_err = base_candidate( op->o_bd, &base, candidates );
614 BDB_IDL_ZERO( candidates );
617 ltid, candidates, scope
[all...]
/macosx-10.10.1/emacs-93/emacs/lisp/erc/
H A Derc-track.el786 (let ((candidates erc-track-faces-priority-list)
788 (while (and candidates (not face))
789 (setq candidate (car candidates)
790 candidates (cdr candidates))
/macosx-10.10.1/ruby-106/ruby/lib/
H A Doptparse.rb236 candidates = []
246 candidates << [k, v, kn]
248 candidates
257 candidates = candidate(key, icase, pat, &method(:each)).sort_by {|k, v, kn| kn.size}
258 if candidates.size == 1
259 canon, sw, * = candidates[0]
260 elsif candidates.size > 1
261 canon, sw, cn = candidates.shift
262 candidates.each do |k, v, kn|
793 # Shows candidates fo
[all...]
/macosx-10.10.1/tcl-105/tcl/tcl/library/
H A Dinit.tcl382 set ret [catch {set candidates [info commands $name*]} msg]
396 set cmds $candidates
399 foreach x $candidates {
/macosx-10.10.1/tcl-105/tcl84/tcl/library/
H A Dinit.tcl306 set ret [catch {set candidates [info commands $name*]} msg]
320 set cmds $candidates
323 foreach x $candidates {
/macosx-10.10.1/apache-793/httpd/server/
H A Dconfig.c1843 apr_array_header_t *candidates = NULL; local
1865 candidates = apr_array_make(ptemp, 1, sizeof(fnames));
1870 fnew = (fnames *) apr_array_push(candidates);
1876 if (candidates->nelts != 0) {
1877 qsort((void *) candidates->elts, candidates->nelts,
1884 for (current = 0; current < candidates->nelts; ++current) {
1885 fnew = &((fnames *) candidates->elts)[current];
1914 apr_array_header_t *candidates = NULL; local
1951 candidates
[all...]
/macosx-10.10.1/Security-57031.1.35/Security/sec/Security/
H A DSecTrust.c1307 /* If we have any unconsidered candidates left check those first. */
1312 /* If we still have potential sources to fetch other candidates
1313 from we ignore expired candidates. */
1329 candidate and has additional candidates to consider.
1339 /* We've run out of candidates in our current state so let's try to
1340 find some more. Note we fetch candidates in increasing order of
1346 /* Get the list of candidates from SecTrust. */
1358 /* Lookup candidates in the local database. */
1365 /* Time to start considering expired candidates as well. */
1382 4) Look through expired or not yet valid candidates w
[all...]

Completed in 399 milliseconds

123