HomeSort by relevance Sort by last modified time
    Searched full:intersection (Results 251 - 275 of 379) sorted by null

<<111213141516

  /external/valgrind/tsan/
thread_sanitizer.cc 951 FixedArray<LID> intersection(min(set1.size(), set2.size()));
954 intersection.begin());
955 DCHECK(!cache_hit || (ret == (end == intersection.begin())));
956 ret = (end == intersection.begin());
    [all...]
  /external/webkit/Source/WebCore/page/
FrameView.cpp     [all...]
  /external/webkit/Source/WebCore/rendering/
RenderInline.cpp     [all...]
  /ndk/sources/host-tools/sed-4.2.1/lib/
regex_internal.c 1049 /* Calculate the intersection of the sets SRC1 and SRC2. And merge it to
1074 /* Find the items in the intersection of SRC1 and SRC2, and copy
    [all...]
regexec.c     [all...]
  /external/bison/lib/
lbitset.c 1028 intersection of these elements. */
  /external/chromium/net/socket/
ssl_client_socket_openssl.cc 376 // Make sure we haven't got any intersection in the set & clear options.
    [all...]
  /external/chromium/third_party/libjingle/source/talk/session/phone/
mediasessionclient.cc 255 // The answer contains the intersection of the codecs in the offer with the
    [all...]
  /external/harfbuzz/contrib/tables/
BidiMirroring.txt 522 # 2A19; INTEGRAL WITH INTERSECTION
  /external/icu4c/data/unidata/
BidiMirroring.txt 531 # 2A19; INTEGRAL WITH INTERSECTION
  /external/libvpx/vp8/encoder/
pickinter.c 716 // Get intersection of UMV window and valid MV window to reduce # of checks in diamond search.
  /external/qemu/distrib/sdl-1.2.15/src/video/gem/
SDL_gemvideo.c 1238 /* Calculate intersection rectangle to redraw */
  /external/skia/src/core/
SkRegion.cpp 715 { 3, 3 }, // Intersection
    [all...]
SkBitmap.cpp 786 return false; // r is empty (i.e. no intersection)
    [all...]
  /external/webkit/Source/WebCore/css/
CSSGradientValue.cpp 501 // We find the endpoint by computing the intersection of the line formed by the slope,
    [all...]
  /external/webkit/Source/WebCore/platform/
ScrollView.cpp 666 // Since scrolling is double buffered, we will be blitting the scroll view's intersection
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/android/rendering/
ShaderProgram.cpp 682 // The previous intersection calculation is using local screen coordinates.
    [all...]
  /external/wpa_supplicant_8/src/p2p/
p2p.c 1530 struct p2p_channels intersection; local
    [all...]
  /external/icu4c/common/
uniset.cpp 37 #define INTERSECTION ((UChar)0x0026) /*&*/
    [all...]
  /external/chromium/net/base/
x509_certificate_mac.cc     [all...]
  /external/clang/lib/CodeGen/
CGRecordLayoutBuilder.cpp 318 // intersection with [FieldOffset, FieldOffset + FieldSize) gives the bits
    [all...]
  /external/guava/guava-tests/test/com/google/common/util/concurrent/
FuturesTest.java 868 return !Sets.intersection(a, b).isEmpty();
    [all...]
  /external/llvm/include/llvm/Target/
Target.td 203 // (and GPR, CSR) - Set intersection. All registers from the first set that are
    [all...]
  /external/llvm/lib/CodeGen/
LiveInterval.cpp 87 // overlaps - Return true if the intersection of the two live intervals is
  /external/qemu/distrib/sdl-1.2.15/include/
SDL_video.h 642 * the intersection of the surface area and the clipping rectangle.
    [all...]

Completed in 1071 milliseconds

<<111213141516