HomeSort by relevance Sort by last modified time
    Searched defs:chain (Results 126 - 150 of 273) sorted by null

1 2 3 4 56 7 8 91011

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
IncludeFinder.java 751 // a chain of includes on the way back to show to the user
754 String chain = dfs(from, visiting); local
755 if (chain != null) {
756 addError(from, chain);
764 /** Format to chain include cycles in: a=>b=>c=>d etc */
776 String chain = dfs(include, visiting); local
777 if (chain != null) {
778 return String.format(CHAIN_FORMAT, from, chain);
823 private static final String MESSAGE = "Found cyclical <include> chain";
825 private void addError(String from, String chain) {
    [all...]
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.ecf.provider.filetransfer.httpclient4_1.0.300.v20130604-1622.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.ecf.provider.filetransfer.httpclient4_1.0.300.v20130604-1622.jar 
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/keystore/pkcs12/
PKCS12KeyStoreSpi.java 260 * this is not quite complete - we should follow up on the chain, a bit
261 * tricky if a certificate appears in more than one chain...
437 if (nextC != c) // self signed - end of the chain
515 Certificate[] chain)
525 Certificate[] chain)
533 if ((key instanceof PrivateKey) && (chain == null))
535 throw new KeyStoreException("no certificate chain for private key");
544 if (chain != null)
546 certs.put(alias, chain[0]);
548 for (int i = 0; i != chain.length; i++
787 Vector chain = new Vector(); local
    [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/Dromaeo/resources/dromaeo/web/lib/
dojo-1.6.1.js 425 // the chain, or when you have an object reference in string format.
455 // the chain, or when you have an object reference in string format.
472 // the chain. Useful for object and method detection.
2882 function chain(name, bases, reversed){ function
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
statscollector.cc 744 // Produces a chain of StatsReports representing this certificate and the rest
745 // of its chain, and adds those reports to |reports_|. The return value is
752 talk_base::scoped_ptr<talk_base::SSLCertChain> chain; local
753 if (cert->GetChain(chain.accept())) {
758 for (ptrdiff_t i = chain->GetSize() - 1; i >= 0; --i) {
759 const talk_base::SSLCertificate& cert_i = chain->Get(i);
    [all...]
  /external/chromium_org/third_party/openssl/openssl/crypto/x509/
x509_vfy.h 114 certificate chain.
181 * validation. Once we have a certificate chain, the 'verify'
182 * function is then called to actually check the cert chain. */
199 int (*check_revocation)(X509_STORE_CTX *ctx); /* Check revocation status of chain */
228 * gathering of the cert chain can take some time (and have to be
237 STACK_OF(X509) *untrusted; /* chain of X509s - untrusted - passed in */
248 int (*check_revocation)(X509_STORE_CTX *ctx); /* Check revocation status of chain */
258 int valid; /* if 0, rebuild chain */
260 STACK_OF(X509) *chain; /* chain of X509s - built up and trusted * member in struct:x509_store_ctx_st
    [all...]
  /external/chromium_org/third_party/openssl/openssl/include/openssl/
x509_vfy.h 114 certificate chain.
181 * validation. Once we have a certificate chain, the 'verify'
182 * function is then called to actually check the cert chain. */
199 int (*check_revocation)(X509_STORE_CTX *ctx); /* Check revocation status of chain */
228 * gathering of the cert chain can take some time (and have to be
237 STACK_OF(X509) *untrusted; /* chain of X509s - untrusted - passed in */
248 int (*check_revocation)(X509_STORE_CTX *ctx); /* Check revocation status of chain */
258 int valid; /* if 0, rebuild chain */
260 STACK_OF(X509) *chain; /* chain of X509s - built up and trusted * member in struct:x509_store_ctx_st
    [all...]
  /external/chromium_org/third_party/skia/third_party/harfbuzz/src/
harfbuzz-gpos-private.h 694 HB_ChainContextPos chain; member in union:HB_GPOS_SubTable_
  /external/flac/libFLAC/
metadata_iterators.c 920 FLAC__Metadata_Chain *chain; member in struct:FLAC__Metadata_Iterator
1260 FLAC__Metadata_Chain *chain = (FLAC__Metadata_Chain*)client_data; local
1281 FLAC__Metadata_Chain *chain = (FLAC__Metadata_Chain*)client_data; local
1304 FLAC__Metadata_Chain *chain = (FLAC__Metadata_Chain*)client_data; local
1501 FLAC__Metadata_Chain *chain = (FLAC__Metadata_Chain*)calloc(1, sizeof(FLAC__Metadata_Chain)); local
    [all...]
  /external/iptables/libiptc/
libiptc.c 6 * Each user chain starts with an ERROR node.
7 * Every chain ends with an unconditional jump: a RETURN for user chains,
16 * - Reimplementation of chain cache to use offsets instead of entries
19 * don't rebuild the chain cache after every operation, instead fix it
28 * - performance work: speedup chain list "name" searching.
95 IPTCC_R_JUMP, /* jump to other chain */
101 struct chain_head *chain; member in struct:rule_head
122 STRUCT_COUNTERS counters; /* per-chain counters */
145 struct chain_head **chain_index; /* array for fast chain list access*/
146 unsigned int chain_index_sz;/* size of chain index array *
    [all...]
  /external/linux-tools-perf/perf-3.12.0/tools/perf/ui/browsers/
hists.c 83 struct callchain_list *chain; local
86 list_for_each_entry(chain, &child->val, list) {
89 folded_sign = callchain_list__folded(chain);
103 struct callchain_list *chain; local
107 list_for_each_entry(chain, &node->val, list) {
109 unfolded = chain->ms.unfolded;
118 static int callchain__count_rows(struct rb_root *chain)
123 for (nd = rb_first(chain); nd; nd = rb_next(nd)) {
149 struct callchain_list *chain; local
152 list_for_each_entry(chain, &child->val, list)
168 struct callchain_list *chain; local
224 struct callchain_list *chain; local
242 struct callchain_list *chain; local
438 struct callchain_list *chain; local
516 struct callchain_list *chain; local
1019 struct callchain_list *chain; local
1072 struct callchain_list *chain; local
    [all...]
  /external/openssl/crypto/x509/
x509_vfy.h 114 certificate chain.
181 * validation. Once we have a certificate chain, the 'verify'
182 * function is then called to actually check the cert chain. */
199 int (*check_revocation)(X509_STORE_CTX *ctx); /* Check revocation status of chain */
228 * gathering of the cert chain can take some time (and have to be
237 STACK_OF(X509) *untrusted; /* chain of X509s - untrusted - passed in */
248 int (*check_revocation)(X509_STORE_CTX *ctx); /* Check revocation status of chain */
258 int valid; /* if 0, rebuild chain */
260 STACK_OF(X509) *chain; /* chain of X509s - built up and trusted * member in struct:x509_store_ctx_st
    [all...]
  /external/openssl/include/openssl/
x509_vfy.h 114 certificate chain.
181 * validation. Once we have a certificate chain, the 'verify'
182 * function is then called to actually check the cert chain. */
199 int (*check_revocation)(X509_STORE_CTX *ctx); /* Check revocation status of chain */
228 * gathering of the cert chain can take some time (and have to be
237 STACK_OF(X509) *untrusted; /* chain of X509s - untrusted - passed in */
248 int (*check_revocation)(X509_STORE_CTX *ctx); /* Check revocation status of chain */
258 int valid; /* if 0, rebuild chain */
260 STACK_OF(X509) *chain; /* chain of X509s - built up and trusted * member in struct:x509_store_ctx_st
    [all...]
  /frameworks/base/keystore/tests/src/android/security/
AndroidKeyStoreTest.java 2242 final Certificate[] chain = new Certificate[2]; local
2263 final Certificate[] chain = new Certificate[2]; local
2292 final Certificate[] chain = new Certificate[2]; local
2315 final Certificate[] chain = new Certificate[2]; local
    [all...]
  /frameworks/base/tests/CoreTests/android/core/
SSLSocketTest.java 583 * chain it sees, so it can later be queried.
587 private X509Certificate[] chain; field in class:SSLSocketTest.TestTrustManager
591 public void checkClientTrusted(X509Certificate[] chain, String authType) {
592 this.chain = chain;
596 public void checkServerTrusted(X509Certificate[] chain, String authType) {
597 this.chain = chain;
606 return chain;
    [all...]
  /frameworks/compile/mclinker/lib/Target/
GNULDBackend.cpp 1173 uint32_t* chain = (bucket + nbucket); local
1212 uint32_t* chain = NULL; local
    [all...]
  /ndk/sources/host-tools/make-3.81/
function.c 352 register struct nameseq *chain;
355 chain = multi_glob (parse_file_seq
370 while (chain != 0)
372 register char *name = chain->name;
375 struct nameseq *next = chain->next;
376 free ((char *) chain);
377 chain = next;
889 struct a_word *chain;
986 word->chain = 0;
1000 wp->chain = owp
346 register struct nameseq *chain; local
882 struct a_word *chain; member in struct:a_word
    [all...]
  /packages/apps/Settings/src/com/android/settings/
TrustedCredentialsSettings.java 697 List<String> chain = service.getCaCertificateChainAliases(certHolder.mAlias, true); local
698 final int n = chain.size();
701 byte[] encodedCertificate = service.getEncodedCaCertificate(chain.get(i), true);
706 Log.e(TAG, "RemoteException while retrieving certificate chain for root "
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
decimal.py 6086 from itertools import chain, repeat namespace
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_set.py 1596 from itertools import chain, imap namespace
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
decimal.py 6086 from itertools import chain, repeat namespace
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_set.py 1596 from itertools import chain, imap namespace
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ecf.provider.filetransfer.httpclient_4.0.0.v20100529-0735.jar 
  /external/chromium_org/third_party/WebKit/Source/core/dom/
Node.cpp 1762 Vector<const Node*, 16> chain; local
    [all...]

Completed in 565 milliseconds

1 2 3 4 56 7 8 91011