Searched refs:types (Results 1 - 25 of 2548) sorted by relevance

1234567891011>>

/external/kernel-headers/original/uapi/asm-arm/asm/
H A Dtypes.h1 #include <asm-generic/types.h>
/external/kernel-headers/original/uapi/asm-arm64/asm/
H A Dtypes.h1 #include <asm-generic/types.h>
H A Dsetup.h22 #include <linux/types.h>
/external/kernel-headers/original/uapi/asm-x86/asm/
H A Dtypes.h4 #include <asm-generic/types.h>
/external/openssh/
H A Droaming_serv.c20 #include <sys/types.h>
/external/dexmaker/src/main/java/com/google/dexmaker/
H A DComparison.java30 @Override Rop rop(TypeList types) {
31 return Rops.opIfLt(types);
37 @Override Rop rop(TypeList types) {
38 return Rops.opIfLe(types);
42 /** {@code a == b}. Supports int and reference types. */
44 @Override Rop rop(TypeList types) {
45 return Rops.opIfEq(types);
51 @Override Rop rop(TypeList types) {
52 return Rops.opIfGe(types);
58 @Override Rop rop(TypeList types) {
70 rop(TypeList types) argument
[all...]
H A DBinaryOp.java42 @Override Rop rop(TypeList types) {
43 return Rops.opAdd(types);
49 @Override Rop rop(TypeList types) {
50 return Rops.opSub(types);
56 @Override Rop rop(TypeList types) {
57 return Rops.opMul(types);
63 @Override Rop rop(TypeList types) {
64 return Rops.opDiv(types);
70 @Override Rop rop(TypeList types) {
71 return Rops.opRem(types);
117 rop(com.android.dx.rop.type.TypeList types) argument
[all...]
H A DTypeList.java25 * An immutable of types.
28 final TypeId<?>[] types; field in class:TypeList
31 TypeList(TypeId<?>[] types) { argument
32 this.types = types.clone();
33 this.ropTypes = new StdTypeList(types.length);
34 for (int i = 0; i < types.length; i++) {
35 ropTypes.set(i, types[i].ropType);
43 return Collections.unmodifiableList(Arrays.asList(types));
47 return o instanceof TypeList && Arrays.equals(((TypeList) o).types, type
[all...]
/external/iptables/include/linux/netfilter_ipv6/
H A Dip6t_mh.h4 #include <linux/types.h>
8 __u8 types[2]; /* MH type range */ member in struct:ip6t_mh
/external/javasqlite/src/main/java/SQLite/
H A DCallback.java53 * @param types string array holding column types
56 public void types(String types[]); argument
/external/kernel-headers/original/uapi/linux/netfilter_ipv6/
H A Dip6t_mh.h4 #include <linux/types.h>
8 __u8 types[2]; /* MH type range */ member in struct:ip6t_mh
/external/compiler-rt/test/msan/
H A Dinitgroups.cc3 #include <sys/types.h>
/external/iptables/include/linux/netfilter/
H A Dxt_CLASSIFY.h4 #include <linux/types.h>
H A Dxt_CHECKSUM.h12 #include <linux/types.h>
H A Dxt_CONNSECMARK.h4 #include <linux/types.h>
H A Dxt_TCPMSS.h4 #include <linux/types.h>
H A Dxt_cpu.h4 #include <linux/types.h>
H A Dxt_socket.h4 #include <linux/types.h>
/external/kernel-headers/original/uapi/linux/netfilter/
H A Dxt_CLASSIFY.h4 #include <linux/types.h>
H A Dxt_CHECKSUM.h12 #include <linux/types.h>
H A Dxt_CONNSECMARK.h4 #include <linux/types.h>
/external/v8/test/intl/break-iterator/
H A Den-break.js36 var types = []; variable
43 types.push(iterator.breakType());
56 assertEquals('letter', types[0]);
57 assertEquals('none', types[1]);
58 assertEquals('letter', types[2]);
59 assertEquals('none', types[3]);
60 assertEquals('letter', types[4]);
61 assertEquals('none', types[types.length - 1]);
H A Dzh-break.js37 var types = []; variable
44 types.push(iterator.breakType());
58 assertEquals('ideo', types[0]);
59 assertEquals('ideo', types[1]);
60 assertEquals('none', types[2]);
61 assertEquals('ideo', types[3]);
62 assertEquals('ideo', types[4]);
63 assertEquals('none', types[types.length - 1]);
/external/selinux/libsepol/tests/
H A Dtest-linker-types.c32 /* Tests for types:
128 char *types[2]; local
130 /* These tests look at types in the base only, the desire is to ensure that
131 * types are not destroyed or otherwise removed during the link process.
132 * if this happens these tests won't work anyway since we are using types to
141 types[0] = "g_b_type_1";
142 test_attr_types(base, "g_b_attr_1", NULL, types, 1);
150 types[0] = "o1_b_type_1";
151 test_attr_types(base, "o1_b_attr_1", base->decl_val_to_struct[decls[0] - 1], types, 1);
166 char *types[ local
[all...]
/external/ipsec-tools/src/include-glibc/
H A Dglibc-bugs.h10 #include <sys/types.h>

Completed in 2228 milliseconds

1234567891011>>