HomeSort by relevance Sort by last modified time
    Searched full:candidates (Results 26 - 50 of 426) sorted by null

12 3 4 5 6 7 8 91011>>

  /libcore/luni/src/main/java/org/apache/harmony/security/utils/
JarUtils.java 178 private static X509Certificate[] createChain(X509Certificate signer, X509Certificate[] candidates) {
191 issuerCert = findCert(issuer, candidates);
205 private static X509Certificate findCert(Principal issuer, X509Certificate[] candidates) {
206 for (int i = 0; i < candidates.length; i++) {
207 if (issuer.equals(candidates[i].getSubjectDN())) {
208 return candidates[i];
  /external/webkit/Tools/CodeCoverage/
run-generate-coverage-data 173 def generate_covs(candidates):
181 print candidates.keys()
182 for dir in candidates.keys():
184 for dep in candidates[dir].keys():
217 candidates = map(lambda x: parse_dependency_file(x,base_dir,[]), depends) variable
219 # Build a number of sources from the candidates. This is a Set for the poor
223 for (_,dir,deps) in candidates:
234 print "Found %d candidates" % (len(sources))
  /packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/
CandidateView.java 53 * The width to draw candidates.
96 * If true, update the arrow status when drawing candidates.
128 * The Drawable used to display as separators between candidates.
133 * Color to draw normal candidates generated by IME.
138 * Color to draw normal candidates Recommended by application.
143 * Color to draw the normal(not highlighted) candidates, it can be one of
149 * Color to draw the active(highlighted) candidates, including candidates
150 * from IME and candidates from application.
155 * Text size to draw candidates generated by IME
    [all...]
  /external/clang/test/SemaCXX/
complex-overload.cpp 35 int *ip2 = promote_or_convert(f); // expected-error{{call to 'promote_or_convert' is ambiguous; candidates are:}}
overloaded-builtin-operators.cpp 174 // FIXME: lots of candidates here!
177 // expected-note {{remaining 77 candidates omitted; pass -fshow-overloads=all to show them}}
219 // expected-note{{candidates omitted}}
overload-call.cpp 24 double* dp2 = g(0, fv, 1.5); // expected-error {{ call to 'g' is ambiguous; candidates are: }}
140 multiparm(sv, sv, lv); // expected-error {{ call to 'multiparm' is ambiguous; candidates are: }}
186 quals_rank3(ppp); // expected-error {{call to 'quals_rank3' is ambiguous; candidates are:}}
188 quals_rank3(p); // expected-error {{call to 'quals_rank3' is ambiguous; candidates are:}}
269 cvqual_subsume(z); // expected-error{{call to 'cvqual_subsume' is ambiguous; candidates are:}}
270 int& x = cvqual_subsume2(get_Z()); // expected-error{{call to 'cvqual_subsume2' is ambiguous; candidates are:}}
318 // Tests the exact text used to note the candidates
  /external/webkit/Source/WebCore/manual-tests/autocorrection/
dismiss-multiple-guesses.html 37 <p>After seeing the panel with multiple candidates, pressing ESC key to dismiss the panel.</p>
select-from-multiple-guesses.html 37 <p>After seeing the panel with multiple candidates, use left and/or right arrow key to select the desired candidate, and then use return key to confirm. You can also use this test to test that pressing ESC key will dismiss the panel.</p>
  /external/wpa_supplicant/
preauth.c 173 * address. This is usually called for PMKSA candidates found from scan results
287 * rsn_preauth_candidate_process - Process PMKSA candidates
290 * Go through the PMKSA candidates and start pre-authentication if a candidate
291 * without an existing PMKSA cache entry is found. Processed candidates will be
342 "candidates");
353 * This function is used to add PMKSA candidates for RSN pre-authentication. It
355 * candidates, i.e., EVENT_PMKID_CANDIDATE events to wpa_supplicant_event().
423 * rsn_preauth_scan_results - Process scan results to find PMKSA candidates
443 * TODO: is it ok to free all candidates? What about the entries
469 * Give less priority to candidates found from norma
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/rsn_supp/
preauth.c 173 * address. This is usually called for PMKSA candidates found from scan results
287 * rsn_preauth_candidate_process - Process PMKSA candidates
290 * Go through the PMKSA candidates and start pre-authentication if a candidate
291 * without an existing PMKSA cache entry is found. Processed candidates will be
344 "candidates");
355 * This function is used to add PMKSA candidates for RSN pre-authentication. It
357 * candidates, i.e., EVENT_PMKID_CANDIDATE events to wpa_supplicant_event().
426 * rsn_preauth_scan_results - Process scan results to find PMKSA candidates
445 * TODO: is it ok to free all candidates? What about the entries
474 * Give less priority to candidates found from norma
    [all...]
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/JAJP/
KanaConverter.java 475 /** List of the generated candidates */
525 /* Create pseudo candidates for all keyboard type */
536 /* Create pseudo candidates for Qwerty keyboard */
539 /* Create pseudo candidates for 12key */
541 /* Create pseudo candidates for half width numeric */
551 /* Create pseudo candidates for full width numeric */
556 /* Create pseudo candidates for half width alphabet */
565 /* Create pseudo candidates for full width alphabet */
586 /* Create pseudo candidates for half width alphabet */
593 /* Create pseudo candidates for the full width alphabet *
    [all...]
OpenWnnClauseConverterJAJP.java 49 /** candidates of conversion */
123 * @return The candidates of conversion; {@code null} if an error occurs.
135 /* clear the candidates list */
253 * @param all Get all candidates or not
281 /* get candidates of stem in a clause */
311 * Add valid clause to the candidates list.
318 * @param all Get all candidates or not
524 * @param all Get all candidates or not
OpenWnnEngineJAJP.java 79 /** Limitation of predicted candidates */
97 /** Number of output candidates */
101 * Where to get the next candidates from.<br>
118 /** Whether displaying single clause candidates or not */
229 /* get candidates by single clause conversion */
237 /* end of candidates by single clause conversion */
241 /* get candidates from Kana converter */
284 * Clear work area that hold candidates information.
  /external/wpa_supplicant_8/src/rsn_supp/
preauth.c 170 * address. This is usually called for PMKSA candidates found from scan results
284 * rsn_preauth_candidate_process - Process PMKSA candidates
287 * Go through the PMKSA candidates and start pre-authentication if a candidate
288 * without an existing PMKSA cache entry is found. Processed candidates will be
341 "candidates");
352 * This function is used to add PMKSA candidates for RSN pre-authentication. It
354 * candidates, i.e., EVENT_PMKID_CANDIDATE events to wpa_supplicant_event().
430 * TODO: is it ok to free all candidates? What about the entries
467 /* Give less priority to candidates found from normal scan results. */
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
ContactAggregator.java 593 MatchCandidateList candidates = new MatchCandidateList(); local
617 candidates, matcher, values);
656 long currentContactId, MatchCandidateList candidates, ContactMatcher matcher,
670 candidates.clear();
680 contactId = pickBestMatchBasedOnData(db, rawContactId, candidates, matcher);
2226 MatchCandidateList candidates = new MatchCandidateList(); local
    [all...]
  /external/chromium/chrome/common/
autofill_messages.h 68 // Notification that forms have been seen that are candidates for
73 // Notification that password forms have been seen that are candidates for
  /external/apache-http/src/org/apache/commons/codec/
Decoder.java 48 * candidates are that the parameter passed to this
  /external/apache-xml/src/main/java/org/apache/xml/utils/
StringBufferPool.java 25 * String buffers are good candidates for pooling, because of
  /external/bouncycastle/src/main/java/org/bouncycastle/crypto/generators/
DSAKeyPairGenerator.java 53 // B.1.2 Key Pair Generation by Testing Candidates
  /external/chromium/third_party/libjingle/source/
CHANGELOG 15 - Candidates in session-accept or session-initiate
  /external/chromium/third_party/libjingle/source/talk/p2p/base/
session.cc 126 void TransportProxy::AddSentCandidates(const Candidates& candidates) {
127 for (Candidates::const_iterator cand = candidates.begin();
128 cand != candidates.end(); ++cand) {
412 TransportInfo(content->name, transport_type_, Candidates()));
427 // Must complete negotiation before sending remote candidates, or
430 for (Candidates::const_iterator cand = tinfo->candidates.begin();
431 cand != tinfo->candidates.end(); ++cand)
    [all...]
transport.cc 283 void Transport::OnRemoteCandidates(const std::vector<Candidate>& candidates) {
284 for (std::vector<Candidate>::const_iterator iter = candidates.begin();
285 iter != candidates.end();
383 std::vector<Candidate> candidates; local
386 candidates.swap(ready_candidates_);
391 if (!candidates.empty()) {
392 SignalCandidatesReady(this, candidates);
  /external/clang/test/CXX/basic/basic.lookup/basic.lookup.argdep/
p2.cpp 49 g(x); // expected-error{{call to 'g' is ambiguous; candidates are:}}
  /external/chromium/third_party/libjingle/source/talk/p2p/client/
basicportallocator.cc 436 // Only accumulate the candidates whose protocol has been enabled
437 std::vector<Candidate> candidates; local
438 const std::vector<Candidate>& potentials = port->candidates();
444 candidates.push_back(potentials[i]);
447 if (!candidates.empty()) {
448 SignalCandidatesReady(this, candidates);
454 std::vector<Candidate> candidates; local
460 const std::vector<Candidate>& potentials = it->port->candidates();
466 candidates.push_back(potentials[i]);
470 if (!candidates.empty())
    [all...]
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/EN/
OpenWnnEngineEN.java 39 /** Limitation of predicted candidates */
52 /** Number of output candidates */
135 /* get the default candidates */
157 * Add a word to the candidates list if there is no duplication.
202 * capitalization information to adjust the candidates

Completed in 244 milliseconds

12 3 4 5 6 7 8 91011>>