/external/clang/test/SemaTemplate/ |
function-template-specialization.cpp | 4 void f0(int (&array)[N]); // expected-note {{candidate template ignored: could not match 'int' against 'char'}}
|
default-expr-arguments.cpp | 8 struct S { }; // expected-note 3 {{candidate constructor (the implicit copy constructor)}} 70 struct NotDefaultConstructible { // expected-note 2{{candidate}} 71 NotDefaultConstructible(int); // expected-note 2{{candidate}}
|
/external/libxml2/include/libxml/ |
xpointer.h | 5 * W3C Candidate Recommendation 7 June 2000
|
/external/llvm/lib/Target/Hexagon/ |
HexagonMachineScheduler.h | 114 // The best SUnit candidate. 117 // Register pressure values for the best candidate. 228 SUnit *SU, SchedCandidate &Candidate, 233 SchedCandidate &Candidate);
|
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/ |
CandidateFilter.java | 46 String str = word.candidate;
|
CandidateViewButton.java | 27 * The button for the candidate-view
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test___future__.py | 6 GOOD_SERIALS = ("alpha", "beta", "candidate", "final")
|
test_whichdb.py | 40 # candidate database module.
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test___future__.py | 6 GOOD_SERIALS = ("alpha", "beta", "candidate", "final")
|
test_whichdb.py | 40 # candidate database module.
|
/external/chromium/third_party/libjingle/source/talk/p2p/base/ |
tcpport.h | 65 virtual Connection* CreateConnection(const Candidate& address, 117 TCPConnection(TCPPort* port, const Candidate& candidate,
|
/external/chromium/third_party/libjingle/source/talk/p2p/client/ |
basicportallocator.cc | 72 // Returns the phase in which a given local candidate (or rather, the port that 73 // gave rise to that local candidate) would have been created. 74 int LocalCandidateToPhase(const cricket::Candidate& candidate) { 76 bool result = cricket::StringToProto(candidate.protocol().c_str(), &proto); 78 if (candidate.type() == cricket::LOCAL_PORT_TYPE) { 84 } else if (candidate.type() == cricket::STUN_PORT_TYPE) { 86 } else if (candidate.type() == cricket::RELAY_PORT_TYPE) { 437 std::vector<Candidate> candidates; 438 const std::vector<Candidate>& potentials = port->candidates() [all...] |
/external/chromium_org/content/renderer/media/ |
rtc_peer_connection_handler.h | 120 const blink::WebRTCICECandidate& candidate) OVERRIDE; 123 const blink::WebRTCICECandidate& candidate) OVERRIDE; 149 const webrtc::IceCandidateInterface* candidate) OVERRIDE;
|
peer_connection_tracker.cc | 333 const blink::WebRTCICECandidate& candidate, 335 string value = "mid: " + UTF16ToUTF8(candidate.sdpMid()) + ", " + 336 "candidate: " + UTF16ToUTF8(candidate.candidate());
|
/external/chromium_org/content/test/data/media/ |
peerconnection-call.html | 21 var transformCandidate = function(candidate) { return candidate; }; 692 function addGiceCredsToCandidate(candidate) { 693 return candidate.trimRight() + 698 if (event.candidate) { 699 var candidate = new RTCIceCandidate(event.candidate); 700 candidate.candidate = transformCandidate(candidate.candidate) [all...] |
/external/chromium_org/third_party/icu/source/i18n/ |
name2uni.cpp | 136 int32_t openPos = -1; // open delim candidate pos 215 openPos = -1; // close off candidate 246 // open delimiter candidate.
|
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/objc/ |
RTCPeerConnection.mm | 119 - (BOOL)addICECandidate:(RTCICECandidate *)candidate { 121 candidate.candidate);
|
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/ |
peerconnection.cc | 80 explicit CandidateMsg(const webrtc::JsepIceCandidate* candidate) 81 : candidate(candidate) { 83 talk_base::scoped_ptr<const webrtc::JsepIceCandidate> candidate; member in struct:__anon11825::CandidateMsg 281 // we will have problem in fetching server reflexive candidate, as 661 observer_->OnIceCandidate(data->candidate.get()); 753 void PeerConnection::OnIceCandidate(const IceCandidateInterface* candidate) { 755 if (candidate) { 758 candidate_copy = new JsepIceCandidate(candidate->sdp_mid(), 759 candidate->sdp_mline_index() [all...] |
webrtcsession_unittest.cc | 156 // Found a new candidate. 157 virtual void OnIceCandidate(const webrtc::IceCandidateInterface* candidate) { 158 switch (candidate->sdp_mline_index()) { 160 mline_0_candidates_.push_back(candidate->candidate()); 163 mline_1_candidates_.push_back(candidate->candidate()); 169 // The ICE gathering state should always be Gathering when a candidate is 170 // received (or possibly Completed in the case of the final candidate). 187 std::vector<cricket::Candidate> mline_0_candidates_ 1343 cricket::Candidate candidate; local 2396 cricket::Candidate candidate; local [all...] |
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/ |
tcpport.h | 67 virtual Connection* CreateConnection(const Candidate& address, 126 TCPConnection(TCPPort* port, const Candidate& candidate,
|
/external/chromium_org/third_party/libjingle/source/talk/session/tunnel/ |
pseudotcpchannel.h | 43 class Candidate; 116 const Candidate& candidate);
|
/external/clang/utils/ |
CmpDriver | 51 candidate = cost(a_0, b) 52 if best is None or candidate < best[0]: 53 best = (candidate, a_0, j)
|
/external/icu4c/i18n/ |
name2uni.cpp | 138 int32_t openPos = -1; // open delim candidate pos 217 openPos = -1; // close off candidate 248 // open delimiter candidate.
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/ |
Dictionary.java | 142 * @param candidate The candidate suggestion, in whole (not only the first part). 145 public boolean shouldAutoCommit(final SuggestedWordInfo candidate) {
|
/external/chromium_org/third_party/libjingle/source/talk/p2p/client/ |
portallocator_unittest.cc | 81 std::ostream& operator<<(std::ostream& os, const cricket::Candidate& c) { 162 static bool CheckCandidate(const cricket::Candidate& c, 214 const std::vector<cricket::Candidate>& candidates) { 247 std::vector<cricket::Candidate> candidates_; 430 // Without network adapter, we should not get any candidate. 597 // Verifying the candidate address different from previously allocated 599 // Skipping verification of component id and candidate type. 612 // Verifying the candidate address different from previously 625 // Verifying the candidate address different from previously 680 // is allocated for udp and stun. Also verify there is only one candidate [all...] |