/external/openfst/src/script/ |
D | intersect.cc | 24 void Intersect(const FstClass &ifst1, const FstClass &ifst2, in Intersect() function 33 void Intersect(const FstClass &ifst1, const FstClass &ifst2, in Intersect() function 42 REGISTER_FST_OPERATION(Intersect, StdArc, IntersectArgs1); 43 REGISTER_FST_OPERATION(Intersect, LogArc, IntersectArgs1); 44 REGISTER_FST_OPERATION(Intersect, Log64Arc, IntersectArgs1); 45 REGISTER_FST_OPERATION(Intersect, StdArc, IntersectArgs2); 46 REGISTER_FST_OPERATION(Intersect, LogArc, IntersectArgs2); 47 REGISTER_FST_OPERATION(Intersect, Log64Arc, IntersectArgs2);
|
/external/openfst/src/include/fst/script/ |
D | intersect.h | 32 void Intersect(IntersectArgs1 *args) { in Intersect() function 37 Intersect(ifst1, ifst2, ofst, args->arg4); in Intersect() 44 void Intersect(IntersectArgs2 *args) { in Intersect() function 49 Intersect(ifst1, ifst2, ofst, args->arg4); in Intersect() 52 void Intersect(const FstClass &ifst1, const FstClass &ifst2, 56 void Intersect(const FstClass &ifst, const FstClass &ifst2,
|
D | fstscript.h | 108 REGISTER_FST_OPERATION(Intersect, Arc, IntersectArgs1); in RegisterBatch1() 109 REGISTER_FST_OPERATION(Intersect, Arc, IntersectArgs2); in RegisterBatch1()
|
/external/clang/lib/StaticAnalyzer/Core/ |
D | RangeConstraintManager.cpp | 241 RangeSet Intersect(BasicValueFactory &BV, Factory &F, in Intersect() function in __anon2bd26e440211::RangeSet 383 Result = Result.Intersect(BV, F, ++IntType.getZeroValue(), in GetRange() 418 RangeSet New = GetRange(St, Sym).Intersect(getBasicVals(), F, Upper, Lower); in assumeSymNE() 433 RangeSet New = GetRange(St, Sym).Intersect(getBasicVals(), F, AdjInt, AdjInt); in assumeSymEQ() 462 RangeSet New = GetRange(St, Sym).Intersect(getBasicVals(), F, Lower, Upper); in assumeSymLT() 491 RangeSet New = GetRange(St, Sym).Intersect(getBasicVals(), F, Lower, Upper); in assumeSymGT() 520 RangeSet New = GetRange(St, Sym).Intersect(getBasicVals(), F, Lower, Upper); in assumeSymGE() 549 RangeSet New = GetRange(St, Sym).Intersect(getBasicVals(), F, Lower, Upper); in assumeSymLE()
|
/external/v8/test/cctest/ |
D | test-dataflow.cc | 51 v.Intersect(w); in TEST() 115 v.Intersect(w); in TEST()
|
/external/openfst/src/include/fst/ |
D | interval-set.h | 135 void Intersect(const IntervalSet<T> &iset, IntervalSet<T> *oset) const; 200 void IntervalSet<T>::Intersect(const IntervalSet<T> &iset, in Intersect() function 267 Intersect(cset, oset); in Difference()
|
D | intersect.h | 143 void Intersect(const Fst<Arc> &ifst1, const Fst<Arc> &ifst2,
|
/external/openfst/src/bin/ |
D | fstintersect.cc | 83 s::Intersect(*ifst1, *ifst2, &ofst, opts); in main()
|
/external/clang/include/clang/Analysis/Support/ |
D | BlkExprDeclBitVector.h | 163 struct Intersect { void operator()(ValTy& Dst, ValTy& Src) { Dst &= Src; } }; in operator() struct 302 struct Intersect { void operator()(ValTy& Dst, ValTy& Src) { Dst &= Src; } }; in operator() struct
|
/external/chromium/chrome/browser/ui/ |
D | window_sizer_linux.cc | 29 return rect.Intersect(GetPrimaryMonitorBounds()); in GetPrimaryMonitorWorkArea()
|
D | window_sizer_mac.mm | 72 gfx::Rect intersection = monitor_area.Intersect(match_rect);
|
D | window_sizer_unittest.cc | 86 gfx::Rect overlap(match_rect.Intersect(work_areas_[i])); in GetMonitorIndexMatchingBounds()
|
/external/srec/tools/thirdparty/OpenFst/fst/lib/ |
D | intersect.h | 118 void Intersect(const Fst<Arc> &ifst1, const Fst<Arc> &ifst2,
|
/external/v8/tools/ |
D | test.py | 812 def Intersect(self, that): member in ListSet 814 return that.Intersect(self) 828 def Intersect(self, that): member in Everything 840 def Intersect(self, that): member in Nothing 863 inter = self.left.GetOutcomes(env, defs).Intersect(self.right.GetOutcomes(env, defs)) 866 inter = self.left.GetOutcomes(env, defs).Intersect(self.right.GetOutcomes(env, defs)) 880 return self.left.GetOutcomes(env, defs).Intersect(self.right.GetOutcomes(env, defs))
|
/external/v8/src/ |
D | data-flow.h | 156 void Intersect(const BitVector& other) { in Intersect() function
|
D | lithium-allocator.h | 223 LifetimePosition Intersect(const UseInterval* other) const { in Intersect() function 224 if (other->start().Value() < start_.Value()) return other->Intersect(this); in Intersect()
|
D | hydrogen-instructions.h | 269 Intersect(other); in StackUpon() 273 void Intersect(Range* other); 669 result.Intersect(AllDependsOnFlagSet()); in DependsOnFlags() 675 result.Intersect(AllSideEffectsFlagSet()); in SideEffectFlags() 681 result.Intersect(AllChangesFlagSet()); in ChangesFlags() 687 result.Intersect(AllChangesFlagSet()); in ObservableChangesFlags() 688 result.Intersect(AllObservableSideEffectsFlagSet()); in ObservableChangesFlags()
|
D | utils.h | 942 void Intersect(const EnumSet& set) { bits_ &= set.bits_; }
|
D | profile-generator.cc | 3196 static int Intersect(int i1, int i2, const Vector<int>& dominators) { in Intersect() function 3246 : Intersect(ret_index, new_idom_index, *dominators); in BuildDominatorTree()
|
D | hydrogen-instructions.cc | 143 void Range::Intersect(Range* other) { in Intersect() function in v8::internal::Range
|
/external/chromium/chrome/browser/renderer_host/ |
D | render_widget_host_view_views.cc | 333 invalid_rect_ = invalid_rect_.Intersect(bounds()); in DidUpdateBackingStore() 803 paint_rect = paint_rect.Intersect(invalid_rect_); in OnPaint()
|
D | render_widget_host_view_gtk.cc | 993 paint_rect = paint_rect.Intersect(invalid_rect_); in Paint()
|
D | render_widget_host_view_win.cc | 886 gfx::Rect paint_rect = bitmap_rect.Intersect(gfx::Rect(region_rects[i])); in OnPaint()
|
/external/chromium/chrome/browser/instant/ |
D | instant_loader.cc | 932 gfx::Rect intersection(omnibox_bounds_.Intersect(preview_bounds)); in GetOmniboxBoundsInTermsOfPreview()
|
/external/regex-re2/lib/codereview/ |
D | codereview.py | 816 def Intersect(l1, l2): function 1533 oldfiles = Intersect(files, cl.files)
|