Searched refs:overlaps (Results 1 - 25 of 40) sorted by path

12

/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/streams/
H A Drewrite.rb230 elsif location.overlaps?( prior_location )
314 message = 'operation %p overlaps with previous operation %p' % [ current, previous ]
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
H A Dutil.rb164 def overlaps?( range )
169 not overlaps?( range )
/external/antlr/antlr-3.4/runtime/Ruby/test/functional/token-rewrite/
H A Dbasic.rb234 error.to_s.should == %q<operation (replace @ 1..2 : "foo") overlaps with previous operation (replace @ 0..3 : "bar")>
245 error.to_s.should == %q<operation (insert-before @ 4 : "y") overlaps with previous operation (replace @ 2..4 : "x")>
256 error.to_s.should == %q<operation (replace @ 3..5 : "foo") overlaps with previous operation (replace @ 2..4 : "xyz")>
267 error.to_s.should == %q<operation (replace @ 1..3 : "foo") overlaps with previous operation (replace @ 2..4 : "xyz")>
/external/chromium_org/third_party/WebKit/Source/core/rendering/shapes/
H A DShapeInterval.h70 bool overlaps(const ShapeInterval<T>& interval) const function in class:blink::ShapeInterval
/external/chromium_org/third_party/WebKit/Source/platform/
H A DPODInterval.h105 bool overlaps(const T& low, const T& high) const function in class:blink::PODInterval
114 bool overlaps(const PODInterval& other) const function in class:blink::PODInterval
116 return overlaps(other.low(), other.high());
H A DPODIntervalTree.h59 if (data.overlaps(m_lowValue, m_highValue))
154 // Starting from the given node, adds all overlaps with the given
H A DPODIntervalTreeTest.cpp160 Vector<PODInterval<float, UserData1> > overlaps = tree.allOverlaps(tree.createInterval(3, 5, data1)); local
161 EXPECT_EQ(1U, overlaps.size());
162 EXPECT_EQ(5, overlaps[0].data().a);
163 EXPECT_EQ(6, overlaps[0].data().b);
/external/chromium_org/third_party/leveldatabase/src/db/
H A Dversion_set.cc25 // Maximum bytes of overlaps in grandparent (i.e., level+2) before we
502 std::vector<FileMetaData*> overlaps; local
509 GetOverlappingInputs(level + 2, &start, &limit, &overlaps);
510 const int64_t sum = TotalFileSize(overlaps);
1158 std::vector<FileMetaData*> overlaps;
1163 &overlaps);
1164 const int64_t sum = TotalFileSize(overlaps);
/external/chromium_org/third_party/libaddressinput/src/java/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF AndroidManifest.xml android/ android/Manifest$permission.class ...
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/decoder/
H A Dec_types.h21 /* The area (pixel area in Q6) the block pointed to by bmi overlaps
34 OVERLAP_NODE overlaps[MAX_OVERLAPS]; member in struct:__anon13074
37 /* Structure used to hold all the overlaps of a macroblock. The overlaps of a
38 * macroblock is further divided into block overlaps.
42 B_OVERLAP overlaps[16]; member in struct:__anon13075
H A Derror_concealment.c47 if (pbi->overlaps != NULL)
49 vpx_free(pbi->overlaps);
50 pbi->overlaps = NULL;
53 pbi->overlaps = vpx_calloc(pbi->common.mb_rows * pbi->common.mb_cols,
56 if (pbi->overlaps == NULL)
64 vpx_free(pbi->overlaps);
65 pbi->overlaps = NULL;
68 /* Inserts a new overlap area value to the list of overlaps of a block */
69 static void assign_overlap(OVERLAP_NODE* overlaps, argument
76 /* Find and assign to the next empty overlap node in the list of overlaps
247 estimate_mv(const OVERLAP_NODE *overlaps, union b_mode_info *bmi) argument
326 calc_prev_mb_overlaps(MB_OVERLAP *overlaps, MODE_INFO *prev_mi, int mb_row, int mb_col, int mb_rows, int mb_cols) argument
347 estimate_missing_mvs(MB_OVERLAP *overlaps, MODE_INFO *mi, MODE_INFO *prev_mi, int mb_rows, int mb_cols, unsigned int first_corrupt) argument
[all...]
H A Donyxd_if.c88 pbi->overlaps = NULL;
H A Donyxd_int.h119 MB_OVERLAP *overlaps; member in struct:VP8D_COMP
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_peephole.cpp91 // swaps $rX <-> $rY, i.e. do not create live range overlaps of phi src and def.
1279 bool overlaps(const Instruction *ldst) const;
1650 MemoryOpt::Record::overlaps(const Instruction *ldst) const function in class:nv50_ir::MemoryOpt::Record
1674 if (!r->locked && r->overlaps(ld))
1688 if (!st || r->overlaps(st))
1692 if (!st || r->overlaps(st))
H A Dnv50_ir_ra.cpp791 if (reg->interfers(rep) && reg->livei.overlaps(nVal->livei))
797 if (!force && nRep->livei.overlaps(nVal->livei))
1072 if (node->f == cur->f && node->livei.overlaps(cur->livei)) {
1209 if (!vD->livei.overlaps(vd->livei)) {
1408 if (it->occup.overlaps(livei))
H A Dnv50_ir_util.cpp164 bool Interval::overlaps(const Interval &that) const function in class:nv50_ir::Interval
H A Dnv50_ir_util.h433 bool overlaps(const Interval&) const;
/external/clang/unittests/Tooling/
H A DRefactoringTest.cpp370 TEST(Range, overlaps) {
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.text_3.5.0.v20100601-1300.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/libvpx/libvpx/vp8/decoder/
H A Dec_types.h21 /* The area (pixel area in Q6) the block pointed to by bmi overlaps
34 OVERLAP_NODE overlaps[MAX_OVERLAPS]; member in struct:__anon24865
37 /* Structure used to hold all the overlaps of a macroblock. The overlaps of a
38 * macroblock is further divided into block overlaps.
42 B_OVERLAP overlaps[16]; member in struct:__anon24866
H A Derror_concealment.c49 if (pbi->overlaps != NULL)
51 vpx_free(pbi->overlaps);
52 pbi->overlaps = NULL;
55 pbi->overlaps = vpx_calloc(pbi->common.mb_rows * pbi->common.mb_cols,
58 if (pbi->overlaps == NULL)
66 vpx_free(pbi->overlaps);
67 pbi->overlaps = NULL;
70 /* Inserts a new overlap area value to the list of overlaps of a block */
71 static void assign_overlap(OVERLAP_NODE* overlaps, argument
78 /* Find and assign to the next empty overlap node in the list of overlaps
249 estimate_mv(const OVERLAP_NODE *overlaps, union b_mode_info *bmi) argument
328 calc_prev_mb_overlaps(MB_OVERLAP *overlaps, MODE_INFO *prev_mi, int mb_row, int mb_col, int mb_rows, int mb_cols) argument
349 estimate_missing_mvs(MB_OVERLAP *overlaps, MODE_INFO *mi, MODE_INFO *prev_mi, int mb_rows, int mb_cols, unsigned int first_corrupt) argument
[all...]
H A Donyxd_if.c88 pbi->overlaps = NULL;
H A Donyxd_int.h119 MB_OVERLAP *overlaps; member in struct:VP8D_COMP
/external/llvm/include/llvm/CodeGen/
H A DLiveInterval.h375 /// overlaps - Return true if the intersection of the two live ranges is
377 bool overlaps(const LiveRange &other) const {
383 /// overlaps - Return true if the two ranges have overlapping segments
388 bool overlaps(const LiveRange &Other, const CoalescerPair &CP,
391 /// overlaps - Return true if the live range overlaps an interval specified
393 bool overlaps(SlotIndex Start, SlotIndex End) const;
H A DScheduleDAG.h125 bool overlaps(const SDep &Other) const { function in class:llvm::SDep
139 return overlaps(Other) && Latency == Other.Latency;

Completed in 510 milliseconds

12