/external/kernel-headers/original/uapi/asm-arm/asm/ |
H A D | types.h | 1 #include <asm-generic/types.h>
|
/external/kernel-headers/original/uapi/asm-arm64/asm/ |
H A D | types.h | 1 #include <asm-generic/types.h>
|
H A D | setup.h | 22 #include <linux/types.h>
|
/external/kernel-headers/original/uapi/asm-x86/asm/ |
H A D | types.h | 4 #include <asm-generic/types.h>
|
/external/openssh/ |
H A D | roaming_serv.c | 20 #include <sys/types.h>
|
/external/dexmaker/src/main/java/com/google/dexmaker/ |
H A D | Comparison.java | 30 @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 D | BinaryOp.java | 42 @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 D | TypeList.java | 25 * 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 D | ip6t_mh.h | 4 #include <linux/types.h> 8 __u8 types[2]; /* MH type range */ member in struct:ip6t_mh
|
/external/javasqlite/src/main/java/SQLite/ |
H A D | Callback.java | 53 * @param types string array holding column types 56 public void types(String types[]); argument
|
/external/kernel-headers/original/uapi/linux/netfilter_ipv6/ |
H A D | ip6t_mh.h | 4 #include <linux/types.h> 8 __u8 types[2]; /* MH type range */ member in struct:ip6t_mh
|
/external/dhcpcd-6.8.2/compat/ |
H A D | strlcpy.h | 31 #include <sys/types.h>
|
/external/iptables/include/linux/netfilter/ |
H A D | xt_CLASSIFY.h | 4 #include <linux/types.h>
|
H A D | xt_CHECKSUM.h | 12 #include <linux/types.h>
|
H A D | xt_CONNSECMARK.h | 4 #include <linux/types.h>
|
H A D | xt_TCPMSS.h | 4 #include <linux/types.h>
|
H A D | xt_cpu.h | 4 #include <linux/types.h>
|
/external/kernel-headers/original/uapi/linux/netfilter/ |
H A D | xt_CLASSIFY.h | 4 #include <linux/types.h>
|
H A D | xt_CHECKSUM.h | 12 #include <linux/types.h>
|
/external/v8/test/intl/break-iterator/ |
H A D | en-break.js | 36 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 D | zh-break.js | 37 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/v8/test/cctest/ |
H A D | expression-type-collector-macros.h | 14 CHECK_EQ(index, types.size()); \ 19 if (!types[index].bounds.Narrows(type)) { \ 27 types[index].bounds.lower->Print(); \ 29 types[index].bounds.upper->Print(); \ 31 CHECK(types[index].bounds.Narrows(type)); 33 #define CHECK_TYPE(type) CHECK(types[index].bounds.Narrows(type)); 37 CHECK_LT(index, types.size()); \ 38 CHECK(strcmp(#ekind, types[index].kind) == 0); \ 39 CHECK_EQ(depth, types[index].depth); \ 45 CHECK_EQ(#vname, std::string(types[inde [all...] |
/external/selinux/libsepol/tests/ |
H A D | test-linker-types.c | 32 /* 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/compiler-rt/test/msan/ |
H A D | initgroups.cc | 3 #include <sys/types.h>
|
/external/ipsec-tools/src/include-glibc/ |
H A D | glibc-bugs.h | 10 #include <sys/types.h>
|