HomeSort by relevance Sort by last modified time
    Searched full:sub2 (Results 1 - 13 of 13) sorted by null

  /external/libvpx/examples/includes/HTML-Toc-0.91/t/SiteMap/SubDir2/
index.htm 3 <title>Sub2</title>
  /frameworks/base/core/java/com/google/android/collect/
Lists.java 47 * <p>{@code List<Base> list = Lists.newArrayList(sub1, sub2);}
49 * <p>where {@code sub1} and {@code sub2} are references to subtypes of
53 * <p>{@code List<Base> list = Lists.<Base>newArrayList(sub1, sub2);}
Sets.java 53 * <p>{@code Set<Base> set = Sets.newHashSet(sub1, sub2);}
55 * <p>where {@code sub1} and {@code sub2} are references to subtypes of {@code
58 * <p>{@code Set<Base> set = Sets.<Base>newHashSet(sub1, sub2);}
  /libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
Identity2Test.java 439 IdentitySubclass sub2 = new IdentitySubclass("test", local
443 assertEquals("the two Identity objects are not equal", sub2, sub);
444 boolean res1 = sub.equals(sub2); //true
467 IdentitySubclass sub2 = new IdentitySubclass("test", null); local
468 sub2.setPublicKey(cert[0].getPublicKey());
470 sub2, sub);
518 IdentitySubclass sub2 = new IdentitySubclass("test", null); local
519 assertEquals("The 2 hash codes are not equal", sub.hashCode(), sub2
  /external/chromium/third_party/icu/source/i18n/
nfrule.h 100 NFSubstitution* sub2; member in class:NFRule
nfrule.cpp 38 , sub2(NULL)
46 delete sub2;
380 sub2 = extractSubstitution(ruleSet, predecessor, rbnf, status);
487 if (sub2 != NULL) {
488 sub2->setDivisor(radix, exponent, status);
564 && *sub2 == *rhs.sub2;
623 sub2->toString(temp);
624 ruleTextCopy.insert(sub2->getPos(), temp);
657 sub2->doSubstitution(number, toInsertInto, pos)
    [all...]
  /external/icu4c/i18n/
nfrule.h 100 NFSubstitution* sub2; member in class:NFRule
nfrule.cpp 38 , sub2(NULL)
46 delete sub2;
380 sub2 = extractSubstitution(ruleSet, predecessor, rbnf, status);
487 if (sub2 != NULL) {
488 sub2->setDivisor(radix, exponent, status);
564 && *sub2 == *rhs.sub2;
623 sub2->toString(temp);
624 ruleTextCopy.insert(sub2->getPos(), temp);
657 sub2->doSubstitution(number, toInsertInto, pos)
    [all...]
  /external/libvpx/examples/includes/HTML-Toc-0.91/t/
siteMap.t 74 <li><a href=./SubDir2/index.htm#>Sub2</a>
  /libcore/luni/src/test/java/tests/security/cert/
X509CertSelectorTest.java 767 X500Principal sub2 = new X500Principal("O=Second Org."); local
774 assertFalse("The returned subject should differ", sub2.equals(selector
835 X500Principal sub2 = new X500Principal(name2); local
867 X500Principal sub2 = new X500Principal(name2); local
1616 X500Principal sub2 = new X500Principal(name2); local
1661 X500Principal sub2 = new X500Principal(name2); local
1705 X500Principal sub2 = new X500Principal("O=Second Org."); local
    [all...]
  /libcore/luni/src/test/java/tests/api/java/util/
CollectionsTest.java 1389 ArrayList sub2 = new ArrayList(); local
1517 ArrayList sub2 = new ArrayList(); local
    [all...]
  /external/libvpx/examples/includes/HTML-Toc-0.91/
Toc.pod 714 |- SubDir2 index.htm, <title>Sub2</title>
779 <li><a href=./SubDir2/index.htm#>Sub2</a>
    [all...]
  /prebuilt/common/netbeans-visual/
org-openide-util.jar 

Completed in 420 milliseconds