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

1 2 3 4 5 6 7 8 910

  /external/webrtc/webrtc/system_wrappers/source/
data_log_unittest.cc 119 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("table", 1), "size", sizes, 5)
    [all...]
  /external/libbrillo/brillo/
url_utils_unittest.cc 11 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("http://sample.org/obj", "path1/path2"))
    [all...]
mime_utils_unittest.cc 11 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));
secure_blob.h 35 static SecureBlob Combine(const SecureBlob& blob1, const SecureBlob& blob2);
  /external/skia/src/core/
SkEdgeBuilder.h 30 enum Combine {
36 static Combine CombineVertical(const SkEdge* edge, SkEdge* last);
37 Combine checkVertical(const SkEdge* edge, SkEdge** edgePtr);
  /external/opencv3/modules/core/perf/opencl/
perf_matop.cpp 21 ::testing::Combine(OCL_TEST_SIZES, OCL_TEST_TYPES))
43 ::testing::Combine(OCL_TEST_SIZES, OCL_TEST_TYPES))
65 ::testing::Combine(OCL_TEST_SIZES, OCL_TEST_TYPES))
88 ::testing::Combine(OCL_TEST_SIZES, OCL_TEST_TYPES))
109 ::testing::Combine(OCL_TEST_SIZES, OCL_TEST_TYPES))
126 ::testing::Combine(OCL_PERF_ENUM(OCL_SIZE_1, OCL_SIZE_2, OCL_SIZE_3), OCL_TEST_TYPES))
perf_arithm.cpp 55 ::testing::Combine(OCL_TEST_SIZES,
79 OCL_PERF_TEST_P(ExpFixture, Exp, ::testing::Combine(
101 OCL_PERF_TEST_P(LogFixture, Log, ::testing::Combine(
124 ::testing::Combine(OCL_TEST_SIZES, OCL_TEST_TYPES_134))
144 ::testing::Combine(OCL_TEST_SIZES, OCL_TEST_TYPES_134))
164 OCL_PERF_TEST_P(MulFixture, Multiply, ::testing::Combine(OCL_TEST_SIZES, OCL_TEST_TYPES_134))
185 ::testing::Combine(OCL_TEST_SIZES, OCL_TEST_TYPES_134))
206 ::testing::Combine(OCL_TEST_SIZES, OCL_TEST_TYPES_134))
226 OCL_PERF_TEST_P(CartToPolarFixture, CartToPolar, ::testing::Combine(
249 OCL_PERF_TEST_P(PolarToCartFixture, PolarToCart, ::testing::Combine(
    [all...]
perf_usage_flags.cpp 17 OCL_PERF_TEST_P(UsageFlagsBoolFixture, UsageFlags_AllocHostMem, ::testing::Combine(OCL_TEST_SIZES, Bool()))
  /external/libvpx/libvpx/test/
test_vector_test.cc 141 ::testing::Combine(
153 ::testing::Combine(
163 ::testing::Combine(
166 ::testing::Combine(
  /external/opencv3/modules/core/perf/
perf_mat.cpp 10 testing::Combine(testing::Values(TYPICAL_MAT_SIZES),
31 testing::Combine(testing::Values(TYPICAL_MAT_SIZES),
52 testing::Combine(testing::Values(TYPICAL_MAT_SIZES),
74 testing::Combine(testing::Values(TYPICAL_MAT_SIZES),
perf_norm.cpp 15 testing::Combine(
37 testing::Combine(
60 testing::Combine(
83 testing::Combine(
107 testing::Combine(
133 testing::Combine(
161 testing::Combine(
perf_abs.cpp 11 #define TYPICAL_MATS_ABS testing::Combine( testing::Values( TYPICAL_MAT_SIZES_ABS), testing::Values( TYPICAL_MAT_TYPES_ABS) )
perf_addWeighted.cpp 10 #define TYPICAL_MATS_ADWEIGHTED testing::Combine(testing::Values(szVGA, sz720p, sz1080p), testing::Values(TYPICAL_MAT_TYPES_ADWEIGHTED))
perf_dot.cpp 13 testing::Combine(
perf_inRange.cpp 10 #define TYPICAL_MATS_INRANGE testing::Combine(testing::Values(szVGA, sz720p, sz1080p), testing::Values(TYPICAL_MAT_TYPES_INRANGE))
  /external/opencv3/modules/imgproc/perf/opencl/
perf_accumulate.cpp 59 ::testing::Combine(OCL_TEST_SIZES, OCL_TEST_TYPES))
80 ::testing::Combine(OCL_TEST_SIZES, OCL_TEST_TYPES))
101 ::testing::Combine(OCL_TEST_SIZES, OCL_TEST_TYPES))
122 ::testing::Combine(OCL_TEST_SIZES, OCL_TEST_TYPES))
perf_moments.cpp 61 ::testing::Combine(OCL_TEST_SIZES, ::testing::Bool()))
perf_pyramid.cpp 60 ::testing::Combine(OCL_TEST_SIZES, OCL_TEST_TYPES_134))
84 ::testing::Combine(OCL_TEST_SIZES, OCL_TEST_TYPES_134))
108 ::testing::Combine(OCL_TEST_SIZES, OCL_TEST_TYPES_134))
  /external/opencv3/modules/imgproc/perf/
perf_blur.cpp 13 testing::Combine(
47 testing::Combine(
69 testing::Combine(
91 testing::Combine(
118 testing::Combine(
140 testing::Combine(
168 testing::Combine(
190 testing::Combine(
perf_corners.cpp 15 testing::Combine(
44 testing::Combine(
71 testing::Combine(
perf_integral.cpp 13 testing::Combine(
35 testing::Combine(
60 testing::Combine(
  /external/opencv3/modules/cudaarithm/perf/
perf_element_operations.cpp 55 Combine(CUDA_TYPICAL_MAT_SIZES,
91 Combine(CUDA_TYPICAL_MAT_SIZES,
126 Combine(CUDA_TYPICAL_MAT_SIZES,
162 Combine(CUDA_TYPICAL_MAT_SIZES,
197 Combine(CUDA_TYPICAL_MAT_SIZES,
233 Combine(CUDA_TYPICAL_MAT_SIZES,
268 Combine(CUDA_TYPICAL_MAT_SIZES,
304 Combine(CUDA_TYPICAL_MAT_SIZES,
339 Combine(CUDA_TYPICAL_MAT_SIZES,
374 Combine(CUDA_TYPICAL_MAT_SIZES
    [all...]
  /external/opencv3/modules/features2d/perf/opencl/
perf_brute_force_matcher.cpp 58 OCL_PERF_TEST_P(BruteForceMatcherFixture, Match, ::testing::Combine(OCL_PERF_ENUM(OCL_SIZE_1, OCL_SIZE_2, OCL_SIZE_3), OCL_PERF_ENUM((MatType)CV_32FC1) ) )
79 OCL_PERF_TEST_P(BruteForceMatcherFixture, KnnMatch, ::testing::Combine(OCL_PERF_ENUM(OCL_SIZE_1, OCL_SIZE_2, OCL_SIZE_3), OCL_PERF_ENUM((MatType)CV_32FC1) ) )
103 OCL_PERF_TEST_P(BruteForceMatcherFixture, RadiusMatch, ::testing::Combine(OCL_PERF_ENUM(OCL_SIZE_1, OCL_SIZE_2, OCL_SIZE_3), OCL_PERF_ENUM((MatType)CV_32FC1) ) )
  /external/opencv3/modules/calib3d/perf/opencl/
perf_stereobm.cpp 54 OCL_PERF_TEST_P(StereoBMFixture, StereoBM, ::testing::Combine(OCL_PERF_ENUM(32, 64, 128), OCL_PERF_ENUM(11,21) ) )
  /external/opencv3/modules/core/perf/cuda/
perf_gpumat.cpp 58 Combine(CUDA_TYPICAL_MAT_SIZES,
90 Combine(CUDA_TYPICAL_MAT_SIZES,
127 Combine(CUDA_TYPICAL_MAT_SIZES,
165 Combine(CUDA_TYPICAL_MAT_SIZES,

Completed in 2079 milliseconds

1 2 3 4 5 6 7 8 910