HomeSort by relevance Sort by last modified time
    Searched refs:cp1 (Results 1 - 25 of 75) sorted by null

1 2 3

  /external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/cert/
CertPathTest.java 60 CertPath cp1 = new MyCertPath(testEncoding); local
63 assertTrue(cp1.hashCode() == cp2.hashCode());
71 CertPath cp1 = new MyCertPath(testEncoding); local
73 assertTrue((cp1.hashCode() == cp2.hashCode()) && cp1.equals(cp2));
89 CertPath cp1 = new MyCertPath(testEncoding); local
90 assertTrue(cp1.equals(cp1));
99 CertPath cp1 = new MyCertPath(testEncoding); local
101 assertTrue(cp1.equals(cp2) && cp2.equals(cp1))
109 CertPath cp1 = new MyCertPath(testEncoding); local
119 CertPath cp1 = new MyCertPath(testEncoding); local
129 CertPath cp1 = new MyCertPath(testEncoding); local
143 CertPath cp1 = new MyCertPath(testEncoding); local
153 CertPath cp1 = new MyCertPath(testEncoding); local
163 CertPath cp1 = new MyCertPath(testEncoding); local
171 CertPath cp1 = new MyCertPath(testEncoding); local
    [all...]
LDAPCertStoreParametersTest.java 149 LDAPCertStoreParameters cp1 = local
151 LDAPCertStoreParameters cp2 = (LDAPCertStoreParameters) cp1.clone();
153 assertTrue("newObject", cp1 != cp2);
155 cp1.getServerName().equals(cp2.getServerName()));
156 assertTrue("portsTheSame", cp1.getPort() == cp2.getPort());
164 LDAPCertStoreParameters cp1 = local
167 assertNotNull(cp1.toString());
CollectionCertStoreParametersTest.java 154 CollectionCertStoreParameters cp1 = local
157 (CollectionCertStoreParameters) cp1.clone();
159 assertTrue(cp1 != cp2);
170 CollectionCertStoreParameters cp1 = local
173 (CollectionCertStoreParameters) cp1.clone();
175 assertTrue(cp1.getCollection() == cp2.getCollection());
184 CollectionCertStoreParameters cp1 = local
187 (CollectionCertStoreParameters) cp1.clone();
191 assertTrue(cp1.getCollection() == cp2.getCollection() &&
  /external/e2fsprogs/lib/uuid/
copy.c 39 unsigned char *cp1; local
43 for (i=0, cp1 = dst, cp2 = src; i < 16; i++)
44 *cp1++ = *cp2++;
  /libcore/luni/src/test/java/tests/security/cert/
CertPathTest.java 61 CertPath cp1 = new MyCertPath(testEncoding); local
62 assertEquals("MyEncoding", cp1.getType());
63 assertTrue(Arrays.equals(testEncoding, cp1.getEncoded()));
69 CertPath cp1 = new MyCertPath(null); local
80 CertPath cp1 = new MyCertPath(testEncoding); local
84 assertTrue(cp1.hashCode() == cp2.hashCode());
85 assertTrue(cp1.hashCode() != cp3.hashCode());
93 CertPath cp1 = new MyCertPath(testEncoding); local
95 assertTrue((cp1.hashCode() == cp2.hashCode()) && cp1.equals(cp2))
111 CertPath cp1 = new MyCertPath(testEncoding); local
121 CertPath cp1 = new MyCertPath(testEncoding); local
131 CertPath cp1 = new MyCertPath(testEncoding); local
141 CertPath cp1 = new MyCertPath(testEncoding); local
151 CertPath cp1 = new MyCertPath(testEncoding); local
165 CertPath cp1 = new MyCertPath(testEncoding); local
175 CertPath cp1 = new MyCertPath(testEncoding); local
185 CertPath cp1 = new MyCertPath(testEncoding); local
193 CertPath cp1 = new MyCertPath(testEncoding); local
202 MyCertPath cp1 = new MyCertPath(testEncoding); local
    [all...]
LDAPCertStoreParametersTest.java 152 LDAPCertStoreParameters cp1 = local
154 LDAPCertStoreParameters cp2 = (LDAPCertStoreParameters)cp1.clone();
156 assertTrue("newObject", cp1 != cp2);
158 cp1.getServerName().equals(cp2.getServerName()));
159 assertTrue("portsTheSame", cp1.getPort() == cp2.getPort());
167 LDAPCertStoreParameters cp1 = local
170 assertNotNull(cp1.toString());
CollectionCertStoreParametersTest.java 132 CollectionCertStoreParameters cp1 = local
135 (CollectionCertStoreParameters)cp1.clone();
137 assertTrue(cp1 != cp2);
146 CollectionCertStoreParameters cp1 = local
149 (CollectionCertStoreParameters)cp1.clone();
151 assertTrue(cp1.getCollection() == cp2.getCollection());
158 CollectionCertStoreParameters cp1 = local
161 (CollectionCertStoreParameters)cp1.clone();
165 assertTrue(cp1.getCollection() == cp2.getCollection() &&
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mips/
cp1-names-mips32.d 1 #objdump: -dr --prefix-addresses --show-raw-insn -M gpr-names=numeric,cp1-names=mips32
2 #name: MIPS CP1 register disassembly (mips32)
3 #source: cp1-names.s
5 # Check objdump's handling of -M cp1-names=foo options.
cp1-names-mips32r2.d 1 #objdump: -dr --prefix-addresses --show-raw-insn -M gpr-names=numeric,cp1-names=mips32r2
2 #name: MIPS CP1 register disassembly (mips32r2)
3 #source: cp1-names.s
5 # Check objdump's handling of -M cp1-names=foo options.
cp1-names-mips64.d 1 #objdump: -dr --prefix-addresses --show-raw-insn -M gpr-names=numeric,cp1-names=mips64
2 #name: MIPS CP1 register disassembly (mips64)
3 #source: cp1-names.s
5 # Check objdump's handling of -M cp1-names=foo options.
cp1-names-mips64r2.d 1 #objdump: -dr --prefix-addresses --show-raw-insn -M gpr-names=numeric,cp1-names=mips64r2
2 #name: MIPS CP1 register disassembly (mips64r2)
3 #source: cp1-names.s
5 # Check objdump's handling of -M cp1-names=foo options.
cp1-names-numeric.d 1 #objdump: -dr --prefix-addresses --show-raw-insn -M gpr-names=numeric,cp1-names=numeric
2 #name: MIPS CP1 register disassembly (numeric)
3 #source: cp1-names.s
5 # Check objdump's handling of -M cp1-names=foo options.
cp1-names-r3000.d 1 #objdump: -dr --prefix-addresses --show-raw-insn -M gpr-names=numeric,cp1-names=r3000
2 #name: MIPS CP1 register disassembly (r3000)
4 #source: cp1-names.s
6 # Check objdump's handling of -M cp1-names=foo options.
cp1-names-sb1.d 1 #objdump: -dr --prefix-addresses --show-raw-insn -M gpr-names=numeric,cp1-names=sb1
2 #name: MIPS CP1 register disassembly (sb1)
3 #source: cp1-names.s
5 # Check objdump's handling of -M cp1-names=foo options.
cp1-names-r4000.d 2 #name: MIPS CP1 register disassembly
4 #source: cp1-names.s
6 # Check objdump's handling of -M cp1-names=foo options.
mips32r2-fp32.s 6 # FPU (cp1) instructions
  /external/e2fsprogs/lib/ss/
error.c 39 register char const *cp1; local
45 cp1 = infop->subsystem_name;
46 while (*cp1)
47 *cp++ = *cp1++;
50 cp1 = infop->current_request;
51 while (*cp1)
52 *cp++ = *cp1++;
  /external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/cert/serialization/
CertPathTest.java 85 CertPath cp1 = new MyCertPath(new byte[] { (byte) 0, (byte) 1 }); local
89 SerializationTest.copySerializable(cp1);
102 CertPath cp1 = new MyCertPath(null); local
107 SerializationTest.copySerializable(cp1);
  /external/clang/test/SemaCXX/
complex-overload.cpp 5 char *cp1 = foo(fv); local
15 char *cp1 = foo(fv); local
24 char *cp1 = foo(fv); local
49 char *cp1 = promote_or_convert3(sc); local
  /external/f2fs-tools/scripts/
dumpf2fs.sh 9 cp1)
10 echo dump cp1
19 echo dump cp1 and cp2
25 echo dump cp1 all
33 echo dump cp1 and cp2 all
  /external/libxml2/os400/
wrappers.c 46 const char * cp1 = inet_ntop(af, src, dst, size); local
50 if (!cp1)
51 return cp1;
53 if (!(cp2 = xmlTranscodeString(cp1, NULL, NULL)))
100 char * cp1 = (char *) dlerror(); local
102 if (!cp1)
103 return cp1;
108 lxdles = (const char *) xmlTranscodeString(cp1, NULL, NULL);
  /external/clang/test/Sema/
overloadable-complex.c 5 char *cp1 = foo(fv); local
15 char *cp1 = foo(fv); local
24 char *cp1 = foo(fv); local
  /external/clang/test/PCH/
namespaces.cpp 25 C* cp1;
  /external/jarjar/src/main/com/tonicsystems/jarjar/
Main.java 65 public void find(String level, String cp1, String cp2) throws IOException {
66 if (level == null || cp1 == null) {
67 throw new IllegalArgumentException("level and cp1 are required");
70 cp2 = cp1;
82 new DepFind().run(cp1, cp2, handler);
  /external/fsck_msdos/
fat.c 337 clustdiffer(cl_t cl, cl_t *cp1, cl_t *cp2, int fatnum)
339 if (*cp1 == CLUST_FREE || *cp1 >= CLUST_RSRVD) {
341 if ((*cp1 != CLUST_FREE && *cp1 < CLUST_BAD
343 || (*cp1 > CLUST_BAD && *cp2 > CLUST_BAD)) {
345 cl, rsrvdcltype(*cp1));
347 *cp2 = *cp1;
353 cl, rsrvdcltype(*cp1), rsrvdcltype(*cp2), fatnum);
355 *cp2 = *cp1;
    [all...]

Completed in 2987 milliseconds

1 2 3