Searched refs:Values (Results 1 - 25 of 400) sorted by relevance

1234567891011>>

/external/clang/test/CXX/temp/temp.decls/temp.class.spec/
H A Dp8-0x.cpp3 template<int ...Values> struct X1;
5 template<int ...Values>
6 struct X1<0, Values+1 ...>; // expected-error{{non-type template argument depends on a template parameter of the partial specialization}}
/external/chromium_org/testing/gtest/test/
H A Dgtest-param-test2_test.cc41 using ::testing::Values;
47 ParamGenerator<int> extern_gen = Values(33);
55 Values(33, 66));
63 Values(42*3, 42*4, 42*5));
H A Dgtest-param-test_test.cc62 using ::testing::Values;
409 // Tests that the Values() generates the expected sequence.
411 const ParamGenerator<int> gen = Values(3, 5, 8);
417 // Tests that Values() generates the expected sequences from elements of
420 const ParamGenerator<double> gen = Values(3, 5.0f, 8.0);
427 const ParamGenerator<int> gen = Values(
443 // Edge case test. Tests that single-parameter Values() generates the sequence
446 const ParamGenerator<int> gen = Values(42);
467 Combine(Values(foo, bar), Values(
[all...]
/external/gtest/test/
H A Dgtest-param-test2_test.cc41 using ::testing::Values;
47 ParamGenerator<int> extern_gen = Values(33);
55 Values(33, 66));
63 Values(42*3, 42*4, 42*5));
H A Dgtest-param-test_test.cc62 using ::testing::Values;
409 // Tests that the Values() generates the expected sequence.
411 const ParamGenerator<int> gen = Values(3, 5, 8);
417 // Tests that Values() generates the expected sequences from elements of
420 const ParamGenerator<double> gen = Values(3, 5.0f, 8.0);
427 const ParamGenerator<int> gen = Values(
443 // Edge case test. Tests that single-parameter Values() generates the sequence
446 const ParamGenerator<int> gen = Values(42);
467 Combine(Values(foo, bar), Values(
[all...]
/external/protobuf/gtest/test/
H A Dgtest-param-test2_test.cc41 using ::testing::Values;
47 ParamGenerator<int> extern_gen = Values(33);
55 Values(33, 66));
63 Values(42*3, 42*4, 42*5));
/external/clang/test/CXX/temp/temp.param/
H A Dp11-0x.cpp17 template<int V = 0, int ...Values> struct X2nt;
18 template<int V = 0, int ...Values> using A2nt = X2nt<V, Values...>;
34 template<int ...Values, // expected-error{{template parameter pack must be the last template parameter}}
37 template<int ...Values, // expected-error{{template parameter pack must be the last template parameter}}
54 template<int... Values> struct X1nt;
55 template<int ...Values, int V> struct X1nt<V, Values...> { };
64 template<int ...Values, int V>
65 void f1nt(X1nt<V, Values
[all...]
/external/chromium_org/extensions/browser/value_store/
H A Dtesting_value_store_unittest.cc22 testing::Values(&Param));
/external/clang/test/CXX/expr/expr.unary/expr.sizeof/
H A Dp5-0x.cpp8 template<int ...Values> struct count_ints {
9 static const unsigned value = sizeof...(Values);
/external/clang/test/CXX/temp/temp.decls/temp.variadic/
H A Dexample-tuple.cpp54 template<typename... Values> class tuple;
123 template<typename... Values>
124 tuple<typename make_tuple_result<Values>::type...>
125 make_tuple(const Values&... values) {
126 return tuple<typename make_tuple_result<Values>::type...>(values...);
129 template<typename... Values>
130 tuple<Values&...> tie(Values&... values) {
131 return tuple<Values&...>(values...);
146 template<typename... Values> struc
[all...]
H A Dexample-bind.cpp54 template<typename... Values> class tuple;
103 template<typename... Values>
104 tuple<typename make_tuple_result<Values>::type...>
105 make_tuple(const Values&... values) {
106 return tuple<typename make_tuple_result<Values>::type...>(values...);
109 template<typename... Values>
110 tuple<Values&...> tie(Values&... values) {
111 return tuple<Values&...>(values...);
117 template<typename... Values> struc
[all...]
H A Dparameter-matching.cpp23 template<int ...Values> struct X1nt; // expected-note{{previous non-type template parameter pack declared here}}
24 template<int Values> struct X1nt; // expected-error{{non-type template parameter conflicts with previous non-type template parameter pack}}
/external/chromium_org/chrome/browser/media/
H A Dencrypted_media_browsertest.cc431 using ::testing::Values;
436 Combine(Values(kPrefixedClearKeyKeySystem),
437 Values(SRC),
438 Values(PREFIXED)));
445 Combine(Values(kClearKeyKeySystem),
446 Values(SRC),
447 Values(UNPREFIXED)));
452 Combine(Values(kPrefixedClearKeyKeySystem),
453 Values(MSE),
454 Values(PREFIXE
[all...]
/external/chromium_org/chrome/installer/util/
H A Dlanguage_selector_unittest.cc128 ::testing::Values(L"en-gb"),
129 ::testing::Values(L"en-au", L"en-ca", L"en-nz", L"en-za")));
135 ::testing::Values(L"iw"),
136 ::testing::Values(L"he")));
142 ::testing::Values(L"no"),
143 ::testing::Values(L"nb")));
149 ::testing::Values(L"fil"),
150 ::testing::Values(L"tl")));
156 ::testing::Values(L"zh-cn"),
157 ::testing::Values(
[all...]
/external/clang/test/CodeGenCXX/
H A Dmangle-variadic-templates.cpp9 template<int ...Values> struct int_tuple { };
59 template<int ...Values> int_tuple<Values...> f6() {}
/external/chromium_org/third_party/angle/tests/preprocessor_tests/
H A Didentifier_test.cpp42 testing::Values('_'));
74 testing::Combine(testing::Values('_'),
75 testing::Values('_')));
80 testing::Combine(testing::Values('_'),
86 testing::Combine(testing::Values('_'),
92 testing::Combine(testing::Values('_'),
99 testing::Values('_')));
123 testing::Values('_')));
H A Dnumber_test.cpp30 testing::Values("1a", "08", "0xG"));
34 testing::Values("1eg", "0.a", "0.1.2", ".0a", ".0.1"));
58 testing::Combine(testing::Values(""),
63 testing::Combine(testing::Values("0"),
68 testing::Combine(testing::Values("0x", "0X"),
73 testing::Combine(testing::Values("0x", "0X"),
78 testing::Combine(testing::Values("0x", "0X"),
119 testing::Values('e', 'E'),
120 testing::Values("", "+", "-"),
156 testing::Combine(testing::Values('\
[all...]
/external/clang/lib/Rewrite/Core/
H A DDeltaTree.cpp69 /// Values - This tracks the SourceDelta's currently in this node.
71 SourceDelta Values[2*WidthFactor-1]; member in class:__anon17962::DeltaTreeNode
95 return Values[i];
99 return Values[i];
136 Values[0] = IR.Split;
168 NewFullDelta += Values[i].Delta;
196 Values[i].Delta += Delta;
207 memmove(&Values[i+1], &Values[i], sizeof(Values[
[all...]
/external/clang/test/CXX/dcl.decl/dcl.meaning/dcl.fct/
H A Dp13.cpp19 template<Types ...Values> struct Inner;
/external/robolectric/src/main/java/com/xtremelabs/robolectric/annotation/
H A DValues.java10 public @interface Values { interface
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Misc/
H A DDoubleKeyMap.cs41 public virtual ICollection<TValue> Values(TKey1 k1) { method in class:Antlr.Runtime.Debug.Misc.DoubleKeyMap
47 return data2.Values;
65 public virtual ICollection<TValue> Values() { method in class:Antlr.Runtime.Debug.Misc.DoubleKeyMap
67 foreach (IDictionary<TKey2, TValue> k2 in data.Values) {
68 foreach (TValue v in k2.Values) {
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/Misc/
H A DDoubleKeyMap`3.cs47 public virtual ICollection<TValue> Values(TKey1 k1) method in class:Antlr.Runtime.Debug.Misc.DoubleKeyMap
54 return data2.Values;
74 public virtual ICollection<TValue> Values() method in class:Antlr.Runtime.Debug.Misc.DoubleKeyMap
77 foreach (IDictionary<TKey2, TValue> k2 in data.Values)
79 foreach (TValue v in k2.Values)
/external/llvm/include/llvm/Option/
H A DArg.h59 SmallVector<const char *, 2> Values; member in class:llvm::opt::Arg
93 unsigned getNumValues() const { return Values.size(); }
95 return Values[N];
99 return Values;
104 if (Values[i] == Value)
/external/llvm/lib/CodeGen/AsmPrinter/
H A DDebugLocEntry.h91 SmallVector<Value, 1> Values; member in class:llvm::DebugLocEntry
101 Values.push_back(std::move(Val));
109 if ((End == Next.Begin && Values == Next.Values)) {
118 const ArrayRef<Value> getValues() const { return Values; }
119 void addValue(Value Val) { Values.push_back(Val); }
/external/chromium_org/net/spdy/
H A Dspdy_protocol_test.cc41 ::testing::Values(SPDY2, SPDY3));
48 ::testing::Values(SPDY2, SPDY3));

Completed in 595 milliseconds

1234567891011>>