HomeSort by relevance Sort by last modified time
    Searched refs:types (Results 501 - 525 of 12640) sorted by null

<<21222324252627282930>>

  /hardware/interfaces/renderscript/1.0/
IDevice.hal 19 import android.hardware.renderscript@1.0::types;
  /hardware/interfaces/tests/bar/1.0/
IImportTypes.hal 19 import android.hardware.tests.foo@1.0::types;
  /libcore/luni/src/test/java/tests/support/
MockCallback.java 41 public void types(String[] types) { method in class:MockCallback
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
time.h 27 # include <bits/types.h>
54 # include <bits/types.h>
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/rpc/
auth_unix.h 45 #include <sys/types.h>
46 #include <rpc/types.h>
pmap_rmt.h 39 #include <sys/types.h>
40 #include <rpc/types.h>
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
time.h 27 # include <bits/types.h>
54 # include <bits/types.h>
  /prebuilts/gdb/linux-x86/lib/python2.7/plat-linux2/
regen 8 h2py -i '(u_long)' /usr/include/sys/types.h /usr/include/netinet/in.h /usr/include/dlfcn.h
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
reflect_test.go 8 "cmd/compile/internal/types"
16 &Sig{name: "b", pkg: &types.Pkg{Path: "abc"}},
19 &Sig{name: "c", pkg: &types.Pkg{Path: "uvw"}},
21 &Sig{name: "b", pkg: &types.Pkg{Path: "xyz"}},
22 &Sig{name: "a", pkg: &types.Pkg{Path: "abc"}},
26 &Sig{name: "a", pkg: &types.Pkg{Path: "abc"}},
29 &Sig{name: "b", pkg: &types.Pkg{Path: "abc"}},
30 &Sig{name: "b", pkg: &types.Pkg{Path: "xyz"}},
33 &Sig{name: "c", pkg: &types.Pkg{Path: "uvw"}},
  /prebuilts/go/darwin-x86/test/fixedbugs/
issue7867.go 22 types := []string{
23 // These types always passed
31 // These types caused compilation failures
39 for i, typ := range types {
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
reflect_test.go 8 "cmd/compile/internal/types"
16 &Sig{name: "b", pkg: &types.Pkg{Path: "abc"}},
19 &Sig{name: "c", pkg: &types.Pkg{Path: "uvw"}},
21 &Sig{name: "b", pkg: &types.Pkg{Path: "xyz"}},
22 &Sig{name: "a", pkg: &types.Pkg{Path: "abc"}},
26 &Sig{name: "a", pkg: &types.Pkg{Path: "abc"}},
29 &Sig{name: "b", pkg: &types.Pkg{Path: "abc"}},
30 &Sig{name: "b", pkg: &types.Pkg{Path: "xyz"}},
33 &Sig{name: "c", pkg: &types.Pkg{Path: "uvw"}},
  /prebuilts/go/linux-x86/test/fixedbugs/
issue7867.go 22 types := []string{
23 // These types always passed
31 // These types caused compilation failures
39 for i, typ := range types {
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/plat-linux2/
regen 8 h2py -i '(u_long)' /usr/include/sys/types.h /usr/include/netinet/in.h /usr/include/dlfcn.h
  /system/bt/osi/include/
compat.h 22 #include <sys/types.h>
  /system/core/debuggerd/tombstoned/include/tombstoned/
tombstoned.h 19 #include <sys/types.h>
  /system/tools/aidl/
type_java.cpp 19 #include <sys/types.h>
43 Type::Type(const JavaTypeNamespace* types, const string& name, int kind,
45 : Type(types, "", name, kind, canWriteToParcel, canBeOut, "", -1) {}
47 Type::Type(const JavaTypeNamespace* types, const string& package,
51 m_types(types),
98 BasicType::BasicType(const JavaTypeNamespace* types, const string& name,
104 : Type(types, name, ValidatableType::KIND_BUILT_IN, true, false),
107 m_array_type.reset(new BasicArrayType(types, name, writeArrayParcel,
121 BasicArrayType::BasicArrayType(const JavaTypeNamespace* types,
126 : Type(types, name, ValidatableType::KIND_BUILT_IN, true, true)
    [all...]
  /external/deqp/modules/gles2/functional/
es2fAttribLocationTests.cpp 49 const AttribType types[] = local
69 for (int typeNdx = 0; typeNdx < DE_LENGTH_OF_ARRAY(types); typeNdx++)
71 const AttribType& type = types[typeNdx];
82 for (int typeNdx = 0; typeNdx < DE_LENGTH_OF_ARRAY(types); typeNdx++)
84 const AttribType& type = types[typeNdx];
95 for (int typeNdx = 0; typeNdx < DE_LENGTH_OF_ARRAY(types); typeNdx++)
97 const AttribType& type = types[typeNdx];
102 // For types which occupy more than one location. Alias second location.
120 for (int typeNdx = 0; typeNdx < DE_LENGTH_OF_ARRAY(types); typeNdx++)
122 const AttribType& type = types[typeNdx]
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/
deadstore_test.go 8 "cmd/compile/internal/types"
14 ptrType := c.config.Types.BytePtr
18 Valu("start", OpInitMem, types.TypeMem, 0, nil),
19 Valu("sb", OpSB, types.TypeInvalid, 0, nil),
20 Valu("v", OpConstBool, c.config.Types.Bool, 1, nil),
24 Valu("zero1", OpZero, types.TypeMem, 1, c.config.Types.Bool, "addr3", "start"),
25 Valu("store1", OpStore, types.TypeMem, 0, c.config.Types.Bool, "addr1", "v", "zero1"),
26 Valu("store2", OpStore, types.TypeMem, 0, c.config.Types.Bool, "addr2", "v", "store1")
    [all...]
regalloc_test.go 8 "cmd/compile/internal/types"
17 Valu("mem", OpInitMem, types.TypeMem, 0, nil),
18 Valu("x", OpAMD64MOVLconst, c.config.Types.Int8, 1, nil),
19 Valu("y", OpAMD64MOVLconst, c.config.Types.Int8, 2, nil),
20 Valu("a", OpAMD64TESTB, types.TypeFlags, 0, nil, "x", "y"),
21 Valu("b", OpAMD64TESTB, types.TypeFlags, 0, nil, "y", "x"),
45 Valu("mem", OpInitMem, types.TypeMem, 0, nil),
46 Valu("ptr", OpArg, c.config.Types.Int64.PtrTo(), 0, c.Frontend().Auto(src.NoXPos, c.config.Types.Int64)),
47 Valu("cond", OpArg, c.config.Types.Bool, 0, c.Frontend().Auto(src.NoXPos, c.config.Types.Bool))
    [all...]
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
deadstore_test.go 8 "cmd/compile/internal/types"
14 ptrType := c.config.Types.BytePtr
18 Valu("start", OpInitMem, types.TypeMem, 0, nil),
19 Valu("sb", OpSB, types.TypeInvalid, 0, nil),
20 Valu("v", OpConstBool, c.config.Types.Bool, 1, nil),
24 Valu("zero1", OpZero, types.TypeMem, 1, c.config.Types.Bool, "addr3", "start"),
25 Valu("store1", OpStore, types.TypeMem, 0, c.config.Types.Bool, "addr1", "v", "zero1"),
26 Valu("store2", OpStore, types.TypeMem, 0, c.config.Types.Bool, "addr2", "v", "store1")
    [all...]
regalloc_test.go 8 "cmd/compile/internal/types"
17 Valu("mem", OpInitMem, types.TypeMem, 0, nil),
18 Valu("x", OpAMD64MOVLconst, c.config.Types.Int8, 1, nil),
19 Valu("y", OpAMD64MOVLconst, c.config.Types.Int8, 2, nil),
20 Valu("a", OpAMD64TESTB, types.TypeFlags, 0, nil, "x", "y"),
21 Valu("b", OpAMD64TESTB, types.TypeFlags, 0, nil, "y", "x"),
45 Valu("mem", OpInitMem, types.TypeMem, 0, nil),
46 Valu("ptr", OpArg, c.config.Types.Int64.PtrTo(), 0, c.Frontend().Auto(src.NoXPos, c.config.Types.Int64)),
47 Valu("cond", OpArg, c.config.Types.Bool, 0, c.Frontend().Auto(src.NoXPos, c.config.Types.Bool))
    [all...]
  /bionic/libc/arch-arm/bionic/
atexit_legacy.c 29 #include <sys/types.h>
  /bionic/libc/bionic/
bionic_netlink.h 31 #include <sys/types.h>
chown.cpp 31 #include <sys/types.h>
lchown.cpp 31 #include <sys/types.h>

Completed in 1212 milliseconds

<<21222324252627282930>>