HomeSort by relevance Sort by last modified time
    Searched refs:Values (Results 176 - 200 of 1405) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/google-breakpad/src/testing/gtest/test/
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/test/
realtime_test.cc 59 ::testing::Values(::libvpx_test::kRealTime));
61 ::testing::Values(::libvpx_test::kRealTime));
vp9_subtract_test.cc 89 ::testing::Values(vpx_subtract_block_c));
93 ::testing::Values(vpx_subtract_block_sse2));
97 ::testing::Values(vpx_subtract_block_neon));
101 ::testing::Values(vpx_subtract_block_msa));
106 ::testing::Values(vpx_subtract_block_mmi));
dct_partial_test.cc 108 ::testing::Values(make_tuple(&vpx_highbd_fdct32x32_1_c, 32, VPX_BITS_12),
121 ::testing::Values(make_tuple(&vpx_fdct32x32_1_c, 32, VPX_BITS_8),
130 ::testing::Values(make_tuple(&vpx_fdct32x32_1_sse2, 32, VPX_BITS_8),
140 ::testing::Values(make_tuple(&vpx_fdct32x32_1_neon, 32, VPX_BITS_8),
149 ::testing::Values(make_tuple(&vpx_fdct32x32_1_neon, 32, VPX_BITS_8),
159 ::testing::Values(make_tuple(&vpx_fdct8x8_1_msa, 8,
164 ::testing::Values(make_tuple(&vpx_fdct32x32_1_msa, 32, VPX_BITS_8),
predict_test.cc 286 ::testing::Values(make_tuple(16, 16, &vp8_sixtap_predict16x16_c),
293 ::testing::Values(make_tuple(16, 16, &vp8_sixtap_predict16x16_neon),
301 ::testing::Values(make_tuple(4, 4, &vp8_sixtap_predict4x4_mmx)));
306 ::testing::Values(make_tuple(16, 16, &vp8_sixtap_predict16x16_sse2),
313 ::testing::Values(make_tuple(16, 16, &vp8_sixtap_predict16x16_ssse3),
321 ::testing::Values(make_tuple(16, 16, &vp8_sixtap_predict16x16_msa),
330 ::testing::Values(make_tuple(16, 16, &vp8_sixtap_predict16x16_mmi),
347 ::testing::Values(make_tuple(16, 16, &vp8_bilinear_predict16x16_c),
354 ::testing::Values(make_tuple(16, 16, &vp8_bilinear_predict16x16_neon),
362 ::testing::Values(make_tuple(8, 4, &vp8_bilinear_predict8x4_mmx)
    [all...]
quantize_test.cc 69 // Copy macroblockd from the reference to get pre-set-up dequant values.
172 ::testing::Values(
179 ::testing::Values(make_tuple(&vp8_fast_quantize_b_ssse3,
186 ::testing::Values(make_tuple(&vp8_regular_quantize_b_sse4_1,
192 ::testing::Values(make_tuple(&vp8_fast_quantize_b_neon,
199 ::testing::Values(
207 ::testing::Values(
hadamard_test.cc 177 ::testing::Values(&vpx_hadamard_8x8_c));
181 ::testing::Values(&vpx_hadamard_8x8_sse2));
186 ::testing::Values(&vpx_hadamard_8x8_ssse3));
191 ::testing::Values(&vpx_hadamard_8x8_neon));
199 ::testing::Values(&vpx_hadamard_8x8_msa));
205 ::testing::Values(&vpx_hadamard_8x8_vsx));
265 ::testing::Values(&vpx_hadamard_16x16_c));
269 ::testing::Values(&vpx_hadamard_16x16_sse2));
274 ::testing::Values(&vpx_hadamard_16x16_avx2));
279 ::testing::Values(&vpx_hadamard_16x16_vsx))
    [all...]
  /external/vulkan-validation-layers/tests/gtest-1.7.0/test/
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...]
  /prebuilts/ndk/r16/sources/third_party/googletest/googletest/test/
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...]
  /cts/tests/tests/syncmanager/common/src/android/content/syncmanager/cts/common/
Values.java 21 public class Values {
  /external/protobuf/gtest/test/
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/annotation-tools/asmx/test/conform/annotations/
ExtendedValues.java 19 classValue = Values.class,
33 classArrayValue = {Values.class, Values.class}
  /external/clang/test/CXX/temp/temp.decls/temp.variadic/
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/clang/test/CodeGenCXX/
mangle-variadic-templates.cpp 9 template<int ...Values> struct int_tuple { };
60 template<int ...Values> int_tuple<Values...> f6() {}
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/
tighten.go 7 // tighten moves Values closer to the Blocks in which they are used.
9 // if it doesn't also create more live values.
15 for _, v := range b.Values {
24 // We can't move values which have a memory arg - it might
25 // make two memory values live across a block boundary.
40 // Don't move values with more than one input, as that may
42 // We make an exception for boolean-typed values, as they will
72 // Compute target locations (for moveable values only).
75 for _, v := range b.Values {
107 for _, v := range b.Values {
    [all...]
nilcheck.go 37 // walkStates to maintain the known non-nil values.
40 // make an initial pass identifying any non-nil values
42 for _, v := range b.Values {
55 for _, v := range b.Values {
103 // Next, order values in the current block w.r.t. stores.
104 b.Values = storeOrder(b.Values, sset, storeNumber)
106 // Next, process values in the block.
108 for _, v := range b.Values {
109 b.Values[i] =
    [all...]
print.go 92 // Order of Values has been decided - print in that order.
93 for _, v := range b.Values {
103 for _, v := range b.Values {
112 // print rest of values in dependency order
113 for n < len(b.Values) {
116 for _, v := range b.Values {
133 for _, v := range b.Values {
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
tighten.go 7 // tighten moves Values closer to the Blocks in which they are used.
9 // if it doesn't also create more live values.
15 for _, v := range b.Values {
24 // We can't move values which have a memory arg - it might
25 // make two memory values live across a block boundary.
40 // Don't move values with more than one input, as that may
42 // We make an exception for boolean-typed values, as they will
72 // Compute target locations (for moveable values only).
75 for _, v := range b.Values {
107 for _, v := range b.Values {
    [all...]
nilcheck.go 37 // walkStates to maintain the known non-nil values.
40 // make an initial pass identifying any non-nil values
42 for _, v := range b.Values {
55 for _, v := range b.Values {
103 // Next, order values in the current block w.r.t. stores.
104 b.Values = storeOrder(b.Values, sset, storeNumber)
106 // Next, process values in the block.
108 for _, v := range b.Values {
109 b.Values[i] =
    [all...]
  /build/blueprint/parser/
sort.go 36 for i := 0; i < len(list.Values); i++ {
37 // Find a set of values on contiguous lines
38 line := list.Values[i].Pos().Line
40 for j = i + 1; j < len(list.Values); j++ {
41 if list.Values[j].Pos().Line > line+1 {
44 line = list.Values[j].Pos().Line
48 if j < len(list.Values) {
49 nextPos = list.Values[j].Pos()
51 sortSubList(list.Values[i:j], nextPos, file)
57 for i := 0; i < len(list.Values); i++
    [all...]
  /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...]
  /external/swiftshader/third_party/subzero/crosstest/
test_select_main.cpp 36 volatile unsigned Values[] = {
41 static const size_t NumValues = sizeof(Values) / sizeof(*Values);
49 setElement(Value1, j, Values[Index() % NumValues]);
50 setElement(Value2, j, Values[Index() % NumValues]);
76 volatile float Values[] = FP_VALUE_ARRAY(NegInf, PosInf, NegNan, Nan);
77 static const size_t NumValues = sizeof(Values) / sizeof(*Values);
85 setElement(Value1, j, Values[Index() % NumValues]);
86 setElement(Value2, j, Values[Index() % NumValues])
    [all...]
  /external/googletest/googletest/test/
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/v8/testing/gtest/test/
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...]

Completed in 1661 milliseconds

1 2 3 4 5 6 78 91011>>