HomeSort by relevance Sort by last modified time
    Searched full:combine (Results 101 - 125 of 2847) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/protobuf/gtest/samples/
sample8_unittest.cc 33 // Combine() helps with generating all possible combinations of such flags,
86 using ::testing::Combine;
153 // Here, we instantiate our tests with a list of parameters. We must 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/
sample8_unittest.cc 33 // Combine() helps with generating all possible combinations of such flags,
86 using ::testing::Combine;
153 // Here, we instantiate our tests with a list of parameters. We must 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
  /ndk/sources/third_party/googletest/googletest/samples/
sample8_unittest.cc 33 // Combine() helps with generating all possible combinations of such flags,
86 using ::testing::Combine;
153 // Here, we instantiate our tests with a list of parameters. We must 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/opencv3/modules/cudaarithm/perf/
perf_reductions.cpp 55 Combine(CUDA_TYPICAL_MAT_SIZES,
95 Combine(CUDA_TYPICAL_MAT_SIZES,
132 Combine(CUDA_TYPICAL_MAT_SIZES,
168 Combine(CUDA_TYPICAL_MAT_SIZES,
200 Combine(CUDA_TYPICAL_MAT_SIZES,
232 Combine(CUDA_TYPICAL_MAT_SIZES,
269 Combine(CUDA_TYPICAL_MAT_SIZES,
308 Combine(CUDA_TYPICAL_MAT_SIZES,
347 Combine(CUDA_TYPICAL_MAT_SIZES,
389 Combine(CUDA_TYPICAL_MAT_SIZES
    [all...]
perf_core.cpp 55 Combine(CUDA_TYPICAL_MAT_SIZES,
96 Combine(CUDA_TYPICAL_MAT_SIZES,
138 Combine(CUDA_TYPICAL_MAT_SIZES,
175 Combine(CUDA_TYPICAL_MAT_SIZES,
213 Combine(CUDA_TYPICAL_MAT_SIZES,
250 Combine(CUDA_TYPICAL_MAT_SIZES,
289 Combine(CUDA_TYPICAL_MAT_SIZES,
  /external/opencv3/modules/cudafilters/perf/
perf_filters.cpp 55 Combine(CUDA_TYPICAL_MAT_SIZES,
92 PERF_TEST_P(Sz_Type_KernelSz, Filter2D, Combine(CUDA_TYPICAL_MAT_SIZES, Values(CV_8UC1, CV_8UC4, CV_32FC1, CV_32FC4), Values(3, 5, 7, 9, 11, 13, 15)))
130 PERF_TEST_P(Sz_Type_KernelSz, Laplacian, Combine(CUDA_TYPICAL_MAT_SIZES, Values(CV_8UC1, CV_8UC4, CV_32FC1, CV_32FC4), Values(1, 3)))
165 PERF_TEST_P(Sz_Type_KernelSz, Sobel, Combine(CUDA_TYPICAL_MAT_SIZES, Values(CV_8UC1, CV_8UC4, CV_32FC1), Values(3, 5, 7, 9, 11, 13, 15)))
200 PERF_TEST_P(Sz_Type, Scharr, Combine(CUDA_TYPICAL_MAT_SIZES, Values(CV_8UC1, CV_8UC4, CV_32FC1)))
234 PERF_TEST_P(Sz_Type_KernelSz, GaussianBlur, Combine(CUDA_TYPICAL_MAT_SIZES, Values(CV_8UC1, CV_8UC4, CV_32FC1), Values(3, 5, 7, 9, 11, 13, 15)))
269 PERF_TEST_P(Sz_Type, Erode, Combine(CUDA_TYPICAL_MAT_SIZES, Values(CV_8UC1, CV_8UC4)))
305 PERF_TEST_P(Sz_Type, Dilate, Combine(CUDA_TYPICAL_MAT_SIZES, Values(CV_8UC1, CV_8UC4)))
345 PERF_TEST_P(Sz_Type_Op, MorphologyEx, Combine(CUDA_TYPICAL_MAT_SIZES, Values(CV_8UC1, CV_8UC4), MorphOp::all()))
  /external/clang/test/Sema/
thread-specifier.c 50 __thread auto int t12a; // expected-error-re {{cannot combine with previous '{{__thread|_Thread_local}}' declaration specifier}}
51 auto __thread int t12b; // expected-error {{cannot combine with previous 'auto' declaration specifier}}
56 __thread register int t13a; // expected-error-re {{cannot combine with previous '{{__thread|_Thread_local|thread_local}}' declaration specifier}}
57 register __thread int t13b; // expected-error {{cannot combine with previous 'register' declaration specifier}}
60 __thread typedef int t14; // expected-error-re {{cannot combine with previous '{{__thread|_Thread_local|thread_local}}' declaration specifier}}
  /external/opencv3/modules/core/perf/opencl/
perf_channels.cpp 61 ::testing::Combine(OCL_TEST_SIZES, OCL_PERF_ENUM(CV_8U, CV_32F), Values(2, 3)))
89 ::testing::Combine(OCL_TEST_SIZES, OCL_PERF_ENUM(CV_8U, CV_32F), Values(2, 3)))
131 ::testing::Combine(Values(OCL_SIZE_1, OCL_SIZE_2, OCL_SIZE_3),
162 ::testing::Combine(Values(OCL_SIZE_1, OCL_SIZE_2, OCL_SIZE_3),
184 ::testing::Combine(Values(OCL_SIZE_1, OCL_SIZE_2, OCL_SIZE_3),
  /external/libgdx/extensions/gdx-box2d/gdx-box2d/jni/Box2D/Collision/
b2DynamicTree.cpp 201 combinedAABB.Combine(m_nodes[index].aabb, leafAABB);
215 aabb.Combine(leafAABB, m_nodes[child1].aabb);
221 aabb.Combine(leafAABB, m_nodes[child1].aabb);
232 aabb.Combine(leafAABB, m_nodes[child2].aabb);
238 aabb.Combine(leafAABB, m_nodes[child2].aabb);
268 m_nodes[newParent].aabb.Combine(leafAABB, m_nodes[sibling].aabb);
311 m_nodes[index].aabb.Combine(m_nodes[child1].aabb, m_nodes[child2].aabb);
362 m_nodes[index].aabb.Combine(m_nodes[child1].aabb, m_nodes[child2].aabb);
439 A->aabb.Combine(B->aabb, G->aabb);
440 C->aabb.Combine(A->aabb, F->aabb)
    [all...]
  /external/libgdx/extensions/gdx-box2d/gdx-box2d-gwt/src/com/badlogic/gdx/physics/box2d/gwt/emu/org/jbox2d/collision/broadphase/
DynamicTreeFlatNodes.java 427 // b.combine(aabbi, aabbj);
446 // parent.aabb.combine(child1.aabb, child2.aabb);
509 combinedAABB.combine(nodeAABB, leafAABB);
522 combinedAABB.combine(leafAABB, child1AABB);
525 combinedAABB.combine(leafAABB, child1AABB);
535 combinedAABB.combine(leafAABB, child2AABB);
538 combinedAABB.combine(leafAABB, child2AABB);
562 m_aabb[newParent].combine(leafAABB, m_aabb[sibling]); method
598 m_aabb[index].combine(m_aabb[child1], m_aabb[child2]); method
640 m_aabb[index].combine(m_aabb[child1], m_aabb[child2]) method
707 m_aabb[A].combine(m_aabb[B], m_aabb[G]); method
708 m_aabb[C].combine(m_aabb[A], m_aabb[F]); method
716 m_aabb[A].combine(m_aabb[B], m_aabb[F]); method
717 m_aabb[C].combine(m_aabb[A], m_aabb[G]); method
757 m_aabb[A].combine(m_aabb[C], m_aabb[E]); method
758 m_aabb[B].combine(m_aabb[A], m_aabb[D]); method
766 m_aabb[A].combine(m_aabb[C], m_aabb[D]); method
767 m_aabb[B].combine(m_aabb[A], m_aabb[E]); method
    [all...]
  /libcore/ojluni/src/main/java/java/util/stream/
ReduceOps.java 84 public void combine(ReducingSink other) { method in class:ReduceOps.ReducingSink
133 public void combine(ReducingSink other) {
173 public void combine(ReducingSink other) {
201 * @param reducer a function to combine an accumulator into another
224 public void combine(ReducingSink other) {
267 public void combine(ReducingSink other) {
316 public void combine(ReducingSink other) {
337 * @param combiner a function to combine an accumulator into another
360 public void combine(ReducingSink other) {
403 public void combine(ReducingSink other)
    [all...]
  /external/libbrillo/brillo/
mime_utils.h 73 // 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/libcxx/test/std/localization/locales/locale/locale.members/
combine.pass.cpp 12 // template <class Facet> locale combine(const locale& other) const;
70 std::locale loc3 = loc.combine<my_facet>(loc2);
85 std::locale loc3 = loc.combine<my_facet>(loc2);
  /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/imgproc/perf/opencl/
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/photo/test/ocl/
test_denoising.cpp 123 Combine(Values(1, 2, 3, 4), Values((int)NORM_L2, (int)NORM_L1),
126 Combine(Values(1, 2, 3, 4), Values((int)NORM_L2, (int)NORM_L1),
129 Combine(Values(3, 4), Values((int)NORM_L2), Bool(), Values(false)));
  /external/opencv3/modules/viz/test/
test_precomp.hpp 80 static String combine(const String& item1, const String& item2);
81 static String combine(const String& item1, const String& item2, const String& item3);
87 return Path::combine(cvtest::TS::ptr()->get_data_path(), "dragon.ply");
  /external/v8/src/compiler/
type-hints.h 39 Hint combined() const { return Combine(Combine(left(), right()), result()); }
43 static Hint Combine(Hint h1, Hint h2);
  /external/v8/src/
register-configuration.h 22 COMBINE
102 // is COMBINE. Currently only implemented for kFloat32, or kFloat64 reps.
108 // fp_aliasing_kind() is COMBINE. Currently only implemented for kFloat32, or
  /external/chromium-trace/catapult/third_party/mapreduce/mapreduce/
mapreduce_pipeline.py 111 combiner_spec: Optional. Specification of a combine function. If not
112 supplied, no combine step will take place. The combine function takes a
178 combiner_spec: Optional. Specification of a combine function. If not
179 supplied, no combine step will take place. The combine function takes a
  /dalvik/dexgen/src/com/android/dexgen/rop/annotation/
AnnotationsList.java 39 public static AnnotationsList combine(AnnotationsList list1, method in class:AnnotationsList
52 result.set(i, Annotations.combine(a1, a2));
  /dalvik/dx/src/com/android/dx/rop/annotation/
AnnotationsList.java 39 public static AnnotationsList combine(AnnotationsList list1, method in class:AnnotationsList
52 result.set(i, Annotations.combine(a1, a2));
  /external/apache-harmony/security/src/test/api/java/tests/api/java/security/
DomainCombinerTest.java 37 * @tests java.security.DomainCombiner#combine(java.security.ProtectionDomain[],
50 public ProtectionDomain[] combine( method in class:DomainCombinerTest.MyCombiner
  /external/dexmaker/src/dx/java/com/android/dx/rop/annotation/
AnnotationsList.java 39 public static AnnotationsList combine(AnnotationsList list1, method in class:AnnotationsList
52 result.set(i, Annotations.combine(a1, a2));
  /external/llvm/lib/Transforms/Scalar/
LoadCombine.cpp 1 //===- LoadCombine.cpp - Combine Adjacent Loads ---------------------------===//
33 #define DEBUG_TYPE "load-combine"
170 /// \brief Given a list of combinable load. Combine the maximum number of them.
215 L.POP.Offset - Loads[0].POP.Offset, "combine.extract");
276 INITIALIZE_PASS_BEGIN(LoadCombine, "load-combine", "Combine Adjacent Loads",
280 INITIALIZE_PASS_END(LoadCombine, "load-combine", "Combine Adjacent Loads",

Completed in 3199 milliseconds

1 2 3 45 6 7 8 91011>>