Home
last modified time | relevance | path

Searched refs:ca (Results 1 – 25 of 647) sorted by relevance

12345678910>>...26

/external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/tests/
Dssewidth.hex4 ca
11 ca
18 ca
26 ca
34 ca
42 ca
50 ca
57 ca
64 ca
71 ca
[all …]
Dsse4.hex5 ca
22 ca
39 ca
44 ca
69 ca
74 ca
256 ca
273 ca
332 ca
380 ca
[all …]
Davx.hex4 ca
33 ca
119 ca
129 ca
165 ca
177 ca
201 ca
213 ca
237 ca
249 ca
[all …]
Daes.hex5 ca
40 ca
70 ca
85 ca
115 ca
130 ca
160 ca
175 ca
205 ca
220 ca
[all …]
Dclmul.hex5 ca
23 ca
47 ca
65 ca
89 ca
107 ca
131 ca
149 ca
173 ca
191 ca
Dret.hex15 ca
18 ca
35 ca
38 ca
57 ca
61 ca
Dsse5-all.hex1180 ca
1196 ca
1212 ca
1228 ca
1618 ca
1634 ca
1650 ca
1666 ca
1682 ca
1698 ca
[all …]
Davxcc.hex4 ca
9 ca
14 ca
19 ca
24 ca
29 ca
34 ca
39 ca
44 ca
49 ca
[all …]
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/core/controls/
DCFlatButton.java70 Rectangle ca = getClientArea(); in CFlatButton()
74 gc.drawRectangle(ca.x, ca.y, ca.width - 1, ca.height - 1); in CFlatButton()
75 cropClientArea(ca); in CFlatButton()
79 gc.fillGradientRectangle(ca.x, ca.y, ca.width, ca.height, true); in CFlatButton()
80 cropClientArea(ca); in CFlatButton()
83 gc.fillRectangle(ca); in CFlatButton()
101 int x = ca.x + (ca.width - imageBounds.width) / 2; in CFlatButton()
102 int y = ca.y + (ca.height - imageBounds.height) / 2; in CFlatButton()
137 private void cropClientArea(Rectangle ca) { in cropClientArea() argument
138 ca.x += 1; in cropClientArea()
[all …]
/external/javassist/src/main/javassist/
DCtBehavior.java428 CodeAttribute ca = (CodeAttribute)cattr.copy(cp, map); in setBody0() local
429 destInfo.setCodeAttribute(ca); in setBody0()
547 CodeAttribute ca = methodInfo.getCodeAttribute(); in addLocalVariable() local
548 if (ca == null) in addLocalVariable()
551 LocalVariableAttribute va = (LocalVariableAttribute)ca.getAttribute( in addLocalVariable()
555 ca.getAttributes().add(va); in addLocalVariable()
558 int maxLocals = ca.getMaxLocals(); in addLocalVariable()
560 va.addEntry(0, ca.getCodeLength(), in addLocalVariable()
562 ca.setMaxLocals(maxLocals + Descriptor.dataSize(desc)); in addLocalVariable()
607 CodeAttribute ca = methodInfo.getCodeAttribute(); in addParameter2() local
[all …]
DCtConstructor.java151 CodeAttribute ca = getMethodInfo2().getCodeAttribute(); in isEmpty() local
152 if (ca == null) in isEmpty()
156 ConstPool cp = ca.getConstPool(); in isEmpty()
157 CodeIterator it = ca.iterator(); in isEmpty()
252 CodeAttribute ca = methodInfo.getCodeAttribute(); in insertBeforeBody() local
253 CodeIterator iterator = ca.iterator(); in insertBeforeBody()
255 ca.getMaxStack(), ca.getMaxLocals()); in insertBeforeBody()
256 b.setStackDepth(ca.getMaxStack()); in insertBeforeBody()
261 ca.setMaxStack(b.getMaxStack()); in insertBeforeBody()
262 ca.setMaxLocals(b.getMaxLocals()); in insertBeforeBody()
[all …]
/external/openssl/crypto/x509v3/
Dv3_purp.c67 static int check_purpose_ssl_client(const X509_PURPOSE *xp, const X509 *x, int ca);
68 static int check_purpose_ssl_server(const X509_PURPOSE *xp, const X509 *x, int ca);
69 static int check_purpose_ns_ssl_server(const X509_PURPOSE *xp, const X509 *x, int ca);
70 static int purpose_smime(const X509 *x, int ca);
71 static int check_purpose_smime_sign(const X509_PURPOSE *xp, const X509 *x, int ca);
72 static int check_purpose_smime_encrypt(const X509_PURPOSE *xp, const X509 *x, int ca);
73 static int check_purpose_crl_sign(const X509_PURPOSE *xp, const X509 *x, int ca);
74 static int check_purpose_timestamp_sign(const X509_PURPOSE *xp, const X509 *x, int ca);
75 static int no_check(const X509_PURPOSE *xp, const X509 *x, int ca);
76 static int ocsp_helper(const X509_PURPOSE *xp, const X509 *x, int ca);
[all …]
/external/chromium_org/third_party/openssl/openssl/crypto/x509v3/
Dv3_purp.c67 static int check_purpose_ssl_client(const X509_PURPOSE *xp, const X509 *x, int ca);
68 static int check_purpose_ssl_server(const X509_PURPOSE *xp, const X509 *x, int ca);
69 static int check_purpose_ns_ssl_server(const X509_PURPOSE *xp, const X509 *x, int ca);
70 static int purpose_smime(const X509 *x, int ca);
71 static int check_purpose_smime_sign(const X509_PURPOSE *xp, const X509 *x, int ca);
72 static int check_purpose_smime_encrypt(const X509_PURPOSE *xp, const X509 *x, int ca);
73 static int check_purpose_crl_sign(const X509_PURPOSE *xp, const X509 *x, int ca);
74 static int check_purpose_timestamp_sign(const X509_PURPOSE *xp, const X509 *x, int ca);
75 static int no_check(const X509_PURPOSE *xp, const X509 *x, int ca);
76 static int ocsp_helper(const X509_PURPOSE *xp, const X509 *x, int ca);
[all …]
/external/jsilver/src/com/google/clearsilver/jsilver/functions/html/
DBaseUrlValidateFunction.java86 char[] ca = string.toCharArray(); in toLowerCaseAsciiOnly() local
87 for (int i = 0; i < ca.length; i++) { in toLowerCaseAsciiOnly()
88 char ch = ca[i]; in toLowerCaseAsciiOnly()
89 ca[i] = in toLowerCaseAsciiOnly()
94 return new String(ca); in toLowerCaseAsciiOnly()
/external/chromium_org/net/data/ssl/scripts/
Dgenerate-test-certs.sh30 -config ca.cnf
39 -extfile ca.cnf \
57 try openssl ca \
64 -config ca.cnf
67 try openssl ca \
73 -config ca.cnf
Dgenerate-redundant-test-chains.sh66 -config redundant-ca.cnf
91 -config redundant-ca.cnf
132 try openssl ca \
137 -config redundant-ca.cnf
148 try openssl ca \
153 -config redundant-ca.cnf
171 try openssl ca \
176 -config redundant-ca.cnf
/external/jpeg/
Dcdjpeg.c124 register int ca, ck; in keymatch() local
127 while ((ca = *arg++) != '\0') { in keymatch()
130 if (isupper(ca)) /* force arg to lcase (assume ck is already) */ in keymatch()
131 ca = tolower(ca); in keymatch()
132 if (ca != ck) in keymatch()
/external/qemu/distrib/jpeg-6b/
Dcdjpeg.c124 register int ca, ck; in keymatch() local
127 while ((ca = *arg++) != '\0') { in keymatch()
130 if (isupper(ca)) /* force arg to lcase (assume ck is already) */ in keymatch()
131 ca = tolower(ca); in keymatch()
132 if (ca != ck) in keymatch()
/external/javassist/src/main/javassist/convert/
DTransformWriteField.java39 CodeAttribute ca = iterator.get(); in transform() local
48 ca.setMaxStack(ca.getMaxStack() + 2); in transform()
55 ca.setMaxStack(ca.getMaxStack() + 1); in transform()
/external/javassist/src/main/javassist/bytecode/
DMethodInfo.java414 CodeAttribute ca = getCodeAttribute(); in rebuildStackMap() local
415 if (ca != null) { in rebuildStackMap()
417 ca.setAttribute(smt); in rebuildStackMap()
431 CodeAttribute ca = getCodeAttribute(); in rebuildStackMapForME() local
432 if (ca != null) { in rebuildStackMapForME()
434 ca.setAttribute(sm); in rebuildStackMapForME()
448 CodeAttribute ca = getCodeAttribute(); in getLineNumber() local
449 if (ca == null) in getLineNumber()
452 LineNumberAttribute ainfo = (LineNumberAttribute)ca in getLineNumber()
485 CodeAttribute ca = getCodeAttribute(); in setSuperclass()
[all …]
/external/ant-glob/src/org/apache/tools/ant/util/
DFileUtils.java163 char[] ca = path.toCharArray(); in dissect() local
166 next = (ca[next] == sep) ? next + 1 : next; in dissect()
170 for (int i = next; i < ca.length; i++) { in dissect()
171 if (ca[i] != sep || ca[i - 1] != sep) { in dissect()
172 sbPath.append(ca[i]); in dissect()
/external/srtp/crypto/test/
Dcipher_driver.c81 cipher_array_test_throughput(cipher_t *ca[], int num_cipher);
345 cipher_array_alloc_init(cipher_t ***ca, int num_ciphers, in cipher_array_alloc_init() argument
358 *ca = cipher_array; in cipher_array_alloc_init()
458 cipher_array_test_throughput(cipher_t *ca[], int num_cipher) { in cipher_array_test_throughput() argument
465 (ca[0])->type->description, num_cipher); in cipher_array_test_throughput()
469 cipher_array_bits_per_second(ca, num_cipher, i, num_trials) / 1e9); in cipher_array_test_throughput()
476 cipher_t **ca = NULL; in cipher_driver_test_array_throughput() local
479 status = cipher_array_alloc_init(&ca, num_cipher, ct, klen); in cipher_driver_test_array_throughput()
486 cipher_array_test_throughput(ca, num_cipher); in cipher_driver_test_array_throughput()
488 cipher_array_delete(ca, num_cipher); in cipher_driver_test_array_throughput()
/external/llvm/test/Transforms/GlobalOpt/
Dalias-used.ll9 …[i8* bitcast (void ()* @fa to i8*), i8* bitcast (void ()* @f to i8*), i8* @ca], section "llvm.meta…
10 …[i8* bitcast (void ()* @fa to i8*), i8* bitcast (void ()* @f to i8*), i8* @ca], section "llvm.meta…
15 …d = global [3 x i8*] [i8* bitcast (void ()* @fa to i8*), i8* bitcast (void ()* @f to i8*), i8* @ca]
30 @ca = alias internal i8* @c
31 ; CHECK: @ca = alias internal i8* @c
46 ret i8* @ca
/external/pixman/test/
Dcombiner-test.c132 int ca; in main() local
134 for (ca = 0; ca < 2; ++ca) in main()
136 combiner = lookup_combiner (impl, op, ca); in main()
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/tests/gas64/
Dgas-retenter.hex82 ca
85 ca
89 ca

12345678910>>...26