/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/OpenWnn/src/jp/co/omronsoft/openwnn/ |
OpenWnnEvent.java | 44 * This event makes {@link OpenWnn} to display conversion candidates from {@link ComposingText}. 51 * This event makes {@link OpenWnn} to display prediction candidates from {@link ComposingText}. 56 * List candidates (normal view). 58 * This event changes the candidates view's size 63 * List candidates (wide view). 65 * This event changes the candidates view's size 110 * Focus to the candidates view. 115 * Focus out from the candidates view.
|
/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/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_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...] |
OpenWnnEngineJAJP.java | 79 /** Limitation of predicted candidates */ 82 /** Limitation of candidates one-line */ 100 /** Number of output candidates */ 104 * Where to get the next candidates from.<br> 121 /** Whether displaying single clause candidates or not */ 232 /* get candidates by single clause conversion */ 240 /* end of candidates by single clause conversion */ 244 /* get candidates from Kana converter */ 287 * Clear work area that hold candidates information.
|
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
|
/external/wpa_supplicant_8/src/rsn_supp/ |
preauth.c | 163 * address. This is usually called for PMKSA candidates found from scan results 277 * rsn_preauth_candidate_process - Process PMKSA candidates 280 * Go through the PMKSA candidates and start pre-authentication if a candidate 281 * without an existing PMKSA cache entry is found. Processed candidates will be 334 "candidates"); 345 * This function is used to add PMKSA candidates for RSN pre-authentication. It 347 * candidates, i.e., EVENT_PMKID_CANDIDATE events to wpa_supplicant_event(). 423 * TODO: is it ok to free all candidates? What about the entries 460 /* Give less priority to candidates found from normal scan results. */
|
/external/clang/include/clang/Sema/ |
Overload.h | 41 OR_Ambiguous, ///< Ambiguous candidates found. 46 /// Requests that all candidates be shown. Viable candidates will 50 /// Requests that only viable candidates be shown. 736 /// OverloadCandidateSet - A set of overload candidates, used in C++ 739 SmallVector<OverloadCandidate, 16> Candidates; 766 /// \brief Clear out all of the candidates. 770 iterator begin() { return Candidates.begin(); } 771 iterator end() { return Candidates.end(); } 773 size_t size() const { return Candidates.size(); [all...] |
TypoCorrection.h | 35 // best correction candidates having the lowest edit distance). 215 /// candidate is viable, without ranking potentially viable candidates. 217 /// callback wishing to check the viability of correction candidates. 244 /// @brief Simple template class for restricting typo correction candidates
|
/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/llvm/utils/release/ |
tag.sh | 2 #===-- tag.sh - Tag the LLVM release candidates ----------------------------===# 11 # Create branches and release candidates for the LLVM release.
|
/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/bcprov/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/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...] |
/external/clang/test/SemaCXX/ |
overloaded-builtin-operators.cpp | 174 // FIXME: lots of candidates here! 177 // expected-note {{remaining 117 candidates omitted; pass -fshow-overloads=all to show them}} 219 // expected-note{{candidates omitted}}
|
/packages/apps/Mms/src/com/android/mms/data/ |
Contact.java | 390 * The min_match is used to narrow down the candidates for the final 1097 ArrayList<Contact> candidates = mContactsHash.get(key); local 1148 ArrayList<Contact> candidates = mContactsHash.get(key); local [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
|
/external/chromium/chrome/browser/chromeos/input_method/ |
candidate_window.cc | 57 // too narrow when all candidates are short. 61 // too wide when one of candidates are long. 263 for (size_t i = 0; i + start_from < lookup_table.candidates.size(); ++i) { 267 UTF8ToWide(lookup_table.candidates[index])); 363 // instance, if we are going to show the same candidates as before, we 370 // Updates candidates of the candidate window from |lookup_table|. 371 // Candidates are arranged per |orientation|. 441 // The lookup table (candidates). 456 // The candidate area is where candidates are rendered. 474 // The candidate views are used for rendering candidates [all...] |