Searched refs:types (Results 26 - 50 of 2548) sorted by relevance

1234567891011>>

/external/kernel-headers/original/uapi/linux/netfilter/
H A Dxt_TCPMSS.h4 #include <linux/types.h>
H A Dxt_cgroup.h4 #include <linux/types.h>
H A Dxt_cpu.h4 #include <linux/types.h>
/external/kernel-headers/original/uapi/linux/usb/
H A Dcdc-wdm.h12 #include <linux/types.h>
/external/kernel-headers/original/uapi/linux/
H A Dutime.h4 #include <linux/types.h>
H A Dif_x25.h18 #include <linux/types.h>
/external/linux-tools-perf/src/tools/perf/util/include/asm/
H A Dhweight.h4 #include <linux/types.h>
/external/mockito/cglib-and-asm/src/org/mockito/cglib/transform/impl/
H A DAddPropertyTransformer.java26 private final Type[] types; field in class:AddPropertyTransformer
31 types = new Type[size];
33 types[i] = (Type)props.get(names[i]);
37 public AddPropertyTransformer(String[] names, Type[] types) { argument
39 this.types = types;
44 EmitUtils.add_properties(this, names, types);
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/pool/
H A DTypeListPool.java52 public void intern(@Nonnull Collection<? extends CharSequence> types) { argument
53 if (types.size() > 0) {
54 Key<? extends Collection<? extends CharSequence>> key = new Key<Collection<? extends CharSequence>>(types);
57 for (CharSequence type: types) {
69 return typesKey.types;
73 if (key == null || key.types.size() == 0) {
82 @Nonnull TypeCollection types; field in class:TypeListPool.Key
84 public Key(@Nonnull TypeCollection types) { argument
85 this.types = types;
[all...]
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/builder/
H A DBuilderTypeList.java44 @Nonnull final List<? extends BuilderTypeReference> types; field in class:BuilderTypeList
47 public BuilderTypeList(@Nonnull List<? extends BuilderTypeReference> types) { argument
48 this.types = types;
52 return types.get(index);
56 return types.size();
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/cert/
H A DX509CertSelectorTest.java37 int[] types = { 0, 1, 2, 3, 4, 5, 6, 7, 8 };
38 for (int i = 0; i < types.length; i++) {
40 new X509CertSelector().addSubjectAlternativeName(types[i],
42 fail("No expected NullPointerException for type: " + types[i]);
53 int[] types = { 0, 3, 4, 5, 6, 7, 8 };
54 for (int i = 0; i < types.length; i++) {
56 new X509CertSelector().addSubjectAlternativeName(types[i],
58 fail("IOException expected for type: " + types[i]);
86 int[] types = { 0, 1, 2, 3, 4, 5, 6, 7, 8 };
87 for (int i = 0; i < types
[all...]
/external/giflib/
H A Dconfig.h7 #include <sys/types.h>
/external/iptables/include/linux/netfilter/
H A Dxt_AUDIT.h15 #include <linux/types.h>
H A Dxt_LED.h4 #include <linux/types.h>
H A Dxt_connlabel.h1 #include <linux/types.h>
H A Dxt_esp.h4 #include <linux/types.h>
H A Dxt_length.h4 #include <linux/types.h>
H A Dxt_nfacct.h4 #include <linux/types.h>
H A Dxt_realm.h4 #include <linux/types.h>
H A Dxt_rpfilter.h4 #include <linux/types.h>
H A Dxt_tcpmss.h4 #include <linux/types.h>
/external/iptables/include/linux/netfilter_ipv4/
H A Dipt_ah.h4 #include <linux/types.h>
H A Dipt_ttl.h7 #include <linux/types.h>
/external/iptables/include/linux/netfilter_ipv6/
H A Dip6t_hl.h8 #include <linux/types.h>
/external/kernel-headers/original/uapi/asm-x86/asm/
H A Dist.h20 #include <linux/types.h>

Completed in 477 milliseconds

1234567891011>>