HomeSort by relevance Sort by last modified time
    Searched full:parameter (Results 1026 - 1050 of 8695) sorted by null

<<41424344454647484950>>

  /external/chromium/chrome/browser/chromeos/login/
issue_response_handler.h 22 // URL query parameter in a request that, ultimately, results in a full set
  /external/chromium/chrome/browser/ui/views/
theme_helpers.h 20 // The width parameter is the width of horizontal gradient that will be
  /external/chromium/chrome/common/extensions/docs/examples/extensions/news_i18n/_locales/en/
messages.json 32 "description": "Generic error template. Expects error parameter to be passed in.",
  /external/chromium/chrome/common/extensions/docs/static/
events.html 29 you can see that the function has a single parameter:
  /external/chromium/net/data/proxy_resolver_v8_unittest/
bindings.js 21 // Those expected to fail (because we have passed a non-string parameter)
  /external/chromium/webkit/glue/
alt_error_page_resource_fetcher.h 26 // successfully or not. If there is a failure, the third parameter (the
  /external/clang/test/CXX/basic/basic.types/
p10.cpp 51 constexpr int f(DerivedFromNonTrivDtor<NonTrivDtorBase>) { return 0; } // expected-error {{constexpr function's 1st parameter type 'DerivedFromNonTrivDtor<NonTrivDtorBase>' is not a literal type}}
95 constexpr int f(DerivedFromVBase<HasVBase>) {} // expected-error {{constexpr function's 1st parameter type 'DerivedFromVBase<HasVBase>' is not a literal type}}
103 constexpr int f(NonLitMember) {} // expected-error {{1st parameter type 'NonLitMember' is not a literal type}}
132 constexpr int f(ArrBad) { return 0; } // expected-error {{1st parameter type 'ArrBad' is not a literal type}}
  /external/clang/test/CXX/dcl.decl/dcl.fct.def/dcl.fct.def.default/
p1.cpp 18 // operator, the parameter type may be "reference to non-const T")
  /external/clang/test/CXX/expr/expr.unary/expr.unary.op/
p4.cpp 6 void foo(void (A::*)(int)); // expected-note {{passing argument to parameter here}}
  /external/clang/test/CXX/special/class.copy/
p8-cxx11.cpp 8 // if [every direct subobject] has a copy constructor whose first parameter is
  /external/clang/test/CXX/temp/temp.decls/temp.variadic/
ext-blocks.cpp 44 return f1(block_args); // expected-error{{expression contains unexpanded parameter pack 'block_args'}}
  /external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.call/
basic.cpp 19 // expected-note{{candidate template ignored: deduced conflicting types for parameter 'T' ('int' vs. 'float')}}
  /external/clang/test/CXX/temp/temp.res/temp.dep/temp.dep.constexpr/
p2-0x.cpp 12 // - the name of a non-type template parameter
  /external/clang/test/CXX/temp/temp.spec/temp.expl.spec/
p5-example.cpp 34 template<class U> void A<short>::C<U>::f() { /* ... */ } // expected-error{{template parameter list matching the non-templated nested type 'A<short>' should be empty ('template<>')}}
  /external/clang/test/CodeGen/
functions.c 42 // Qualifiers on parameter types shouldn't make a difference.
  /external/clang/test/CodeGenCXX/
thiscall-struct-return.cpp 2 // thiscall calling convention must use the hidden parameter.
  /external/clang/test/CodeGenObjC/
debug-info-self.m 18 // different, ("<unknown>") file compared to the third parameter which is 'in'
  /external/clang/test/Index/
fix-its.m 27 // CHECK: fix-its.m:5:172: note: passing argument to parameter 'msgFormat' here
  /external/clang/test/Parser/
objc-try-catch-1.m 33 @catch (float x) { // expected-error {{@catch parameter is not a pointer to an interface type}}
  /external/clang/test/Preprocessor/
feature_tests.c 36 // Macro expansion does not occur in the parameter to __has_builtin,
warning_tests.c 30 // Macro expansion does not occur in the parameter to __has_warning
  /external/clang/test/Sema/
invalid-decl.c 43 void test2(undef); // expected-error {{a parameter list without types is only allowed in a function definition}}
pragma-pack.c 4 /* expected-warning {{expected #pragma pack parameter to be}} */ #pragma pack(3)
warn-documentation-fixits.cpp 4 // expected-warning@+1 {{parameter 'ZZZZZZZZZZ' not found in the function declaration}} expected-note@+1 {{did you mean 'a'?}}
8 // expected-warning@+1 {{parameter 'aab' not found in the function declaration}} expected-note@+1 {{did you mean 'aaa'?}}
12 // expected-warning@+1 {{template parameter 'ZZZZZZZZZZ' not found in the template declaration}} expected-note@+1 {{did you mean 'T'?}}
17 // expected-warning@+1 {{template parameter 'SomTy' not found in the template declaration}} expected-note@+1 {{did you mean 'SomeTy'?}}
warn-missing-prototypes.c 40 void not_a_prototype_test(); // expected-note{{this declaration is not a prototype; add 'void' to make it a prototype for a zero-parameter function}}

Completed in 655 milliseconds

<<41424344454647484950>>