/external/clang/include/clang/Analysis/Support/ |
BlkExprDeclBitVector.h | 163 struct Intersect { void operator()(ValTy& Dst, ValTy& Src) { Dst &= Src; } }; 302 struct Intersect { void operator()(ValTy& Dst, ValTy& Src) { Dst &= Src; } };
|
/external/compiler-rt/lib/tsan/rtl/ |
tsan_rtl.cc | 336 // equal, intersect and not intersect. initially I considered
|
tsan_platform_linux.cc | 243 // If stack and tls intersect, make them non-intersecting.
|
/external/guava/guava/src/com/google/common/collect/ |
TreeMultiset.java | 350 range.intersect(GeneralRange.upTo(comparator, upperBound, boundType)), rootReference); 357 range.intersect(GeneralRange.downTo(comparator, lowerBound, boundType)), rootReference);
|
GeneralRange.java | 170 GeneralRange<T> intersect(GeneralRange<T> other) { method in class:GeneralRange
|
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/ |
TreeMultiset.java | 346 range.intersect(GeneralRange.upTo(comparator, upperBound, boundType)), rootReference); 353 range.intersect(GeneralRange.downTo(comparator, lowerBound, boundType)), rootReference);
|
/external/llvm/lib/Support/ |
DAGDeltaAlgorithm.cpp | 318 // Invariant: CurrentSet intersect Required == {} 346 // FIXME: We could enforce CurrentSet intersect Required == {} here if we
|
/external/v8/src/ |
lithium-allocator.h | 223 LifetimePosition Intersect(const UseInterval* other) const { 224 if (other->start().Value() < start_.Value()) return other->Intersect(this);
|
/external/webkit/Source/WebCore/rendering/ |
RenderLineBoxList.cpp | 177 // intersect. This is a quick short-circuit that we can take to avoid walking any lines. 229 // See if our root lines intersect with the dirty rect. If so, then we paint
|
/external/webkit/Source/WebKit/chromium/src/ |
WebPluginContainerImpl.cpp | 100 // Don't paint anything if the plugin doesn't intersect the damage rect. 584 clipRect.intersect(
|
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/ |
Region_Delegate.java | 91 } else if (regionOp == Region.Op.INTERSECT.nativeInt) { 99 result.intersect(shape2 instanceof Area ? (Area) shape2 : new Area(shape2));
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/ |
X.h | 556 #define Complex 0 /* paths may intersect */ 557 #define Nonconvex 1 /* no paths intersect, but not convex */
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/ |
X.h | 556 #define Complex 0 /* paths may intersect */ 557 #define Nonconvex 1 /* no paths intersect, but not convex */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/ |
X.h | 556 #define Complex 0 /* paths may intersect */ 557 #define Nonconvex 1 /* no paths intersect, but not convex */
|
/dalvik/dexgen/src/com/android/dexgen/rop/code/ |
LocalVariableInfo.java | 118 newStart.intersect(specs, true);
|
/dalvik/dx/src/com/android/dx/rop/code/ |
LocalVariableInfo.java | 119 newStart.intersect(specs, true);
|
/dalvik/dx/src/com/android/dx/ssa/ |
LocalVariableInfo.java | 119 newStart.intersect(specs, true);
|
/external/dexmaker/src/dx/java/com/android/dx/rop/code/ |
LocalVariableInfo.java | 119 newStart.intersect(specs, true);
|
/external/dexmaker/src/dx/java/com/android/dx/ssa/ |
LocalVariableInfo.java | 119 newStart.intersect(specs, true);
|
/external/libvpx/examples/includes/geshi/geshi/ |
matlab.php | 105 'interpn','intersect','inv','invhilb','ipermute','isa','ishandle',
|
rebol.php | 92 'integer?','intersect','issue?','join','last','layout','length?',
|
/external/openfst/src/include/ |
Makefile.in | 55 fst/intersect.h fst/queue.h fst/statesort.h fst/arcfilter.h \ 105 fst/script/info.h fst/script/intersect.h fst/script/invert.h \ 287 fst/script/info-impl.h fst/script/info.h fst/script/intersect.h \ 299 nobase_include_HEADERS = fst/arc.h fst/determinize.h fst/intersect.h \
|
/external/openfst/src/script/ |
Makefile.in | 78 equal.cc equivalent.cc fst-class.cc info.cc intersect.cc \ 89 @HAVE_SCRIPT_TRUE@ fst-class.lo info.lo intersect.lo invert.lo \ 247 @HAVE_SCRIPT_TRUE@info.cc intersect.cc invert.cc map.cc minimize.cc print.cc project.cc \ 345 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/intersect.Plo@am__quote@
|
/external/qemu/memcheck/ |
memcheck_mmrange_map.c | 40 * equal iff memory blocks they describe intersect in any part.
|
/external/skia/samplecode/ |
SampleRegion.cpp | 228 { SK_ColorRED, "Intersect", SkRegion::kIntersect_Op },
|