/external/oprofile/libutil++/ |
path_filter.h | 24 * where each component of the candidate path is considered separately.
|
/external/skia/src/gpu/ |
GrRectanizer.h | 39 // if there is no candidate
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p2/src/ |
omxVCM4P2_FindMVpred.c | 47 * pDstMVPredME - MV candidate return buffer; if set to NULL then 48 * prediction candidate MVs are not returned and pDstMVPredME will 167 /* Find the median of the 3 candidate MV's */ 173 /* Store the candidate MV's into the pDstMVPredME, these can be used
|
/packages/inputmethods/OpenWnn/libs/libwnnDictionary/include/ |
nj_ext.h | 87 NJ_CHAR *candidate, NJ_UINT16 size); 94 extern NJ_INT16 njd_b_get_candidate(NJ_WORD *word, NJ_CHAR *candidate, 103 extern NJ_INT16 njd_f_get_candidate(NJ_WORD *word, NJ_CHAR *candidate, 117 NJ_CHAR *candidate, NJ_UINT16 size);
|
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/ |
StrSegmentClause.java | 36 super(clause.candidate, from, to);
|
UserDictionaryToolsListFocus.java | 24 * The view class of the stroke and the candidate.
|
/external/chromium_org/chrome/installer/util/ |
language_selector.cc | 252 // candidate, in which case |matched_name| is assigned the value of the 253 // candidate and |matched_offset| is assigned the language offset of the 260 std::wstring candidate; local 263 candidate.assign(*scan); 264 StringToLowerASCII(&candidate); 265 if (select_predicate(candidate, matched_offset)) { 276 // are set to the name of the selected candidate and the offset of the matched
|
/packages/inputmethods/OpenWnn/libs/libwnnDictionary/engine/ |
ndfdic.c | 402 NJ_INT16 njd_f_get_candidate(NJ_WORD *word, NJ_CHAR *candidate, NJ_UINT16 size) 434 NJ_CHAR_COPY(candidate + j, area); 437 candidate[len] = NJ_CHAR_NUL; 450 nje_convert_hira_to_kata(work, candidate, len); 453 candidate[j] = work[j]; 460 NJ_CHAR_COPY(candidate + j, area); 465 candidate[len] = NJ_CHAR_NUL;
|
/packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/ |
CandidatesContainer.java | 42 * Container used to host the two candidate views. When user drags on candidate 43 * view, animation is used to dismiss the current candidate view and show a new 44 * one. These two candidate views and their parent are hosted by this container. 46 * Besides the candidate views, there are two arrow views to show the page 63 * Animation time to show a new candidate view and dismiss the old one. 68 * Listener used to notify IME that user clicks a candidate, or navigate
|
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/ |
peerconnectioninterface.h | 43 // 5. Once an ice candidate have been found PeerConnection will call the 49 // 7. Once a remote candidate is received from the remote peer, provide it to 65 // 7. Once a candidate have been found PeerConnection will call the observer 224 // Provides a remote candidate to the ICE Agent. 225 // A copy of the |candidate| will be created and added to the remote 227 // |candidate|. 229 // take the ownership of the |candidate|. 230 virtual bool AddIceCandidate(const IceCandidateInterface* candidate) = 0; 290 // New Ice candidate have been found. 291 virtual void OnIceCandidate(const IceCandidateInterface* candidate) = 0 [all...] |
webrtcsdp.cc | 46 #include "talk/p2p/base/candidate.h" 53 using cricket::Candidate; 137 static const char kAttributeCandidate[] = "candidate"; 166 // Candidate 169 // TODO: How to map the prflx with circket candidate type 254 static void BuildCandidate(const std::vector<Candidate>& candidates, 309 static bool ParseCandidate(const std::string& message, Candidate* candidate, 528 // Verifies the candiate to be of the format candidate:<blah> 530 // Checking candiadte-attribute is starting with "candidate" str 778 const IceCandidateInterface* candidate = cc->at(i); local 955 Candidate candidate; local 2441 Candidate candidate; local [all...] |
webrtcsession.h | 86 // New Ice candidate have been found. 87 virtual void OnIceCandidate(const IceCandidateInterface* candidate) = 0; 246 // and notify observers. Called when a new local candidate have been found. 249 // Returns the media index for a local ice candidate given the content name. 257 // Uses |candidate| in this session. 258 bool UseCandidate(const IceCandidateInterface* candidate);
|
/external/chromium_org/chromeos/ime/ |
input_method_manager.h | 52 // CandidateWindowObserver is notified of events related to the candidate 54 // count as the candidate window (this may change if we later want suggestion 56 // keyboard is used, since it controls its own candidate window. 60 // Called when the candidate window is opened. 62 // Called when the candidate window is closed.
|
/external/chromium_org/ui/base/ime/chromeos/ |
ibus_bridge.h | 93 // Called when the candidate in lookup table is clicked. The |index| is 0 94 // based candidate index in lookup table. 108 // A interface to handle the candidate window related method call. 193 // current candidate window is not ready to use. 197 // Updates current CandidatWindowHandler. If there is no active candidate
|
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/ |
port.h | 42 #include "talk/p2p/base/candidate.h" 205 sigslot::signal2<Port*, const Candidate&> SignalCandidateReady; 208 virtual const std::vector<Candidate>& Candidates() const { 295 // Called when the Connection discovers a local peer reflexive candidate. 296 // Returns the index of the new local candidate. 297 size_t AddPrflxCandidate(const Candidate& local); 380 std::vector<Candidate> candidates_; 418 virtual const Candidate& local_candidate() const; 421 const Candidate& remote_candidate() const { return remote_candidate_; } 521 // transmission. This connection will send STUN ping with USE-CANDIDATE [all...] |
/external/smack/asmack-master/lib/ |
jstun.jar | |
/external/chromium_org/chrome/test/chromedriver/ |
run_buildbot_steps.py | 214 """Releases a release candidate if conditions are right.""" 238 # Release the first candidate build that passed Android, if any. 239 for candidate in candidates: 240 if not candidate_pattern.match(candidate): 241 print 'Ignored candidate "%s"' % candidate 243 revision = candidate.split('.')[-2] 249 _Release('%s/%s' % (GS_CONTINUOUS_URL, candidate), platform) 256 """Releases the given candidate build."""
|
/external/clang/test/SemaCXX/ |
new-delete.cpp | 5 struct S // expected-note {{candidate}} 7 S(int, int, double); // expected-note {{candidate}} 8 S(double, int); // expected-note 2 {{candidate}} 9 S(float, int); // expected-note 2 {{candidate}} 15 void* operator new(size_t, S*); // expected-note {{candidate}} 22 void* operator new(const size_t); // expected-note 2 {{candidate}} 23 void* operator new(size_t, int*); // expected-note 3 {{candidate}} 24 void* operator new(size_t, float*); // expected-note 3 {{candidate}} 25 void* operator new(size_t, S); // expected-note 2 {{candidate}}
|
/external/chromium_org/remoting/webapp/ |
format_iq.js | 293 var candidate = transport_children[t]; 294 if (candidate.nodeName != 'candidate') { 297 if (!this.verifyAttributes(candidate, 'name,address,port,preference,' + 302 var name = candidate.getAttribute('name'); 303 var address = candidate.getAttribute('address'); 304 var port = candidate.getAttribute('port'); 305 var pref = candidate.getAttribute('preference'); 306 var username = candidate.getAttribute('username'); 307 var protocol = candidate.getAttribute('protocol') [all...] |
/external/chromium_org/third_party/WebKit/Source/core/editing/ |
VisiblePosition.cpp | 548 static Position canonicalizeCandidate(const Position& candidate) 550 if (candidate.isNull()) 552 ASSERT(candidate.isCandidate()); 553 Position upstream = candidate.upstream(); 556 return candidate; 566 // FIXME (9535): Canonicalizing to the leftmost candidate means that if we're at a line wrap, we will 569 // the appropriate renderer for VisiblePosition's like these, or b) canonicalize to the rightmost candidate 579 Position candidate = position.upstream(); local 580 if (candidate.isCandidate()) 581 return candidate; [all...] |
/external/chromium_org/v8/src/ |
mark-compact.h | 472 static JSFunction** GetNextCandidateSlot(JSFunction* candidate) { 474 HeapObject::RawField(candidate, JSFunction::kNextFunctionLinkOffset)); 477 static JSFunction* GetNextCandidate(JSFunction* candidate) { 478 Object* next_candidate = candidate->next_function_link(); 482 static void SetNextCandidate(JSFunction* candidate, 484 candidate->set_next_function_link(next_candidate); 487 static void ClearNextCandidate(JSFunction* candidate, Object* undefined) { 489 candidate->set_next_function_link(undefined, SKIP_WRITE_BARRIER); 492 static SharedFunctionInfo* GetNextCandidate(SharedFunctionInfo* candidate) { 493 Object* next_candidate = candidate->code()->gc_metadata() [all...] |
/external/chromium_org/chrome/browser/chromeos/drive/ |
search_metadata.cc | 197 // If the candidate set is already full, and this |entry| is old, do nothing. 254 const ResultCandidate& candidate = *result_candidates.top(); local 258 base::FilePath path = resource_metadata->GetFilePath(candidate.local_id); 262 path, candidate.entry, candidate.highlighted_base_name)); 266 // uninteresting candidate at the top.
|
/external/chromium_org/content/renderer/media/ |
mock_media_stream_dependency_factory.cc | 311 virtual bool AddCandidate(const IceCandidateInterface* candidate) OVERRIDE { 351 virtual const cricket::Candidate& candidate() const OVERRIDE { 355 cricket::Candidate* candidate = NULL; variable 356 return *candidate;
|
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/resources/ |
sunspider-analyze-results.js | 209 var candidate = categoryMeans[category].toFixed(2).toString().length; 210 if (candidate > width) 211 width = candidate; 213 var candidate = testMeansByCategory[category][test].toFixed(2).toString().length; 214 if (candidate > width) 215 width = candidate;
|
/libcore/xml/src/main/java/org/xmlpull/v1/ |
XmlPullParserFactory.java | 304 Class candidate = null; local 308 candidate = Class.forName (name); 310 instance = candidate.newInstance (); 314 if (candidate != null) { 317 parserClasses.add(candidate); 321 serializerClasses.add(candidate);
|