HomeSort by relevance Sort by last modified time
    Searched full:candidate (Results 251 - 275 of 1480) sorted by null

<<11121314151617181920>>

  /external/clang/test/SemaCXX/
cxx0x-initializer-stdinitializerlist.cpp 89 void ambiguous(std::initializer_list<A>); // expected-note {{candidate}}
90 void ambiguous(std::initializer_list<B>); // expected-note {{candidate}}
93 one ov2(std::initializer_list<int>); // expected-note {{candidate}}
94 two ov2(std::initializer_list<C>); // expected-note {{candidate}}
207 // expected-note@-1 {{candidate template ignored: couldn't resolve reference to overloaded function 'f'}}
dcl_init_aggr.cpp 43 struct NoDefaultConstructor { // expected-note 3 {{candidate constructor (the implicit copy constructor)}} \
45 NoDefaultConstructor(int); // expected-note 3 {{candidate constructor}}
118 union u { int a; char* b; }; // expected-note{{candidate constructor (the implicit copy constructor)}}
for-range-dereference.cpp 19 int* begin(DeletedADLBegin) = delete; //expected-note {{candidate function has been explicitly deleted}} \
20 expected-note 5 {{candidate function not viable: no known conversion}}
30 Data * begin(ADLNoEnd); // expected-note 6 {{candidate function not viable: no known conversion}}
rval-references-examples.cpp 8 unique_ptr &operator=(const unique_ptr&) = delete; // expected-note{{candidate function has been explicitly deleted}}
16 unique_ptr &operator=(unique_ptr &&other) { // expected-note{{candidate function not viable: no known conversion from 'unique_ptr<int>' to 'unique_ptr<int> &&' for 1st argument}}
96 void operator()(A&, const A&, A&&, const A&&, A&&, const A&&); // expected-note{{candidate function not viable: 5th argument ('const perfect_forwarding::A') would lose const qualifier}}
rval-references.cpp 75 MoveOnly(const MoveOnly&) = delete; // expected-note {{candidate constructor}} \
77 MoveOnly(MoveOnly&&); // expected-note {{candidate constructor}}
78 MoveOnly(int&&); // expected-note {{candidate constructor}}
vector.cpp 17 int &f1(char16); // expected-note 2{{candidate function}}
18 float &f1(longlong16); // expected-note 2{{candidate function}}
28 // expected-note{{candidate function not viable: no known conversion from 'convertible_to<longlong16_e>' to 'char16_e' for 1st argument}}
104 struct convertible_to { // expected-note 3 {{candidate function (the implicit copy assignment operator)}}
197 void accept_fltx2(fltx2); // expected-note{{candidate function not viable: no known conversion from 'double' to 'fltx2' for 1st argument}}
201 void accept_bool(bool); // expected-note{{candidate function not viable: no known conversion from 'fltx2' to 'bool' for 1st argument}}
  /external/oprofile/libpp/
locate_images.cpp 108 virtual bool operator()(string const & candidate) const {
109 if (candidate.length() != value.length())
113 if (value[i] == candidate[i])
116 (candidate[i] == ',' || candidate[i] == '-'))
  /external/clang/include/clang/Sema/
Overload.h 581 /// This conversion candidate was not considered because it
586 /// This conversion candidate is not viable because its result
590 /// This conversion function template specialization candidate is not
594 /// (CUDA) This candidate was not viable because the callee
600 /// OverloadCandidate - A single candidate in an overload set (C++ 13.3).
602 /// Function - The actual function that this candidate
603 /// represents. When NULL, this is a built-in candidate
614 // built-in overload candidate. Only valid when Function is NULL.
620 /// Surrogate - The conversion function for which this candidate
630 /// The FixIt hints which can be used to fix the Bad candidate
    [all...]
  /packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/
CandidateView.java 38 * View to show candidate list. There two candidate view instances which are
58 * The height to draw candidate content.
69 * Balloon hint for candidate press/release.
84 * Listener used to notify IME that user clicks a candidate, or navigate
106 * Active candidate position in this page.
111 * Used to decided whether the active candidate should be highlighted or
113 * string), the highlight in candidate view should be removed.
186 * Rectangle used to draw the active candidate.
191 * Left and right margins for a candidate. It is specified in xml, and i
    [all...]
  /external/chromium_org/chrome/renderer/extensions/
chrome_v8_context_set.cc 43 ChromeV8Context* candidate = *iter; local
44 if (candidate != context)
45 DCHECK(candidate->v8_context() != context->v8_context());
  /external/clang/test/FixIt/
fixit-function-call.cpp 112 // CHECK: candidate function not viable: no known conversion from 'C' to 'const C *' for 1st argument; take the address of the argument with &
113 // CHECK: candidate function not viable
114 // CHECK: candidate function not viable
  /external/clang/test/SemaObjCXX/
blocks.mm 14 void bar3(id(*)()); // expected-note{{candidate function}}
19 void bar4(id(^)()); // expected-note{{candidate function}}
116 void f(int (^bl)(A* a)); // expected-note {{candidate function not viable: no known conversion from 'int (^)(B *)' to 'int (^)(A *)' for 1st argument}}
overload.mm 30 int& f(A*); // expected-note {{candidate}}
31 float& f(B*); // expected-note {{candidate}}
114 void foo(id); // expected-note{{candidate function}}
  /external/clang/test/SemaTemplate/
instantiate-init.cpp 3 struct X0 { // expected-note 8{{candidate}}
4 X0(int*, float*); // expected-note 4{{candidate}}
81 integral_c<N> array_lengthof(T (&x)[N]) { return integral_c<N>(); } // expected-note 2{{candidate template ignored: could not match 'T [N]' against 'const Data<}}
  /external/llvm/utils/release/
tag.sh 29 echo " -rc <num> The release candidate number"
31 echo " -final Tag final release candidate"
58 svn copy -m "Creating release candidate $rc from release_$release branch" \
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/
omxVCM4P2_FindMVpred_s.s 154 ;// out the candidate MV if neccesary
168 ;// Store the candidate MV's into the pDstMVPredME,
178 ; Find the median of the 3 candidate MV's
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/
omxVCM4P2_FindMVpred_s.s 154 ;// out the candidate MV if neccesary
168 ;// Store the candidate MV's into the pDstMVPredME,
178 ; Find the median of the 3 candidate MV's
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newproject/
WorkingSetHelper.java 98 Object candidate= path.getSegment(0);
99 if (!(candidate instanceof IWorkingSet))
102 IWorkingSet workingSetCandidate= (IWorkingSet) candidate;
  /external/chromium/third_party/libjingle/source/talk/p2p/base/
rawtransportchannel.cc 128 void RawTransportChannel::OnCandidate(const Candidate& candidate) {
129 remote_address_ = candidate.address();
175 PortAllocatorSession *session, const std::vector<Candidate>& candidates) {
179 // The most recent candidate is the one we haven't seen yet.
180 Candidate c = candidates[candidates.size() - 1];
  /external/chromium_org/chrome/browser/chromeos/input_method/
candidate_window_controller_impl_unittest.cc 16 "Sample Candidate 1",
17 "Sample Candidate 2",
18 "Sample Candidate 3",
67 // right-top of candidate window position.
83 // of candidate window, that is
213 // there is no focused index because no infolist entry candidate is selected.
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/test/
peerconnectiontestwrapper.cc 112 const IceCandidateInterface* candidate) {
114 EXPECT_TRUE(candidate->ToString(&sdp));
117 SignalOnIceCandidateReady(candidate->sdp_mid(), candidate->sdp_mline_index(),
187 const std::string& candidate) {
189 webrtc::CreateIceCandidate(sdp_mid, sdp_mline_index, candidate, NULL));
  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
dtlstransportchannel.h 217 virtual void OnCandidate(const Candidate& candidate) {
218 channel_->OnCandidate(candidate);
235 void OnCandidateReady(TransportChannelImpl* channel, const Candidate& c);
238 void OnRouteChange(TransportChannel* channel, const Candidate& candidate);
  /external/chromium_org/v8/test/cctest/
test-weakmaps.cc 175 // Test that weak map values on an evacuation candidate which are not reachable
189 // Start second old-space page so that values land on evacuation candidate.
193 // Fill up weak map with values on an evacuation candidate.
210 // Test that weak map keys on an evacuation candidate which are reachable by
226 // Start second old-space page so that keys land on evacuation candidate.
230 // Fill up weak map with keys on an evacuation candidate.
test-weaksets.cc 175 // Test that weak set values on an evacuation candidate which are not reachable
189 // Start second old-space page so that values land on evacuation candidate.
193 // Fill up weak set with values on an evacuation candidate.
210 // Test that weak set keys on an evacuation candidate which are reachable by
226 // Start second old-space page so that keys land on evacuation candidate.
230 // Fill up weak set with keys on an evacuation candidate.
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
ConversationPositionTracker.java 90 final Conversation candidate = conversationAtPosition(pos); local
91 if (!Conversation.contains(victims, candidate)) {
92 return candidate;
112 final Conversation candidate = conversationAtPosition(pos); local
113 if (!Conversation.contains(victims, candidate)) {
114 return candidate;

Completed in 8725 milliseconds

<<11121314151617181920>>