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

  /libcore/luni/src/test/java/tests/security/cert/
CertificateCertificateRepTest.java 47 MyCertificate.MyCertificateRep rep1 = c1.new MyCertificateRep( local
49 assertEquals("X509", rep1.getType());
50 assertTrue(Arrays.equals(TestUtils.getX509Certificate_v3(), rep1.getData()));
71 MyCertificateRep rep1 = c1.new MyCertificateRep("X509", TestUtils local
74 Certificate obj = (Certificate) rep1.readResolve();
  /external/webkit/Source/JavaScriptCore/runtime/
UString.h 118 StringImpl* rep1 = s1.impl(); local
123 if (rep1 == rep2) // If they're the same rep, they're equal.
126 if (rep1)
127 size1 = rep1->length();
141 const UChar* d1 = rep1->characters();
  /external/bluetooth/bluez/tools/
hid2hci.c 94 char rep1[] = { 0xff, 0x80, 0x80, 0x01, 0x00, 0x00 }; local
108 err = hid_logitech_send_report(fd, rep1, sizeof(rep1));
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
equivalent.h 182 MappedId rep1 = Util::FindSet(&eq_classes, s1); local
185 if (rep1 != rep2) {
186 eq_classes.Union(rep1, rep2);

Completed in 204 milliseconds