HomeSort by relevance Sort by last modified time
    Searched defs:ca (Results 1 - 25 of 74) sorted by null

1 2 3

  /external/javassist/src/main/javassist/convert/
TransformWriteField.java 39 CodeAttribute ca = iterator.get(); local
48 ca.setMaxStack(ca.getMaxStack() + 2);
55 ca.setMaxStack(ca.getMaxStack() + 1);
  /external/javassist/sample/rmi/
CountApplet.java 76 CountApplet ca = new CountApplet(); local
77 f.add(ca);
79 ca.applicationInit();
80 ca.start();
  /external/jsilver/src/com/google/clearsilver/jsilver/functions/html/
BaseUrlValidateFunction.java 86 char[] ca = string.toCharArray(); local
87 for (int i = 0; i < ca.length; i++) {
88 char ch = ca[i];
89 ca[i] =
94 return new String(ca);
  /external/openssl/crypto/bn/
bn_recp.c 108 const BIGNUM *ca; local
118 ca = a;
121 ca=x; /* Just do the mod */
123 ret = BN_div_recp(NULL,r,ca,recp,ctx);
  /libcore/luni/src/main/java/org/apache/harmony/security/x509/
BasicConstraints.java 37 * ca BOOLEAN DEFAULT FALSE,
44 /** is CA */
45 private boolean ca = false; field in class:BasicConstraints
55 ca = (Boolean) values[0];
70 encoding = ASN1.encode(new Object[]{ca, BigInteger.valueOf(pathLenConstraint) });
77 .append(" CA: ").append(ca)
  /external/javassist/src/main/javassist/bytecode/
ClassFilePrinter.java 100 CodeAttribute ca = (CodeAttribute)ai; local
103 out.println("max stack " + ca.getMaxStack()
104 + ", max locals " + ca.getMaxLocals()
105 + ", " + ca.getExceptionTable().size()
108 printAttributes(ca.getAttributes(), out, kind);
  /external/javassist/src/main/javassist/expr/
Handler.java 112 CodeAttribute ca = iterator.get(); local
116 b.setMaxLocals(ca.getMaxLocals());
  /external/jpeg/
cdjpeg.c 124 register int ca, ck; local
127 while ((ca = *arg++) != '\0') {
130 if (isupper(ca)) /* force arg to lcase (assume ck is already) */
131 ca = tolower(ca);
132 if (ca != ck)
  /external/sqlite/android/
OldPhoneNumberUtils.cpp 219 char ca, cb; local
222 ca = a[ia];
224 if (!isNonSeparator(ca)) {
239 if (cb != ca) {
  /libcore/luni/src/test/java/libcore/java/io/
OldAndroidInputStreamReaderTest.java 99 char[] ca = new char[600]; local
100 int n = r.read(ca, 0, 600);
102 String s2 = new String(ca, 0, n);
OldAndroidPushbackReaderTest.java 32 StringReader ca = new StringReader(str); local
50 PushbackReader c = new PushbackReader(ca);
OldAndroidBufferedInputStreamTest.java 35 ByteArrayInputStream ca = new ByteArrayInputStream(str.getBytes()); local
53 BufferedInputStream c = new BufferedInputStream(ca, 9);
OldAndroidBufferedReaderTest.java 34 StringReader ca = new StringReader(str); local
51 BufferedReader c = new BufferedReader(ca);
OldAndroidPushbackInputStreamTest.java 32 ByteArrayInputStream ca = new ByteArrayInputStream(str.getBytes()); local
50 PushbackInputStream c = new PushbackInputStream(ca);
  /external/javassist/src/main/javassist/bytecode/stackmap/
TypedBlock.java 40 public static TypedBlock[] makeBlocks(MethodInfo minfo, CodeAttribute ca,
51 blocks[0].initFirstBlock(ca.getMaxStack(), ca.getMaxLocals(),
54 new Liveness().compute(ca.iterator(), blocks, ca.getMaxLocals(),
  /frameworks/base/core/tests/coretests/src/android/widget/
SimpleCursorAdapterTest.java 90 SimpleCursorAdapter ca = new SimpleCursorAdapter(mContext, mLayout, mCursor2x2, mFrom, mTo); local
93 assertEquals(2, ca.getCount());
101 SimpleCursorAdapter ca = new SimpleCursorAdapter(mContext, mLayout, null, mFrom, mTo); local
104 assertEquals(0, ca.getCount());
112 SimpleCursorAdapter ca = new SimpleCursorAdapter(mContext, mLayout, mCursor2x2, mFrom, mTo); local
115 assertEquals(2, ca.getCount());
120 ca.changeCursor(c2);
123 assertEquals(5, ca.getCount());
131 SimpleCursorAdapter ca = new SimpleCursorAdapter(mContext, mLayout, mCursor2x2, mFrom, mTo); local
134 assertEquals(2, ca.getCount())
150 TestSimpleCursorAdapter ca = new TestSimpleCursorAdapter(mContext, mLayout, mCursor2x2, local
176 SimpleCursorAdapter ca = new SimpleCursorAdapter(mContext, mLayout, null, null, null); local
186 TestSimpleCursorAdapter ca = new TestSimpleCursorAdapter(mContext, mLayout, null, null, null); local
209 TestSimpleCursorAdapter ca = new TestSimpleCursorAdapter(mContext, mLayout, mCursor2x2, local
    [all...]
  /external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/cert/
TrustAnchorTest.java 44 // Sample of some valid CA name
46 "CN=Test CA,"+
267 * Assertion: returns most trusted CA public key</code><br>
290 * Assertion: returns most trusted CA name as <code>String</code><br>
336 * Assertion: returns most trusted CA<br>
337 * Test preconditions: valid CA or CA name passed to the constructor<br>
338 * Expected: the same CA ot the CA with the same name must be returned
349 X500Principal ca = ta.getCA() local
    [all...]
  /external/openssl/crypto/des/
speed.c 189 long ca,cb,cc,cd,ce; local
214 ca=count;
219 printf("Doing set_key %ld times\n",ca);
231 for (count=0,run=1; COND(ca); count++)
235 a=((double)COUNT(ca))/d;
  /external/openssl/crypto/rc2/
rc2speed.c 185 long ca,cb,cc; local
207 ca=count/512;
210 printf("Doing RC2_set_key %ld times\n",ca);
222 for (count=0,run=1; COND(ca); count+=4)
231 a=((double)COUNT(ca))/d;
  /external/openssl/crypto/rc4/
rc4speed.c 185 long ca,cb,cc; local
207 ca=count/512;
209 printf("Doing RC4_set_key %ld times\n",ca);
221 for (count=0,run=1; COND(ca); count+=4)
230 a=((double)COUNT(ca))/d;
  /external/openssl/ssl/
ssl_rsa.c 738 * possibly followed by a sequence of CA certificates that should be
775 * the CA certificates.
777 X509 *ca; local
787 while ((ca = PEM_read_bio_X509(in,NULL,ctx->default_passwd_callback,ctx->default_passwd_callback_userdata))
790 r = SSL_CTX_add_extra_chain_cert(ctx, ca);
793 X509_free(ca);
  /external/srtp/crypto/test/
cipher_driver.c 81 cipher_array_test_throughput(cipher_t *ca[], int num_cipher);
345 cipher_array_alloc_init(cipher_t ***ca, int num_ciphers,
357 /* set ca to location of cipher_array */
358 *ca = cipher_array;
458 cipher_array_test_throughput(cipher_t *ca[], int num_cipher) {
465 (ca[0])->type->description, num_cipher);
469 cipher_array_bits_per_second(ca, num_cipher, i, num_trials) / 1e9);
476 cipher_t **ca = NULL; local
479 status = cipher_array_alloc_init(&ca, num_cipher, ct, klen);
486 cipher_array_test_throughput(ca, num_cipher)
    [all...]
  /external/javassist/src/main/javassist/
CtConstructor.java 151 CodeAttribute ca = getMethodInfo2().getCodeAttribute(); local
152 if (ca == null)
156 ConstPool cp = ca.getConstPool();
157 CodeIterator it = ca.iterator();
252 CodeAttribute ca = methodInfo.getCodeAttribute(); local
253 CodeIterator iterator = ca.iterator();
255 ca.getMaxStack(), ca.getMaxLocals());
256 b.setStackDepth(ca.getMaxStack());
261 ca.setMaxStack(b.getMaxStack())
354 CodeAttribute ca = minfo.getCodeAttribute(); local
    [all...]
CtBehavior.java 428 CodeAttribute ca = (CodeAttribute)cattr.copy(cp, map); local
429 destInfo.setCodeAttribute(ca);
547 CodeAttribute ca = methodInfo.getCodeAttribute(); local
548 if (ca == null)
551 LocalVariableAttribute va = (LocalVariableAttribute)ca.getAttribute(
555 ca.getAttributes().add(va);
558 int maxLocals = ca.getMaxLocals();
560 va.addEntry(0, ca.getCodeLength(),
562 ca.setMaxLocals(maxLocals + Descriptor.dataSize(desc));
607 CodeAttribute ca = methodInfo.getCodeAttribute() local
693 CodeAttribute ca = methodInfo.getCodeAttribute(); local
764 CodeAttribute ca = methodInfo.getCodeAttribute(); local
1009 CodeAttribute ca = methodInfo.getCodeAttribute(); local
1101 CodeAttribute ca = methodInfo.getCodeAttribute(); local
    [all...]
CtMethod.java 224 CodeAttribute ca = getMethodInfo2().getCodeAttribute(); local
225 if (ca == null) // abstract or native
228 CodeIterator it = ca.iterator();

Completed in 2470 milliseconds

1 2 3