/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...] |
/external/llvm/test/Transforms/ArgumentPromotion/ |
crash.ll | 47 %2 = call i32 @"clay_assign(Chain, Chain)"(%0* %0, %0* %1) 51 define internal i32 @"clay_assign(Chain, Chain)"(%0* %c, %0* %d) { 57 %4 = call i32 @"clay_assign(Chain, Chain)"(%0* %3, %0* %1)
|
/external/chromium/chrome/browser/tabs/ |
tab_finder.h | 25 // on the tabs current url, or the start of the redirect chain. 28 // should persist the start of the redirect chain in the navigation entry. 69 // redirect chain for the tab is |url|. 80 // Queries all the tabs in |browser| for the start of the redirect chain. 86 // Cancels any pending requests for the specified tabs redirect chain. 89 // Starts the fetch for the redirect chain of the specified TabContents. 90 // QueryRedirectsToComplete is invoked when the redirect chain is retrieved. 99 // Maps from TabContents to the start of the redirect chain.
|
/external/clang/test/PCH/ |
chain-friend-instantiation.cpp | 1 // RUN: %clang_cc1 %s -ast-print -o - -chain-include %s -chain-include %s
|
chain-implicit-definition.cpp | 4 // RUN: %clang_cc1 -emit-llvm-only -chain-include %s -chain-include %s %s
|
chain-remap-types.m | 1 // RUN: %clang_cc1 -emit-pch -x objective-c-header -o %t1 %S/Inputs/chain-remap-types1.h 2 // RUN: %clang_cc1 -emit-pch -x objective-c-header -o %t2 %S/Inputs/chain-remap-types2.h -include-pch %t1
|
/external/nist-sip/java/gov/nist/javax/sip/header/extensions/ |
ReferencesHeader.java | 16 public static final String CHAIN = "chain";
|
/external/webkit/Source/JavaScriptCore/bytecode/ |
StructureStubInfo.h | 76 void initGetByIdChain(JSGlobalData& globalData, JSCell* owner, Structure* baseObjectStructure, StructureChain* chain) 81 u.getByIdChain.chain.set(globalData, owner, chain); 102 void initPutByIdTransition(JSGlobalData& globalData, JSCell* owner, Structure* previousStructure, Structure* structure, StructureChain* chain) 108 u.putByIdTransition.chain.set(globalData, owner, chain); 144 WriteBarrierBase<StructureChain> chain; member in struct:JSC::StructureStubInfo::__anon17518::__anon17521 157 WriteBarrierBase<StructureChain> chain; member in struct:JSC::StructureStubInfo::__anon17518::__anon17524
|
/libcore/support/src/test/java/libcore/javax/net/ssl/ |
TestTrustManager.java | 59 public void checkClientTrusted(X509Certificate[] chain, String authType) 62 + "chain=" + chain.length + " " 66 trustManager.checkClientTrusted(chain, authType); 80 public void checkServerTrusted(X509Certificate[] chain, String authType) 83 + "chain=" + chain.length + " " 87 trustManager.checkServerTrusted(chain, authType);
|
/external/icu4c/layout/ |
MorphTables.cpp | 27 le_uint32 chain; local 29 for (chain = 0; chain < chainCount; chain += 1) {
|
/external/iptables/iptables/ |
iptables.xslt | 15 <xsl:template match="iptables-rules/table/chain/rule/conditions/*"> 25 <xsl:template match="iptables-rules/table/chain/rule/actions|table/chain/rule/conditions"> 29 <xsl:template match="iptables-rules/table/chain/rule/actions/goto"> 34 <xsl:template match="iptables-rules/table/chain/rule/actions/call"> 40 <xsl:template match="iptables-rules/table/chain/rule/actions/*"> 47 <xsl:template match="iptables-rules/table/chain/rule/actions//*|iptables-rules/table/chain/rule/conditions//*" priority="0"> 59 <xsl:template match="iptables-rules/table/chain/rule/actions/call/*|iptables-rules/table/chain/rule/actions/goto/*" [all...] |
/libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/ |
PinFailureLogger.java | 33 List<X509Certificate> chain) { 39 writeToLog(cn, chainContainsUserCert, pinIsEnforcing, chain); 46 List<X509Certificate> chain) { 54 for (X509Certificate cert : chain) {
|
PinListEntry.java | 40 * Determines whether a failed match here will prevent the chain from being accepted. If true, 41 * an unpinned chain will log and cause a match failure. If false, it will merely log. 91 * Checks the given chain against the pin list corresponding to this entry. 97 public boolean chainIsNotPinned(List<X509Certificate> chain) { 98 for (X509Certificate cert : chain) { 104 logPinFailure(chain); 139 private boolean chainContainsUserCert(List<X509Certificate> chain) { 143 for (X509Certificate cert : chain) { 151 private void logPinFailure(List<X509Certificate> chain) { 152 PinFailureLogger.log(cn, chainContainsUserCert(chain), enforcing, chain) [all...] |
/libcore/luni/src/test/java/libcore/javax/net/ssl/ |
TrustManagerFactoryTest.java | 156 X509Certificate[] chain = (X509Certificate[]) pke.getCertificateChain(); local 159 tm.checkClientTrusted(chain, keyType); 164 tm.checkServerTrusted(chain, keyType); 169 tm.checkClientTrusted(chain, keyType); 170 tm.checkServerTrusted(chain, keyType); 212 // chain should be server/intermediate/root 214 X509Certificate[] chain = (X509Certificate[])pke.getCertificateChain(); local 215 assertEquals(3, chain.length); 221 keyStore.setCertificateEntry("alias", chain[1]); 240 tm.checkClientTrusted(chain, "RSA") 295 X509Certificate[] chain = (X509Certificate[]) privateKeyEntry.getCertificateChain(); local [all...] |
/libcore/xml/src/main/java/org/xmlpull/v1/ |
XmlPullParserException.java | 36 public XmlPullParserException(String msg, XmlPullParser parser, Throwable chain) { 39 + (chain == null ? "" : "caused by: "+chain)); 45 this.detail = chain;
|
/external/chromium/net/base/ |
cert_verify_result.h | 16 // certificate chain that was constructed during certificate verification. 27 // Properties of the certificate chain. 35 // fingerprints of the SubjectPublicKeyInfos of the chain. The fingerprint
|
/external/webkit/LayoutTests/http/tests/appcache/resources/ |
access-via-redirect.html | 3 <p>This tests that the start of redirect chain doesn't get into an application cache if the end of the chain has a manifest.</p> 27 document.getElementById('result').innerHTML = "FAILURE: Start of redirect chain is in cache."
|
/tools/external/fat32lib/src/main/java/de/waldheinz/fs/fat/ |
FatFile.java | 29 * The in-memory representation of a single file (chain of clusters) on a 37 private final ClusterChain chain; field in class:FatFile 39 private FatFile(FatDirectoryEntry myEntry, ClusterChain chain) { 43 this.chain = chain; 56 "entry is larger than associated cluster chain"); 91 chain.setSize(length); 93 this.entry.setStartCluster(chain.getStartCluster()); 126 chain.readData(offset, dest); 157 chain.writeData(offset, srcBuf) [all...] |
/development/samples/KeyChainDemo/src/com/example/android/keychain/ |
KeyChainDemoActivity.java | 61 private static final String DEFAULT_ALIAS = "My Key Chain"; 79 // Button to install the key chain 93 // Check whether the key chain is installed or not. This takes time and 99 // Key chain installed. Disable the install button and print 100 // the key chain information 104 Log.d(TAG, "Key Chain is not accessible"); 109 // Setup the key chain installation button 176 * This method returns the alias of the key chain from the application 179 * @return The alias of the key chain 188 * This method sets the alias of the key chain to the application preferenc [all...] |
/libcore/luni/src/test/java/org/apache/harmony/xnet/provider/jsse/ |
TrustManagerImplTest.java | 93 // fail on short chain with only root trusted 95 // succeed on longer chain, learn intermediate 97 // now we can validate the short chain 101 // We should ignore duplicate cruft in the certificate chain 194 private void assertValid(X509Certificate[] chain, X509TrustManager tm) throws Exception { 197 tmi.checkServerTrusted(chain, "RSA"); 199 tm.checkServerTrusted(chain, "RSA"); 202 private void assertValidPinned(X509Certificate[] chain, X509TrustManager tm, String hostname, 206 List<X509Certificate> checkedChain = tmi.checkServerTrusted(chain, "RSA", hostname); 209 tm.checkServerTrusted(chain, "RSA") [all...] |
/frameworks/base/core/java/android/webkit/ |
ClientCertRequestHandler.java | 52 * Proceed with the specified private key and client certificate chain. 54 public void proceed(PrivateKey privateKey, X509Certificate[] chain) { 56 byte[][] chainBytes = NativeCrypto.encodeCertificates(chain); 76 * Proceed with the specified private key bytes and client certificate chain. 87 * Proceed with the specified private key context and client certificate chain.
|