HomeSort by relevance Sort by last modified time
    Searched full:intersection (Results 151 - 175 of 570) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/llvm/include/llvm/IR/
ConstantRange.h 77 /// 'intersection over all y in Other . { x : icmp op x y is true }'. If the
172 /// Return the range that results from the intersection of
  /external/owasp/sanitizer/src/main/org/owasp/html/
Encoding.java 248 // in the intersection of valid HTML5 and XML. According to
259 // We don't use ' since that is not in the intersection of HTML&XML.
HtmlPolicyBuilder.java 658 * intersection of possible matched values.
673 * intersection of possible matched values.
689 * intersection of possible matched values.
700 * intersection of possible matched values.
  /external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/
cmswtpnt.c 99 cmsFloat64Number ut; // u coord of intersection w/ blackbody locus
100 cmsFloat64Number vt; // v coord of intersection w/ blackbody locus
  /external/skia/src/core/
SkLineClipper.cpp 25 // return X coordinate of intersection with horizontal line at Y
46 // return Y coordinate of intersection with vertical line at X
  /frameworks/base/media/java/android/media/
Utils.java 53 * Returns the intersection of two sets of non-intersecting ranges
56 * @return the intersection of the two sets, sorted in ascending order
  /art/compiler/dex/quick/
resource_mask.h 101 constexpr ResourceMask Intersection(const ResourceMask& other) const {
  /bionic/libc/tools/
check-symbols-glibc.py 189 for symbol in sorted((posix.intersection(glibc)).difference(bionic)):
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/misc/
Interval.java 115 public Interval intersection(Interval other) { method in class:Interval
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
AttributeScope.java 172 public Set intersection(AttributeScope other) { method in class:AttributeScope
  /external/ceres-solver/internal/ceres/
visibility_based_preconditioner.cc 555 vector<int> intersection; local
559 back_inserter(intersection));
561 if (intersection.size() > 0) {
567 cluster_graph->AddEdge(i, j, intersection.size());
  /external/deqp/framework/delibs/decpp/
deSTLUtil.hpp 56 C intersection (const C& s1, const C& s2) function in namespace:de
  /external/eigen/test/eigen2/
eigen2_hyperplane.cpp 103 Vector result = line_u.intersection(line_v);
  /external/google-breakpad/src/common/windows/
omap_internal.h 131 // interval intersection queries.
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
SortedSetRelation.java 26 * A & B (intersection)
  /external/jsr305/javadoc/javax/annotation/meta/
When.html 134 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;S intersection T is non empty and S - T is nonempty</TD>
140 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;S intersection T is empty</TD>
236 <DD>S intersection T is non empty and S - T is nonempty
248 <DD>S intersection T is empty
  /external/llvm/include/llvm/Support/
Errc.h 23 // the intersection of all the ones we support.
  /external/llvm/include/llvm/TableGen/
SetTheory.h 28 // - (and S1, S2) Set intersection. Every element in S1 that is also in S2.
  /external/owasp/sanitizer/distrib/javadoc/org/owasp/html/
HtmlPolicyBuilder.AttributeBuilder.html 239 intersection of possible matched values.
255 intersection of possible matched values.
272 intersection of possible matched values.
289 intersection of possible matched values.
  /frameworks/base/core/jni/android/opengl/
poly_clip.cpp 77 /* edge crosses plane; add intersection point to q */
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setools/
constraintquery.py 43 criteria. If false, any set intersection
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setoolsgui/networkx/algorithms/
block.py 65 if len (u.intersection(p2))>0:
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setoolsgui/networkx/algorithms/operators/
all.py 150 R = nx.intersection(R, H)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setoolsgui/networkx/algorithms/operators/tests/
test_all.py 69 assert_raises(nx.NetworkXError, nx.intersection, g, h)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setoolsgui/setools/
constraintquery.py 43 criteria. If false, any set intersection

Completed in 989 milliseconds

1 2 3 4 5 67 8 91011>>