/external/libchrome/ui/gfx/range/ |
D | range_unittest.cc | 26 EXPECT_EQ(T(10, 12), r1.Intersect(r1)); in TestContainsAndIntersects() 30 EXPECT_TRUE(r1.Intersect(r2).is_empty()); in TestContainsAndIntersects() 33 EXPECT_TRUE(r2.Intersect(r1).is_empty()); in TestContainsAndIntersects() 39 EXPECT_EQ(T(10, 12), r1.Intersect(r3)); in TestContainsAndIntersects() 40 EXPECT_EQ(T(10, 12), r3.Intersect(r1)); in TestContainsAndIntersects() 46 EXPECT_EQ(T(5, 8), r2.Intersect(r3)); in TestContainsAndIntersects() 47 EXPECT_EQ(T(5, 8), r3.Intersect(r2)); in TestContainsAndIntersects() 218 TypeParam invalid = r1.Intersect(r2); in TYPED_TEST()
|
D | range_f.cc | 17 RangeF RangeF::Intersect(const RangeF& range) const { in Intersect() function in gfx::RangeF 27 RangeF RangeF::Intersect(const Range& range) const { in Intersect() function in gfx::RangeF 29 return Intersect(range_f); in Intersect()
|
D | range_f.h | 81 RangeF Intersect(const RangeF& range) const; 82 RangeF Intersect(const Range& range) const;
|
D | range.cc | 16 Range Range::Intersect(const Range& range) const { in Intersect() function in gfx::Range
|
/external/v8/src/compiler/ |
D | operation-typer.cc | 259 type = Type::Intersect(type, Type::Receiver(), zone()); in ConvertReceiver() 292 return Type::Intersect(type, Type::Number(), zone()); in ToNumberCommon() 330 type = Type::Intersect(type, Type::PlainNumber(), zone()); in NumberAbs() 391 type = Type::Intersect(type, Type::NaN(), zone()); in NumberCeil() 424 type = Type::Intersect(type, Type::MinusZeroOrNaN(), zone()); in NumberFloor() 457 type = Type::Intersect(type, Type::NaN(), zone()); in NumberRound() 467 type = Type::Intersect(type, Type::PlainNumber(), zone()); in NumberSign() 515 type = Type::Intersect(type, Type::NaN(), zone()); in NumberTrunc() 536 return Type::Intersect(Type::Union(type, cache_.kSingletonZero, zone()), in NumberToInt32() 556 return Type::Intersect(Type::Union(type, cache_.kSingletonZero, zone()), in NumberToUint32() [all …]
|
D | store-store-elimination.cc | 105 UnobservablesSet Intersect(UnobservablesSet other, Zone* zone) const; 431 cur_set = cur_set.Intersect(new_set, temp_zone()); in RecomputeUseIntersection() 475 UnobservablesSet UnobservablesSet::Intersect(UnobservablesSet other, in Intersect() function in v8::internal::compiler::UnobservablesSet
|
D | type-narrowing-reducer.cc | 74 Type restricted = Type::Intersect(new_type, original_type, zone()); in Reduce()
|
/external/tensorflow/tensorflow/core/framework/ |
D | tensor_slice_test.cc | 133 EXPECT_TRUE(a.Intersect(b, &c)); in TEST() 141 EXPECT_TRUE(b.Intersect(a, &c)); in TEST() 150 EXPECT_TRUE(a.Intersect(b, &c)); in TEST() 159 EXPECT_TRUE(a.Intersect(b, &c)); in TEST() 168 EXPECT_FALSE(a.Intersect(b, &c)); in TEST() 176 EXPECT_FALSE(a.Intersect(b, &c)); in TEST()
|
D | tensor_slice.h | 131 bool Intersect(const TensorSlice& other, TensorSlice* result) const; 134 return Intersect(other, nullptr); in Overlaps()
|
/external/clang/lib/StaticAnalyzer/Core/ |
D | RangeConstraintManager.cpp | 247 RangeSet Intersect(BasicValueFactory &BV, Factory &F, in Intersect() function in __anon7dca5b270111::RangeSet 390 if (Ranges->Intersect(BV, F, Zero, Zero).isEmpty()) in checkNull() 430 Result = Result.Intersect(BV, F, ++IntType.getZeroValue(), in GetRange() 465 RangeSet New = GetRange(St, Sym).Intersect(getBasicVals(), F, Upper, Lower); in assumeSymNE() 480 RangeSet New = GetRange(St, Sym).Intersect(getBasicVals(), F, AdjInt, AdjInt); in assumeSymEQ() 509 return GetRange(St, Sym).Intersect(getBasicVals(), F, Lower, Upper); in getSymLTRange() 545 return GetRange(St, Sym).Intersect(getBasicVals(), F, Lower, Upper); in getSymGTRange() 581 return GetRange(St, Sym).Intersect(getBasicVals(), F, Lower, Upper); in getSymGERange() 617 return RS.Intersect(getBasicVals(), F, Lower, Upper); in getSymLERange() 645 return GetRange(St, Sym).Intersect(getBasicVals(), F, Lower, Upper); in getSymLERange()
|
/external/pdfium/core/fxge/ |
D | cfx_cliprgn.cpp | 33 m_Box.Intersect(rect); in IntersectRect() 47 m_Box.Intersect(mask_rect); in IntersectMaskRect() 81 new_box.Intersect(mask_box); in IntersectMaskF()
|
/external/pdfium/core/fxcrt/ |
D | fx_coordinates.h | 199 void Intersect(const FX_RECT& src); 200 void Intersect(int l, int t, int r, int b) { Intersect(FX_RECT(l, t, r, b)); } in Intersect() function 247 void Intersect(const CFX_FloatRect& other_rect); 540 void Intersect(const RectType& rt) { in Intersect() function 554 rect.Intersect(*this); in IntersectWith() 559 rect.Intersect(*this); in IntersectWith()
|
/external/pdfium/core/fpdfapi/page/ |
D | cpdf_clippath.cpp | 49 rect.Intersect(path_rect); in GetClipBox() 63 rect.Intersect(layer_rect); in GetClipBox()
|
/external/pdfium/xfa/fxfa/ |
D | cxfa_imagerenderer.cpp | 52 clip_box.Intersect(image_rect); in Start() 82 dest_rect.Intersect(image_rect); in Start()
|
/external/pdfium/fpdfsdk/pwl/ |
D | cpwl_list_box.cpp | 115 rcItem.Intersect(rcList); in DrawThisAppearance() 117 rcItem.Intersect(rcClient); in DrawThisAppearance() 286 rcCaret.Intersect(GetClientRect()); in GetFocusRect()
|
D | cpwl_caret.cpp | 39 rcRect.Intersect(rcClip); in DrawThisAppearance()
|
/external/tensorflow/tensorflow/core/util/ |
D | tensor_slice_set.cc | 93 if (slice.Intersect(x.second.slice, &intersection)) { in Query() 150 if (slice.Intersect(x.second.slice, &intersection)) { in QueryMeta()
|
/external/pdfium/core/fpdfdoc/ |
D | cpvt_wordrange.h | 45 CPVT_WordRange Intersect(const CPVT_WordRange& that) const { in Intersect() function
|
/external/protobuf/python/google/protobuf/internal/ |
D | well_known_types_test.py | 400 out_mask.Intersect(mask1, mask2) 405 out_mask.Intersect(mask1, mask2) 410 out_mask.Intersect(mask1, mask2) 414 out_mask.Intersect(mask1, mask2)
|
/external/webrtc/talk/media/base/ |
D | codec.cc | 67 void FeedbackParams::Intersect(const FeedbackParams& from) { in Intersect() function in cricket::FeedbackParams 163 feedback_params.Intersect(other.feedback_params); in IntersectFeedbackParams()
|
/external/perfetto/src/trace_processor/ |
D | filtered_row_index_unittest.cc | 69 TEST(FilteredRowIndexUnittest, Intersect) { in TEST() argument
|
/external/libchrome/ui/gfx/geometry/ |
D | rect_f.cc | 98 void RectF::Intersect(const RectF& rect) { in Intersect() function in gfx::RectF 235 result.Intersect(b); in IntersectRects()
|
/external/skia/modules/canvaskit/ |
D | externs.js | 347 Intersect: {}, property 391 Intersect: {}, property
|
/external/tensorflow/tensorflow/examples/android/jni/object_tracking/ |
D | geom.h | 156 inline BoundingBox Intersect(const BoundingBox& that) const { in Intersect() function 186 const float intersect_area = this->Intersect(that).GetArea(); in PascalScore()
|
/external/skqp/experimental/canvaskit/ |
D | externs.js | 331 Intersect: {}, property 375 Intersect: {}, property
|