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

  /libcore/luni/src/test/java/tests/security/cert/
CertificateCertificateRepTest.java 58 MyCertificate.MyCertificateRep rep1 = c1.new MyCertificateRep( local
60 assertEquals("X509", rep1.getType());
61 assertTrue(Arrays.equals(TestUtils.getX509Certificate_v3(), rep1.getData()));
88 MyCertificateRep rep1 = c1.new MyCertificateRep("X509", TestUtils local
91 Certificate obj = (Certificate) rep1.readResolve();
  /external/bluetooth/bluez/tools/
hid2hci.c 157 char rep1[] = { 0xff, 0x80, 0x80, 0x01, 0x00, 0x00 }; local
188 err = 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 181 milliseconds