/aosp_15_r20/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/asn1/x509/ |
H A D | PKIXNameConstraintValidator.java | 433 Set intersect = new HashSet(); in intersectDN() local 480 Set intersect = new HashSet(); in unionDN() local 508 Set intersect = new HashSet(); in intersectOtherName() local 534 private void intersectOtherName(OtherName otName1, OtherName otName2, Set intersect) in intersectOtherName() 553 Set intersect = new HashSet(); in intersectEmail() local 619 Set intersect = new HashSet(); in intersectIP() local 1433 Set intersect = new HashSet(); in intersectDNS() local 1515 private void intersectEmail(String email1, String email2, Set intersect) in intersectEmail() 1632 Set intersect = new HashSet(); in intersectURI() local 1685 private void intersectURI(String email1, String email2, Set intersect) in intersectURI()
|
/aosp_15_r20/external/bouncycastle/repackaged_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/asn1/x509/ |
H A D | PKIXNameConstraintValidator.java | 433 Set intersect = new HashSet(); in intersectDN() local 480 Set intersect = new HashSet(); in unionDN() local 508 Set intersect = new HashSet(); in intersectOtherName() local 534 private void intersectOtherName(OtherName otName1, OtherName otName2, Set intersect) in intersectOtherName() 553 Set intersect = new HashSet(); in intersectEmail() local 619 Set intersect = new HashSet(); in intersectIP() local 1433 Set intersect = new HashSet(); in intersectDNS() local 1515 private void intersectEmail(String email1, String email2, Set intersect) in intersectEmail() 1632 Set intersect = new HashSet(); in intersectURI() local 1685 private void intersectURI(String email1, String email2, Set intersect) in intersectURI()
|
/aosp_15_r20/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/ |
H A D | PKIXNameConstraintValidator.java | 429 Set intersect = new HashSet(); in intersectDN() local 476 Set intersect = new HashSet(); in unionDN() local 504 Set intersect = new HashSet(); in intersectOtherName() local 530 private void intersectOtherName(OtherName otName1, OtherName otName2, Set intersect) in intersectOtherName() 549 Set intersect = new HashSet(); in intersectEmail() local 615 Set intersect = new HashSet(); in intersectIP() local 1429 Set intersect = new HashSet(); in intersectDNS() local 1511 private void intersectEmail(String email1, String email2, Set intersect) in intersectEmail() 1628 Set intersect = new HashSet(); in intersectURI() local 1681 private void intersectURI(String email1, String email2, Set intersect) in intersectURI()
|
/aosp_15_r20/external/skia/src/core/ |
H A D | SkRect.cpp | 17 bool SkIRect::intersect(const SkIRect& a, const SkIRect& b) { in intersect() function in SkIRect 114 bool SkRect::intersect(const SkRect& r) { in intersect() function in SkRect 120 bool SkRect::intersect(const SkRect& a, const SkRect& b) { in intersect() function in SkRect
|
/aosp_15_r20/external/grpc-grpc-java/okhttp/third_party/okhttp/main/java/io/grpc/okhttp/internal/ |
H A D | Util.java | 54 public static <T> T[] intersect(Class<T> arrayType, T[] first, T[] second) { in intersect() method in Util 63 private static <T> List<T> intersect(T[] first, T[] second) { in intersect() method in Util
|
/aosp_15_r20/frameworks/base/core/java/android/util/ |
H A D | Range.java | 207 public Range<T> intersect(Range<T> range) { in intersect() method in Range 239 public Range<T> intersect(T lower, T upper) { in intersect() method in Range
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/IR/ |
D | Analysis.h | 180 void intersect(const PreservedAnalyses &Arg) { in intersect() function 202 void intersect(PreservedAnalyses &&Arg) { in intersect() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/IR/ |
D | Analysis.h | 180 void intersect(const PreservedAnalyses &Arg) { in intersect() function 202 void intersect(PreservedAnalyses &&Arg) { in intersect() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/IR/ |
D | Analysis.h | 180 void intersect(const PreservedAnalyses &Arg) { in intersect() function 202 void intersect(PreservedAnalyses &&Arg) { in intersect() function
|
/aosp_15_r20/external/skia/src/pathops/ |
H A D | SkPathOpsTSect.cpp | 2099 int SkIntersections::intersect(const SkDQuad& q1, const SkDQuad& q2) { in intersect() function in SkIntersections 2108 int SkIntersections::intersect(const SkDConic& c, const SkDQuad& q) { in intersect() function in SkIntersections 2117 int SkIntersections::intersect(const SkDConic& c1, const SkDConic& c2) { in intersect() function in SkIntersections 2126 int SkIntersections::intersect(const SkDCubic& c, const SkDQuad& q) { in intersect() function in SkIntersections 2135 int SkIntersections::intersect(const SkDCubic& cu, const SkDConic& co) { in intersect() function in SkIntersections 2145 int SkIntersections::intersect(const SkDCubic& c1, const SkDCubic& c2) { in intersect() function in SkIntersections
|
/aosp_15_r20/prebuilts/vndk/v30/arm64/include/frameworks/av/media/codec2/core/include/ |
D | C2Buffer.h | 319 inline constexpr C2Segment intersect(const C2Segment &other) const { in intersect() function 450 inline constexpr C2LinearRange intersect(size_t offset, size_t size) const { in intersect() function 1424 inline constexpr C2Rect intersect(const C2Rect &other) const { in intersect() function 1693 inline constexpr C2PlanarSection intersect(const C2Rect &crop) const { in intersect() function
|
/aosp_15_r20/prebuilts/vndk/v30/x86_64/include/frameworks/av/media/codec2/core/include/ |
D | C2Buffer.h | 319 inline constexpr C2Segment intersect(const C2Segment &other) const { in intersect() function 450 inline constexpr C2LinearRange intersect(size_t offset, size_t size) const { in intersect() function 1424 inline constexpr C2Rect intersect(const C2Rect &other) const { in intersect() function 1693 inline constexpr C2PlanarSection intersect(const C2Rect &crop) const { in intersect() function
|
/aosp_15_r20/prebuilts/vndk/v30/x86/include/frameworks/av/media/codec2/core/include/ |
D | C2Buffer.h | 319 inline constexpr C2Segment intersect(const C2Segment &other) const { in intersect() function 450 inline constexpr C2LinearRange intersect(size_t offset, size_t size) const { in intersect() function 1424 inline constexpr C2Rect intersect(const C2Rect &other) const { in intersect() function 1693 inline constexpr C2PlanarSection intersect(const C2Rect &crop) const { in intersect() function
|
/aosp_15_r20/frameworks/av/media/codec2/core/include/ |
H A D | C2Buffer.h | 322 inline constexpr C2Segment intersect(const C2Segment &other) const { in intersect() function 453 inline constexpr C2LinearRange intersect(size_t offset, size_t size) const { in intersect() function 1556 inline constexpr C2Rect intersect(const C2Rect &other) const { in intersect() function 1825 inline constexpr C2PlanarSection intersect(const C2Rect &crop) const { in intersect() function
|
/aosp_15_r20/prebuilts/vndk/v30/arm/include/frameworks/av/media/codec2/core/include/ |
D | C2Buffer.h | 319 inline constexpr C2Segment intersect(const C2Segment &other) const { in intersect() function 450 inline constexpr C2LinearRange intersect(size_t offset, size_t size) const { in intersect() function 1424 inline constexpr C2Rect intersect(const C2Rect &other) const { in intersect() function 1693 inline constexpr C2PlanarSection intersect(const C2Rect &crop) const { in intersect() function
|
/aosp_15_r20/system/teeui/libteeui/src/ |
H A D | utils.cpp | 128 optional<PxPoint> intersect(const PxVec& a, const PxPoint& b, const PxVec& c, const PxPoint& d) { in intersect() function 155 ssize_t intersect(const PxPoint* oBegin, const PxPoint* oEnd, const PxPoint& lineA, in intersect() function
|
/aosp_15_r20/prebuilts/vndk/v32/x86/include/frameworks/av/media/codec2/core/include/ |
D | C2Buffer.h | 319 inline constexpr C2Segment intersect(const C2Segment &other) const { in intersect() function 450 inline constexpr C2LinearRange intersect(size_t offset, size_t size) const { in intersect() function 1561 inline constexpr C2Rect intersect(const C2Rect &other) const { in intersect() function 1830 inline constexpr C2PlanarSection intersect(const C2Rect &crop) const { in intersect() function
|
/aosp_15_r20/prebuilts/vndk/v34/arm64/include/frameworks/av/media/codec2/core/include/ |
D | C2Buffer.h | 319 inline constexpr C2Segment intersect(const C2Segment &other) const { in intersect() function 450 inline constexpr C2LinearRange intersect(size_t offset, size_t size) const { in intersect() function 1561 inline constexpr C2Rect intersect(const C2Rect &other) const { in intersect() function 1830 inline constexpr C2PlanarSection intersect(const C2Rect &crop) const { in intersect() function
|
/aosp_15_r20/prebuilts/vndk/v33/arm64/include/frameworks/av/media/codec2/core/include/ |
D | C2Buffer.h | 319 inline constexpr C2Segment intersect(const C2Segment &other) const { in intersect() function 450 inline constexpr C2LinearRange intersect(size_t offset, size_t size) const { in intersect() function 1561 inline constexpr C2Rect intersect(const C2Rect &other) const { in intersect() function 1830 inline constexpr C2PlanarSection intersect(const C2Rect &crop) const { in intersect() function
|
/aosp_15_r20/prebuilts/vndk/v31/arm64/include/frameworks/av/media/codec2/core/include/ |
D | C2Buffer.h | 319 inline constexpr C2Segment intersect(const C2Segment &other) const { in intersect() function 450 inline constexpr C2LinearRange intersect(size_t offset, size_t size) const { in intersect() function 1561 inline constexpr C2Rect intersect(const C2Rect &other) const { in intersect() function 1830 inline constexpr C2PlanarSection intersect(const C2Rect &crop) const { in intersect() function
|
/aosp_15_r20/prebuilts/vndk/v33/x86/include/frameworks/av/media/codec2/core/include/ |
D | C2Buffer.h | 319 inline constexpr C2Segment intersect(const C2Segment &other) const { in intersect() function 450 inline constexpr C2LinearRange intersect(size_t offset, size_t size) const { in intersect() function 1561 inline constexpr C2Rect intersect(const C2Rect &other) const { in intersect() function 1830 inline constexpr C2PlanarSection intersect(const C2Rect &crop) const { in intersect() function
|
/aosp_15_r20/prebuilts/vndk/v32/x86_64/include/frameworks/av/media/codec2/core/include/ |
D | C2Buffer.h | 319 inline constexpr C2Segment intersect(const C2Segment &other) const { in intersect() function 450 inline constexpr C2LinearRange intersect(size_t offset, size_t size) const { in intersect() function 1561 inline constexpr C2Rect intersect(const C2Rect &other) const { in intersect() function 1830 inline constexpr C2PlanarSection intersect(const C2Rect &crop) const { in intersect() function
|
/aosp_15_r20/prebuilts/vndk/v31/arm/include/frameworks/av/media/codec2/core/include/ |
D | C2Buffer.h | 319 inline constexpr C2Segment intersect(const C2Segment &other) const { in intersect() function 450 inline constexpr C2LinearRange intersect(size_t offset, size_t size) const { in intersect() function 1561 inline constexpr C2Rect intersect(const C2Rect &other) const { in intersect() function 1830 inline constexpr C2PlanarSection intersect(const C2Rect &crop) const { in intersect() function
|
/aosp_15_r20/prebuilts/vndk/v33/x86_64/include/frameworks/av/media/codec2/core/include/ |
D | C2Buffer.h | 319 inline constexpr C2Segment intersect(const C2Segment &other) const { in intersect() function 450 inline constexpr C2LinearRange intersect(size_t offset, size_t size) const { in intersect() function 1561 inline constexpr C2Rect intersect(const C2Rect &other) const { in intersect() function 1830 inline constexpr C2PlanarSection intersect(const C2Rect &crop) const { in intersect() function
|
/aosp_15_r20/prebuilts/vndk/v34/x86/include/frameworks/av/media/codec2/core/include/ |
D | C2Buffer.h | 319 inline constexpr C2Segment intersect(const C2Segment &other) const { in intersect() function 450 inline constexpr C2LinearRange intersect(size_t offset, size_t size) const { in intersect() function 1561 inline constexpr C2Rect intersect(const C2Rect &other) const { in intersect() function 1830 inline constexpr C2PlanarSection intersect(const C2Rect &crop) const { in intersect() function
|