HomeSort by relevance Sort by last modified time
    Searched full:parameter (Results 576 - 600 of 8706) sorted by null

<<21222324252627282930>>

  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/
AsymmetricCipherKeyPair.java 6 * a holding class for public/private parameter pairs.
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/config/
ConfigurableProvider.java 32 void setParameter(String parameterName, Object parameter);
  /external/chromium/base/
debug_message.cc 10 // add the program name as the first parameter. This allows us to just
  /external/chromium/base/mac/
scoped_aedesc.h 21 // the generic AEDesc type by not providing a template parameter:
  /external/chromium/base/synchronization/
lock_impl_win.cc 11 // The second parameter is the spin count, for short-held locks it avoid the
  /external/chromium/chrome/browser/chromeos/login/
auth_response_handler.cc 15 // parameter here doesn't open the system up to attack long-term.
  /external/chromium/chrome/browser/printing/cloud_print/
cloud_print_setup_source.h 31 // parameter of the form "&hl=xy" where 'xy' is the language code of the
  /external/chromium/chrome/browser/remoting/
remoting_resources_source.h 29 // parameter of the form "&hl=xy" where 'xy' is the language code of the
  /external/chromium/crypto/
capi_util.h 23 // parameter."
  /external/chromium/net/websockets/
websocket_handshake.h 75 class Parameter {
79 Parameter();
80 ~Parameter();
111 scoped_ptr<Parameter> parameter_;
  /external/clang/test/CXX/expr/expr.prim/expr.prim.lambda/
blocks.mm 96 (void)^(Args args) { // expected-error{{block contains unexpanded parameter pack 'Args'}}
104 ^(Args args) // expected-error{{block contains unexpanded parameter pack 'Args'}}
106 ... // expected-error{{pack expansion does not contain any unexpanded parameter packs}}
112 (void)[](Args args) { // expected-error{{expression contains unexpanded parameter pack 'Args'}}
  /external/clang/test/CXX/over/over.match/over.match.funcs/over.match.oper/
p3.cpp 5 // "do not have the same parameter-type-list as any non-template
  /external/clang/test/CXX/temp/temp.decls/temp.class.spec/temp.class.spec.mfunc/
p1-neg.cpp 20 // FIXME: why not point to the first parameter that's "too many"?
  /external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.type/
p17.cpp 15 g(b); // OK: cv-qualifiers are ignored on template parameter types
  /external/clang/test/CXX/temp/temp.param/
p4.cpp 18 template<float f> struct A11; // expected-error{{a non-type template parameter cannot have type 'float'}}
p9.cpp 10 // [...] nor in the template-parameter-list of the definition of a
  /external/clang/test/CXX/temp/temp.res/temp.dep/temp.dep.constexpr/
p2.cpp 11 // - the name of a non-type template parameter
  /external/clang/test/CodeGen/
2008-01-25-ByValReadNone.c 11 // the callee might write to the byval parameter. The inliner
  /external/clang/test/Modules/
namespaces.cpp 72 N11::consumeFoo(N11::getFoo()); // expected-error{{cannot initialize a parameter of type 'N11::<anonymous>::Foo *' with an rvalue of type 'N11::<anonymous>::Foo *'}}
73 N12::consumeFoo(N12::getFoo()); // expected-error{{cannot initialize a parameter of type 'N12::<anonymous>::Foo *' with an rvalue of type 'N12::<anonymous>::Foo *'}}
76 // namespaces-right.h: expected-note@60 {{passing argument to parameter here}}
77 // namespaces-right.h: expected-note@67 {{passing argument to parameter here}}
  /external/clang/test/Sema/
function-redecl.c 102 short x; // expected-warning{{promoted type 'int' of K&R function parameter is not compatible with the parameter type 'short' declared in a previous prototype}}
121 a2 x2; // expected-note{{passing argument to parameter here}}
124 x2(5); // expected-warning{{incompatible integer to pointer conversion passing 'int' to parameter of type 'int *'}}
  /external/clang/test/SemaCXX/
flexible-array-test.cpp 23 // cannot initialize a parameter of type 'void *' with an rvalue of type 'char (*)[]'
ref-init-ambiguous.cpp 20 void foo(const E2 &);// expected-note{{passing argument to parameter here}}
  /external/clang/test/SemaObjC/
bad-property-synthesis-crash.m 12 // expected-warning {{conflicting parameter types in implementation of}}
method-def-1.m 37 arg { // expected-warning {{conflicting parameter types in implementation of 'myMethod1:': 'id<proto>' vs 'id<NSObject>'}}
  /external/clang/test/SemaTemplate/
overload-candidates.cpp 4 const T& min(const T&, const T&); // expected-note{{candidate template ignored: deduced conflicting types for parameter 'T' ('int' vs. 'long')}}
18 void get(const T&); // expected-note{{candidate template ignored: invalid explicitly-specified argument for template parameter 'I'}}
20 void get(const T&); // expected-note{{candidate template ignored: invalid explicitly-specified argument for 1st template parameter}}
37 const T& min(const T&, const T&); // expected-note{{candidate template ignored: deduced conflicting types for parameter 'T' ('int' vs. 'long')}}

Completed in 992 milliseconds

<<21222324252627282930>>