Searched
full:candidate (Results
376 -
400 of
1480) sorted by null
<<11121314151617181920>>
/external/chromium_org/chrome/installer/util/ |
language_selector.h | 34 // The full name of the candidate language for which a match was found.
|
/external/chromium_org/content/child/npapi/ |
webplugin_ime_win.cc | 294 CANDIDATEFORM* candidate) { 297 return ::ImmSetCandidateWindow(context, candidate); 299 gfx::Rect caret_rect(candidate->rcArea); 300 if ((candidate->dwStyle & CFS_EXCLUDE) &&
|
/external/chromium_org/content/renderer/media/ |
mock_peer_connection_impl.cc | 350 const IceCandidateInterface* candidate) { 351 sdp_mid_ = candidate->sdp_mid(); 352 sdp_mline_index_ = candidate->sdp_mline_index(); 353 return candidate->ToString(&ice_sdp_);
|
/external/chromium_org/ppapi/thunk/ |
ppb_image_data_api.h | 46 // Signal that this image is a good candidate for reuse. Call this from APIs
|
/external/chromium_org/third_party/WebKit/Source/core/css/ |
CSSSegmentedFontFaceCache.cpp | 195 CSSSegmentedFontFace* candidate = i->value.get(); 196 unsigned candidateTraitsMask = candidate->traitsMask(); 201 if (!face || compareFontFaces(candidate, face.get(), traitsMask)) 202 face = candidate;
|
/external/chromium_org/third_party/WebKit/Source/core/svg/ |
SVGAltGlyphItemElement.cpp | 44 // The ?altGlyphItem? element defines a candidate set of possible glyph substitutions.
|
/external/chromium_org/third_party/WebKit/Source/modules/mediastream/ |
RTCIceCandidate.idl | 35 readonly attribute DOMString candidate;
|
RTCIceCandidateEvent.h | 41 RTCIceCandidate* candidate() const;
|
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/java/src/org/webrtc/ |
IceCandidate.java | 31 * Representation of a single ICE Candidate, mirroring
|
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/objctests/ |
RTCPeerConnectionTest.mm | 209 for (RTCICECandidate *candidate in 211 [pcAnswer addICECandidate:candidate]; 213 for (RTCICECandidate *candidate in 215 [pcOffer addICECandidate:candidate];
|
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/ |
sessionmessages.h | 46 class Candidate; 50 typedef std::vector<Candidate> Candidates; 146 // and back. This is primarily for converting old G-ICE candidate 147 // signalling to new ICE candidate classes.
|
transportinfo.h | 35 #include "talk/p2p/base/candidate.h"
|
/external/chromium_org/third_party/libxml/src/include/libxml/ |
xpointer.h | 5 * W3C Candidate Recommendation 7 June 2000
|
/external/chromium_org/ui/base/ime/ |
input_method_imm32.h | 75 // True if we know for sure that a candidate window is open.
|
/external/chromium_org/ui/base/ime/win/ |
tsf_event_router.h | 29 // Called when the number of currently opened candidate windows changes.
|
/external/clang/test/CXX/basic/basic.lookup/basic.lookup.argdep/ |
p4.cpp | 22 class C {}; // expected-note {{candidate constructor (the implicit copy constructor) not viable: no known conversion from 'B::B' to 'const C::C &' for 1st argument}}
|
/external/clang/test/CXX/over/over.over/ |
p2-resolve-single-template-id.cpp | 61 void two() { }; //expected-note 5{{candidate}} 62 void two(int) { }; //expected-note 5{{candidate}} 71 void cant_resolve() { } //expected-note 3{{candidate}} 73 template<class T> void cant_resolve(T) { }//expected-note 3{{candidate}}
|
/external/clang/test/CXX/stmt.stmt/stmt.iter/stmt.ranged/ |
p1.cpp | 19 auto end(T &&t) -> decltype(t.end()) { return t.end(); } // expected-note {{candidate template ignored: substitution failure [with T = }} 23 expected-note 2{{candidate template ignored: substitution failure [with T = }} 25 auto end(T &&t) -> decltype(t.alt_end()) { return t.alt_end(); } // expected-note {{candidate template ignored: substitution failure [with T = }} 35 struct A { // expected-note 2 {{candidate constructor}}
|
/external/clang/test/CXX/temp/temp.arg/temp.arg.type/ |
p2.cpp | 13 template <typename T> int f0(void *, const T&); // expected-note{{candidate template ignored: substitution failure}}
|
/external/clang/test/CXX/temp/temp.decls/temp.variadic/ |
p4.cpp | 72 void five_args(int, int, int, int, int); // expected-note{{candidate function not viable: requires 5 arguments, but 6 were provided}} 101 struct A { }; // expected-note{{candidate constructor (the implicit copy constructor) not viable: no known conversion from 'int' to 'const A' for 1st argument}} \ 102 // expected-note{{candidate constructor (the implicit move constructor) not viable: no known conversion from 'int' to 'A' for 1st argument}} \ 103 // expected-note{{candidate constructor (the implicit default constructor) not viable: requires 0 arguments, but 1 was provided}}
|
/external/clang/test/Misc/ |
diag-template-diffing-cxx98.cpp | 48 // CHECK: candidate template ignored: deduced conflicting types for parameter 'T' ('const vector<[...]>' vs. 'volatile vector<[...]>')
|
/external/clang/test/SemaCXX/ |
dcl_ambig_res.cpp | 61 void f7(int(C7)) { } // expected-note{{candidate}}
|
default1.cpp | 26 struct Y { // expected-note 2{{candidate}}
|
vector-casts.cpp | 6 struct S { }; // expected-note 2 {{candidate constructor}}
|
/external/clang/test/SemaTemplate/ |
fun-template-def.cpp | 11 struct dummy {}; // expected-note 3 {{candidate constructor (the implicit copy constructor)}}
|
Completed in 2258 milliseconds
<<11121314151617181920>>