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

<<11121314151617181920>>

  /external/chromium_org/third_party/WebKit/ManualTests/autocorrection/
select-from-multiple-guesses.html 37 <p>After seeing the panel with multiple candidates, use left and/or right arrow key to select the desired candidate, and then use return key to confirm. You can also use this test to test that pressing ESC key will dismiss the panel.</p>
  /external/chromium_org/third_party/WebKit/Source/modules/mediastream/
RTCIceCandidateEvent.idl 28 readonly attribute RTCIceCandidate candidate;
  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
portallocatorsessionproxy.cc 218 const std::vector<Candidate>& candidates) {
223 // Change Candidate name with the PortAllocatorSessionProxy name.
224 std::vector<Candidate> our_candidates;
226 Candidate new_local_candidate = candidates[i];
rawtransportchannel.h 36 #include "talk/p2p/base/candidate.h"
92 virtual void OnCandidate(const Candidate& candidate);
179 const std::vector<Candidate>& candidates);
transportchannel.h 41 #include "talk/p2p/base/candidate.h"
47 class Candidate;
130 // being routed, i.e. to a different remote location. The candidate
132 sigslot::signal2<TransportChannel*, const Candidate&> SignalRouteChange;
transportchannelimpl.h 39 class Candidate;
92 const Candidate&> SignalCandidateReady;
93 virtual void OnCandidate(const Candidate& candidate) = 0;
  /external/chromium_org/third_party/libusb/src/libusb/
version.h 31 /* LIBUSB_RC is the release candidate suffix. Should normally be empty. */
  /external/chromium_org/third_party/skia/src/gpu/
GrRectanizer.h 39 // if there is no candidate
  /external/clang/test/CXX/dcl.decl/dcl.init/
p14-0x.cpp 7 struct Explicit { // expected-note 2 {{candidate}} expected-note {{here}}
  /external/clang/test/CXX/dcl.decl/dcl.meaning/dcl.fct.default/
p4.cpp 12 void f0(int, int, int); // expected-note{{candidate}}
  /external/clang/test/CXX/expr/expr.prim/expr.prim.lambda/
default-arguments.cpp 29 NoDefaultCtor(const NoDefaultCtor&); // expected-note{{candidate constructor}}
  /external/clang/test/CXX/temp/temp.decls/temp.alias/
p2.cpp 31 void f(TT<int>); // expected-note {{candidate template ignored}}
  /external/clang/test/CXX/temp/temp.fct.spec/temp.arg.explicit/
p3.cpp 3 template<class X, class Y, class Z> X f(Y,Z); // expected-note {{candidate template ignored: couldn't infer template argument 'X'}}
  /external/clang/test/CXX/temp/temp.param/
p3.cpp 18 class T { /* ... */ }; // expected-note{{candidate constructor (the implicit copy constructor) not viable}}
  /external/clang/test/Misc/
diag-aka-types.cpp 43 void helper(callback cb) {} // expected-note{{candidate function not viable: no known conversion from 'void (*)(struct data *)' (aka 'void (*)(ns::data *)') to 'callback' (aka 'void (*)(struct data *)') for 1st argument}}
  /external/clang/test/PCH/
crash-12631281.cpp 19 pair(_U1&& , _U2&& ); // expected-note {{candidate}}
  /external/clang/test/Sema/
ucn-identifiers.c 10 // expected-note@-2 + {{candidate function not viable}}
  /external/clang/test/SemaCXX/
crash-lambda-12645424.cpp 36 template<typename Expr> typename get_case<Expr, Pattern>::type operator>>(Expr ); // expected-note {{candidate template ignored}}
namespace.cpp 12 // expected-note{{candidate function (the implicit copy assignment operator)}}
overloaded-builtin-operators.cpp 63 struct ShortRef { // expected-note{{candidate function (the implicit copy assignment operator)}}
71 struct XpmfRef { // expected-note{{candidate function (the implicit copy assignment operator)}}
177 // expected-note 4{{candidate}} \
219 // expected-note 4{{built-in candidate operator-}} \
user-defined-conversions.cpp 72 X1(X1&); // expected-note{{candidate constructor not viable: expects an l-value for 1st argument}}
  /external/clang/test/SemaObjCXX/
objc-pointer-conv.mm 32 void Func (I* arg); // expected-note {{candidate function not viable: no known conversion from 'const I *' to 'I *' for 1st argument}}
  /external/clang/test/SemaTemplate/
class-template-ctor-initializer.cpp 58 struct Base { Base(int); }; // expected-note 2{{candidate}}
  /external/llvm/lib/Target/Mips/
MipsDelaySlotFiller.cpp 161 /// disqualify the delay slot candidate between V and values in Uses and
202 /// This function checks if it is valid to move Candidate to the delay slot
205 bool delayHasHazard(const MachineInstr &Candidate, RegDefsUses &RegDU,
243 bool terminateSearch(const MachineInstr &Candidate) const;
708 bool Filler::delayHasHazard(const MachineInstr &Candidate, RegDefsUses &RegDU,
710 bool HasHazard = (Candidate.isImplicitDef() || Candidate.isKill());
712 HasHazard |= IM.hasHazard(Candidate);
713 HasHazard |= RegDU.update(Candidate, 0, Candidate.getNumOperands())
    [all...]
  /external/mockito/src/org/mockito/internal/configuration/injection/
PropertyAndSetterInjection.java 39 * <li>find mock candidate by type
40 * <li>if more than <b>*one*</b> candidate find mock candidate on name
41 * <li>if one mock candidate then

Completed in 1667 milliseconds

<<11121314151617181920>>