/external/dropbear/libtomcrypt/src/modes/ecb/ |
ecb_start.c | 15 ECB implementation, start chain, Tom St Denis
|
/external/dropbear/libtomcrypt/src/pk/asn1/der/sequence/ |
der_sequence_free.c | 28 /* walk to the start of the chain */
|
/external/icu4c/i18n/ |
cpdtrans.h | 109 * Returns the number of transliterators in this chain. 110 * @return number of transliterators in this chain. 116 * Returns the transliterator at the given index in this chain. 117 * @param idx index into chain, from 0 to <code>getCount() - 1</code>
|
/external/iptables/extensions/ |
libip6t_owner.man | 4 chain, and even this some packets (such as ICMPv6 ping responses) may
|
libipt_MASQUERADE.man | 5 chain. It should only be used with dynamically assigned IP (dialup)
|
libipt_SNAT.man | 5 chain. It specifies that the source address of the packet should be
|
libipt_owner.man | 4 chain, and even this some packets (such as ICMP ping responses) may
|
/external/kernel-headers/original/linux/mtd/ |
nftl.h | 16 #define BLOCK_NIL 0xffff /* last block of a chain */
|
/external/qemu/docs/ |
ANDROID-ELFF.TXT | 23 information for all inlined routines in that chain.
|
/external/webkit/JavaScriptCore/tests/mozilla/js1_5/Regress/ |
regress-68498-004.js | 33 * This test evals in the body of a with statement, whose scope chain *is* 74 * 5. Farther up the scope chain, x can be located as an argument of f 76 * 7. Even farther up the scope chain, the name x can be found as a global variable 78 * this far up the scope chain to find x...therefore we expect 'inner'
|
/frameworks/base/core/java/android/content/ |
SharedPreferences.java | 67 * chain put calls together. 79 * chain put calls together. 91 * chain put calls together. 103 * chain put calls together. 115 * chain put calls together. 131 * chain put calls together. 145 * chain put calls together.
|
/dalvik/libcore/security/src/main/java/org/apache/harmony/security/utils/ |
JarUtils.java | 201 LinkedList chain = new LinkedList(); local 202 chain.add(0, signer); 206 return (X509Certificate[])chain.toArray(new X509Certificate[1]); 217 chain.add(issuerCert); 224 return (X509Certificate[])chain.toArray(new X509Certificate[count]);
|
/dalvik/libcore/xml/src/main/java/org/apache/xalan/xslt/ |
ObjectFactory.java | 403 ClassLoader chain = system; local 405 if (context == chain) { 407 // or any Context ClassLoader in chain of system classloader 416 chain = system; 418 if (current == chain) { 419 // Assert: Current ClassLoader in chain of 423 if (chain == null) { 426 chain = ss.getParentClassLoader(chain); 429 // Assert: Current ClassLoader not in chain o [all...] |
/dalvik/libcore/xml/src/main/java/org/apache/xml/dtm/ |
ObjectFactory.java | 403 ClassLoader chain = system; local 405 if (context == chain) { 407 // or any Context ClassLoader in chain of system classloader 416 chain = system; 418 if (current == chain) { 419 // Assert: Current ClassLoader in chain of 423 if (chain == null) { 426 chain = ss.getParentClassLoader(chain); 429 // Assert: Current ClassLoader not in chain o [all...] |
/dalvik/libcore/xml/src/main/java/org/apache/xml/serializer/ |
ObjectFactory.java | 402 ClassLoader chain = system; local 404 if (context == chain) { 406 // or any Context ClassLoader in chain of system classloader 415 chain = system; 417 if (current == chain) { 418 // Assert: Current ClassLoader in chain of 422 if (chain == null) { 425 chain = ss.getParentClassLoader(chain); 428 // Assert: Current ClassLoader not in chain o [all...] |
/dalvik/libcore/xml/src/main/java/org/apache/xml/utils/ |
ObjectFactory.java | 403 ClassLoader chain = system; local 405 if (context == chain) { 407 // or any Context ClassLoader in chain of system classloader 416 chain = system; 418 if (current == chain) { 419 // Assert: Current ClassLoader in chain of 423 if (chain == null) { 426 chain = ss.getParentClassLoader(chain); 429 // Assert: Current ClassLoader not in chain o [all...] |
/dalvik/libcore/xml/src/main/java/org/apache/xpath/functions/ |
ObjectFactory.java | 403 ClassLoader chain = system; local 405 if (context == chain) { 407 // or any Context ClassLoader in chain of system classloader 416 chain = system; 418 if (current == chain) { 419 // Assert: Current ClassLoader in chain of 423 if (chain == null) { 426 chain = ss.getParentClassLoader(chain); 429 // Assert: Current ClassLoader not in chain o [all...] |
/external/ipsec-tools/src/racoon/ |
policy.c | 74 for (p = TAILQ_FIRST(&sptree); p; p = TAILQ_NEXT(p, chain)) { 95 for (p = TAILQ_FIRST(&sptree); p; p = TAILQ_NEXT(p, chain)) { 154 for (p = TAILQ_FIRST(&sptree); p; p = TAILQ_NEXT(p, chain)) { 169 for (p = TAILQ_FIRST(&sptree); p; p = TAILQ_NEXT(p, chain)) { 387 TAILQ_FOREACH(p, &sptree, chain) { 389 TAILQ_INSERT_BEFORE(p, new, chain); 395 TAILQ_INSERT_TAIL(&sptree, new, chain); 404 TAILQ_REMOVE(&sptree, sp, chain); 413 next = TAILQ_NEXT(p, chain);
|
/external/guava/src/com/google/common/util/concurrent/ |
Futures.java | 225 * chain on input and that function to get a {@code ListenableFuture} of 228 * @param input The future to chain 229 * @param function A function to chain the results of the provided future 232 * @return A future that holds result of the chain. 234 public static <I, O> ListenableFuture<O> chain(ListenableFuture<I> input, 236 return chain(input, function, Executors.sameThreadExecutor()); 251 * @param input The future to chain 252 * @param function A function to chain the results of the provided future 255 * @return A future that holds result of the chain. 257 public static <I, O> ListenableFuture<O> chain(ListenableFuture<I> input [all...] |
/external/openssl/apps/ |
pkcs12.c | 88 int get_cert_chain (X509 *cert, X509_STORE *store, STACK_OF(X509) **chain); 114 int chain = 0; local 163 else if (!strcmp (*args, "-chain")) chain = 1; 307 BIO_printf (bio_err, "-chain add certificate chain\n"); 458 chain = 0; 536 CRYPTO_push_info("building chain"); 539 /* If chaining get chain from user cert */ 540 if (chain) { [all...] |
/external/openssl/crypto/x509v3/ |
v3_asid.c | 705 STACK_OF(X509) *chain, 712 assert(chain != NULL && sk_X509_num(chain) > 0); 719 * set up for walking up the chain. 725 x = sk_X509_value(chain, i); 754 * Now walk up the chain. Extensions must be in canonical form, no 757 for (i++; i < sk_X509_num(chain); i++) { 758 x = sk_X509_value(chain, i); 822 return v3_asid_validate_path_internal(ctx, ctx->chain, NULL); 827 * Test whether chain covers extension [all...] |
/dalvik/libcore/security/src/test/java/org/apache/harmony/security/tests/java/security/ |
CodeSourceTest.java | 60 private java.security.cert.Certificate[] chain = null; field in class:CodeSourceTest 132 chain = TestCertUtils.getCertChain(); 152 assertTrue(new CodeSource(urlSite, chain).hashCode() == urlSite 168 new CodeSource(null, chain); 169 new CodeSource(urlSite, chain); 220 * The signer certificate chain must contain the same set of certificates, but 271 java.security.cert.Certificate[] got = new CodeSource(null, chain) 274 assertNotSame(got, chain); 276 assertTrue(checkEqual(got, chain)); 441 assertTrue(new CodeSource(urlSite, chain).getLocation() == urlSite) [all...] |
/dalvik/libcore/support/src/test/java/org/apache/harmony/security/tests/support/ |
MyKeyStoreSpi.java | 69 Certificate[] chain) throws KeyStoreException { 74 public void engineSetKeyEntry(String alias, byte[] key, Certificate[] chain)
|
/dalvik/libcore/xml/src/main/java/org/apache/xpath/axes/ |
AxesWalker.java | 256 * Set the next walker in the location step chain. 267 * Get the next walker in the location step chain. 278 * Set or clear the previous walker reference in the location step chain. 282 * step chain, or null. 290 * Get the previous walker reference in the location step chain. 294 * step chain, or null. 577 /** The next walker in the location step chain. 581 /** The previous walker in the location step chain, or null.
|
/dalvik/vm/interp/ |
Jit.h | 97 u2 chain; /* Index of next in chain */ member in struct:JitEntryInfo
|