/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 */ 761 * and the candidates view is not shown, dismiss the SW-keyboard. 779 * Thread for updating the candidates view 782 int candidates = 0; local 785 candidates = mConverter.predict(mComposingText, 0, -1); 787 /* update the candidates view */ 788 if (candidates > 0) { 801 /* update the candidates view * [all...] |
/frameworks/base/core/java/android/inputmethodservice/ |
InputMethodService.java | 92 * a basic framework for standard UI elements (input view, candidates view, 108 * <li>The candidates view, if currently shown, is placed above the soft 141 * <h3>Candidates View</h3> 145 * be selected for use. This is accomplished with the candidates view, and 147 * to instantiate your own view implementing your candidates UI.</p> 149 * <p>Management of the candidates view is a little different than the input 150 * view, because the candidates view tends to be more transient, being shown 151 * only when there are possible candidates for the current text being entered 152 * by the user. To control whether the candidates view is shown, you use 170 * 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/chromium/chrome/browser/ui/webui/options/chromeos/ |
language_chewing_handler.cc | 61 // For number of candidates per page, we use select-option UI.
|
/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
|
/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/ |
ContactAggregator.java | 648 MatchCandidateList candidates = new MatchCandidateList(); local 667 candidates, matcher); 705 long rawContactId, long accountId, long currentContactId, MatchCandidateList candidates, 723 candidates.clear(); 733 contactId = pickBestMatchBasedOnData(db, rawContactId, candidates, matcher); 2441 MatchCandidateList candidates = new MatchCandidateList(); local [all...] |
/frameworks/av/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/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 | 44 unsigned ShowOverloads : 1; /// Overload candidates to show. Values from
|
/external/llvm/utils/release/ |
merge.sh | 2 #===-- merge.sh - Test the LLVM release candidates -------------------------===#
|
/external/openssh/ |
moduli.0 | 30 Moduli candidates initially produced by ssh-keygen(1)
|
moduli.5 | 67 Moduli candidates initially produced by
|
/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 | 66 * Initiates phone calls or a text message. If there are multiple candidates, this class shows a 423 // There are multiple candidates. Let the user choose one. 440 * Start call action using given contact Uri. If there are multiple candidates for the phone 471 * candidates for the phone call, dialog is automatically shown and the user is asked to choose
|
/packages/inputmethods/OpenWnn/ |
ChangeLog.txt | 12 - Display style of the candidates view is changed. 63 - Display style of the candidates view is changed.
|
/external/chromium/chrome/browser/chromeos/input_method/ |
input_method_util.cc | 660 std::vector<std::string> candidates; local 662 GetInputMethodIdsFromLanguageCode(language_code, type, &candidates); 665 candidates.push_back(GetHardwareInputMethodId()); 675 // Add candidates to input_method_ids, while skipping duplicates. 676 for (size_t i = 0; i < candidates.size(); ++i) { 677 const std::string& candidate = candidates[i];
|
/external/llvm/lib/CodeGen/ |
MachineLICM.cpp | 151 /// CandidateInfo - Keep track of information about hoisting candidates. 175 SmallVector<CandidateInfo, 32> &Candidates); 407 SmallVector<CandidateInfo, 32> &Candidates) { 485 Candidates.push_back(CandidateInfo(MI, Def, FI)); 500 SmallVector<CandidateInfo, 32> Candidates; 504 // collect potential LICM candidates. 528 ProcessMI(MI, PhysRegDefs, PhysRegClobbers, StoredFIs, Candidates); 548 // Now evaluate whether the potential candidates qualify. 556 for (unsigned i = 0, e = Candidates.size(); i != e; ++i) { 557 if (Candidates[i].FI != INT_MIN & [all...] |