Home
last modified time | relevance | path

Searched defs:intersection (Results 101 – 125 of 733) sorted by relevance

12345678910>>...30

/aosp_15_r20/external/google-smali/dexlib2/src/main/java/com/android/tools/smali/util/
H A DRange.java222 public Range<C> intersection(Range<C> other) { in intersection() method in Range
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/bitflags-2.5.0/src/
H A Dtests.rs16 mod intersection; module
/aosp_15_r20/external/deqp/framework/delibs/decpp/
H A DdeSTLUtil.hpp58 C intersection(const C &s1, const C &s2) in intersection() function
/aosp_15_r20/external/s2-geometry-library-java/src/com/google/common/geometry/
H A DR1Interval.java186 public R1Interval intersection(R1Interval y) { in intersection() method in R1Interval
/aosp_15_r20/external/guava/android/guava/src/com/google/common/collect/
H A DEmptyContiguousSet.java55 public ContiguousSet<C> intersection(ContiguousSet<C> other) { in intersection() method in EmptyContiguousSet
H A DContiguousSet.java215 public abstract ContiguousSet<C> intersection(ContiguousSet<C> other); in intersection() method in ContiguousSet
/aosp_15_r20/external/guava/guava/src/com/google/common/collect/
H A DEmptyContiguousSet.java55 public ContiguousSet<C> intersection(ContiguousSet<C> other) { in intersection() method in EmptyContiguousSet
H A DContiguousSet.java215 public abstract ContiguousSet<C> intersection(ContiguousSet<C> other); in intersection() method in ContiguousSet
/aosp_15_r20/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/measurement/util/
DFilter.java136 Set<String> intersection = new HashSet<>(sourceValues); in matchFilterValues() local
/aosp_15_r20/external/tensorflow/tensorflow/lite/tools/evaluation/stages/utils/
H A Dimage_metrics.cc55 const float intersection = Intersection(other); in Overlap() local
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/date_time/include/boost/date_time/
Dperiod.hpp311 period<point_rep,duration_rep>::intersection(const period<point_rep,duration_rep>& other) const in intersection() function in boost::date_time::period
/aosp_15_r20/libcore/luni/src/main/java/android/compat/
H A DCompatibility.java218 Set<Long> intersection = new HashSet<>(enabled); in ChangeConfig() local
/aosp_15_r20/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/util/
H A DLocaleNormalizer.java212 final LocaleSet intersection = new LocaleSet(); in intersectKnownWithOrgLocales() local
/aosp_15_r20/frameworks/base/ravenwood/runtime-helper-src/libcore-fake/android/compat/
H A DCompatibility.java222 Set<Long> intersection = new HashSet<>(enabled); in ChangeConfig() local
/aosp_15_r20/external/eigen/Eigen/src/Geometry/
H A DParametrizedLine.h215 EIGEN_DEVICE_FUNC inline _Scalar ParametrizedLine<_Scalar, _AmbientDim,_Options>::intersection(cons… in intersection() function
H A DHyperplane.h189 EIGEN_DEVICE_FUNC VectorType intersection(const Hyperplane& other) const in intersection() function
/aosp_15_r20/system/core/fs_mgr/libsnapshot/
H A Dpartition_cow_creator.cpp62 auto intersection = Intersect(partition_extent.get(), e); in HasExtent() local
/aosp_15_r20/external/guava/guava-testlib/src/com/google/common/collect/testing/features/
H A DFeatureUtil.java296 public static <T> Set<T> intersection(Set<? extends T> set1, Set<? extends T> set2) { in intersection() method in FeatureUtil
/aosp_15_r20/external/apache-commons-math/src/main/java/org/apache/commons/math3/geometry/euclidean/threed/
H A DLine.java263 public Vector3D intersection(final Line line) { in intersection() method in Line
/aosp_15_r20/external/guava/android/guava-testlib/src/com/google/common/collect/testing/features/
H A DFeatureUtil.java296 public static <T> Set<T> intersection(Set<? extends T> set1, Set<? extends T> set2) { in intersection() method in FeatureUtil
/aosp_15_r20/dalvik/dx/src/com/android/dx/rop/code/
H A DRegisterSpecSet.java336 RegisterSpec intersection = in intersect() local
/aosp_15_r20/frameworks/base/core/java/android/text/style/
H A DSpanUtils.java288 private static long intersection(int aMin, int aMax, int bMin, int bMax) { in intersection() method in SpanUtils
/aosp_15_r20/dalvik/dexgen/src/com/android/dexgen/rop/code/
H A DRegisterSpecSet.java337 RegisterSpec intersection = in intersect() local
/aosp_15_r20/external/mesa3d/src/amd/vulkan/nir/
H A Dradv_nir_rt_shader.c1154 nir_lower_intersection_shader(nir_shader *intersection, nir_shader *any_hit) in nir_lower_intersection_shader()
1398 handle_candidate_triangle(nir_builder *b, struct radv_triangle_intersection *intersection, in handle_candidate_triangle()
1468 handle_candidate_aabb(nir_builder *b, struct radv_leaf_intersection *intersection, in handle_candidate_aabb()
/aosp_15_r20/external/skia/modules/skparagraph/include/
H A DDartTypes.h119 SkRange<size_t> intersection(SkRange<size_t> other) const { in intersection() function

12345678910>>...30