HomeSort by relevance Sort by last modified time
    Searched refs:candidates (Results 1 - 25 of 26) sorted by null

1 2

  /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]);
  /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))
  /libcore/luni/src/main/java/org/apache/harmony/security/utils/
JarUtils.java 188 private static X509Certificate[] createChain(X509Certificate signer, X509Certificate[] candidates) {
201 issuerCert = findCert(issuer, candidates);
215 private static X509Certificate findCert(Principal issuer, X509Certificate[] candidates) {
216 for (int i = 0; i < candidates.length; i++) {
217 if (issuer.equals(candidates[i].getSubjectDN())) {
218 return candidates[i];
  /external/chromium/third_party/icu/source/common/
dictbe.cpp 116 int count; // Count of candidates
118 int32_t offset; // Offset in the text of these candidates
126 // Fill the list of candidates if needed, select the longest, and return the number found
127 int candidates( UText *text, const TrieWordDictionary *dict, int32_t rangeEnd );
153 PossibleWord::candidates( UText *text, const TrieWordDictionary *dict, int32_t rangeEnd ) { function in class:PossibleWord
270 int candidates = words[wordsFound%THAI_LOOKAHEAD].candidates(text, fDictionary, rangeEnd); local
273 if (candidates == 1) {
279 else if (candidates > 1) {
286 if (words[(wordsFound+1)%THAI_LOOKAHEAD].candidates(text, fDictionary, rangeEnd) > 0)
347 int candidates = words[(wordsFound+1)%THAI_LOOKAHEAD].candidates(text, fDictionary, rangeEnd); local
    [all...]
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
ContactAggregator.java 485 MatchCandidateList candidates = new MatchCandidateList(); local
489 aggregateContact(db, rawContactId, accountType, accountName, currentContactId, candidates,
519 MatchCandidateList candidates, ContactMatcher matcher, ContentValues values) {
532 candidates.clear();
537 contactId = pickBestMatchBasedOnData(db, rawContactId, candidates, matcher);
1790 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);
  /libcore/luni/src/main/java/java/lang/
Runtime.java 440 List<String> candidates = new ArrayList<String>(); local
444 candidates.add(candidate);
457 throw new UnsatisfiedLinkError("Library " + libraryName + " not found; tried " + candidates);
  /external/webkit/WebCore/bridge/qt/
qt_runtime.cpp 1108 QVector<QtMethodMatchData> candidates; local
    [all...]
  /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...]
TextCandidatesViewManager.java 53 * The default candidates view manager class using {@link EditText}.
73 /** Maximum number of displaying candidates par one line (full view mode) */
76 /** Body view of the candidates list */
82 /** Button displayed bottom of the view when there are more candidates. */
86 /** Layout for the candidates list on normal view */
88 /** Layout for the candidates list on full view */
106 /** Whether hide the view if there is no candidates */
108 /** The converter to be get candidates from and notice the selected candidate to. */
110 /** Limitation of displaying candidates */
118 /** Number of candidates displaying *
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
LatinIME.java 258 List<String> candidates; field in class:LatinIME.VoiceResults
543 R.layout.candidates, null);
544 mCandidateView = (CandidateView) mCandidateViewContainer.findViewById(R.id.candidates);
    [all...]
  /device/samsung/crespo/alsa-lib/
ltmain.sh     [all...]
libtool     [all...]
  /external/chromium/sdch/open-vcdiff/
ltmain.sh     [all...]
  /external/chromium/third_party/libevent/
ltmain.sh     [all...]
  /external/dbus/
ltmain.sh     [all...]
  /external/expat/conftools/
ltmain.sh     [all...]
  /external/libffi/
ltmain.sh     [all...]
  /external/webkit/WebKit/qt/tests/qwebframe/
tst_qwebframe.cpp     [all...]
  /external/libpng/
ltmain.sh     [all...]
  /external/protobuf/gtest/build-aux/
ltmain.sh     [all...]
  /external/protobuf/
ltmain.sh     [all...]
  /prebuilt/common/ecj/
ecj.jar 

Completed in 953 milliseconds

1 2