HomeSort by relevance Sort by last modified time
    Searched defs:Type (Results 226 - 250 of 3007) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/CodeGen/
SwiftCallingConv.h 19 #include "clang/AST/Type.h"
25 class Type;
48 llvm::Type *Type;
64 void addTypedData(QualType type, CharUnits begin);
68 void addTypedData(llvm::Type *type, CharUnits begin);
69 void addTypedData(llvm::Type *type, CharUnits begin, CharUnits end);
83 /// value and does not consider whether the type is address-only
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/DebugInfo/CodeView/
LazyRandomTypeCollection.h 29 /// \brief Provides amortized O(1) random access to a CodeView type stream.
30 /// Normally to access a type from a type stream, you must know its byte
31 /// offset into the type stream, because type records are variable-lengthed.
34 /// type record. Or given a type record such as an array type, there might
35 /// be a TypeIndex for the element type. Sequential access is perfect when
38 /// Type streams in PDBs contain an additional field which is a list of pair
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/DebugInfo/DWARF/
DWARFDebugMacro.h 24 /// The type of the macro entry.
25 uint32_t Type;
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/MC/
MCSymbolCOFF.h 20 mutable uint16_t Type = 0;
35 return Type;
38 Type = Ty;
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Target/
CostTable.h 27 MVT::SimpleValueType Type;
35 return ISD == Entry.ISD && Ty == Entry.Type;
44 /// Type Conversion Cost Table
52 /// Find in type conversion cost table, TypeTy must be comparable to CompareTy
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Transforms/Utils/
SymbolRewriter.h 71 enum class Type {
82 Type getType() const { return Kind; }
87 explicit RewriteDescriptor(Type T) : Kind(T) {}
90 const Type Kind;
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/CodeGen/
SwiftCallingConv.h 19 #include "clang/AST/Type.h"
25 class Type;
48 llvm::Type *Type;
64 void addTypedData(QualType type, CharUnits begin);
68 void addTypedData(llvm::Type *type, CharUnits begin);
69 void addTypedData(llvm::Type *type, CharUnits begin, CharUnits end);
83 /// value and does not consider whether the type is address-only
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/DebugInfo/CodeView/
LazyRandomTypeCollection.h 29 /// \brief Provides amortized O(1) random access to a CodeView type stream.
30 /// Normally to access a type from a type stream, you must know its byte
31 /// offset into the type stream, because type records are variable-lengthed.
34 /// type record. Or given a type record such as an array type, there might
35 /// be a TypeIndex for the element type. Sequential access is perfect when
38 /// Type streams in PDBs contain an additional field which is a list of pair
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/DebugInfo/DWARF/
DWARFDebugMacro.h 24 /// The type of the macro entry.
25 uint32_t Type;
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/MC/
MCSymbolCOFF.h 20 mutable uint16_t Type = 0;
35 return Type;
38 Type = Ty;
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Target/
CostTable.h 27 MVT::SimpleValueType Type;
35 return ISD == Entry.ISD && Ty == Entry.Type;
44 /// Type Conversion Cost Table
52 /// Find in type conversion cost table, TypeTy must be comparable to CompareTy
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Transforms/Utils/
SymbolRewriter.h 71 enum class Type {
82 Type getType() const { return Kind; }
87 explicit RewriteDescriptor(Type T) : Kind(T) {}
90 const Type Kind;
  /prebuilts/go/darwin-x86/src/cmd/fix/
typecheck.go 21 // Partial type checker.
24 // an AST and a description of some type information to
29 // a full type check, but the type checker is expected to
31 // declarations, function and method returns, and type switches
40 // (Go source code), but for now we use data structures (TypeConfig, Type).
44 // A Field or FieldList has as its type a comma-separated list
47 // has type "int, int, int".
49 // The prefix "type " is the type of a type
    [all...]
  /prebuilts/go/darwin-x86/src/go/types/
selection.go 16 type SelectionKind int
27 // type T struct{ x int; E }
28 // type E struct{}
34 // Selector Kind Recv Obj Type Index Indirect
40 type Selection struct {
42 recv Type // type of x
51 // Recv returns the type of x in x.f.
52 func (s *Selection) Recv() Type { return s.recv }
58 // Type returns the type of x.f, which may be different from the type of f
    [all...]
  /prebuilts/go/linux-x86/src/cmd/fix/
typecheck.go 21 // Partial type checker.
24 // an AST and a description of some type information to
29 // a full type check, but the type checker is expected to
31 // declarations, function and method returns, and type switches
40 // (Go source code), but for now we use data structures (TypeConfig, Type).
44 // A Field or FieldList has as its type a comma-separated list
47 // has type "int, int, int".
49 // The prefix "type " is the type of a type
    [all...]
  /prebuilts/go/linux-x86/src/go/types/
selection.go 16 type SelectionKind int
27 // type T struct{ x int; E }
28 // type E struct{}
34 // Selector Kind Recv Obj Type Index Indirect
40 type Selection struct {
42 recv Type // type of x
51 // Recv returns the type of x in x.f.
52 func (s *Selection) Recv() Type { return s.recv }
58 // Type returns the type of x.f, which may be different from the type of f
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setools/policyrep/
typeattr.py 32 raise exception.InvalidType("{0} is not a valid type/attribute".format(name))
45 raise TypeError("{0} is a type".format(qpol_symbol.name(qpol_policy)))
51 """Factory function for creating type objects."""
53 if isinstance(name, Type):
64 return Type(qpol_policy, qpol_symbol)
68 """Factory function for creating type or attribute objects."""
70 if isinstance(name, (Type, TypeAttribute)):
82 return Type(qpol_policy, qpol_symbol)
87 """Type/attribute base class."""
98 """Generator that yields all attributes for this type.""
    [all...]
  /system/bt/service/ipc/
ipc_manager.h 39 enum Type {
46 // called on the thread that started the particular IPC type.
54 virtual void OnIPCHandlerStarted(Type type) = 0;
58 virtual void OnIPCHandlerStopped(Type type) = 0;
67 // Initialize the underlying IPC handler based on |type|, if that type has not
69 // type has already been initialized or an error occurs.
80 bool Start(Type type, Delegate* delegate)
    [all...]
  /system/core/toolbox/
getprop.cpp 35 Type,
58 const char* type = nullptr; local
59 property_info_file->GetPropertyInfo(name.c_str(), &context, &type);
63 value = type;
84 case ResultType::Type: {
85 const char* type = nullptr; local
86 property_info_file->GetPropertyInfo(name, nullptr, &type);
87 std::cout << type << std::endl;
123 result_type = ResultType::Type;
  /system/extras/simpleperf/include/
simpleperf.h 63 enum Type {
68 static PerfEventSet* CreateInstance(Type type);
  /system/netd/server/
Network.h 31 enum Type {
43 virtual Type getType() const = 0;
  /system/nfc/utils/include/
config.h 24 enum Type { UNSIGNED, STRING, BYTES };
30 Type getType() const;
38 Type type_;
  /system/tools/hidl/c2hal/
Expression.h 34 enum Type {
42 static std::string getTypeDescription(Type type) {
43 switch (type) {
54 static std::string getTypeName(Type type) {
55 switch (type) {
66 static Type integralType(const std::string& integer);
67 static Type coalesceTypes(Type lhs, Type rhs)
    [all...]
  /system/update_engine/common/
action_pipe_unittest.cc 46 string Type() const { return "ActionPipeTestAction"; }
action_unittest.cc 51 string Type() const { return "ActionTestAction"; }

Completed in 737 milliseconds

1 2 3 4 5 6 7 8 91011>>