HomeSort by relevance Sort by last modified time
    Searched refs:Values (Results 1 - 25 of 402) 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_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/chromium_org/extensions/browser/value_store/
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}}
metafunctions.cpp 70 template<int ...Values>
72 typedef int_tuple<Values*2 ...> type;
78 template<int ...Values>
80 typedef int_tuple<(Values*Values)...> type;
88 template<int ...Values>
89 struct square_tuple<int_tuple<Values...>> {
90 typedef int_tuple<(Values*Values)...> type;
96 template<int ...Values> struct sum
    [all...]
  /external/chromium_org/chrome/browser/media/
encrypted_media_browsertest.cc 431 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(PREFIXED)))
    [all...]
  /external/llvm/include/llvm/Option/
Arg.h 30 /// derive the argument values efficiently.
55 /// \brief Does this argument own its values?
58 /// \brief The argument values, as C strings.
59 SmallVector<const char *, 2> Values;
93 unsigned getNumValues() const { return Values.size(); }
95 return Values[N];
99 return Values;
104 if (Values[i] == Value)
115 /// The distinction is that some options only render their values
122 /// 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/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/llvm/lib/CodeGen/AsmPrinter/
DebugLocEntry.h 91 SmallVector<Value, 1> Values;
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/
spdy_protocol_test.cc 41 ::testing::Values(SPDY2, SPDY3));
48 ::testing::Values(SPDY2, SPDY3));
55 // Make sure that we get expected values in opt mode.
  /external/clang/test/CXX/dcl.decl/dcl.meaning/dcl.fct/
p13.cpp 19 template<Types ...Values> struct Inner;
  /external/llvm/lib/Option/
Arg.cpp 29 Values.push_back(Value0);
36 Values.push_back(Value0);
37 Values.push_back(Value1);
42 for (unsigned i = 0, e = Values.size(); i != e; ++i)
43 delete[] Values[i];
55 llvm::errs() << " Values: [";
56 for (unsigned i = 0, e = Values.size(); i != e; ++i) {
58 llvm::errs() << "'" << Values[i] << "'";
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime.Tests/
Antlr.Runtime.Collections.Tests.pas 51 Values: array [0..9] of Integer = (50, 1, 33, 76, -22, 22, 34, 2, 88, 12);
58 for I in Values do
75 CheckEquals(P.Key, Values[I]);
76 CheckEquals(P.Value, 'Value' + IntToStr(Values[I]));
90 if (Values[I] = 34) then
92 CheckEquals(P.Key, Values[I]);
93 CheckEquals(P.Value, 'Value' + IntToStr(Values[I]));
  /external/eigen/bench/
sparse_setter.cpp 45 typedef std::vector<float> Values;
47 EIGEN_DONT_INLINE Scalar* setinnerrand_eigen(const Coordinates& coords, const Values& vals);
48 EIGEN_DONT_INLINE Scalar* setrand_eigen_dynamic(const Coordinates& coords, const Values& vals);
49 EIGEN_DONT_INLINE Scalar* setrand_eigen_compact(const Coordinates& coords, const Values& vals);
50 EIGEN_DONT_INLINE Scalar* setrand_eigen_sumeq(const Coordinates& coords, const Values& vals);
51 EIGEN_DONT_INLINE Scalar* setrand_eigen_gnu_hash(const Coordinates& coords, const Values& vals);
52 EIGEN_DONT_INLINE Scalar* setrand_eigen_google_dense(const Coordinates& coords, const Values& vals);
53 EIGEN_DONT_INLINE Scalar* setrand_eigen_google_sparse(const Coordinates& coords, const Values& vals);
54 EIGEN_DONT_INLINE Scalar* setrand_scipy(const Coordinates& coords, const Values& vals);
55 EIGEN_DONT_INLINE Scalar* setrand_ublas_mapped(const Coordinates& coords, const Values& vals)
69 Values values; local
    [all...]

Completed in 986 milliseconds

1 2 3 4 5 6 7 8 91011>>