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

123

/external/webrtc/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/libbrillo/brillo/
H A Durl_utils_unittest.cc11 TEST(UrlUtils, Combine) {
13 url::Combine("http://sample.org", "path"));
15 url::Combine("http://sample.org/", "path"));
16 EXPECT_EQ("path1/path2", url::Combine("", "path1/path2"));
17 EXPECT_EQ("path1/path2", url::Combine("path1", "path2"));
18 EXPECT_EQ("http://sample.org", url::Combine("http://sample.org", ""));
20 url::Combine("http://sample.org/", "/path"));
22 url::Combine("http://sample.org", "//////path"));
23 EXPECT_EQ("http://sample.org/", url::Combine("http://sample.org", "///"));
25 url::Combine("htt
[all...]
H A Dmime_utils_unittest.cc11 TEST(MimeUtils, Combine) {
12 std::string mime_string = mime::Combine(mime::types::kText, "xml");
16 mime::Combine(mime::types::kApplication, "json", {{"charset", "utf-8"}}));
30 EXPECT_EQ(mime::application::kJson, mime::Combine(s1, s2));
35 mime::Combine(s1, s2, parameters));
H A Dsecure_blob.h35 static SecureBlob Combine(const SecureBlob& blob1, const SecureBlob& blob2);
H A Durl_utils.h22 BRILLO_EXPORT std::string Combine(
H A Dsecure_blob.cc43 SecureBlob SecureBlob::Combine(const SecureBlob& blob1, function in class:brillo::SecureBlob
H A Dmime_utils.h73 // Combine a MIME type, subtype and parameters into a MIME string.
74 // e.g. Combine("text", "plain", {{"charset", "utf-8"}}) will give:
76 BRILLO_EXPORT std::string Combine(
/external/skia/src/core/
H A DSkEdgeBuilder.h32 enum Combine { enum in class:SkEdgeBuilder
38 Combine CombineVertical(const SkEdge* edge, SkEdge* last);
39 Combine CombineVertical(const SkAnalyticEdge* edge, SkAnalyticEdge* last);
40 Combine checkVertical(const SkEdge* edge, SkEdge** edgePtr);
41 Combine checkVertical(const SkAnalyticEdge* edge, SkAnalyticEdge** edgePtr);
H A DSkEdgeBuilder.cpp21 SkEdgeBuilder::Combine SkEdgeBuilder::CombineVertical(const SkEdge* edge, SkEdge* last) {
66 SkEdgeBuilder::Combine SkEdgeBuilder::CombineVertical(
127 Combine combine = CombineVertical(edge, (SkAnalyticEdge*)*(fList.end() - 1));
145 Combine combine = CombineVertical(edge, (SkEdge*)*(fList.end() - 1));
228 SkEdgeBuilder::Combine SkEdgeBuilder::checkVertical(const SkEdge* edge, SkEdge** edgePtr) {
233 SkEdgeBuilder::Combine SkEdgeBuilder::checkVertical(const SkAnalyticEdge* edge,
282 Combine combine = fAnalyticAA ?
313 Combine combine = fAnalyticAA ?
/external/libvpx/libvpx/test/
H A Dtest_vector_test.cc153 ::testing::Combine(
163 ::testing::Combine(
166 ::testing::Combine(
179 ::testing::Combine(
189 ::testing::Combine(
192 ::testing::Combine(
H A Dvp9_ethread_test.cc397 ::testing::Combine(
408 ::testing::Combine(
420 ::testing::Combine(
/external/google-breakpad/src/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/googletest/googletest/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 may not support Combine() with some compilers. If we
/external/v8/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/vulkan-validation-layers/tests/gtest-1.7.0/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/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/v8/src/crankshaft/
H A Dhydrogen-types.h48 HType Combine(HType other) const WARN_UNUSED_RESULT {
57 return Combine(other).Equals(other);
/external/webrtc/webrtc/system_wrappers/include/
H A Ddata_log.h56 static std::string Combine(const std::string& table_name, int table_id);
/external/google-breakpad/src/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/protobuf/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/vulkan-validation-layers/tests/gtest-1.7.0/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...]

Completed in 3418 milliseconds

123