Home
last modified time | relevance | path

Searched full:values (Results 1 – 25 of 17967) sorted by relevance

12345678910>>...719

/external/firebase-messaging/libs/
Dfirebase-messaging-21.0.1.aar ... /values.xml res/values-ar/values.xml res/values-as/values. ...
Dplay-services-basement-17.0.0.aar ... /values.xml res/values-ar/values.xml res/values-as/values. ...
/external/swiftshader/third_party/SPIRV-Tools/test/val/
Dval_builtins_test.cpp53 using ::testing::Values;
513 Combine(Values("ClipDistance", "CullDistance"),
514 Values("Vertex", "Geometry", "TessellationControl",
516 Values("Output"), Values("%f32arr2", "%f32arr4"), Values(nullptr),
517 Values(TestResult())));
522 Combine(Values("ClipDistance", "CullDistance"),
523 Values("Fragment", "Geometry", "TessellationControl",
525 Values("Input"), Values("%f32arr2", "%f32arr4"), Values(nullptr),
526 Values(TestResult())));
531 Combine(Values("ClipDistance", "CullDistance"),
[all …]
Dval_non_semantic_test.cpp43 using ::testing::Values;
104 Combine(Values(true), Values(false), Values(""),
105 Values(""), Values(TestResult())));
109 Combine(Values(false), Values(true), Values(""), Values(""),
110 Values(TestResult(
116 Combine(Values(true), Values(true), Values(""),
117 Values(""), Values(TestResult())));
121 Combine(Values(true), Values(true),
122 Values("%result = OpExtInst %void %extinst 123 %i32"), Values(""),
123 Values(TestResult())));
[all …]
Dval_non_uniform_test.cpp29 using ::testing::Values;
190 Combine(Values("OpGroupNonUniformElect"),
191 Values("%bool"), ValuesIn(scopes), Values(""),
192 Values("")));
195 Combine(Values("OpGroupNonUniformAll",
198 Values("%bool"), ValuesIn(scopes),
199 Values("%true"), Values("")));
202 Combine(Values("OpGroupNonUniformBroadcast"),
203 Values("%bool"), ValuesIn(scopes),
204 Values("%true %u32_0"), Values("")));
[all …]
/external/angle/third_party/vulkan-deps/spirv-tools/src/test/val/
Dval_builtins_test.cpp53 using ::testing::Values;
513 Combine(Values("ClipDistance", "CullDistance"),
514 Values("Vertex", "Geometry", "TessellationControl",
516 Values("Output"), Values("%f32arr2", "%f32arr4"), Values(nullptr),
517 Values(TestResult())));
522 Combine(Values("ClipDistance", "CullDistance"),
523 Values("Fragment", "Geometry", "TessellationControl",
525 Values("Input"), Values("%f32arr2", "%f32arr4"), Values(nullptr),
526 Values(TestResult())));
531 Combine(Values("ClipDistance", "CullDistance"),
[all …]
Dval_non_uniform_test.cpp29 using ::testing::Values;
243 Combine(Values("OpGroupNonUniformElect"),
244 Values("%bool"), ValuesIn(scopes), Values(""),
245 Values("")));
248 Combine(Values("OpGroupNonUniformAll",
251 Values("%bool"), ValuesIn(scopes),
252 Values("%true"), Values("")));
255 Combine(Values("OpGroupNonUniformBroadcast"),
256 Values("%bool"), ValuesIn(scopes),
257 Values("%true %u32_0"), Values("")));
[all …]
Dval_non_semantic_test.cpp43 using ::testing::Values;
104 Combine(Values(true), Values(false), Values(""),
105 Values(""), Values(TestResult())));
109 Combine(Values(false), Values(true), Values(""), Values(""),
110 Values(TestResult(
116 Combine(Values(true), Values(true), Values(""),
117 Values(""), Values(TestResult())));
121 Combine(Values(true), Values(true),
122 Values("%result = OpExtInst %void %extinst 123 %i32"), Values(""),
123 Values(TestResult())));
[all …]
/external/deqp-deps/SPIRV-Tools/test/val/
Dval_builtins_test.cpp53 using ::testing::Values;
513 Combine(Values("ClipDistance", "CullDistance"),
514 Values("Vertex", "Geometry", "TessellationControl",
516 Values("Output"), Values("%f32arr2", "%f32arr4"), Values(nullptr),
517 Values(TestResult())));
522 Combine(Values("ClipDistance", "CullDistance"),
523 Values("Fragment", "Geometry", "TessellationControl",
525 Values("Input"), Values("%f32arr2", "%f32arr4"), Values(nullptr),
526 Values(TestResult())));
531 Combine(Values("ClipDistance", "CullDistance"),
[all …]
Dval_non_uniform_test.cpp29 using ::testing::Values;
189 Combine(Values("OpGroupNonUniformElect"),
190 Values("%bool"), ValuesIn(scopes), Values(""),
191 Values("")));
194 Combine(Values("OpGroupNonUniformAll",
197 Values("%bool"), ValuesIn(scopes),
198 Values("%true"), Values("")));
201 Combine(Values("OpGroupNonUniformBroadcast"),
202 Values("%bool"), ValuesIn(scopes),
203 Values("%true %u32_0"), Values("")));
[all …]
Dval_non_semantic_test.cpp43 using ::testing::Values;
104 Combine(Values(true), Values(false), Values(""),
105 Values(""), Values(TestResult())));
109 Combine(Values(false), Values(true), Values(""), Values(""),
110 Values(TestResult(
116 Combine(Values(true), Values(true), Values(""),
117 Values(""), Values(TestResult())));
121 Combine(Values(true), Values(true),
122 Values("%result = OpExtInst %void %extinst 123 %i32"), Values(""),
123 Values(TestResult())));
[all …]
/external/mesa3d/prebuilt-intermediates/cle/
Dv3d_packet_v33_pack.h251 const struct V3D33_HALT * restrict values) in V3D33_HALT_pack() argument
253 cl[ 0] = __gen_uint(values->opcode, 0, 7); in V3D33_HALT_pack()
261 struct V3D33_HALT * restrict values) in V3D33_HALT_unpack() argument
263 values->opcode = __gen_unpack_uint(cl, 0, 7); in V3D33_HALT_unpack()
278 const struct V3D33_NOP * restrict values) in V3D33_NOP_pack() argument
280 cl[ 0] = __gen_uint(values->opcode, 0, 7); in V3D33_NOP_pack()
288 struct V3D33_NOP * restrict values) in V3D33_NOP_unpack() argument
290 values->opcode = __gen_unpack_uint(cl, 0, 7); in V3D33_NOP_unpack()
305 const struct V3D33_FLUSH * restrict values) in V3D33_FLUSH_pack() argument
307 cl[ 0] = __gen_uint(values->opcode, 0, 7); in V3D33_FLUSH_pack()
[all …]
Dv3d_packet_v21_pack.h46 const struct V3D21_HALT * restrict values) in V3D21_HALT_pack() argument
48 cl[ 0] = __gen_uint(values->opcode, 0, 7); in V3D21_HALT_pack()
56 struct V3D21_HALT * restrict values) in V3D21_HALT_unpack() argument
58 values->opcode = __gen_unpack_uint(cl, 0, 7); in V3D21_HALT_unpack()
73 const struct V3D21_NOP * restrict values) in V3D21_NOP_pack() argument
75 cl[ 0] = __gen_uint(values->opcode, 0, 7); in V3D21_NOP_pack()
83 struct V3D21_NOP * restrict values) in V3D21_NOP_unpack() argument
85 values->opcode = __gen_unpack_uint(cl, 0, 7); in V3D21_NOP_unpack()
100 const struct V3D21_FLUSH * restrict values) in V3D21_FLUSH_pack() argument
102 cl[ 0] = __gen_uint(values->opcode, 0, 7); in V3D21_FLUSH_pack()
[all …]
/external/cronet/third_party/protobuf/js/experimental/runtime/kernel/
Dkernel.js88 * methods and return an Iterable containing those converted values.
125 * read function and return an Array containing those converted values. This is
145 * read function and return an Array containing those converted values. This is
290 * @param {!Iterable<!InternalMessage>} values
292 function writeRepeatedMessage(writer, fieldNumber, values) { argument
293 for (const value of values) {
302 * @param {!Array<!InternalMessage>} values
304 function writeRepeatedGroup(writer, fieldNumber, values) { argument
305 for (const value of values) {
606 * Note: Since g.m.Long does not support unsigned int64 values we are going
[all …]
/external/proguard/src/proguard/evaluation/
DStack.java38 protected Value[] values; field in Stack
45 * space required by Category 2 values.
49 values = new Value[maxSize]; in Stack()
58 // Create the values array. in Stack()
59 this(stack.values.length); in Stack()
68 * operations, accounting for the double space required by Category 2 values.
81 // Is the values array large enough? in reset()
82 if (maxSize > values.length) in reset()
85 values = new Value[maxSize]; in reset()
96 * Copies the values of the given Stack into this Stack.
[all …]
/external/ms-tpm-20-ref/TPMCmd/tpm/include/
DTableMarshalTypes.h49 // The 'values' array contains indicators for the things to marshal. The 'elements'
54 // A schematic of a simple structure entry is shown here but the values are not
106 UINT16 values[1]; // three times elements member
116 UINT32 values[1]; member
125 UINT32 values[1]; member
133 UINT32 values[2]; member
164 UINT32 attributeMask; // the values that must be zero.
178 UINT32 values[4]; member
185 UINT32 values[2]; member
192 UINT32 values[2]; member
[all …]
/external/clang/test/SemaCXX/
Dwarn-enum-compare.cpp68 …while (B1 == B2); // expected-warning {{comparison of two values with different enumeration types… in test()
69 …while (name1::B2 == name2::B3); // expected-warning {{comparison of two values with different enu… in test()
70 …while (z == name2::B2); // expected-warning {{comparison of two values with different enumeration… in test()
72 …while (((((B1)))) == B2); // expected-warning {{comparison of two values with different enumerati… in test()
73 …while (name1::B2 == (name2::B3)); // expected-warning {{comparison of two values with different e… in test()
74 …while (z == ((((name2::B2))))); // expected-warning {{comparison of two values with different enu… in test()
76 …while ((((B1))) == (((B2)))); // expected-warning {{comparison of two values with different enume… in test()
77 …while ((name1::B2) == (((name2::B3)))); // expected-warning {{comparison of two values with diffe… in test()
78 …while ((((z))) == (name2::B2)); // expected-warning {{comparison of two values with different enu… in test()
80 …while (x == a); // expected-warning {{comparison of two values with different enumeration types (… in test()
[all …]
/external/deqp/data/gles2/shaders/
Dkeywords.test8 values {}
25 values {}
42 values {}
59 values {}
76 values {}
93 values {}
110 values {}
127 values {}
144 values {}
161 values {}
[all …]
/external/python/pybind11/tests/
Dconstructor_stats.h52 For everything except copy and move constructors and destructors, any extra values given to the
53 print_...() function is stored in a class-specific values list which you can retrieve and inspect
54 from the ConstructorStats instance `.values()` method.
76 std::list<std::string> _values; // Used to track values (e.g. of value constructors)
137 // Takes one or more values, converts them to strings, then stores them.
145 // Move out stored values
146 py::list values() { in values() function
199 // constructors/operators. The ones that take extra values record the given values in the
200 // constructor stats values for later inspection.
203 template <class T, typename... Values> void track_copy_assigned(T *, Values &&...values) { in track_copy_assigned() argument
[all …]
/external/deqp/data/gles3/shaders/
Dkeywords.test8 values {}
26 values {}
44 values {}
62 values {}
80 values {}
98 values {}
116 values {}
134 values {}
152 values {}
170 values {}
[all …]
/external/guava/guava/src/com/google/common/math/
DStatsAccumulator.java31 * A mutable object which accumulates double values and tracks some basic statistics over all the
32 * values added so far. The values may be added singly or in groups. This class is not thread safe.
78 * Adds the given values to the dataset.
80 * @param values a series of values, which will be converted to {@code double} values (this may
83 public void addAll(Iterable<? extends Number> values) { in addAll() argument
84 for (Number value : values) { in addAll()
90 * Adds the given values to the dataset.
92 * @param values a series of values, which will be converted to {@code double} values (this may
95 public void addAll(Iterator<? extends Number> values) { in addAll() argument
96 while (values.hasNext()) { in addAll()
[all …]
/external/cldr/common/supplemental/
DgrammaticalFeatures.xml41 <grammaticalGender values="masculine feminine"/>
44 <grammaticalGender values="common neuter"/>
47 <grammaticalCase values="nominative ablative dative locative instrumental"/>
50 <grammaticalCase values="nominative oblique accusative dative locative instrumental"/>
54 …<grammaticalCase values="nominative genitive accusative dative locative instrumental ablative voca…
55 <grammaticalCase scope="units" values="nominative accusative dative ablative"/>
58 …<grammaticalCase values="nominative abessive ablative adessive allative comitative elative essive …
59 <grammaticalCase scope="units" values="nominative elative illative partitive genitive"/>
63 …<grammaticalCase values="nominative ablative accusative adessive allative causal dative delative e…
64 …<grammaticalCase scope="units" values="nominative accusative instrumental terminative translative"…
[all …]
/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/struct/
DFormatFeatureAcceptSingleTest.java13 public String[] values; field in FormatFeatureAcceptSingleTest.StringArrayNotAnnoted
16 public StringArrayNotAnnoted(String ... v) { values = v; } in StringArrayNotAnnoted()
21 public String[] values; field in FormatFeatureAcceptSingleTest.StringArrayWrapper
26 public boolean[] values; field in FormatFeatureAcceptSingleTest.BooleanArrayWrapper
31 public int[] values; field in FormatFeatureAcceptSingleTest.IntArrayWrapper
36 public long[] values; field in FormatFeatureAcceptSingleTest.LongArrayWrapper
41 public float[] values; field in FormatFeatureAcceptSingleTest.FloatArrayWrapper
46 public double[] values; field in FormatFeatureAcceptSingleTest.DoubleArrayWrapper
51 public List<String> values; field in FormatFeatureAcceptSingleTest.StringListWrapper
56 public EnumSet<ABC> values; field in FormatFeatureAcceptSingleTest.EnumSetWrapper
[all …]
/external/tensorflow/tensorflow/python/ops/
Dsort_ops.py31 def sort(values, axis=-1, direction='ASCENDING', name=None): argument
61 * `tf.math.top_k`: A partial sort that returns a fixed number of top values
66 values: 1-D or higher **numeric** `Tensor`.
69 direction: The direction in which to sort the values (`'ASCENDING'` or
74 A `Tensor` with the same dtype and shape as `values`, with the elements
78 tf.errors.InvalidArgumentError: If the `values.dtype` is not a `float` or
83 return _sort_or_argsort(values, axis, direction, return_argsort=False)
88 def argsort(values, axis=-1, direction='ASCENDING', stable=False, name=None): argument
91 >>> values = [1, 10, 26.9, 2.8, 166.32, 62.3]
92 >>> sort_order = tf.argsort(values)
[all …]
/external/cronet/buildtools/third_party/libc++/trunk/utils/
Dgenerate_feature_test_macro_components.py36 # values A dict whose keys are C++ versions and whose values are the
65 "values": { "c++2b": 202106 },
69 "values": { "c++17": 201603 },
73 "values": { "c++2b": 202106 },
77 "values": { "c++17": 201411 },
81 "values": { "c++17": 201606 },
85 "values": { "c++17": 201603 },
89 "values": { "c++17": 201603, "c++20": 201811 },
93 "values": { "c++17": 201510 },
97 "values": { "c++2b": 202110 },
[all …]

12345678910>>...719