/external/clang/test/CXX/special/class.inhctor/ |
p3.cpp | 17 struct D2 : B2 { // expected-note 2 {{candidate constructor}} 27 struct D3 : B3 { // expected-note 2 {{candidate constructor}} 28 using B3::B3; // expected-note {{candidate constructor (inherited)}}
|
/external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.call/ |
basic.cpp | 18 template<typename T> void f2(T*, T*); // expected-note {{candidate template ignored: could not match 'T *' against 'ConvToIntPtr'}} \ 19 // expected-note{{candidate template ignored: deduced conflicting types for parameter 'T' ('int' vs. 'float')}} 41 void func(bar<T>) { // expected-note {{candidate template ignored: could not match 'bar' against 'foo'}}
|
p3-0x.cpp | 26 template<typename T> X<T> f1(const T&&); // expected-note{{candidate function [with T = int] not viable: no known conversion from 'int' to 'const int &&' for 1st argument}} \ 27 // expected-note{{candidate function [with T = Y] not viable: no known conversion from 'Y' to 'const Y &&' for 1st argument}} 40 template <class T> int g(const T&&); // expected-note{{candidate function [with T = int] not viable: no known conversion from 'int' to 'const int &&' for 1st argument}}
|
/external/clang/test/Misc/ |
diag-template-diffing-color.cpp | 9 // CHECK: {{.*}}candidate function not viable: no known conversion from 'foo<[[CYAN:.\[0;1;36m]]double[[RESET:.\[0m]]>' to 'foo<[[CYAN]]int[[RESET]]>' for 1st argument[[RESET]] 10 // TREE: candidate function not viable: no known conversion from argument type to parameter type for 1st argument 27 // CHECK: {{.*}}candidate function not viable: no known conversion from 'vector<const vector<[[CYAN]]const{{ ?}}[[RESET]]{{ ?}}int>>' to 'vector<const vector<int>>' for 1st argument 28 // TREE: {{.*}}candidate function not viable: no known conversion from argument type to parameter type for 1st argument 37 // CHECK: {{.*}}candidate function not viable: no known conversion from 'vector<[[CYAN]]const{{ ?}}[[RESET]]{{ ?}}vector<[...]>>' to 'vector<vector<[...]>>' for 1st argument 38 // TREE: {{.*}}candidate function not viable: no known conversion from argument type to parameter type for 1st argument 47 // CHECK: candidate function not viable: no known conversion from 'vector<vector<[...]>>' to 'vector<[[CYAN]]const{{ ?}}[[RESET]]{{ ?}}vector<[...]>>' for 1st argument 48 // TREE: candidate function not viable: no known conversion from argument type to parameter type for 1st argument 57 // CHECK: candidate function not viable: no known conversion from 'vector<[[CYAN]]const{{ ?}}[[RESET]]{{ ?}}vector<[...]>>' to 'vector<[[CYAN]]volatile{{ ?}}[[RESET]]{{ ?}}vector<[...]>>' for 1st argument 59 // TREE: candidate function not viable: no known conversion from argument type to parameter type for 1st argumen [all...] |
error-limit-multiple-notes.cpp | 18 // CHECK: 6:6: note: candidate function not viable: requires 2 arguments, but 0 were provided 19 // CHECK: 5:6: note: candidate function not viable: requires 1 argument, but 0 were provided 20 // CHECK: 4:6: note: candidate function not viable: requires 1 argument, but 0 were provided
|
/external/clang/test/SemaCXX/ |
cxx11-crashes.cpp | 51 class function // expected-note 2 {{candidate}} 55 function(_Fp, typename check_complete<_Fp>::type* = 0); // expected-note {{candidate}} 67 struct S {}; // expected-note 3{{candidate}}
|
qualification-conversion.cpp | 4 int* quals3(int const * * const * ppp); // expected-note{{candidate function}} 16 void mquals3(int const A::* A::* const A::*ppp); // expected-note{{candidate function}} 27 void aquals2a(int const * (*pp2)[1]); // expected-note{{candidate function}}
|
aggregate-initialization.cpp | 7 struct NonAggr1 { // expected-note 2 {{candidate constructor}} 8 NonAggr1(int, int) { } // expected-note {{candidate constructor}} 14 struct NonAggr2 : public Base { // expected-note 3 {{candidate constructor}} 18 class NonAggr3 { // expected-note 3 {{candidate constructor}} 22 struct NonAggr4 { // expected-note 3 {{candidate constructor}}
|
copy-assignment.cpp | 14 B& operator=(B&); // expected-note 4 {{candidate function}} 34 int operator=(int); // expected-note{{candidate function}} 35 long operator=(long); // expected-note{{candidate function}} 36 int operator+=(int); // expected-note{{candidate function}} 37 int operator+=(long); // expected-note{{candidate function}}
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p2/src/ |
armVCM4P2_CompareMV.c | 34 * [in] mvX x coordinate of the candidate motion vector 35 * [in] mvY y coordinate of the candidate motion vector 36 * [in] candSAD Candidate SAD
|
/external/objenesis/tck/src/org/objenesis/tck/ |
Reporter.java | 48 * Report that a test between a candidate and an objenesis instance if about to start. 50 * @param candidateDescription Description of the candidate class. 57 * candidate. 60 * candidate class. 72 * Report that tests have been completed for a particular Objenesis instance and candidate.
|
CandidateLoader.java | 24 * Loads a set of candidate classes from a properties file into the TCK. <p/> The properties file 41 * Called whenever, trying to retrieve a candidate class from its name, a 44 * @param name Candidate class name 100 * Load a candidate property file 121 Class candidate = Class.forName(key, true, classloader); local 122 tck.registerCandidate(candidate, value);
|
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/ |
TextCandidates1LineViewManager.java | 64 /** Delay of set candidate */ 80 /** Candidate view */ 90 /** Minimum width of candidate view */ 92 /** Minimum height of candidate view */ 95 /** Minimum width of candidate view */ 98 /** Whether hide the view if there is no candidate */ 100 /** The converter to get candidates from and notice the selected candidate to. */ 115 /** Character width of the candidate area */ 117 /** Maximum width of candidate view */ 123 /** Handler for set Candidate */ [all...] |
WnnEngine.java | 59 * @return Plus value if there are candidates; 0 if there is no candidate; minus value if a error occurs. 74 * @return Plus value if there are candidates; 0 if there is no candidate; minus value if a error occurs. 82 * @return Plus value if there are candidates; 0 if there is no candidate; minus value if a error occurs. 90 * @return Plus value if there are candidates; 0 if there is no candidate; minus value if a error occurs. 95 * Get a candidate. 99 * results. This method will return a candidate in decreasing 104 * @return The candidate; {@code null} if there is no more candidate. 178 * Makes the candidate list. 186 * @return Plus value if there are candidates; 0 if there is no candidate; minus value if a error occurs [all...] |
/external/wpa_supplicant_8/src/rsn_supp/ |
preauth.c | 34 * pmksa_candidate_free - Free all entries in PMKSA candidate list 280 * Go through the PMKSA candidates and start pre-authentication if a candidate 286 struct rsn_pmksa_candidate *candidate, *n; local 291 /* TODO: drop priority for old candidate entries */ 293 wpa_msg(sm->ctx->msg_ctx, MSG_DEBUG, "RSN: processing PMKSA candidate " 305 dl_list_for_each_safe(candidate, n, &sm->pmksa_candidates, 308 p = pmksa_cache_get(sm->pmksa, candidate->bssid, NULL, NULL); 309 if (os_memcmp(sm->bssid, candidate->bssid, ETH_ALEN) != 0 && 312 "candidate " MACSTR 314 MAC2STR(candidate->bssid)) [all...] |
/external/clang/test/SemaObjCXX/ |
arc-overloading.mm | 4 int &f0(id __strong const *); // expected-note{{candidate function not viable: 1st argument ('__weak id *') has __weak ownership, but parameter has __strong ownership}} 39 int &f2(id __strong const *); // expected-note{{candidate function}} 40 float &f2(id __autoreleasing const *); // expected-note{{candidate function}} 58 int &f3(id __autoreleasing *); // expected-note{{candidate function not viable: 1st argument ('__unsafe_unretained id *') has __unsafe_unretained ownership, but parameter has __autoreleasing ownership}} 119 void f7(__strong id&); // expected-note{{candidate function not viable: 1st argument ('__weak id') has __weak ownership, but parameter has __strong ownership}} \ 120 // expected-note{{candidate function not viable: 1st argument ('__autoreleasing id') has __autoreleasing ownership, but parameter has __strong ownership}} \ 121 // expected-note{{candidate function not viable: 1st argument ('__unsafe_unretained id') has __unsafe_unretained ownership, but parameter has __strong ownership}} 178 void f9790531(void *inClientData); // expected-note {{candidate function not viable: cannot implicitly convert argument of type 'MixerEQGraphTestDelegate *const __strong' to 'void *' for 1st argument under ARC}} 179 void f9790531_1(struct S*inClientData); // expected-note {{candidate function not viable}} 180 void f9790531_2(char * inClientData); // expected-note {{candidate function not viable} [all...] |
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/EN/ |
OpenWnnEngineEN.java | 54 /** The candidate filter */ 58 * Candidate's case 102 * Get a candidate. 104 * @param index Index of candidate 105 * @return A candidate; {@code null} if no candidate for the index. 109 /* search the candidate from the dictionaries */ 113 char c = word.candidate.charAt(0); 120 word.candidate = Character.toString(Character.toUpperCase(c)) + word.candidate.substring(1) [all...] |
/external/chromium/third_party/libjingle/source/talk/p2p/base/ |
rawtransport.cc | 67 Candidate candidate; 68 candidate.set_name(cand_elem->Attr(buzz::QN_NAME)); 69 candidate.set_address(addr); 70 candidates->push_back(candidate); 80 for (std::vector<Candidate>::const_iterator
|
p2ptransport.h | 70 Candidate* candidate, 72 bool WriteCandidate(const Candidate& candidate,
|
transport.h | 55 #include "talk/p2p/base/candidate.h" 78 typedef std::vector<Candidate> Candidates; 173 const std::vector<Candidate>&> SignalCandidatesReady; 174 void OnRemoteCandidates(const std::vector<Candidate>& candidates); 176 // If candidate is not acceptable, returns false and sets error. 178 virtual bool VerifyCandidate(const Candidate& candidate, 221 // Called when a candidate is ready from remote peer. 222 void OnRemoteCandidate(const Candidate& candidate); [all...] |
/external/mockito/src/org/mockito/internal/invocation/ |
InvocationsFinder.java | 176 Invocation candidate = null; local 179 candidate = candidate != null ? candidate : i; 181 candidate = null; 184 return candidate;
|
/packages/inputmethods/OpenWnn/res/xml/ |
debug_tool_engine.xml | 55 <!-- boolean learn(WnnWord word) WnnWord(String candidate, String stroke, int frequency) --> 56 <!-- param = "candidate,stroke,frequency" --> 64 <!-- int addWord(WnnWord word) WnnWord(String candidate, String stroke, int frequency) --> 65 <!-- param = "candidate,stroke,frequency"--> 70 <!-- boolean deleteWord(WnnWord word) WnnWord(String candidate, String stroke, int frequency) --> 71 <!-- param = "candidate,stroke,frequency"-->
|
/external/guava/guava/src/com/google/common/collect/ |
RegularImmutableSet.java | 50 Object candidate = table[i & mask]; local 51 if (candidate == null) { 54 if (candidate.equals(target)) {
|
/external/clang/test/CXX/basic/basic.lookup/basic.lookup.argdep/ |
p2.cpp | 9 void g(X); // expected-note{{candidate function}} 46 int g(N::X); // expected-note{{candidate function}} 78 void h(L); // expected-note{{candidate function}} 81 void h(L); // expected-note{{candidate function}}
|
/external/clang/test/Sema/ |
template-specialization.cpp | 7 static void bar(int) { } // expected-note {{candidate template ignored: couldn't infer template argument 'T'}}
|