HomeSort by relevance Sort by last modified time
    Searched defs:candidates (Results 1 - 11 of 11) sorted by null

  /external/webkit/WebKitTools/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))
  /external/icu4c/common/
dictbe.cpp 111 int count; // Count of candidates
113 int32_t offset; // Offset in the text of these candidates
121 // Fill the list of candidates if needed, select the longest, and return the number found
122 int candidates( UText *text, const TrieWordDictionary *dict, int32_t rangeEnd );
148 PossibleWord::candidates( UText *text, const TrieWordDictionary *dict, int32_t rangeEnd ) { function in class:PossibleWord
265 int candidates = words[wordsFound%THAI_LOOKAHEAD].candidates(text, fDictionary, rangeEnd); local
268 if (candidates == 1) {
274 else if (candidates > 1) {
281 if (words[(wordsFound+1)%THAI_LOOKAHEAD].candidates(text, fDictionary, rangeEnd) > 0)
342 int candidates = words[(wordsFound+1)%THAI_LOOKAHEAD].candidates(text, fDictionary, rangeEnd); local
    [all...]
  /frameworks/base/core/java/android/text/method/
LinkMovementMethod.java 104 ClickableSpan[] candidates = buffer.getSpans(first, last, ClickableSpan.class); local
143 for (int i = 0; i < candidates.length; i++) {
144 int end = buffer.getSpanEnd(candidates[i]);
148 beststart = buffer.getSpanStart(candidates[i]);
165 for (int i = 0; i < candidates.length; i++) {
166 int start = buffer.getSpanStart(candidates[i]);
171 bestend = buffer.getSpanEnd(candidates[i]);
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
ContactAggregator.java 429 MatchCandidateList candidates = new MatchCandidateList(); local
433 aggregateContact(db, rawContactId, currentContactId, candidates, matcher, values);
461 long currentContactId, MatchCandidateList candidates, ContactMatcher matcher,
474 candidates.clear();
479 contactId = pickBestMatchBasedOnData(db, rawContactId, candidates, matcher);
711 MatchCandidateList candidates, ContactMatcher matcher) {
714 long bestMatch = updateMatchScoresBasedOnDataMatches(db, rawContactId, candidates, matcher);
717 bestMatch = pickBestMatchBasedOnSecondaryData(db, rawContactId, candidates, matcher);
730 long rawContactId, MatchCandidateList candidates, ContactMatcher matcher) {
737 loadNameMatchCandidates(db, rawContactId, candidates, true)
1627 MatchCandidateList candidates = new MatchCandidateList(); local
    [all...]
  /packages/apps/Mms/src/com/android/mms/data/
Contact.java 760 ArrayList<Contact> candidates = mContactsHash.get(key); local
761 if (candidates != null) {
762 int length = candidates.size();
764 Contact c= candidates.get(i);
776 candidates = new ArrayList<Contact>();
778 mContactsHash.put(key, candidates);
781 candidates.add(c);
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
OpenWnnEN.java 124 /** Delay time(msec.) to start prediction after key input when the candidates view is not shown. */
127 /** Delay time(msec.) to start prediction after key input when the candidates view is shown. */
130 /** {@code Handler} for drawing candidates/displaying tutorial */
744 * and the candidates view is not shown, dismiss the SW-keyboard.
762 * Thread for updating the candidates view
765 int candidates = 0; local
768 candidates = mConverter.predict(mComposingText, 0, -1);
770 /* update the candidates view */
771 if (candidates > 0) {
784 /* update the candidates view *
    [all...]
OpenWnnJAJP.java 103 /** IME's status for {@code mStatus} input/no candidates). */
109 /** IME's status for {@code mStatus}(all candidates are displayed). */
140 /** Delay time(msec.) to start prediction after key input when the candidates view is not shown. */
143 /** Delay time(msec.) to start prediction after key input when the candidates view is shown. */
398 /** {@code Handler} for drawing candidates/displaying tutorial */
1289 int candidates = 0; local
1547 int candidates = mConverter.makeCandidateListOf(mCommitCount); local
    [all...]
  /external/webkit/WebCore/bridge/qt/
qt_runtime.cpp 1108 QVector<QtMethodMatchData> candidates; local
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
LatinIME.java 237 List<String> candidates; field in class:LatinIME.VoiceResults
411 R.layout.candidates, null);
413 mCandidateView = (CandidateView) mCandidateViewContainer.findViewById(R.id.candidates);
711 // TODO: Remove this if we support candidates with hard keyboard
713 // Show the candidates view only if input view is showing
    [all...]
  /prebuilt/common/ecj/
ecj.jar 
  /prebuilt/common/eclipse/
org.eclipse.jface_3.4.2.M20090107-0800.jar 

Completed in 156 milliseconds