/external/objenesis/tck/src/org/objenesis/tck/candidates/ |
SerializableConstructorThrowingException.java | 16 package org.objenesis.tck.candidates;
|
SerializableConstructorWithArguments.java | 16 package org.objenesis.tck.candidates;
|
SerializableConstructorWithMandatoryArguments.java | 16 package org.objenesis.tck.candidates;
|
SerializableDefaultPackageConstructor.java | 16 package org.objenesis.tck.candidates;
|
SerializableDefaultPrivateConstructor.java | 16 package org.objenesis.tck.candidates;
|
SerializableDefaultProtectedConstructor.java | 16 package org.objenesis.tck.candidates;
|
SerializableDefaultPublicConstructor.java | 16 package org.objenesis.tck.candidates;
|
SerializableNoConstructor.java | 16 package org.objenesis.tck.candidates;
|
SerializableReplacer.java | 16 package org.objenesis.tck.candidates;
|
SerializableResolver.java | 16 package org.objenesis.tck.candidates;
|
SerializableWithAncestorThrowingException.java | 16 package org.objenesis.tck.candidates;
|
/external/objenesis/tck/test/org/objenesis/tck/ |
ObjenesisTest.java | 122 candidateLoader.loadFromResource(getClass(), "candidates/candidates.properties");
128 candidateLoader.loadFromResource(getClass(), "candidates/serializable-candidates.properties");
|
/external/skia/src/animator/ |
thingstodo.txt | 4 candidates are scripts
|
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/ |
CandidateFilter.java | 20 * The filter class for candidates. 21 * This class is used for filtering candidates by {link WnnEngine}.
|
TextCandidates1LineViewManager.java | 51 * The default candidates view manager using {@link android.widget.EditText}. 72 /** Body view of the candidates list */ 100 /** The converter to get candidates from and notice the selected candidate to. */ 102 /** Limitation of displaying candidates */ 110 /** Number of candidates displaying */ 112 /** List of candidates */ 137 /** Whether candidates long click enable */ 407 * Display the candidates. 408 * @param converter {@link WnnEngine} which holds candidates. 417 /* Get candidates */ [all...] |
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/ |
port_unittest.cc | 95 assert(port->Candidates().size() == 1); 96 return port->Candidates()[0]; [all...] |
session.cc | 139 void TransportProxy::AddSentCandidates(const Candidates& candidates) { 140 for (Candidates::const_iterator cand = candidates.begin(); 141 cand != candidates.end(); ++cand) { 146 void TransportProxy::AddUnsentCandidates(const Candidates& candidates) { 147 for (Candidates::const_iterator cand = candidates.begin(); 148 cand != candidates.end(); ++cand) [all...] |
p2ptransportchannel.h | 30 // connections which are combinations of candidates from each end (Alice and 31 // Bob each have candidates, one candidate from Alice and one candidate from 35 // kick off a process of determining more candidates and more connections. 65 // P2PTransportChannel manages the candidates and connection process to keep 141 const std::vector<Candidate>& candidates);
|
/external/chromium/third_party/libjingle/source/talk/p2p/base/ |
sessionmessages.cc | 282 Candidates* candidates, 290 candidates, error); 298 TransportInfo tinfo(CN_OTHER, NS_GINGLE_P2P, Candidates()); 301 &tinfo.candidates, error)) 307 // If we don't have media, no need to separate the candidates. 313 // If we have media, separate the candidates. Create the 314 // TransportInfo here to avoid copying the candidates. 315 TransportInfo audio_tinfo(CN_AUDIO, NS_GINGLE_P2P, Candidates()); 316 TransportInfo video_tinfo(CN_VIDEO, NS_GINGLE_P2P, Candidates()); [all...] |
sessionmessages.h | 49 typedef std::vector<Candidate> Candidates; 110 const Candidates& candidates) 113 candidates(candidates) {} 117 Candidates candidates; member in struct:cricket::TransportInfo
|
transport.h | 78 typedef std::vector<Candidate> Candidates; 80 // Used to parse and serialize (write) transport candidates. For 88 Candidates* candidates, 91 const Candidates& candidates, 171 // Handles sending of ready candidates and receiving of remote candidates. 174 void OnRemoteCandidates(const std::vector<Candidate>& candidates);
|
p2ptransportchannel.h | 30 // connections which are combinations of candidates from each end (Alice and 31 // Bob each have candidates, one candidate from Alice and one candidate from 35 // kick off a process of determining more candidates and more connections. 65 // P2PTransportChannel manages the candidates and connection process to keep 124 const std::vector<Candidate>& candidates);
|
/packages/inputmethods/PinyinIME/jni/include/ |
pinyinime.h | 88 * @return The number of candidates. 100 * @return The number of candidates. 116 * @return The number of candidates. 154 * the end of all spelling ids, new candidates will be provided from the 156 * spelling ids, there will be only one new candidates, or the whole fixed 160 * @return The number of candidates. If after the selection, the whole result 168 * @return The number of candidates.
|
/external/icu4c/common/ |
dictbe.cpp | 105 int32_t count; // Count of candidates 107 int32_t offset; // Offset in the text of these candidates 115 // Fill the list of candidates if needed, select the longest, and return the number found 116 int candidates( UText *text, DictionaryMatcher *dict, int32_t rangeEnd ); 142 PossibleWord::candidates( UText *text, DictionaryMatcher *dict, int32_t rangeEnd ) { function in class:PossibleWord 259 int candidates = words[wordsFound%THAI_LOOKAHEAD].candidates(text, fDictionary, rangeEnd); local 262 if (candidates == 1) { 267 else if (candidates > 1) { 274 if (words[(wordsFound + 1) % THAI_LOOKAHEAD].candidates(text, fDictionary, rangeEnd) > 0) 335 int candidates = words[(wordsFound + 1) % THAI_LOOKAHEAD].candidates(text, fDictionary, rangeEnd); local 491 int candidates = words[wordsFound%KHMER_LOOKAHEAD].candidates(text, fDictionary, rangeEnd); local 564 int candidates = words[(wordsFound + 1) % KHMER_LOOKAHEAD].candidates(text, fDictionary, rangeEnd); local [all...] |
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/ |
webrtcsession.h | 88 // All Ice candidates have been found. 210 // candidates allocation. 223 const cricket::Candidates& candidates); 237 const cricket::Candidates& candidates); 243 // Uses all remote candidates in |remote_desc| in this session. 263 // Copy the candidates from |saved_candidates_| to |dest_desc|. 290 // Candidates that arrived before the remote description was set.
|