/external/libgdx/extensions/gdx-box2d/gdx-box2d-gwt/src/com/badlogic/gdx/physics/box2d/gwt/emu/org/jbox2d/collision/broadphase/ |
DynamicTree.java | 428 b.combine(aabbi, aabbj); 447 parent.aabb.combine(child1.aabb, child2.aabb); 525 combinedAABB.combine(node.aabb, leafAABB); 537 combinedAABB.combine(leafAABB, child1.aabb); 540 combinedAABB.combine(leafAABB, child1.aabb); 549 combinedAABB.combine(leafAABB, child2.aabb); 552 combinedAABB.combine(leafAABB, child2.aabb); 576 newParent.aabb.combine(leafAABB, sibling.aabb); 612 index.aabb.combine(child1.aabb, child2.aabb); 652 index.aabb.combine(child1.aabb, child2.aabb) [all...] |
/dalvik/dx/src/com/android/dx/dex/cf/ |
AttributeTranslator.java | 93 result = Annotations.combine(result, signature); 124 result = Annotations.combine(result, innerClassAnnotations); 131 result = Annotations.combine(result, enclosingMethod); 138 result = Annotations.combine(result, annotationDefault); 160 result = Annotations.combine(result, throwsAnnotation); 192 // Both are non-null, so combine them. 194 return Annotations.combine(visible.getAnnotations(), 379 // Both are non-null, so combine them. 381 return AnnotationsList.combine(visible.getParameterAnnotations(),
|
/external/opencv3/modules/cudaarithm/test/ |
test_core.cpp | 107 INSTANTIATE_TEST_CASE_P(CUDA_Arithm, Merge, testing::Combine( 174 INSTANTIATE_TEST_CASE_P(CUDA_Arithm, Split, testing::Combine( 230 INSTANTIATE_TEST_CASE_P(CUDA_Arithm, Transpose, testing::Combine( 282 INSTANTIATE_TEST_CASE_P(CUDA_Arithm, Flip, testing::Combine( 353 INSTANTIATE_TEST_CASE_P(CUDA_Arithm, LUT, testing::Combine( 403 INSTANTIATE_TEST_CASE_P(CUDA_Arithm, CopyMakeBorder, testing::Combine(
|
/external/opencv3/modules/imgproc/test/ocl/ |
test_warp.cpp | 338 OCL_INSTANTIATE_TEST_CASE_P(ImgprocWarp, WarpAffine, Combine( 344 OCL_INSTANTIATE_TEST_CASE_P(ImgprocWarp, WarpPerspective, Combine( 350 OCL_INSTANTIATE_TEST_CASE_P(ImgprocWarp, Resize, Combine( 358 OCL_INSTANTIATE_TEST_CASE_P(ImgprocWarpResizeArea, Resize, Combine( 366 OCL_INSTANTIATE_TEST_CASE_P(ImgprocWarp, Remap_INTER_LINEAR, Combine( 379 OCL_INSTANTIATE_TEST_CASE_P(ImgprocWarp, Remap_INTER_NEAREST, Combine(
|
test_pyramids.cpp | 110 OCL_INSTANTIATE_TEST_CASE_P(ImgprocPyr, PyrDown, Combine( 137 OCL_INSTANTIATE_TEST_CASE_P(ImgprocPyr, PyrUp, Combine(
|
/external/skia/src/core/ |
SkBlitMask_D32.cpp | 148 // exand.. add.. combine 150 // expand..combine add expand..combine 154 #define COMBINE(e0, e1, m) ((((e0) >> 8) & (m)) | ((e1) & ~(m))) 164 // this is slightly slower than the expand/combine version, but it 175 dst[i] = COMBINE(s0 + d0, s1 + d1, rbmask);
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/analysis/ |
ComposableFunction.java | 315 * The function h created by {@code h = g.combine(f, combiner)} is such that 318 * @param f function to combine with the instance 320 * @return a new function which computes {@code combine.value(this.value(x), f.value(x))} 322 public ComposableFunction combine(final UnivariateRealFunction f, 335 * @param f function to combine with the instance 365 * @param f function to combine with the instance 380 * @param f function to combine with the instance 409 * @param f function to combine with the instance
|
/external/bison/build-aux/ |
javacomp.sh.in | 33 # Combine given CLASSPATH and configured CLASSPATH. 60 # Combine given CLASSPATH and configured CLASSPATH.
|
/external/chromium-trace/catapult/third_party/coverage/ |
howto.txt | 23 coverage combine 93 combine and report:
|
/external/fec/ |
sumsq_av.c | 54 /* Combine 4 sub-sums and carries */ 69 /* Extract sum and carries from right-hand words and combine into result */
|
/external/iptables/iptables/ |
iptables-xml.1 | 32 \fB\-c\fR, \fB\-\-combine\fR 33 combine consecutive rules with the same matches but different targets. iptables
|
/external/jetty/src/java/org/eclipse/jetty/security/ |
RoleInfo.java | 107 this._userDataConstraint = this._userDataConstraint.combine(userDataConstraint); 121 public void combine(RoleInfo other) method in class:RoleInfo
|
/external/libcxx/test/std/localization/locales/locale/locale.operators/ |
eq.pass.cpp | 25 std::locale noname1 = n1.combine<std::ctype<char> >(cloc); 27 std::locale noname2 = n1.combine<std::ctype<char> >(cloc);
|
/external/libvpx/libvpx/test/ |
superframe_test.cc | 106 VP9_INSTANTIATE_TEST_CASE(SuperframeTest, ::testing::Combine( 110 VP10_INSTANTIATE_TEST_CASE(SuperframeTest, ::testing::Combine(
|
/external/libvpx/libvpx/vp9/decoder/ |
vp9_decoder.h | 30 // TODO(hkuang): combine this with TileWorkerData. 67 // TODO(hkuang): Combine this with cur_buf in macroblockd as they are
|
/external/opencv3/modules/calib3d/perf/ |
perf_pnp.cpp | 21 testing::Combine( 66 testing::Combine(
|
/external/opencv3/modules/core/perf/opencl/ |
perf_dxt.cpp | 68 OCL_PERF_TEST_P(DftFixture, Dft, ::testing::Combine(Values(C2C, R2R, C2R, R2C), 101 ::testing::Combine(Values(OCL_SIZE_1, OCL_SIZE_2, OCL_SIZE_3),
|
/external/opencv3/modules/core/test/ |
test_ippasync.cpp | 170 INSTANTIATE_TEST_CASE_P(IppATest, IPPAsyncShared, Combine(Values(1, 2, 3, 4), 173 INSTANTIATE_TEST_CASE_P(IppATest, IPPAsync, Combine(Values(CV_8U, CV_16U, CV_16S, CV_32F),
|
/external/opencv3/modules/cudawarping/test/ |
test_pyramids.cpp | 83 INSTANTIATE_TEST_CASE_P(CUDA_Warping, PyrDown, testing::Combine( 123 INSTANTIATE_TEST_CASE_P(CUDA_Warping, PyrUp, testing::Combine(
|
/external/opencv3/modules/imgproc/perf/opencl/ |
perf_3vs4.cpp | 29 ::testing::Combine(OCL_TEST_SIZES, OCL_PERF_ENUM(CV_8UC3, CV_32FC3), Modes::all())) 82 ::testing::Combine(OCL_TEST_SIZES, OCL_PERF_ENUM(CV_8UC3, CV_32FC3), Modes::all()))
|
/external/opencv3/modules/imgproc/perf/ |
perf_resize.cpp | 69 testing::Combine( 99 testing::Combine(
|
/external/skia/site/user/api/ |
skregion.md | 67 data (either a rect or a path). The final step is to combine this new 109 // now combine the new region with the current one, using the specified *op*
|
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/ |
transform.c | 53 /* Multiply with complex exponentials and combine into one complex vector */ 104 /* Combine into one vector, z = x + j * y */
|
/frameworks/base/docs/html/training/graphics/opengl/ |
motion.jd | 49 another transformation matrix (a rotation matrix) and then combine it with your projection and 64 // Combine the rotation matrix with the projection and camera view
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locales/locale/locale.operators/ |
eq.pass.cpp | 25 std::locale noname1 = n1.combine<std::ctype<char> >(cloc); 27 std::locale noname2 = n1.combine<std::ctype<char> >(cloc);
|