HomeSort by relevance Sort by last modified time
    Searched refs:Values (Results 1 - 25 of 385) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/CXX/temp/temp.decls/temp.class.spec/
p8-0x.cpp 3 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/testing/gtest/test/
gtest-param-test2_test.cc 41 using ::testing::Values;
47 ParamGenerator<int> extern_gen = Values(33);
55 Values(33, 66));
63 Values(42*3, 42*4, 42*5));
gtest-param-test_test.cc 62 using ::testing::Values;
137 // We cannot use EXPECT_EQ() here as the values may be tuples,
181 // generates an expected sequence of values. The general test pattern
364 ContainerType values; local
365 values.push_back(3);
366 values.push_back(5);
367 values.push_back(8);
368 const ParamGenerator<int> gen = ValuesIn(values);
377 ContainerType values; local
378 values.push_back(3)
391 ContainerType values; local
403 ContainerType values; local
    [all...]
  /external/chromium_org/testing/gtest/test/
gtest-param-test2_test.cc 41 using ::testing::Values;
47 ParamGenerator<int> extern_gen = Values(33);
55 Values(33, 66));
63 Values(42*3, 42*4, 42*5));
gtest-param-test_test.cc 62 using ::testing::Values;
137 // We cannot use EXPECT_EQ() here as the values may be tuples,
181 // generates an expected sequence of values. The general test pattern
364 ContainerType values; local
365 values.push_back(3);
366 values.push_back(5);
367 values.push_back(8);
368 const ParamGenerator<int> gen = ValuesIn(values);
377 ContainerType values; local
378 values.push_back(3)
391 ContainerType values; local
403 ContainerType values; local
    [all...]
  /external/gtest/test/
gtest-param-test2_test.cc 41 using ::testing::Values;
47 ParamGenerator<int> extern_gen = Values(33);
55 Values(33, 66));
63 Values(42*3, 42*4, 42*5));
gtest-param-test_test.cc 62 using ::testing::Values;
137 // We cannot use EXPECT_EQ() here as the values may be tuples,
181 // generates an expected sequence of values. The general test pattern
364 ContainerType values; local
365 values.push_back(3);
366 values.push_back(5);
367 values.push_back(8);
368 const ParamGenerator<int> gen = ValuesIn(values);
377 ContainerType values; local
378 values.push_back(3)
391 ContainerType values; local
403 ContainerType values; local
    [all...]
  /external/libvpx/libvpx/third_party/googletest/src/test/
gtest-param-test2_test.cc 41 using ::testing::Values;
47 ParamGenerator<int> extern_gen = Values(33);
55 Values(33, 66));
63 Values(42*3, 42*4, 42*5));
  /external/protobuf/gtest/test/
gtest-param-test2_test.cc 41 using ::testing::Values;
47 ParamGenerator<int> extern_gen = Values(33);
55 Values(33, 66));
63 Values(42*3, 42*4, 42*5));
  /ndk/sources/third_party/googletest/googletest/test/
gtest-param-test2_test.cc 41 using ::testing::Values;
47 ParamGenerator<int> extern_gen = Values(33);
55 Values(33, 66));
63 Values(42*3, 42*4, 42*5));
  /libcore/luni/src/main/java/java/lang/
InheritableThreadLocal.java 54 Values values(Thread current) { method in class:InheritableThreadLocal
59 Values initializeValues(Thread current) {
60 return current.inheritableValues = new Values();
  /external/chromium_org/chrome/browser/value_store/
leveldb_value_store_unittest.cc 21 testing::Values(&Param));
testing_value_store_unittest.cc 22 testing::Values(&Param));
  /external/clang/test/CXX/temp/temp.param/
p11-0x.cpp 17 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/clang/test/CXX/expr/expr.unary/expr.sizeof/
p5-0x.cpp 8 template<int ...Values> struct count_ints {
9 static const unsigned value = sizeof...(Values);
  /external/clang/test/CXX/temp/temp.decls/temp.variadic/
example-tuple.cpp 54 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)
    [all...]
example-bind.cpp 54 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)
    [all...]
parameter-matching.cpp 23 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/llvm/include/llvm/Option/
Arg.h 30 /// derive the argument values efficiently. In addition, Arg
58 /// \brief Does this argument own its values?
61 /// \brief The argument values, as C strings.
62 SmallVector<const char *, 2> Values;
96 unsigned getNumValues() const { return Values.size(); }
98 return Values[N];
102 return Values;
107 if (Values[i] == Value)
118 /// The distinction is that some options only render their values
125 /// its values, for debugging and diagnostics
    [all...]
  /external/chromium_org/chrome/installer/util/
language_selector_unittest.cc 128 ::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(L"zh-chs", L"zh-hans", L"zh-sg")))
    [all...]
  /external/clang/test/CodeGenCXX/
mangle-variadic-templates.cpp 9 template<int ...Values> struct int_tuple { };
59 template<int ...Values> int_tuple<Values...> f6() {}
  /external/chromium_org/third_party/angle_dx11/tests/preprocessor_tests/
identifier_test.cpp 42 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('_')));
number_test.cpp 30 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('\0')
    [all...]
  /external/clang/lib/Rewrite/Core/
DeltaTree.cpp 22 /// than binary trees, because they store multiple keys/values in each node.
69 /// Values - This tracks the SourceDelta's currently in this node.
71 SourceDelta Values[2*WidthFactor-1];
73 /// NumValuesUsed - This tracks the number of values this node currently
81 /// FullDelta - This is the full delta of all the values in this node and
95 return Values[i];
99 return Values[i];
136 Values[0] = IR.Split;
168 NewFullDelta += Values[i].Delta;
196 Values[i].Delta += Delta
    [all...]
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/annotation/
Values.java 4 * Indicate that roboletric should look for values that is specific for the locale
10 public @interface Values {

Completed in 570 milliseconds

1 2 3 4 5 6 7 8 91011>>