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

1 2 3 4 5 6 7 891011>>

  /external/clang/utils/ABITest/
build-and-summarize-all.sh 11 for kind in return-types single-args; do
  /external/oj-libjdwp/src/solaris/transport/socket/
socket_md.h 25 #include <sys/types.h>
  /external/selinux/libsepol/tests/policies/test-expander/
role-module.conf 9 role role_check_1 types role_check_1_2_t;
  /hardware/interfaces/radio/deprecated/1.0/
IOemHookIndication.hal 19 import android.hardware.radio@1.0::types;
  /packages/apps/Contacts/tests/src/com/android/contacts/tests/
FakeDeviceAccountTypeFactory.java 46 public FakeDeviceAccountTypeFactory withSimTypes(String... types) {
47 for (String type : types) {
53 public FakeDeviceAccountTypeFactory withSimTypes(AccountType... types) {
54 for (AccountType type : types) {
60 public FakeDeviceAccountTypeFactory withDeviceTypes(String... types) {
61 for (String type : types) {
67 public FakeDeviceAccountTypeFactory withDeviceTypes(AccountType... types) {
68 for (AccountType type : types) {
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setools/policyrep/
role.py 47 def types(self): member in class:BaseRole
59 def types(self): member in class:Role
60 """Generator which yields the role's set of types."""
66 types = list(str(t) for t in self.types())
68 if types:
69 if (len(types) > 1):
70 stmt += " types {{ {0} }}".format(' '.join(types))
72 stmt += " types {0}".format(types[0]
    [all...]
  /system/libhidl/transport/
HidlTransportUtils.cpp 39 auto chainRet = interface->interfaceChain([&](const hidl_vec<hidl_string> &types) {
40 for (size_t i = 0; i < types.size(); i++) {
41 if (types[i] == castTo) {
60 auto ret = interface->interfaceDescriptor([&](const hidl_string &types) {
61 myDescriptor = types.c_str();
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
types_acc.go 5 // This file implements convertions between *types.Node and *Node.
11 "cmd/compile/internal/types"
15 func asNode(n *types.Node) *Node { return (*Node)(unsafe.Pointer(n)) }
16 func asTypesNode(n *Node) *types.Node { return (*types.Node)(unsafe.Pointer(n)) }
  /prebuilts/go/darwin-x86/src/cmd/vet/
shift.go 15 "go/types"
49 if f.pkg.types[x].Value != nil {
56 v := f.pkg.types[y].Value
64 t := f.pkg.types[x].Type
68 b, ok := t.Underlying().(*types.Basic)
74 case types.Uint8, types.Int8:
76 case types.Uint16, types.Int16:
78 case types.Uint32, types.Int32
    [all...]
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
types_acc.go 5 // This file implements convertions between *types.Node and *Node.
11 "cmd/compile/internal/types"
15 func asNode(n *types.Node) *Node { return (*Node)(unsafe.Pointer(n)) }
16 func asTypesNode(n *Node) *types.Node { return (*types.Node)(unsafe.Pointer(n)) }
  /prebuilts/go/linux-x86/src/cmd/vet/
shift.go 15 "go/types"
49 if f.pkg.types[x].Value != nil {
56 v := f.pkg.types[y].Value
64 t := f.pkg.types[x].Type
68 b, ok := t.Underlying().(*types.Basic)
74 case types.Uint8, types.Int8:
76 case types.Uint16, types.Int16:
78 case types.Uint32, types.Int32
    [all...]
  /system/core/libmemtrack/
memtrack.cpp 43 memtrack_proc_type types[static_cast<int>(MemtrackType::NUM_TYPES)]; member in struct:memtrack_proc
108 int ret = memtrack_proc_get_type(&p->types[i], pid, (MemtrackType)i);
117 const std::vector<MemtrackType>& types, uint32_t flags)
121 for (size_t i = 0; i < types.size(); i++) {
122 memtrack_proc_type type = p->types[static_cast<int>(types[i])];
136 std::vector<MemtrackType> types = {MemtrackType::GRAPHICS}; local
137 return memtrack_proc_sum(p, types, 0);
142 std::vector<MemtrackType> types = { MemtrackType::GRAPHICS }; local
143 return memtrack_proc_sum(p, types,
149 std::vector<MemtrackType> types = { MemtrackType::GL }; local
155 std::vector<MemtrackType> types = { MemtrackType::GL }; local
162 std::vector<MemtrackType> types = { MemtrackType::MULTIMEDIA, local
169 std::vector<MemtrackType> types = { MemtrackType::MULTIMEDIA, local
    [all...]
  /external/javaparser/javaparser-symbol-solver-core/src/main/java/com/github/javaparser/symbolsolver/resolution/typeinference/
Substitution.java 4 import com.github.javaparser.resolution.types.ResolvedType;
15 private List<ResolvedType> types; field in class:Substitution
26 newInstance.types.addAll(this.types);
28 newInstance.types.add(type);
35 this.types = new LinkedList<>();
41 result = result.replaceTypeVariables(typeParameterDeclarations.get(i), types.get(i));
  /external/javasqlite/src/main/java/SQLite/JDBC2z/
TableResultX.java 3 import java.sql.Types;
13 sql_type[i] = Types.VARCHAR;
21 sql_type[i] = Types.VARCHAR;
30 this.types = tr.types;
34 sql_type[i] = Types.VARCHAR;
36 if (tr.types != null) {
37 for (int i = 0; i < tr.types.length; i++) {
38 sql_type[i] = JDBCDatabaseMetaData.mapSqlType(tr.types[i]);
43 void sql_types(int types[]) {
    [all...]
  /prebuilts/go/darwin-x86/src/go/internal/gccgoimporter/
parser.go 13 "go/types"
27 pkg *types.Package // reference to imported package
28 imports map[string]*types.Package // package path -> package object
29 typeMap map[int]types.Type // type number -> type
33 func (p *parser) init(filename string, src io.Reader, imports map[string]*types.Package) {
41 p.typeMap = make(map[int]types.Type)
154 func (p *parser) getPkg(pkgpath, name string) *types.Package {
157 return types.Unsafe
161 pkg = types.NewPackage(pkgpath, name)
168 // the package path is resolved to an imported *types.Package
    [all...]
  /prebuilts/go/linux-x86/src/go/internal/gccgoimporter/
parser.go 13 "go/types"
27 pkg *types.Package // reference to imported package
28 imports map[string]*types.Package // package path -> package object
29 typeMap map[int]types.Type // type number -> type
33 func (p *parser) init(filename string, src io.Reader, imports map[string]*types.Package) {
41 p.typeMap = make(map[int]types.Type)
154 func (p *parser) getPkg(pkgpath, name string) *types.Package {
157 return types.Unsafe
161 pkg = types.NewPackage(pkgpath, name)
168 // the package path is resolved to an imported *types.Package
    [all...]
  /external/libxkbcommon/xkbcommon/test/
rules-file.c 40 const char *types; member in struct:test_data
64 data->keycodes, data->types, data->compat, data->symbols);
72 kccgst.keycodes, kccgst.types, kccgst.compat, kccgst.symbols);
75 streq(kccgst.types, data->types) &&
80 free(kccgst.types);
101 .keycodes = "my_keycodes", .types = "my_types",
112 .keycodes = "default_keycodes", .types = "default_types",
122 .keycodes = "something(pc104)", .types = "default_types",
132 .keycodes = "default_keycodes", .types = "default_types"
    [all...]
  /prebuilts/go/darwin-x86/test/fixedbugs/
issue13821b.go 18 var x3 = b && b2 // ERROR "mismatched types B and B2"
19 var x4 = x1 && b2 // ERROR "mismatched types B and B2"
20 var x5 = x2 && b2 // ERROR "mismatched types B and B2"
21 var x6 = b2 && x1 // ERROR "mismatched types B2 and B"
22 var x7 = b2 && x2 // ERROR "mismatched types B2 and B"
24 var x8 = b && !B2(true) // ERROR "mismatched types B and B2"
  /prebuilts/go/linux-x86/test/fixedbugs/
issue13821b.go 18 var x3 = b && b2 // ERROR "mismatched types B and B2"
19 var x4 = x1 && b2 // ERROR "mismatched types B and B2"
20 var x5 = x2 && b2 // ERROR "mismatched types B and B2"
21 var x6 = b2 && x1 // ERROR "mismatched types B2 and B"
22 var x7 = b2 && x2 // ERROR "mismatched types B2 and B"
24 var x8 = b && !B2(true) // ERROR "mismatched types B and B2"
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-mips-elf/
compressed-plt-1a.s 8 .macro test_one, name, types
9 .if (\types) & DC
19 .if (\types) & IC
compressed-plt-1b.s 8 .macro test_one, name, types
9 .if (\types) & DU
15 .if (\types) & IU
  /bionic/libc/bionic/
chmod.cpp 31 #include <sys/types.h>
mkdir.cpp 31 #include <sys/types.h>
  /bionic/libc/include/sys/
file.h 33 #include <sys/types.h>
fsuid.h 33 #include <sys/types.h>

Completed in 605 milliseconds

1 2 3 4 5 6 7 891011>>