Home
last modified time | relevance | path

Searched full:parameter (Results 1 – 25 of 11415) sorted by relevance

12345678910>>...457

/external/llvm-project/flang/test/Evaluate/
Dfolding03.f905 #define TEST_ISNAN(v) logical, parameter :: test_##v =.NOT.(v.EQ.v)
8 integer(4), parameter :: i4_pmax = 2147483647_4
13 integer(4), parameter :: i4_nmax = -2147483647_4 - 1_4
19 logical, parameter :: test_overflow_unary_minus1 = (-i4_nmax).EQ.i4_nmax
20 logical, parameter :: test_no_overflow_unary_minus1 = (-i4_pmax).EQ.(i4_nmax+1_4)
21 logical, parameter :: test_no_overflow_unary_plus1 = (+i4_pmax).EQ.i4_pmax
22 logical, parameter :: test_no_overflow_unary_plus2 = (+i4_nmax).EQ.i4_nmax
25 logical, parameter :: test_overflow_add1 = (i4_pmax+1_4).EQ.i4_nmax
27 logical, parameter :: test_overflow_add2 = (i4_nmax + (-1_4)).EQ.i4_pmax
29 logical, parameter :: test_overflow_add3 = (i4_pmax + i4_pmax).EQ.(-2_4)
[all …]
Dfolding05.f905 logical, parameter :: test_char1_ok1 = char(0_4, 1).EQ."�"
6 logical, parameter :: test_char1_ok2 = char(127_4, 1).EQ."" variable
7 logical, parameter :: test_char1_ok3 = char(97_4, 1).EQ."a"
8 logical, parameter :: test_char1_ok4 = .NOT.char(97_4, 1).EQ."b"
9 logical, parameter :: test_char1_ok5 = char(355_4, 1).EQ."c"
10 logical, parameter :: test_char1_ok6 = char(-61_1, 1).EQ.char(195_4, 1)
12 logical, parameter :: test_char2_ok1 = char(0_4, 2).EQ.2_"�"
13 logical, parameter :: test_char2_ok2 = char(127_4, 2).EQ.2_""
14 logical, parameter :: test_char2_ok3 = char(122_4, 2).EQ.2_"z"
16 logical, parameter :: test_char4_ok1 = char(0, 4).EQ.4_"�"
[all …]
Dfolding01.f907 logical, parameter :: test_not1 = .NOT..false.
8 logical, parameter :: test_not2 = .NOT..NOT..true.
10 logical, parameter :: test_parentheses1 = .NOT.(.false.)
11 logical, parameter :: test_parentheses2 = .NOT..NOT.(.true.)
13 logical, parameter :: test_and1 = .true..AND..true.
14 logical, parameter :: test_and2 = .NOT.(.false..AND..true.)
15 logical, parameter :: test_and3 = .NOT.(.false..AND..false.)
16 logical, parameter :: test_and4 = .NOT.(.true..AND..false.)
18 logical, parameter :: test_or1 = .true..OR..true.
19 logical, parameter :: test_or2 = .false..OR..true.
[all …]
Dfolding12.f9017 type(child_type), parameter :: child_const1 = child_type(10, 11)
18 logical, parameter :: test_child1 = child_const1%child_field == 11
19 logical, parameter :: test_parent = child_const1%parent_field == 10
21 type(child_type), parameter :: child_const2 = child_type(12, 13)
22 type(child_type), parameter :: array_var(2) = &
24 logical, parameter :: test_array_child = array_var(2)%child_field == 17
25 logical, parameter :: test_array_parent = array_var(2)%parent_field == 16
30 type(array_type), parameter :: array_var2 = &
32 logical, parameter :: test_array_var = array_var2%real_field(2) == 4.0
34 type(child_type), parameter, dimension(2) :: child_const3 = &
[all …]
Dfolding07.f906 integer, parameter :: &
12 logical, parameter :: test_bit_size_1 = bs1 == 8
13 logical, parameter :: test_bit_size_2 = bs2 == 16
14 logical, parameter :: test_bit_size_4 = bs4 == 32
15 logical, parameter :: test_bit_size_8 = bs8 == 64
16 logical, parameter :: test_bit_size_16 = bs16 == 128
18 real(2), parameter :: &
20 real(3), parameter :: &
22 real(4), parameter :: &
25 real(8), parameter :: &
[all …]
Dfolding08.f9017 integer, parameter :: lba1(*) = lbound(a1)
18 logical, parameter :: test_lba1 = all(lba1 == [0])
19 integer, parameter :: lba2(*) = lbound(a2)
20 logical, parameter :: test_lba2 = all(lba2 == [0])
21 integer, parameter :: lbtadim = lbound(ta,1)
22 logical, parameter :: test_lbtadim = lbtadim == 0
23 integer, parameter :: ubtadim = ubound(ta,1)
24 logical, parameter :: test_ubtadim = ubtadim == 2
25 integer, parameter :: lbta1(*) = lbound(ta)
26 logical, parameter :: test_lbta1 = all(lbta1 == [0])
[all …]
/external/python/google-api-python-client/docs/dyn/
Dtagmanager_v1.accounts.containers.triggers.html104 …"maxTimerLengthSeconds": { # Represents a Google Tag Manager Parameter. # Max time to fire Timer E…
105 "map": [ # This map parameter's parameters (must have keys; keys must be unique).
106 # Object with schema name: Parameter
108 "list": [ # This list parameter's parameters (keys will be ignored).
109 # Object with schema name: Parameter
111 …"value": "A String", # A parameter's value (may contain variable references such as "{{myVariable}…
112 …"key": "A String", # The named key that uniquely identifies a parameter. Required for top-level pa…
113 "type": "A String", # The parameter type. Valid values are:
121 …"totalTimeMinMilliseconds": { # Represents a Google Tag Manager Parameter. # A visibility trigger …
122 "map": [ # This map parameter's parameters (must have keys; keys must be unique).
[all …]
Dtagmanager_v2.accounts.containers.workspaces.triggers.html109 …"maxTimerLengthSeconds": { # Represents a Google Tag Manager Parameter. # Max time to fire Timer E…
110 "map": [ # This map parameter's parameters (must have keys; keys must be unique).
111 # Object with schema name: Parameter
113 "list": [ # This list parameter's parameters (keys will be ignored).
114 # Object with schema name: Parameter
116 …"value": "A String", # A parameter's value (may contain variable references such as "{{myVariable}…
117 …"key": "A String", # The named key that uniquely identifies a parameter. Required for top-level pa…
118 "type": "A String", # The parameter type. Valid values are:
126 …"totalTimeMinMilliseconds": { # Represents a Google Tag Manager Parameter. # A visibility trigger …
127 "map": [ # This map parameter's parameters (must have keys; keys must be unique).
[all …]
Dtagmanager_v2.accounts.containers.workspaces.html239 … "parameter": [ # A list of named parameters (key/value), depending on the condition's type. Notes:
242 …# - For case-insensitive Regex matching, include a boolean parameter named ignore_case that is set…
243 …# - To negate an operator, include a boolean parameter named negate boolean parameter that is set …
244 { # Represents a Google Tag Manager Parameter.
245 … "map": [ # This map parameter's parameters (must have keys; keys must be unique).
246 # Object with schema name: Parameter
248 "list": [ # This list parameter's parameters (keys will be ignored).
249 # Object with schema name: Parameter
251 …"value": "A String", # A parameter's value (may contain variable references such as "{{myVariable}…
252 …"key": "A String", # The named key that uniquely identifies a parameter. Required for top-level pa…
[all …]
Dtagmanager_v1.accounts.containers.versions.html161 "parameter": [ # The macro's parameters.
162 { # Represents a Google Tag Manager Parameter.
163 "map": [ # This map parameter's parameters (must have keys; keys must be unique).
164 # Object with schema name: Parameter
166 "list": [ # This list parameter's parameters (keys will be ignored).
167 # Object with schema name: Parameter
169 …"value": "A String", # A parameter's value (may contain variable references such as "{{myVariable}…
170 …"key": "A String", # The named key that uniquely identifies a parameter. Required for top-level pa…
171 "type": "A String", # The parameter type. Valid values are:
195 … "parameter": [ # A list of named parameters (key/value), depending on the condition's type. Notes:
[all …]
Dtagmanager_v2.accounts.containers.versions.html156 … "parameter": [ # A list of named parameters (key/value), depending on the condition's type. Notes:
159 …# - For case-insensitive Regex matching, include a boolean parameter named ignore_case that is set…
160 …# - To negate an operator, include a boolean parameter named negate boolean parameter that is set …
161 { # Represents a Google Tag Manager Parameter.
162 "map": [ # This map parameter's parameters (must have keys; keys must be unique).
163 # Object with schema name: Parameter
165 "list": [ # This list parameter's parameters (keys will be ignored).
166 # Object with schema name: Parameter
168 …"value": "A String", # A parameter's value (may contain variable references such as "{{myVariable}…
169 …"key": "A String", # The named key that uniquely identifies a parameter. Required for top-level pa…
[all …]
Dtagmanager_v1.accounts.containers.folders.entities.html107 "parameter": [ # The variable's parameters.
108 { # Represents a Google Tag Manager Parameter.
109 "map": [ # This map parameter's parameters (must have keys; keys must be unique).
110 # Object with schema name: Parameter
112 "list": [ # This list parameter's parameters (keys will be ignored).
113 # Object with schema name: Parameter
115 …"value": "A String", # A parameter's value (may contain variable references such as "{{myVariable}…
116 …"key": "A String", # The named key that uniquely identifies a parameter. Required for top-level pa…
117 "type": "A String", # The parameter type. Valid values are:
135 …"maxTimerLengthSeconds": { # Represents a Google Tag Manager Parameter. # Max time to fire Timer E…
[all …]
Dtagmanager_v2.accounts.containers.workspaces.variables.html116 …"convertUndefinedToValue": { # Represents a Google Tag Manager Parameter. # The value to convert i…
117 "map": [ # This map parameter's parameters (must have keys; keys must be unique).
118 # Object with schema name: Parameter
120 "list": [ # This list parameter's parameters (keys will be ignored).
121 # Object with schema name: Parameter
123 …"value": "A String", # A parameter's value (may contain variable references such as "{{myVariable}…
124 …"key": "A String", # The named key that uniquely identifies a parameter. Required for top-level pa…
125 "type": "A String", # The parameter type. Valid values are:
133 …"convertFalseToValue": { # Represents a Google Tag Manager Parameter. # The value to convert if a …
134 "map": [ # This map parameter's parameters (must have keys; keys must be unique).
[all …]
/external/guice/lib/build/
Dguice-3.0.xml32 <parameter name="message" type="com.google.inject.spi.Message">
33 </parameter>
45 <parameter name="message" type="java.lang.String">
46 </parameter>
47 <parameter name="arguments" type="java.lang.Object...">
48 </parameter>
60 <parameter name="t" type="java.lang.Throwable">
61 </parameter>
73 <parameter name="key" type="com.google.inject.Key&lt;T&gt;">
74 </parameter>
[all …]
Dguice-2.0.xml32 <parameter name="message" type="com.google.inject.spi.Message">
33 </parameter>
45 <parameter name="message" type="java.lang.String">
46 </parameter>
47 <parameter name="arguments" type="java.lang.Object...">
48 </parameter>
60 <parameter name="t" type="java.lang.Throwable">
61 </parameter>
73 <parameter name="key" type="com.google.inject.Key&lt;T&gt;">
74 </parameter>
[all …]
Dguice-4.0.xml32 <parameter name="message" type="com.google.inject.spi.Message">
33 </parameter>
45 <parameter name="message" type="java.lang.String">
46 </parameter>
47 <parameter name="arguments" type="java.lang.Object...">
48 </parameter>
60 <parameter name="t" type="java.lang.Throwable">
61 </parameter>
73 <parameter name="key" type="com.google.inject.Key&lt;T&gt;">
74 </parameter>
[all …]
Dguice-1.0.xml32 <parameter name="message" type="java.lang.String">
33 </parameter>
34 <parameter name="arguments" type="java.lang.Object...">
35 </parameter>
47 <parameter name="t" type="java.lang.Throwable">
48 </parameter>
60 <parameter name="key" type="com.google.inject.Key&lt;T&gt;">
61 </parameter>
73 <parameter name="typeLiteral" type="com.google.inject.TypeLiteral&lt;T&gt;">
74 </parameter>
[all …]
/external/llvm-project/clang/test/CXX/temp/temp.decls/temp.variadic/
Dp5.cpp6 // A parameter pack whose name appears within the pattern of a pack
8 // name of a parameter pack is only expanded by the innermost
10 // name one or more parameter packs that are not expanded by a nested
15 …pand_no_packs; // expected-error{{pack expansion does not contain any unexpanded parameter packs}}
16 …xpanded_nested; // expected-error{{pack expansion does not contain any unexpanded parameter packs}}
19 // All of the parameter packs expanded by a pack expansion shall have
25 …Types, OtherTypes>...> type; // expected-error{{pack expansion contains parameter packs 'Types' an…
37 // An appearance of a name of a parameter pack that is not expanded is
40 // Test for unexpanded parameter packs in each of the type nodes.
43 …: public Types, public T // expected-error{{base type contains unexpanded parameter pack 'Types'}}
[all …]
/external/clang/test/CXX/temp/temp.decls/temp.variadic/
Dp5.cpp6 // A parameter pack whose name appears within the pattern of a pack
8 // name of a parameter pack is only expanded by the innermost
10 // name one or more parameter packs that are not expanded by a nested
15 …pand_no_packs; // expected-error{{pack expansion does not contain any unexpanded parameter packs}}
16 …xpanded_nested; // expected-error{{pack expansion does not contain any unexpanded parameter packs}}
19 // All of the parameter packs expanded by a pack expansion shall have
25 …Types, OtherTypes>...> type; // expected-error{{pack expansion contains parameter packs 'Types' an…
37 // An appearance of a name of a parameter pack that is not expanded is
40 // Test for unexpanded parameter packs in each of the type nodes.
43 …: public Types, public T // expected-error{{base type contains unexpanded parameter pack 'Types'}}
[all …]
/external/parameter-framework/
DAndroid.bp132 "upstream/parameter",
133 "upstream/parameter/log/include",
134 "upstream/parameter/include",
137 "support/android/parameter",
148 "upstream/parameter/ParameterMgrPlatformConnector.cpp",
149 "upstream/parameter/LoggingElementBuilderTemplate.cpp",
150 "upstream/parameter/StringParameterType.cpp",
151 "upstream/parameter/SyncerSet.cpp",
152 "upstream/parameter/BitParameter.cpp",
153 "upstream/parameter/BaseParameter.cpp",
[all …]
/external/ltp/testcases/kernel/device-drivers/v4l/user_space/
Dv4l2_test.c8 * 18 Apr 2009 0.20 NULL parameter test suite split to read only, write only
13 * 29 Mar 2009 0.16 Test case for VIDIOC_S_FREQUENCY with NULL parameter added
33 * 22 Dec 2008 0.2 Test cases with NULL parameter added;
251 {"VIDIOC_S_CTRL with invalid value parameter",
254 {"VIDIOC_S_CTRL, white balance with invalid value parameter",
257 {"VIDIOC_S_CTRL, gain control with invalid value parameter",
278 {"VIDIOC_G_PARM with invalid type parameter",
282 {"VIDIOC_G_FMT with invalid type parameter",
286 {"VIDIOC_S_FMT with invalid type parameter", test_VIDIOC_S_FMT_type},
308 {"VIDIOC_REQBUFS with invalid memory parameter, capture",
[all …]
/external/llvm-project/openmp/runtime/src/include/
Domp_lib.f90.var17 integer, parameter :: omp_integer_kind = c_int
18 integer, parameter :: omp_logical_kind = 4
19 integer, parameter :: omp_real_kind = c_float
20 integer, parameter :: kmp_double_kind = c_double
21 integer, parameter :: omp_lock_kind = c_intptr_t
22 integer, parameter :: omp_nest_lock_kind = c_intptr_t
23 integer, parameter :: omp_sched_kind = omp_integer_kind
24 integer, parameter :: omp_proc_bind_kind = omp_integer_kind
25 integer, parameter :: kmp_pointer_kind = c_intptr_t
26 integer, parameter :: kmp_size_t_kind = c_size_t
[all …]
/external/nist-sip/java/gov/nist/javax/sip/header/
DParametersHeader.java76 * Returns the value of the named parameter, or null if it is not set. A
77 * zero-length String indicates flag parameter.
79 * @param name name of parameter to retrieve
80 * @return the value of specified parameter
89 * Return the parameter as an object (dont convert to string).
91 * @param name is the name of the parameter to get.
102 * @return an Iterator over all the parameter names
109 /** Return true if you have a parameter and false otherwise.
119 * Removes the specified parameter from Parameters of this ParametersHeader.
120 * This method returns silently if the parameter is not part of the
[all …]
/external/llvm-project/clang/test/CXX/temp/temp.res/temp.local/
Dp6.cpp6 … typename T> struct X {}; // expected-error {{declaration of 'T' shadows template parameter}}
9 …mplate<typename T> struct A {}; // expected-error {{declaration of 'T' shadows template parameter}}
12 …template<typename> struct T {}; // expected-error {{declaration of 'T' shadows template parameter}}
15 template<typename> void T(); // expected-error {{declaration of 'T' shadows template parameter}}
18 struct T {}; // expected-error {{declaration of 'T' shadows template parameter}}
21 typedef int T; // expected-error {{declaration of 'T' shadows template parameter}}
24 using T = int; // expected-error {{declaration of 'T' shadows template parameter}}
27 int T; // expected-error {{declaration of 'T' shadows template parameter}}
30 static int T; // expected-error {{declaration of 'T' shadows template parameter}}
33 void T(); // expected-error {{declaration of 'T' shadows template parameter}}
[all …]
/external/clang/test/CXX/temp/temp.res/temp.local/
Dp6.cpp6 … typename T> struct X {}; // expected-error {{declaration of 'T' shadows template parameter}}
9 …mplate<typename T> struct A {}; // expected-error {{declaration of 'T' shadows template parameter}}
12 …template<typename> struct T {}; // expected-error {{declaration of 'T' shadows template parameter}}
15 template<typename> void T(); // expected-error {{declaration of 'T' shadows template parameter}}
18 struct T {}; // expected-error {{declaration of 'T' shadows template parameter}}
21 typedef int T; // expected-error {{declaration of 'T' shadows template parameter}}
24 using T = int; // expected-error {{declaration of 'T' shadows template parameter}}
27 int T; // expected-error {{declaration of 'T' shadows template parameter}}
30 static int T; // expected-error {{declaration of 'T' shadows template parameter}}
33 void T(); // expected-error {{declaration of 'T' shadows template parameter}}
[all …]

12345678910>>...457