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

1234567891011>>

/external/linux-tools-perf/perf-3.12.0/tools/perf/util/include/asm/
H A Dbyteorder.h1 #include <asm/types.h>
/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/stlport/test/unit/
H A Dstldbg_include.cpp23 * [This due to sys/types.h contains
26 * #include <bits/types.h>
39 # include <sys/types.h>
/external/kernel-headers/original/uapi/asm-x86/asm/
H A Dtypes.h4 #include <asm-generic/types.h>
/external/qemu/distrib/sdl-1.2.15/src/thread/irix/
H A DSDL_systhread_c.h24 #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/chromium_org/sync/internal_api/public/
H A Dsync_encryption_handler.cc18 ModelTypeSet types; local
19 types.Put(PASSWORDS);
20 return types;
/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/smack/src/org/xbill/DNS/
H A DType.java224 private static TypeMnemonic types = new TypeMnemonic(); field in class:Type
227 types.add(A, "A", new ARecord());
228 types.add(NS, "NS", new NSRecord());
229 types.add(MD, "MD", new MDRecord());
230 types.add(MF, "MF", new MFRecord());
231 types.add(CNAME, "CNAME", new CNAMERecord());
232 types.add(SOA, "SOA", new SOARecord());
233 types.add(MB, "MB", new MBRecord());
234 types.add(MG, "MG", new MGRecord());
235 types
[all...]
H A DNSECRecord.java9 * ordered list of names in the zone, and a set of types for which
24 private TypeBitmap types; field in class:NSECRecord
36 * @param types An array containing the types present.
39 NSECRecord(Name name, int dclass, long ttl, Name next, int [] types) { argument
42 for (int i = 0; i < types.length; i++) {
43 Type.check(types[i]);
45 this.types = new TypeBitmap(types);
51 types
[all...]
/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>
/external/kernel-headers/original/uapi/linux/netfilter/
H A Dxt_CLASSIFY.h4 #include <linux/types.h>
/external/chromium_org/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/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/chromium_org/native_client_sdk/src/libraries/nacl_io/
H A Dosdirent.h10 #include <sys/types.h>
22 #include <sys/types.h>
/external/oprofile/libutil/
H A Dop_types.h3 * General-utility types
17 #include <sys/types.h>
19 /*@{\name miscellaneous types */
34 #include <linux/types.h>
/external/chromium_org/base/
H A Dos_compat_nacl.h8 #include <sys/types.h>

Completed in 461 milliseconds

1234567891011>>