/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...] |
/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...] |
/frameworks/base/core/java/android/inputmethodservice/ |
InputMethodService.java | 91 * a basic framework for standard UI elements (input view, candidates view, 107 * <li>The candidates view, if currently shown, is placed above the soft 140 * <h3>Candidates View</h3> 144 * be selected for use. This is accomplished with the candidates view, and 146 * to instantiate your own view implementing your candidates UI.</p> 148 * <p>Management of the candidates view is a little different than the input 149 * view, because the candidates view tends to be more transient, being shown 150 * only when there are possible candidates for the current text being entered 151 * by the user. To control whether the candidates view is shown, you use 169 * input and candidates views.</p [all...] |
/external/webkit/Source/WebKit/mac/Plugins/ |
WebPluginDatabase.mm | 161 PluginPackageCandidates candidates; 168 candidates.update(plugin); 171 return candidates.bestCandidate(); 176 PluginPackageCandidates candidates; 183 candidates.update(plugin); 186 WebBasePluginPackage *plugin = candidates.bestCandidate();
|
/external/chromium/third_party/libjingle/source/talk/p2p/base/ |
p2ptransportchannel.cc | 192 // We now only want to apply new candidates that we receive to the ports 205 // Go into the state of processing candidates, and running in general 229 // Forget about all of the candidates we got before. 269 // Remember the ports and candidates, and signal that candidates are ready. 279 // candidates that we were given so far. 291 PortAllocatorSession *session, const std::vector<Candidate>& candidates) { 292 for (size_t i = 0; i < candidates.size(); ++i) { 293 SignalCandidateReady(this, candidates[i]); 447 // Remove any candidates whose generation is older than this one. Th [all...] |
rawtransportchannel.h | 82 // We don't actually worry about signaling since we can't send new candidates. 108 const std::vector<Candidate>& candidates);
|
session.h | 92 const Candidates& sent_candidates() const { return sent_candidates_; } 98 void AddSentCandidates(const Candidates& candidates); 121 Candidates sent_candidates_; 401 // Returns a TransportInfo without candidates for each content name. 422 const Candidates& candidates);
|
/external/wpa_supplicant/ |
wpa_supplicant.h | 103 * This event can be used to inform wpa_supplicant about candidates for 108 * to add pre-authentication candidates. union 111 * strength, in order to try to pre-authenticate first with candidates
|
/external/chromium/chrome/browser/ui/webui/options/chromeos/ |
language_chewing_handler.cc | 61 // For number of candidates per page, we use select-option UI.
|
/external/clang/test/Sema/ |
overloadable.c | 25 accept_funcptr(f2); // expected-error{{no matching function for call to 'accept_funcptr'; candidates are:}}
|
/frameworks/base/core/java/android/app/backup/ |
IRestoreObserver.aidl | 33 * describing all of the available datasets that are candidates for restoring to
|
RestoreObserver.java | 33 * describing all of the available datasets that are candidates for restoring to
|
/frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p2/src/ |
omxVCM4P2_FindMVpred.c | 30 * the set of three MV candidates used for prediction is also returned, 57 * return to a buffer containing the three motion vector candidates
|
/packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/ |
Environment.java | 42 * The height of the candidates area for portrait mode. It is relative to 48 * The height of the candidates area for portrait mode. It is relative to
|
/external/llvm/lib/CodeGen/ |
MachineLICM.cpp | 131 /// CandidateInfo - Keep track of information about hoisting candidates. 153 SmallVector<CandidateInfo, 32> &Candidates); 356 SmallVector<CandidateInfo, 32> &Candidates) { 425 Candidates.push_back(CandidateInfo(MI, Def, FI)); 436 SmallVector<CandidateInfo, 32> Candidates; 440 // collect potential LICM candidates. 458 ProcessMI(MI, PhysRegDefs, StoredFIs, Candidates); 462 // Now evaluate whether the potential candidates qualify. 467 for (unsigned i = 0, e = Candidates.size(); i != e; ++i) { 468 if (Candidates[i].FI != INT_MIN & [all...] |
/external/webkit/Source/WebCore/bridge/qt/ |
qt_runtime.cpp | 1178 QVector<QtMethodMatchData> candidates; local [all...] |
/development/samples/SoftKeyboard/src/com/example/android/softkeyboard/ |
SoftKeyboard.java | 122 * Called by the framework when your view for showing candidates needs to 173 // be doing predictive text (showing candidates as the 200 // candidates when in fullscreen mode, otherwise relying 231 // Clear current composing text and candidates. 235 // We only hide the candidates window when finishing input on 544 * Update the list of available candidates from the current composing 546 * candidates.
|
/external/freetype/src/autofit/ |
afhints.h | 175 * Typical candidates for this are 194 * hinting instruction. Typical candidates are control points and 225 /* candidates for weak interpolation have this flag set */
|
/external/clang/include/clang/Frontend/ |
DiagnosticOptions.h | 45 unsigned ShowOverloads : 1; /// Overload candidates to show. Values from
|
/external/clang/test/SemaCXX/ |
addr-of-overloaded-function.cpp | 32 g(g2); // expected-error{{call to 'g' is ambiguous; candidates are:}}
|
/external/webkit/Source/WebCore/page/ |
PluginHalter.cpp | 81 // Plug-ins older than this are candidates to be halted.
|
SpatialNavigation.h | 93 // "Totally Aligned" elements are preferable candidates to move
|
/packages/apps/Contacts/src/com/android/contacts/interactions/ |
PhoneNumberInteraction.java | 65 * Initiates phone calls or a text message. If there are multiple candidates, this class shows a 394 // There are multiple candidates. Let the user choose one. 406 * Start call action using given contact Uri. If there are multiple candidates for the phone 431 * candidates for the phone call, dialog is automatically shown and the user is asked to choose
|
/packages/apps/Mms/src/com/android/mms/data/ |
Contact.java | 384 * The min_match is used to narrow down the candidates for the final 1063 ArrayList<Contact> candidates = mContactsHash.get(key); local [all...] |