Searched refs:Combine (Results 1 - 25 of 75) sorted by relevance

123

/external/chromium_org/third_party/angle/tests/preprocessor_tests/
H A Didentifier_test.cpp74 testing::Combine(testing::Values('_'),
80 testing::Combine(testing::Values('_'),
86 testing::Combine(testing::Values('_'),
92 testing::Combine(testing::Values('_'),
98 testing::Combine(CLOSED_RANGE('a', 'z'),
104 testing::Combine(CLOSED_RANGE('a', 'z'),
110 testing::Combine(CLOSED_RANGE('a', 'z'),
116 testing::Combine(CLOSED_RANGE('a', 'z'),
122 testing::Combine(CLOSED_RANGE('A', 'Z'),
128 testing::Combine(CLOSED_RANG
[all...]
H A Dnumber_test.cpp58 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"),
118 testing::Combine(CLOSED_RANGE('0', '9'),
151 testing::Combine(CLOSED_RANGE('0', '9'),
156 testing::Combine(testing::Values('\0'),
161 testing::Combine(CLOSED_RANGE('0', '9'),
/external/chromium_org/third_party/webrtc/system_wrappers/source/
H A Ddata_log_unittest.cc119 ASSERT_EQ(DataLog::AddTable(DataLog::Combine("a proper table", 1)), 0);
122 ASSERT_LT(DataLog::AddTable(DataLog::Combine("table failure", 1)), 0);
127 DataLog::Combine("a proper table", 1));
132 DataLog::AddTable(DataLog::Combine("table", 1));
133 DataLog::AddColumn(DataLog::Combine("table", 1), "arrival", 1);
134 DataLog::AddColumn(DataLog::Combine("table", 1), "timestamp", 1);
135 DataLog::AddColumn(DataLog::Combine("table", 1), "size", 5);
138 DataLog::InsertCell(DataLog::Combine("table", 1), "arrival",
140 DataLog::InsertCell(DataLog::Combine("table", 1), "timestamp",
142 DataLog::InsertCell(DataLog::Combine("tabl
[all...]
H A Ddata_log_no_op.cc24 std::string DataLog::Combine(const std::string& table_name, int table_id) { function in class:webrtc::DataLog
H A Ddata_log_unittest_disabled.cc39 std::string table_name = DataLog::Combine("table", 1);
49 // Don't use the table name we would get from Combine on a disabled DataLog.
/external/webrtc/src/system_wrappers/source/
H A Ddata_log_unittest.cc118 ASSERT_EQ(DataLog::AddTable(DataLog::Combine("a proper table", 1)), 0);
121 ASSERT_LT(DataLog::AddTable(DataLog::Combine("table failure", 1)), 0);
126 DataLog::Combine("a proper table", 1));
131 DataLog::AddTable(DataLog::Combine("table", 1));
132 DataLog::AddColumn(DataLog::Combine("table", 1), "arrival", 1);
133 DataLog::AddColumn(DataLog::Combine("table", 1), "timestamp", 1);
134 DataLog::AddColumn(DataLog::Combine("table", 1), "size", 5);
137 DataLog::InsertCell(DataLog::Combine("table", 1), "arrival",
139 DataLog::InsertCell(DataLog::Combine("table", 1), "timestamp",
141 DataLog::InsertCell(DataLog::Combine("tabl
[all...]
H A Ddata_log_no_op.cc24 std::string DataLog::Combine(const std::string& table_name, int table_id) { function in class:webrtc::DataLog
H A Ddata_log_unittest_disabled.cc39 std::string table_name = DataLog::Combine("table", 1);
49 // Don't use the table name we would get from Combine on a disabled DataLog.
/external/chromium_org/chrome/installer/util/
H A Dlanguage_selector_unittest.cc127 ::testing::Combine(
134 ::testing::Combine(
141 ::testing::Combine(
148 ::testing::Combine(
155 ::testing::Combine(
162 ::testing::Combine(
/external/chromium_org/chrome/browser/media/
H A Dencrypted_media_browsertest.cc430 using ::testing::Combine;
436 Combine(Values(kPrefixedClearKeyKeySystem),
445 Combine(Values(kClearKeyKeySystem),
452 Combine(Values(kPrefixedClearKeyKeySystem),
458 Combine(Values(kClearKeyKeySystem),
466 Combine(Values(kExternalClearKeyKeySystem),
471 Combine(Values(kExternalClearKeyKeySystem),
476 Combine(Values(kExternalClearKeyKeySystem),
481 Combine(Values(kExternalClearKeyKeySystem),
487 Combine(Value
[all...]
/external/chromium_org/testing/gtest/samples/
H A Dsample8_unittest.cc33 // Combine() helps with generating all possible combinations of such flags,
86 using ::testing::Combine;
157 // PrecalcPrimeTable instance and some inside it (10). Combine will produce all
161 Combine(Bool(), Values(1, 10)));
165 // Google Test may not support Combine() with some compilers. If we
/external/protobuf/gtest/samples/
H A Dsample8_unittest.cc33 // Combine() helps with generating all possible combinations of such flags,
86 using ::testing::Combine;
157 // PrecalcPrimeTable instance and some inside it (10). Combine will produce all
161 Combine(Bool(), Values(1, 10)));
165 // Google Test doesn't support Combine() on some platforms and compilers,
/external/chromium_org/components/policy/core/common/
H A Dschema_registry.cc117 Combine(true);
129 Combine(true);
136 Combine(false);
143 Combine(has_new_schemas);
156 Combine(false);
162 void CombinedSchemaRegistry::Combine(bool has_new_schemas) { function in class:policy::CombinedSchemaRegistry
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dtexenv.c156 if (texUnit->Combine.ModeRGB == mode)
159 texUnit->Combine.ModeRGB = mode;
163 if (texUnit->Combine.ModeA == mode)
166 texUnit->Combine.ModeA = mode;
259 texUnit->Combine.SourceA[term] = param;
261 texUnit->Combine.SourceRGB[term] = param;
341 texUnit->Combine.OperandA[term] = param;
343 texUnit->Combine.OperandRGB[term] = param;
371 if (texUnit->Combine.ScaleShiftRGB == shift)
374 texUnit->Combine
[all...]
H A Dtexstate.c92 dst->Texture.Unit[u].Combine = src->Texture.Unit[u].Combine;
127 printf(" GL_COMBINE_RGB = %s\n", _mesa_lookup_enum_by_nr(texUnit->Combine.ModeRGB));
128 printf(" GL_COMBINE_ALPHA = %s\n", _mesa_lookup_enum_by_nr(texUnit->Combine.ModeA));
129 printf(" GL_SOURCE0_RGB = %s\n", _mesa_lookup_enum_by_nr(texUnit->Combine.SourceRGB[0]));
130 printf(" GL_SOURCE1_RGB = %s\n", _mesa_lookup_enum_by_nr(texUnit->Combine.SourceRGB[1]));
131 printf(" GL_SOURCE2_RGB = %s\n", _mesa_lookup_enum_by_nr(texUnit->Combine.SourceRGB[2]));
132 printf(" GL_SOURCE0_ALPHA = %s\n", _mesa_lookup_enum_by_nr(texUnit->Combine.SourceA[0]));
133 printf(" GL_SOURCE1_ALPHA = %s\n", _mesa_lookup_enum_by_nr(texUnit->Combine.SourceA[1]));
134 printf(" GL_SOURCE2_ALPHA = %s\n", _mesa_lookup_enum_by_nr(texUnit->Combine
[all...]
/external/mesa3d/src/mesa/main/
H A Dtexenv.c156 if (texUnit->Combine.ModeRGB == mode)
159 texUnit->Combine.ModeRGB = mode;
163 if (texUnit->Combine.ModeA == mode)
166 texUnit->Combine.ModeA = mode;
259 texUnit->Combine.SourceA[term] = param;
261 texUnit->Combine.SourceRGB[term] = param;
341 texUnit->Combine.OperandA[term] = param;
343 texUnit->Combine.OperandRGB[term] = param;
371 if (texUnit->Combine.ScaleShiftRGB == shift)
374 texUnit->Combine
[all...]
H A Dtexstate.c92 dst->Texture.Unit[u].Combine = src->Texture.Unit[u].Combine;
127 printf(" GL_COMBINE_RGB = %s\n", _mesa_lookup_enum_by_nr(texUnit->Combine.ModeRGB));
128 printf(" GL_COMBINE_ALPHA = %s\n", _mesa_lookup_enum_by_nr(texUnit->Combine.ModeA));
129 printf(" GL_SOURCE0_RGB = %s\n", _mesa_lookup_enum_by_nr(texUnit->Combine.SourceRGB[0]));
130 printf(" GL_SOURCE1_RGB = %s\n", _mesa_lookup_enum_by_nr(texUnit->Combine.SourceRGB[1]));
131 printf(" GL_SOURCE2_RGB = %s\n", _mesa_lookup_enum_by_nr(texUnit->Combine.SourceRGB[2]));
132 printf(" GL_SOURCE0_ALPHA = %s\n", _mesa_lookup_enum_by_nr(texUnit->Combine.SourceA[0]));
133 printf(" GL_SOURCE1_ALPHA = %s\n", _mesa_lookup_enum_by_nr(texUnit->Combine.SourceA[1]));
134 printf(" GL_SOURCE2_ALPHA = %s\n", _mesa_lookup_enum_by_nr(texUnit->Combine
[all...]
/external/chromium_org/content/browser/media/
H A Dencrypted_media_browsertest.cc141 using ::testing::Combine;
147 Combine(Values(kClearKeyKeySystem), Values(SRC)));
151 Combine(Values(kClearKeyKeySystem), Values(MSE)));
/external/chromium_org/v8/src/
H A Dhydrogen-types.h45 HType Combine(HType other) const WARN_UNUSED_RESULT {
54 return Combine(other).Equals(other);
/external/chromium_org/third_party/webrtc/system_wrappers/interface/
H A Ddata_log.h56 static std::string Combine(const std::string& table_name, int table_id);
/external/webrtc/src/system_wrappers/interface/
H A Ddata_log.h58 static std::string Combine(const std::string& table_name, int table_id);
/external/chromium_org/ui/gfx/
H A Dtransform_util.cc41 void Combine(SkMScalar* out, function in namespace:gfx::__anon16914
99 Combine<4>(out, q1, q2, scale1, scale2);
300 Combine<3>(out->translate, to.translate, from.translate, scalea, scaleb);
301 Combine<3>(out->scale, to.scale, from.scale, scalea, scaleb);
302 Combine<3>(out->skew, to.skew, from.skew, scalea, scaleb);
303 Combine<4>(
380 Combine<3>(row[1], row[1], row[0], 1.0, -decomp->skew[0]);
391 Combine<3>(row[2], row[2], row[0], 1.0, -decomp->skew[1]);
393 Combine<3>(row[2], row[2], row[1], 1.0, -decomp->skew[2]);
/external/chromium_org/chrome_elf/
H A Dchrome_elf_util_unittest.cc176 testing::Combine(testing::Values("canary"),
180 testing::Combine(testing::Values("google"),
/external/chromium_org/testing/gtest/test/
H A Dgtest-param-test_test.cc66 using ::testing::Combine;
462 // Tests that Combine() with two parameters generates the expected sequence.
467 Combine(Values(foo, bar), Values(3, 4));
475 // Tests that Combine() with three parameters generates the expected sequence.
477 const ParamGenerator<tuple<int, int, int> > gen = Combine(Values(0, 1),
488 // Tests that the Combine() with the first parameter generating a single value
492 const ParamGenerator<tuple<int, int> > gen = Combine(Values(42),
499 // Tests that the Combine() with the second parameter generating a single value
503 const ParamGenerator<tuple<int, int> > gen = Combine(Values(0, 1),
511 // Combine() produce
[all...]
/external/chromium_org/third_party/libvpx/source/libvpx/test/
H A Dcodec_factory.h139 ::testing::Combine( \
221 ::testing::Combine( \

Completed in 2598 milliseconds

123