HomeSort by relevance Sort by last modified time
    Searched defs:chain (Results 76 - 100 of 275) sorted by null

1 2 34 5 6 7 8 91011

  /external/chromium_org/chrome/browser/chromeos/file_manager/
volume_manager.cc 719 std::vector<VolumeInfo> chain; local
721 chain.push_back(archives[i]);
726 archives[parent].mount_path.IsParent(chain.back().source_path)) {
728 chain.push_back(archives[parent]);
733 // Mount from the tail of chain.
734 for (size_t i = chain.size(); i > 0; --i)
735 DoMountEvent(chromeos::MOUNT_ERROR_NONE, chain[i - 1]);
  /external/chromium_org/chrome/browser/safe_browsing/
download_protection_service_unittest.cc 163 // Add a certificate chain. Note that we add the certificate twice so that
167 ClientDownloadRequest_CertificateChain* chain = local
169 chain->add_element()->set_certificate(cert_data);
170 chain->add_element()->set_certificate(cert_data);
259 // We want the last DOWNLOAD_URL in the chain.
1081 const ClientDownloadRequest_CertificateChain& chain = local
1259 const ClientDownloadRequest_CertificateChain& chain = local
1342 const ClientDownloadRequest_CertificateChain& chain = local
    [all...]
  /external/chromium_org/net/cert/
x509_certificate.cc 350 // certificates in a chain; in practice, more than a dozen or so is
448 // as a PEM certificate/chain.
736 OSCertHandles chain; local
737 chain.push_back(leaf);
738 chain.insert(chain.end(), intermediates.begin(), intermediates.end());
740 return CalculateCAFingerprint256(chain);
  /external/chromium_org/third_party/jinja2/
runtime.py 11 from itertools import chain namespace
44 return Markup(u'').join(chain(buf, iterator))
  /external/conscrypt/src/platform/java/org/conscrypt/
TrustedCertificateStore.java 417 * Attempt to build a certificate chain from the supplied {@code leaf}
418 * argument through the chain of issuers as high up as known. If the chain
419 * can't be completed, the most complete chain available will be returned.
428 final LinkedHashSet<OpenSSLX509Certificate> chain local
431 chain.add(cert);
438 if (cert == null || chain.contains(cert)) {
441 chain.add(cert);
444 return new ArrayList<X509Certificate>(chain);
  /external/ipsec-tools/src/racoon/
remoteconf.h 130 TAILQ_ENTRY(remoteconf) chain; /* next remote conf */ member in struct:remoteconf
  /external/iptables/iptables/
iptables-xml.c 90 struct chain { struct
91 char *chain; member in struct:chain
98 static struct chain chains[maxChains];
230 printf(" </chain>\n");
236 openChain(char *chain, char *policy, struct xt_counters *ctr, char close)
240 strncpy(curChain, chain, XT_CHAIN_MAXNAMELEN);
243 printf(" <chain ");
257 existsChain(char *chain)
259 /* open a saved chain */
262 if (0 == strcmp(curChain, chain))
703 char *policy, *chain; local
738 char *chain = NULL; local
    [all...]
  /external/openssl/apps/
pkcs12.c 82 int get_cert_chain (X509 *cert, X509_STORE *store, STACK_OF(X509) **chain);
109 int chain = 0; local
159 else if (!strcmp (*args, "-chain")) chain = 1;
288 BIO_printf (bio_err, "-chain add certificate chain\n");
443 chain = 0;
521 CRYPTO_push_info("building chain");
524 /* If chaining get chain from user cert */
525 if (chain) {
    [all...]
  /frameworks/native/include/input/
InputTransport.h 414 // Chain of batched sequence numbers. When multiple input messages are combined into
417 // chain to individually finish all input messages that were part of the batch.
420 uint32_t chain; // sequence number of previous batched input message member in struct:android::InputConsumer::SeqChain
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/ext/
typelist.h 67 struct chain struct in namespace:typelist
148 struct apply_<Fn, chain<Hd, Tl> >
170 struct apply_generator1_<Gn, chain<Hd, Tl> >
192 struct apply_generator2_<Gn, chain<Hd1, TlT>, chain<Hd2, TlV> >
214 struct append_<chain<Hd, Tl>, Typelist_Chain>
220 typedef chain<Hd, typename append_type::type> type;
245 struct append_typelist_<chain<Hd, null_type> >
247 typedef chain<Hd, null_type> type;
251 struct append_typelist_<chain< Hd, Tl>
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/
typelist.h 67 struct chain struct in namespace:typelist
148 struct apply_<Fn, chain<Hd, Tl> >
170 struct apply_generator1_<Gn, chain<Hd, Tl> >
192 struct apply_generator2_<Gn, chain<Hd1, TlT>, chain<Hd2, TlV> >
214 struct append_<chain<Hd, Tl>, Typelist_Chain>
220 typedef chain<Hd, typename append_type::type> type;
245 struct append_typelist_<chain<Hd, null_type> >
247 typedef chain<Hd, null_type> type;
251 struct append_typelist_<chain< Hd, Tl>
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/cp/
name-lookup.h 35 binding_entry chain; variable
67 /* Link to chain together various bindings for this name. */
184 /* A chain of _DECL nodes for all variables, constants, functions,
190 /* A chain of NAMESPACE_DECL nodes. */
219 a chain of BLOCK nodes for all the levels
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/
typelist.h 67 struct chain struct in namespace:typelist
148 struct apply_<Fn, chain<Hd, Tl> >
170 struct apply_generator1_<Gn, chain<Hd, Tl> >
192 struct apply_generator2_<Gn, chain<Hd1, TlT>, chain<Hd2, TlV> >
214 struct append_<chain<Hd, Tl>, Typelist_Chain>
220 typedef chain<Hd, typename append_type::type> type;
245 struct append_typelist_<chain<Hd, null_type> >
247 typedef chain<Hd, null_type> type;
251 struct append_typelist_<chain< Hd, Tl>
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/
typelist.h 63 struct chain struct in namespace:typelist
141 struct apply_<Fn, chain<Hd, Tl> >
163 struct apply_generator1_<Gn, chain<Hd, Tl> >
185 struct apply_generator2_<Gn, chain<Hd1, TlT>, chain<Hd2, TlV> >
207 struct append_<chain<Hd, Tl>, Typelist_Chain>
213 typedef chain<Hd, typename append_type::type> type;
238 struct append_typelist_<chain<Hd, null_type> >
240 typedef chain<Hd, null_type> type;
244 struct append_typelist_<chain< Hd, Tl>
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/
typelist.h 63 struct chain struct in namespace:typelist
141 struct apply_<Fn, chain<Hd, Tl> >
163 struct apply_generator1_<Gn, chain<Hd, Tl> >
185 struct apply_generator2_<Gn, chain<Hd1, TlT>, chain<Hd2, TlV> >
207 struct append_<chain<Hd, Tl>, Typelist_Chain>
213 typedef chain<Hd, typename append_type::type> type;
238 struct append_typelist_<chain<Hd, null_type> >
240 typedef chain<Hd, null_type> type;
244 struct append_typelist_<chain< Hd, Tl>
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/
typelist.h 63 struct chain struct in namespace:typelist
141 struct apply_<Fn, chain<Hd, Tl> >
163 struct apply_generator1_<Gn, chain<Hd, Tl> >
185 struct apply_generator2_<Gn, chain<Hd1, TlT>, chain<Hd2, TlV> >
207 struct append_<chain<Hd, Tl>, Typelist_Chain>
213 typedef chain<Hd, typename append_type::type> type;
238 struct append_typelist_<chain<Hd, null_type> >
240 typedef chain<Hd, null_type> type;
244 struct append_typelist_<chain< Hd, Tl>
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/
typelist.h 63 struct chain struct in namespace:typelist
141 struct apply_<Fn, chain<Hd, Tl> >
163 struct apply_generator1_<Gn, chain<Hd, Tl> >
185 struct apply_generator2_<Gn, chain<Hd1, TlT>, chain<Hd2, TlV> >
207 struct append_<chain<Hd, Tl>, Typelist_Chain>
213 typedef chain<Hd, typename append_type::type> type;
238 struct append_typelist_<chain<Hd, null_type> >
240 typedef chain<Hd, null_type> type;
244 struct append_typelist_<chain< Hd, Tl>
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/
typelist.h 67 struct chain struct in namespace:typelist
148 struct apply_<Fn, chain<Hd, Tl> >
170 struct apply_generator1_<Gn, chain<Hd, Tl> >
192 struct apply_generator2_<Gn, chain<Hd1, TlT>, chain<Hd2, TlV> >
214 struct append_<chain<Hd, Tl>, Typelist_Chain>
220 typedef chain<Hd, typename append_type::type> type;
245 struct append_typelist_<chain<Hd, null_type> >
247 typedef chain<Hd, null_type> type;
251 struct append_typelist_<chain< Hd, Tl>
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/
typelist.h 68 struct chain struct in namespace:typelist
149 struct apply_<Fn, chain<Hd, Tl> >
171 struct apply_generator1_<Gn, chain<Hd, Tl> >
193 struct apply_generator2_<Gn, chain<Hd1, TlT>, chain<Hd2, TlV> >
215 struct append_<chain<Hd, Tl>, Typelist_Chain>
221 typedef chain<Hd, typename append_type::type> type;
246 struct append_typelist_<chain<Hd, null_type> >
248 typedef chain<Hd, null_type> type;
252 struct append_typelist_<chain< Hd, Tl>
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/
typelist.h 67 struct chain struct in namespace:typelist
148 struct apply_<Fn, chain<Hd, Tl> >
170 struct apply_generator1_<Gn, chain<Hd, Tl> >
192 struct apply_generator2_<Gn, chain<Hd1, TlT>, chain<Hd2, TlV> >
214 struct append_<chain<Hd, Tl>, Typelist_Chain>
220 typedef chain<Hd, typename append_type::type> type;
245 struct append_typelist_<chain<Hd, null_type> >
247 typedef chain<Hd, null_type> type;
251 struct append_typelist_<chain< Hd, Tl>
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/
typelist.h 68 struct chain struct in namespace:typelist
149 struct apply_<Fn, chain<Hd, Tl> >
171 struct apply_generator1_<Gn, chain<Hd, Tl> >
193 struct apply_generator2_<Gn, chain<Hd1, TlT>, chain<Hd2, TlV> >
215 struct append_<chain<Hd, Tl>, Typelist_Chain>
221 typedef chain<Hd, typename append_type::type> type;
246 struct append_typelist_<chain<Hd, null_type> >
248 typedef chain<Hd, null_type> type;
252 struct append_typelist_<chain< Hd, Tl>
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/
typelist.h 67 struct chain struct in namespace:typelist
148 struct apply_<Fn, chain<Hd, Tl> >
170 struct apply_generator1_<Gn, chain<Hd, Tl> >
192 struct apply_generator2_<Gn, chain<Hd1, TlT>, chain<Hd2, TlV> >
214 struct append_<chain<Hd, Tl>, Typelist_Chain>
220 typedef chain<Hd, typename append_type::type> type;
245 struct append_typelist_<chain<Hd, null_type> >
247 typedef chain<Hd, null_type> type;
251 struct append_typelist_<chain< Hd, Tl>
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/
typelist.h 67 struct chain struct in namespace:typelist
148 struct apply_<Fn, chain<Hd, Tl> >
170 struct apply_generator1_<Gn, chain<Hd, Tl> >
192 struct apply_generator2_<Gn, chain<Hd1, TlT>, chain<Hd2, TlV> >
214 struct append_<chain<Hd, Tl>, Typelist_Chain>
220 typedef chain<Hd, typename append_type::type> type;
245 struct append_typelist_<chain<Hd, null_type> >
247 typedef chain<Hd, null_type> type;
251 struct append_typelist_<chain< Hd, Tl>
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_heapq.py 158 self.assertEqual(sorted(chain(*inputs)), list(self.module.merge(*inputs)))
313 from itertools import chain, imap namespace
316 return chain(imap(lambda x:x, R(Ig(G(seqn)))))
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_heapq.py 158 self.assertEqual(sorted(chain(*inputs)), list(self.module.merge(*inputs)))
313 from itertools import chain, imap namespace
316 return chain(imap(lambda x:x, R(Ig(G(seqn)))))

Completed in 2559 milliseconds

1 2 34 5 6 7 8 91011