HomeSort by relevance Sort by last modified time
    Searched defs:joined (Results 1 - 4 of 4) sorted by null

  /external/guava/guava-tests/test/com/google/common/io/
MultiInputStreamTest.java 78 InputSupplier<InputStream> joined = ByteStreams.join(suppliers); local
79 assertTrue(ByteStreams.equal(newByteSupplier(0, start), joined));
85 InputSupplier<InputStream> joined = ByteStreams.join(supplier, supplier); local
86 assertEquals(20, ByteStreams.length(joined));
87 InputStream in = joined.getInput();
  /external/owasp/sanitizer/src/main/org/owasp/html/
ElementAndAttributePolicies.java 112 AttributePolicy joined = AttributePolicy.Util.join( local
114 if (!joined.equals(attrPolicy)) {
119 anded.put(attrName, joined);
  /external/iputils/
rdisc.c 1232 int joined[num_interfaces]; local
1234 memset(joined, 0, sizeof(joined));
1242 if (joined[j] == interfaces[i].ifindex)
1257 joined[i] = interfaces[i].ifindex;
    [all...]
  /external/owasp/sanitizer/distrib/lib/
owasp-java-html-sanitizer.jar 

Completed in 122 milliseconds