/external/webkit/LayoutTests/http/tests/appcache/ |
access-via-redirect-expected.txt | 1 This tests that the start of redirect chain doesn't get into an application cache if the end of the chain has a manifest.
|
/external/iproute2/include/libiptc/ |
libip6tc.h | 23 /* Does this chain exist? */ 24 int ip6tc_is_chain(const char *chain, const ip6tc_handle_t handle); 36 /* Get first rule in the given chain: NULL for empty chain. */ 37 const struct ip6t_entry *ip6tc_first_rule(const char *chain, 48 /* Is this a built-in chain? */ 49 int ip6tc_builtin(const char *chain, const ip6tc_handle_t handle); 51 /* Get the policy of a given built-in chain */ 52 const char *ip6tc_get_policy(const char *chain, 60 /* Insert the entry `fw' in chain `chain' into position `rulenum'. * [all...] |
libiptc.h | 31 /* Does this chain exist? */ 32 int iptc_is_chain(const char *chain, const iptc_handle_t handle); 44 /* Get first rule in the given chain: NULL for empty chain. */ 45 const struct ipt_entry *iptc_first_rule(const char *chain, 56 /* Is this a built-in chain? */ 57 int iptc_builtin(const char *chain, const iptc_handle_t handle); 59 /* Get the policy of a given built-in chain */ 60 const char *iptc_get_policy(const char *chain, 68 /* Insert the entry `e' in chain `chain' into position `rulenum'. * [all...] |
/external/clang/test/PCH/ |
chain-predecl.h | 1 // First header for chain-predecl.m
|
chain-trivial.c | 1 // RUN: %clang_cc1 -triple x86_64-unknown-unknown -emit-pch -o %t1 %S/Inputs/chain-trivial1.h 2 // RUN: %clang_cc1 -triple x86_64-unknown-unknown -emit-pch -o %t2 -include-pch %t1 %S/Inputs/chain-trivial2.h
|
chain-decls.c | 2 // RUN: %clang_cc1 -include %S/Inputs/chain-decls1.h -include %S/Inputs/chain-decls2.h -fsyntax-only -verify %s 5 // RUN: %clang_cc1 -emit-pch -o %t1 %S/Inputs/chain-decls1.h 6 // RUN: %clang_cc1 -emit-pch -o %t2 %S/Inputs/chain-decls2.h -include-pch %t1
|
chain-ext_vector.c | 2 // RUN: %clang_cc1 -include %S/Inputs/chain-ext_vector1.h -include %S/Inputs/chain-ext_vector2.h -fsyntax-only -verify %s 5 // RUN: %clang_cc1 -emit-pch -o %t1 %S/Inputs/chain-ext_vector1.h 6 // RUN: %clang_cc1 -emit-pch -o %t2 %S/Inputs/chain-ext_vector2.h -include-pch %t1
|
chain-macro-override.c | 2 // RUN: %clang_cc1 -include %S/Inputs/chain-macro-override1.h -include %S/Inputs/chain-macro-override2.h -fsyntax-only -verify -detailed-preprocessing-record %s 5 // RUN: %clang_cc1 -emit-pch -o %t1 %S/Inputs/chain-macro-override1.h -detailed-preprocessing-record 6 // RUN: %clang_cc1 -emit-pch -o %t2 %S/Inputs/chain-macro-override2.h -include-pch %t1 -detailed-preprocessing-record
|
chain-conversion-lookup.cpp | 1 // RUN: %clang_cc1 %s -emit-llvm -o - -chain-include %s -chain-include %s
|
chain-empty-initial-namespace.cpp | 4 // RUN: %clang_cc1 -chain-include %s -chain-include %s -fsyntax-only %s
|
chain-pending-instantiations.cpp | 1 // RUN: %clang_cc1 %s -emit-llvm -o - -chain-include %s -chain-include %s | FileCheck %s
|
cxx-chain-function-template.cpp | 1 // RUN: %clang_cc1 -chain-include %s -chain-include %s -fsyntax-only %s
|
replaced-decl.m | 5 // RUN: %clang_cc1 -fsyntax-only -verify %s -chain-include %s -chain-include %s
|
/external/clang/test/PCH/Inputs/ |
chain-ext_vector1.h | 1 // First header file for chain-ext_vector.c PCH test
|
chain-ext_vector2.h | 1 // Second header file for chain-ext_vector.c PCH test
|
chain-external-defs1.h | 1 // Helper 1 for chain-external-defs.c test
|
chain-external-defs2.h | 1 // Helper 2 for chain-external-defs.c test
|
/external/iptables/include/libiptc/ |
libip6tc.h | 23 /* Does this chain exist? */ 24 int ip6tc_is_chain(const char *chain, struct ip6tc_handle *const handle); 36 /* Get first rule in the given chain: NULL for empty chain. */ 37 const struct ip6t_entry *ip6tc_first_rule(const char *chain, 48 /* Is this a built-in chain? */ 49 int ip6tc_builtin(const char *chain, struct ip6tc_handle *const handle); 51 /* Get the policy of a given built-in chain */ 52 const char *ip6tc_get_policy(const char *chain, 60 /* Insert the entry `fw' in chain `chain' into position `rulenum'. * [all...] |
libiptc.h | 27 /* Does this chain exist? */ 28 int iptc_is_chain(const char *chain, struct iptc_handle *const handle); 40 /* Get first rule in the given chain: NULL for empty chain. */ 41 const struct ipt_entry *iptc_first_rule(const char *chain, 52 /* Is this a built-in chain? */ 53 int iptc_builtin(const char *chain, struct iptc_handle *const handle); 55 /* Get the policy of a given built-in chain */ 56 const char *iptc_get_policy(const char *chain, 64 /* Insert the entry `e' in chain `chain' into position `rulenum'. * [all...] |
/external/skia/src/gpu/ |
GrAddPathRenderers_default.cpp | 20 void GrPathRenderer::AddPathRenderers(GrContext* ctx, GrPathRendererChain* chain) { 22 chain->addPathRenderer(SkNEW(GrStrokePathRenderer))->unref(); 25 chain->addPathRenderer(SkNEW(GrAndroidPathRenderer))->unref(); 28 chain->addPathRenderer(pr)->unref(); 31 chain->addPathRenderer(pr)->unref(); 33 chain->addPathRenderer(SkNEW(GrAAConvexPathRenderer))->unref();
|
/external/llvm/test/Verifier/ |
aliasing-chain.ll | 1 ; RUN: not llvm-as %s -o /dev/null 2>&1 | grep "Aliasing chain should end with function or global variable" 3 ; Test that alising chain does not create a cycle
|
/tools/external/fat32lib/src/main/java/de/waldheinz/fs/fat/ |
ClusterChainDirectory.java | 26 * A directory that is stored in a cluster chain. 46 final ClusterChain chain; field in class:ClusterChainDirectory 48 protected ClusterChainDirectory(ClusterChain chain, boolean isRoot) { 50 super((int)(chain.getLengthOnDisk() / FatDirectoryEntry.SIZE), 51 chain.isReadOnly(), isRoot); 53 this.chain = chain; 57 ClusterChain chain) throws IOException { 60 new ClusterChainDirectory(chain, true); 70 "only FAT32 stores root directory in a cluster chain"); [all...] |
ClusterChain.java | 28 * A chain of clusters as stored in a {@link Fat}. 43 * @param fat the {@code Fat} that holds the new chain 44 * @param readOnly if the chain should be created read-only 82 * Returns the first cluster of this chain. 84 * @return the chain's first cluster, which may be 0 if this chain does 108 * @return the size this chain occupies on the device in bytes 140 * @return the length of this chain 145 final long[] chain = getFat().getChain(getStartCluster()); local 146 return chain.length 164 final long[] chain = fat.allocNew(nrClusters); local 167 final long[] chain = fat.getChain(startCluster); local 204 final long[] chain = getFat().getChain(startCluster); local 254 final long[] chain = fat.getChain(getStartCluster()); local [all...] |
/external/iptables/include/ |
ip6tables.h | 14 extern int flush_entries6(const ip6t_chainlabel chain, int verbose, struct ip6tc_handle *handle); 15 extern int delete_chain6(const ip6t_chainlabel chain, int verbose, struct ip6tc_handle *handle); 16 void print_rule6(const struct ip6t_entry *e, struct ip6tc_handle *h, const char *chain, int counters);
|
/libcore/luni/src/main/java/javax/net/ssl/ |
X509TrustManager.java | 30 * Checks whether the specified certificate chain (partial or complete) can 34 * @param chain 35 * the certificate chain to validate. 39 * if the certificate chain can't be validated or isn't trusted. 41 * if the specified certificate chain is empty or {@code null}, 45 public void checkClientTrusted(X509Certificate[] chain, String authType) 50 * Checks whether the specified certificate chain (partial or complete) can 54 * @param chain 55 * the certificate chain to validate. 59 * if the certificate chain can't be validated or isn't trusted [all...] |