HomeSort by relevance Sort by last modified time
    Searched full:candidates (Results 151 - 175 of 702) sorted by null

1 2 3 4 5 67 8 91011>>

  /frameworks/base/core/java/android/inputmethodservice/
InputMethodService.java 93 * a basic framework for standard UI elements (input view, candidates view,
109 * <li>The candidates view, if currently shown, is placed above the soft
142 * <h3>Candidates View</h3>
146 * be selected for use. This is accomplished with the candidates view, and
148 * to instantiate your own view implementing your candidates UI.</p>
150 * <p>Management of the candidates view is a little different than the input
151 * view, because the candidates view tends to be more transient, being shown
152 * only when there are possible candidates for the current text being entered
153 * by the user. To control whether the candidates view is shown, you use
171 * input and candidates views.</p
    [all...]
  /external/chromium_org/remoting/protocol/
jingle_session.cc 31 // message. This is neccessary to be able to pack multiple candidates
287 // Delay sending the new candidates in case we get more candidates
371 message.candidates.swap(pending_candidates_);
505 message.candidates.begin();
506 it != message.candidates.end(); ++it) {
jingle_messages.h 77 std::list<NamedCandidate> candidates; member in struct:remoting::protocol::JingleMessage
  /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...]
  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
p2ptransport.cc 103 desc->candidates.push_back(candidate);
125 for (std::vector<Candidate>::const_iterator iter = desc.candidates.begin();
126 iter != desc.candidates.end(); ++iter) {
p2ptransportchannel.cc 190 // We now only want to apply new candidates that we receive to the ports
293 // Go into the state of processing candidates, and running in general
323 // Forget about all of the candidates we got before.
360 // Remember the ports and candidates, and signal that candidates are ready.
375 // candidates that we were given so far.
388 PortAllocatorSession *session, const std::vector<Candidate>& candidates) {
390 for (size_t i = 0; i < candidates.size(); ++i) {
391 SignalCandidateReady(this, candidates[i]);
413 // Determine if the remote candidates use shared ufrag
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/p2p/client/
basicportallocator.h 172 STATE_INIT, // No candidates allocated yet.
174 STATE_COMPLETE, // All candidates allocated and ready for process.
175 STATE_ERROR // Error in gathering candidates.
fakeportallocator.h 65 SignalCandidatesReady(this, port->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/chromium_org/chrome/browser/chromeos/input_method/
candidate_view.h 87 // The candidate label renders candidates.
  /external/chromium_org/chrome/browser/ui/webui/options/chromeos/
language_chewing_handler.cc 62 // For number of candidates per page, we use select-option UI.
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/objctests/
RTCPeerConnectionSyncObserver.h 37 // Transfer received ICE candidates to the caller.
  /external/chromium_org/third_party/mesa/src/bin/
.cherry-ignore 23 # Candidates for 9.1
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_slab.h 31 * Candidates: get_transfer
  /external/clang/include/clang/Sema/
TypoCorrection.h 36 // best correction candidates having the lowest edit distance).
242 /// candidate is viable, without ranking potentially viable candidates.
244 /// callback wishing to check the viability of correction candidates.
273 /// @brief Simple template class for restricting typo correction candidates
  /external/llvm/test/CodeGen/ARM/
2013-04-16-AAPCS-C5-vs-VFP.ll 7 ;Co-Processor register candidates may be either in VFP or in stack, so after
  /external/mesa3d/bin/
.cherry-ignore 23 # Candidates for 9.1
  /external/mesa3d/src/gallium/auxiliary/util/
u_slab.h 31 * Candidates: get_transfer
  /external/objenesis/tck/src/org/objenesis/tck/
Reporter.java 41 * @param allCandidates Descriptions (String) of all candidates being used in tests.
  /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
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_mutants.py 109 # where i and j are selected at random from the candidates list.
112 def fill_dict(d, candidates, numentries):
115 d[Horrid(random.choice(candidates))] = \
116 Horrid(random.choice(candidates))
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_mutants.py 109 # where i and j are selected at random from the candidates list.
112 def fill_dict(d, candidates, numentries):
115 d[Horrid(random.choice(candidates))] = \
116 Horrid(random.choice(candidates))
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
webrtcsdp_unittest.cc 77 typedef std::vector<Candidate> Candidates;
207 // SDP reference string without the candidates.
492 NULL, Candidates()))));
500 NULL, Candidates()))));
795 EXPECT_TRUE(CompareCandidates(transport1.description.candidates,
796 transport2.description.candidates));
800 bool CompareCandidates(const Candidates& cs1, const Candidates& cs2) {
821 const IceCandidateCollection* cc1 = desc1.candidates(i);
822 const IceCandidateCollection* cc2 = desc2.candidates(i)
    [all...]
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
ContactAggregator.java 660 MatchCandidateList candidates = new MatchCandidateList(); local
679 candidates, matcher);
717 long rawContactId, long accountId, long currentContactId, MatchCandidateList candidates,
735 candidates.clear();
745 contactId = pickBestMatchBasedOnData(db, rawContactId, candidates, matcher);
2494 MatchCandidateList candidates = new MatchCandidateList(); local
    [all...]

Completed in 996 milliseconds

1 2 3 4 5 67 8 91011>>