Searched
full:parameter (Results
1451 -
1475 of
8695) sorted by null
<<51525354555657585960>>
/external/chromium/base/ |
stringize_macros.h | 20 // Use this to quote the provided parameter, first expanding it if it
|
/external/chromium/chrome/browser/ |
browsing_data_appcache_helper.h | 54 // a parameter during construction.
|
/external/chromium/chrome/browser/policy/ |
user_policy_cache.h | 23 // into the file specified by the c'tor parameter |backing_file_path|.
|
/external/chromium/chrome/browser/prefs/ |
pref_service_mock_builder.h | 30 // These take ownership of the |store| parameter.
|
/external/chromium/chrome/browser/remoting/ |
directory_add_request.h | 39 // Callback called when request is finished. The second parameter
|
/external/chromium/chrome/browser/ui/cocoa/content_settings/ |
cookie_details_view_controller.h | 35 // for which is explicitly passed in the parameter |content|.
|
/external/chromium/chrome/browser/ui/cocoa/location_bar/ |
selected_keyword_decoration.mm | 58 // The text will be like "Search <name>:". "<name>" is a parameter
|
/external/chromium/chrome/common/extensions/docs/examples/api/tabs/screenshot/ |
screenshot.js | 28 // screenshot includes a query parameter with a unique id, which
|
/external/chromium/chrome/common/ |
time_format.h | 44 // The second parameter is optional, it is midnight of "Now" for relative day
|
/external/chromium/net/base/ |
completion_callback.h | 13 // A callback specialization that takes a single int parameter. Usually this
|
data_url.h | 29 // shorthand, "text/plain" can be omitted but the charset parameter supplied.
|
ip_endpoint.h | 35 // |address_length| is an input/output parameter. On input, it is the
|
ssl_client_auth_cache.h | 21 // The parameter for doing lookups, insertions, and deletions is the server's
|
static_cookie_policy.h | 22 // callback parameter will be ignored if specified. Just pass NULL.
|
/external/chromium/net/ftp/ |
ftp_auth_cache.h | 18 // The parameter for doing lookups, insertions, and deletions is a GURL of the
|
/external/clang/include/clang/Basic/ |
DiagnosticParseKinds.td | 66 "type-less parameter names in function declaration">; 222 "%0 used as the name of the previous parameter rather than as part " 226 "introduce a parameter name to make %0 part of the selector">; 228 "or insert whitespace before ':' to use %0 as parameter name " 289 def err_missing_param : Error<"expected parameter declarator">; 423 "declaration does not declare a parameter">; 424 def err_no_matching_param : Error<"parameter named %0 is missing">; 529 "expected ',' or '>' in template-parameter-list">; 531 "template template parameter requires 'class' after the parameter list"> [all...] |
/external/clang/test/Analysis/ |
null-deref-ps.c | 91 return !p ? bar(p, 1) // expected-warning {{Null pointer passed as an argument to a 'nonnull' parameter}} 98 return !p ? bar2(p, 1) // expected-warning {{Null pointer passed as an argument to a 'nonnull' parameter}} 105 return !p ? bar3(q, 2, p) // expected-warning {{Null pointer passed as an argument to a 'nonnull' parameter}} 300 // function pointer is cast to non pointer-to-const parameter type, we can
|
/external/clang/test/CXX/basic/basic.lookup/basic.lookup.argdep/ |
p4.cpp | 24 // expected-note {{passing argument to parameter here}}
|
/external/clang/test/CXX/basic/basic.lookup/basic.lookup.qual/namespace.qual/ |
p2.cpp | 39 void g(Number); // expected-note 2{{passing argument to parameter here}}
|
/external/clang/test/CXX/dcl.dcl/basic.namespace/namespace.udecl/ |
p13.cpp | 8 // particular, the implicit this parameter shall be treated as if it
|
/external/clang/test/CXX/special/class.copy/ |
p18-cxx11.cpp | 8 // if [every direct subobject] has a copy assignment operator whose first parameter is
|
/external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.call/ |
p3-0x.cpp | 4 // If P is an rvalue reference to a cv-unqualified template parameter
|
/external/clang/test/CodeGen/ |
parameter-passing.c | 2 // (scalar, complex, aggregate) interact with parameter passing
|
/external/clang/test/Misc/ |
serialized-diags.m | 24 // CHECK: +-(null):0:0: note: 'self' is an implicit parameter [] []
|
/external/clang/test/Sema/ |
alignas.c | 16 void f(_Alignas(1) char c) { // expected-error {{'_Alignas' attribute cannot be applied to a function parameter}}
|
Completed in 569 milliseconds
<<51525354555657585960>>