OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:argument
(Results
101 - 125
of
11830
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/neg_double/
Test_neg_double.java
27
* @title
Argument
= 1
35
* @title
Argument
= -1
43
* @title
Argument
= +0
51
* @title
Argument
= -2.7
60
* @title
Argument
= Double.NaN
68
* @title
Argument
= Double.NEGATIVE_INFINITY
76
* @title
Argument
= Double.POSITIVE_INFINITY
84
* @title
Argument
= Double.MAX_VALUE
92
* @title
Argument
= Double.MIN_VALUE
117
* @title type of
argument
- floa
[
all
...]
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/neg_float/
Test_neg_float.java
27
* @title
Argument
= 1
35
* @title
Argument
= -1
43
* @title
Argument
= +0
51
* @title
Argument
= -2.7
59
* @title
Argument
= Float.NaN
67
* @title
Argument
= Float.NEGATIVE_INFINITY
75
* @title
Argument
= Float.POSITIVE_INFINITY
83
* @title
Argument
= Float.MAX_VALUE
91
* @title
Argument
= Float.MIN
116
* @title type of
argument
- doubl
[
all
...]
/external/chromium_org/third_party/WebKit/Source/modules/notifications/
Notification.cpp
48
String
argument
;
local
49
if (options.get("body",
argument
))
50
notification->setBody(
argument
);
51
if (options.get("tag",
argument
))
52
notification->setTag(
argument
);
53
if (options.get("lang",
argument
))
54
notification->setLang(
argument
);
55
if (options.get("dir",
argument
))
56
notification->setDir(
argument
);
57
if (options.get("icon",
argument
)) {
[
all
...]
/external/chromium_org/win8/delegate_execute/
delegate_execute_util.cc
27
const string16&
argument
) {
31
if (!
argument
.empty())
32
chrome_cmd.AppendArgNative(
argument
);
/external/clang/test/CXX/expr/expr.prim/expr.prim.lambda/
p13.cpp
5
void g1(int = ([i]{ return i; })()); // expected-error{{lambda expression in default
argument
cannot capture any entity}}
6
void g2(int = ([i]{ return 0; })()); // expected-error{{lambda expression in default
argument
cannot capture any entity}}
7
void g3(int = ([=]{ return i; })()); // expected-error{{lambda expression in default
argument
cannot capture any entity}}
/external/clang/test/CXX/temp/temp.arg/temp.arg.nontype/
p1-11.cpp
21
IP<0> ip0; // expected-error{{null non-type template
argument
must be cast to template parameter type 'int *'}}
22
IP<(0)> ip1; // expected-error{{null non-type template
argument
must be cast to template parameter type 'int *'}}
27
IP<nonconst_np> ip5; // expected-error{{non-type template
argument
of type 'std::nullptr_t' (aka 'nullptr_t') is not a constant expression}} \
29
IP<(float*)0> ip6; // expected-error{{null non-type template
argument
of type 'float *' does not match template parameter of type 'int *'}}
30
IP<&tl> ip7; // expected-error{{non-type template
argument
of type 'int *' is not a constant expression}}
32
IR<tl> ir1; // expected-error{{non-type template
argument
refers to thread-local object}}
39
PM<0> pm0; // expected-error{{null non-type template
argument
must be cast to template parameter type 'int X::*'}}
40
PM<(0)> pm1; // expected-error{{null non-type template
argument
must be cast to template parameter type 'int X::*'}}
50
PMF<0> pmf0; // expected-error{{null non-type template
argument
must be cast to template parameter type 'int (X::*)(int)'}}
51
PMF<(0)> pmf1; // expected-error{{null non-type template
argument
must be cast to template parameter type 'int (X::*)(int)'}
[
all
...]
/external/clang/test/Driver/
Xarch.c
5
// RUN: grep "
argument
unused during compilation: '-Xarch_i386 -O2'" %t.log
7
// RUN: grep "error: invalid Xarch
argument
: '-Xarch_i386 -o'" %t.log | count 2
8
// RUN: grep "error: invalid Xarch
argument
: '-Xarch_i386 -S'" %t.log
no-objc-default-synthesize-properties.m
9
// CHECK: warning:
argument
unused during compilation: '-fno-objc-default-synthesize-properties'
10
// CHECK: warning:
argument
unused during compilation: '-fobjc-default-synthesize-properties'
/external/clang/test/SemaCXX/
overload-0x.cpp
4
struct A { // expected-note {{candidate function (the implicit copy assignment operator) not viable: 'this'
argument
has type 'const test0::A', but method is not marked const}} expected-note {{candidate function (the implicit move assignment operator) not viable: 'this'
argument
has type 'const test0::A', but method is not marked const}}
5
A &operator=(void*); // expected-note {{candidate function not viable: 'this'
argument
has type 'const test0::A', but method is not marked const}}
conversion-incomplete-type.cpp
9
void expectStringPiece(const StringPiece& blah) {}; // expected-note {{passing
argument
to parameter 'blah' here}}
17
static void expectStringPiece(const StringPiece& blah) {}; // expected-note {{passing
argument
to parameter 'blah' here}}
/external/clang/test/SemaOpenCL/
invalid-kernel-attrs.cl
3
kernel __attribute__((vec_type_hint)) void kernel1() {} //expected-error{{'vec_type_hint' attribute takes one
argument
}}
7
kernel __attribute__((vec_type_hint(void))) void kernel3() {} //expected-error{{invalid attribute
argument
'void' - expecting a vector or vectorizable scalar type}}
9
kernel __attribute__((vec_type_hint(bool))) void kernel4() {} //expected-error{{invalid attribute
argument
'bool' - expecting a vector or vectorizable scalar type}}
event_t_overload.cl
3
void __attribute__((overloadable)) foo(event_t, __local char *); // expected-note {{candidate function not viable: no known conversion from '__global int *' to '__local char *' for 2nd
argument
}}
4
void __attribute__((overloadable)) foo(event_t, __local float *); // expected-note {{candidate function not viable: no known conversion from '__global int *' to '__local float *' for 2nd
argument
}}
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/runtime/
fwd.hpp
30
class
argument
;
31
typedef shared_ptr<
argument
> argument_ptr;
32
typedef shared_ptr<
argument
const> const_argument_ptr;
/frameworks/native/opengl/libs/GLES_trace/src/
gltrace_api.cpp
39
// copy
argument
texture
67
// copy
argument
program
73
// copy
argument
shader
101
// copy
argument
program
107
// copy
argument
index
113
// copy
argument
name
142
// copy
argument
target
148
// copy
argument
buffer
176
// copy
argument
target
182
// copy
argument
framebuffe
[
all
...]
/external/clang/test/CXX/lex/lex.literal/lex.ext/
p2.cpp
6
int a = 123_x; // expected-error {{no matching literal operator for call to 'operator "" _x' with
argument
of type 'unsigned long long' or 'const char *', and no matching literal operator template}}
7
int b = 4.2_x; // expected-error {{no matching literal operator for call to 'operator "" _x' with
argument
of type 'long double' or 'const char *', and no matching literal operator template}}
13
int h = 'y'_x; // expected-error {{no matching literal operator for call to 'operator "" _x' with
argument
of type 'char'}}
14
int i = L'y'_x; // expected-error {{no matching literal operator for call to 'operator "" _x' with
argument
of type 'wchar_t'}}
15
int j = u'y'_x; // expected-error {{no matching literal operator for call to 'operator "" _x' with
argument
of type 'char16_t'}}
16
int k = U'y'_x; // expected-error {{no matching literal operator for call to 'operator "" _x' with
argument
of type 'char32_t'}}
/external/clang/test/Sema/
pragma-unused.c
14
#pragma unused(x,) // expected-warning{{expected '#pragma unused'
argument
to be a variable name}}
15
#pragma unused() // expected-warning{{expected '#pragma unused'
argument
to be a variable name}}
19
#pragma unused(x) // expected-warning{{undeclared variable 'x' used as an
argument
for '#pragma unused'}}
24
#pragma unused((w)) // expected-warning{{expected '#pragma unused'
argument
to be a variable name}}
36
#pragma unused(undeclared, undefined, y) // expected-warning{{undeclared variable 'undeclared' used as an
argument
for '#pragma unused'}} expected-warning{{undeclared variable 'undefined' used as an
argument
for '#pragma unused'}}
/external/clang/test/SemaObjC/
iboutletcollection-attr.m
21
__attribute__((iboutletcollection(I, 1))) id ivar1; // expected-error {{'iboutletcollection' attribute takes one
argument
}}
22
__attribute__((iboutletcollection(B))) id ivar2; // expected-error {{invalid type 'B' as
argument
of iboutletcollection attribute}}
23
__attribute__((iboutletcollection(PV))) id ivar3; // expected-error {{invalid type 'PV' as
argument
of iboutletcollection attribute}}
25
__attribute__((iboutletcollection(int))) id ivar5; // expected-error {{type
argument
of iboutletcollection attribute cannot be a builtin type}}
28
@property (nonatomic, retain) __attribute__((iboutletcollection(I,2,3))) id prop1; // expected-error {{'iboutletcollection' attribute takes one
argument
}}
29
@property (nonatomic, retain) __attribute__((iboutletcollection(B))) id prop2; // expected-error {{invalid type 'B' as
argument
of iboutletcollection attribute}}
gc-attributes.m
6
void f0(__strong A**); // expected-note{{passing
argument
to parameter here}}
15
void f1(__weak A**); // expected-note{{passing
argument
to parameter here}}
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/Explorer/
Web_Browser_Suite.py
17
Required
argument
: Window Identifier
18
Keyword
argument
_attributes: AppleEvent attribute dictionary
38
Keyword
argument
_attributes: AppleEvent attribute dictionary
63
Keyword
argument
ID: ID of the window to close. (Can use -1 for top window)
64
Keyword
argument
Title: Title of the window to close
65
Keyword
argument
_attributes: AppleEvent attribute dictionary
85
Required
argument
: Window Identifier of the window
86
Keyword
argument
_attributes: AppleEvent attribute dictionary
106
Keyword
argument
_attributes: AppleEvent attribute dictionary
134
Required
argument
: Fully-qualified UR
[
all
...]
/external/clang/include/clang/Lex/
MacroArgs.h
1
//===--- MacroArgs.h - Formal
argument
info for Macros ----------*- C++ -*-===//
31
/// arguments. All of the actual
argument
tokens are allocated immediately
33
/// concatenated together, with 'EOF' markers at the end of each
argument
.
37
/// there was no
argument
specified for the "..."
argument
. If the
argument
39
/// if in strict mode and the C99 varargs macro had only a ...
argument
, this
49
/// stringified form of an
argument
has not yet been computed, this is empty.
61
/// macro and
argument
info.
70
/// ArgNeedsPreexpansion - If we can prove that the
argument
won't be affecte
[
all
...]
/external/clang/test/CXX/temp/temp.param/
p1.cpp
9
class T = A, // expected-note{{previous default template
argument
defined here}}
10
class C> // expected-error{{template parameter missing a default
argument
}}
p9-0x.cpp
3
// A default template-
argument
may be specified for any kind of
5
template<typename ...Types = int> // expected-error{{template parameter pack cannot have a default
argument
}}
8
template<int ...Values = 0> // expected-error{{template parameter pack cannot have a default
argument
}}
13
template<template<class> class ...Templates = vector> // expected-error{{template parameter pack cannot have a default
argument
}}
17
template<typename T = int> // expected-error{{default template
argument
not permitted on a friend template}}
32
template<typename T> template<typename U = int> struct A1<T>::B { }; // expected-error{{cannot add a default template
argument
to the definition of a member of a class template}}
41
template<typename T = int> void X2<T>::f0() { } // expected-error{{cannot add a default template
argument
to the definition of a member of a class template}}
42
template<typename T> template<typename U = int> void X2<T>::f1() { } // expected-error{{cannot add a default template
argument
to the definition of a member of a class template}}
/external/clang/test/Frontend/
warning-options.cpp
2
// RUN: -Wno-unused-command-line-
argument
%s 2>&1 | FileCheck %s
5
// CHECK: unknown warning option '-Wno-unused-command-line-arguments'; did you mean '-Wno-unused-command-line-
argument
'?
/external/clang/test/Misc/
diag-template-diffing-color.cpp
9
// CHECK: {{.*}}candidate function not viable: no known conversion from 'foo<[[CYAN:.\[0;1;36m]]double[[RESET:.\[0m]]>' to 'foo<[[CYAN]]int[[RESET]]>' for 1st
argument
[[RESET]]
10
// TREE: candidate function not viable: no known conversion from
argument
type to parameter type for 1st
argument
27
// CHECK: {{.*}}candidate function not viable: no known conversion from 'vector<const vector<[[CYAN]]const{{ ?}}[[RESET]]{{ ?}}int>>' to 'vector<const vector<int>>' for 1st
argument
28
// TREE: {{.*}}candidate function not viable: no known conversion from
argument
type to parameter type for 1st
argument
37
// CHECK: {{.*}}candidate function not viable: no known conversion from 'vector<[[CYAN]]const{{ ?}}[[RESET]]{{ ?}}vector<[...]>>' to 'vector<vector<[...]>>' for 1st
argument
38
// TREE: {{.*}}candidate function not viable: no known conversion from
argument
type to parameter type for 1st
argument
47
// CHECK: candidate function not viable: no known conversion from 'vector<vector<[...]>>' to 'vector<[[CYAN]]const{{ ?}}[[RESET]]{{ ?}}vector<[...]>>' for 1st
argument
[
all
...]
/external/clang/test/SemaTemplate/
temp_arg_template.cpp
9
template<class> struct X; // expected-note{{too few template parameters in template template
argument
}}
10
template<int N> struct Y; // expected-note{{template parameter has a different kind in template
argument
}}
11
template<long N> struct Ylong; // expected-note{{template non-type parameter has a different type 'long' in template
argument
}}
16
template<class, class> struct TooMany; // expected-note{{too many template parameters in template template
argument
}}
23
A<Y> *a4; // expected-error{{template template
argument
has different template parameters than its corresponding template template parameter}}
24
A<TooMany> *a5; // expected-error{{template template
argument
has different template parameters than its corresponding template template parameter}}
25
B<X> *a6; // expected-error{{template template
argument
has different template parameters than its corresponding template template parameter}}
27
C<Ylong> *a8; // expected-error{{template template
argument
has different template parameters than its corresponding template template parameter}}
Completed in 877 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>