Home
last modified time | relevance | path

Searched defs:Type (Results 1 – 25 of 312) sorted by relevance

12345678910>>...13

/aosp12/system/tools/hidl/
H A DType.h40 struct Type : DocCommentable { struct
97 status_t recursivePass(ParseStage stage, const std::function<status_t(Type*)>& func, argument
113 CheckAcyclicStatus(status_t status, const Type* cycleEnd = nullptr); argument
160 virtual std::string getCppType( argument
196 enum ErrorMode {
358 DISALLOW_COPY_AND_ASSIGN(Type); argument
/aosp12/packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/internal/
H A Dmeta.h38 template <typename T> struct Void { typedef void Type; }; typedef
45 typedef BoolType Type; typedef
55 … C> struct SelectIfImpl { template <typename T1, typename T2> struct Apply { typedef T1 Type; }; }; typedef
/aosp12/system/tools/hidl/c2hal/
H A DType.h30 struct Type { struct
50 Type *generics; argument
70 static std::string qualifierText(Qualifier::Qualification qual) { in qualifierText()
112 DISALLOW_COPY_AND_ASSIGN(Type); argument
/aosp12/frameworks/base/libs/hwui/utils/
H A DMacros.h21 #define PREVENT_COPY_AND_ASSIGN(Type) \ argument
26 #define HASHABLE_TYPE(Type) \ argument
32 #define REQUIRE_COMPATIBLE_LAYOUT(Type) \ argument
/aosp12/build/blueprint/proptools/
H A Dproptools.go117 func isStruct(t reflect.Type) bool {
121 func isStructPtr(t reflect.Type) bool {
125 func isSlice(t reflect.Type) bool {
129 func isSliceOfStruct(t reflect.Type) bool {
H A Dfilter.go144 func FilterPropertyStruct(prop reflect.Type, predicate FilterFieldPredicate) (filteredProp reflect.…
156 func filterPropertyStruct(prop reflect.Type, prefix string, maxNameSize int,
208 func FilterPropertyStructSharded(prop reflect.Type, maxTypeNameSize int, predicate FilterFieldPredi…
/aosp12/system/nvram/messages/include/nvram/messages/
H A Dtype_traits.h32 using Type = T; member
H A Dtagged_union.h104 using Type = Member; member
/aosp12/art/compiler/driver/
H A Dcompiler_options_map-storage.h37 #define COMPILER_OPTIONS_KEY(Type, Name, ...) \ argument
/aosp12/frameworks/native/libs/vr/libpdx/private/pdx/rpc/
H A Denumeration.h19 using Type = T; member
/aosp12/frameworks/minikin/include/minikin/
H A DMacros.h25 #define MINIKIN_PREVENT_COPY_AND_ASSIGN(Type) \ argument
29 #define MINIKIN_PREVENT_COPY_ASSIGN_AND_MOVE(Type) \ argument
/aosp12/build/blueprint/parser/
H A Dast.go60 Type string member
159 type Type int type
207 func (x *Operator) Type() Type { func
241 func (x *Variable) Type() Type { return x.Value.Type() } func
274 func (x *Map) Type() Type { return MapType } func
332 func (x *List) Type() Type { return ListType } func
355 func (x *String) Type() Type { func
381 func (x *Int64) Type() Type { func
407 func (x *Bool) Type() Type { func
494 func (n NotEvaluated) Type() Type { func
/aosp12/art/runtime/
H A Druntime_options.h43 #define DECLARE_KEY(Type, Name) static const Key<Type> Name argument
73 #define RUNTIME_OPTIONS_KEY(Type, Name, ...) static const Key<Type> (Name); argument
H A Druntime_options.cc35 #define RUNTIME_OPTIONS_KEY(Type, Name, ...) const RuntimeArgumentMap::Key<Type> RuntimeArgumentMap… argument
/aosp12/art/tools/ahat/src/main/com/android/ahat/heapdump/
H A DType.java22 public enum Type { enum
87 Type(String name, int size) { in Type() method in Type
/aosp12/build/soong/symbol_inject/
H A Delf.go44 func (f elfFileWrapper) Type() elf.Type { func
56 func (f mockElfFile) Type() elf.Type { return f.t } func
/aosp12/art/dex2oat/
H A Ddex2oat_options.h71 #define DEX2OAT_OPTIONS_KEY(Type, Name, ...) static const Key<Type> (Name); argument
/aosp12/frameworks/base/core/jni/hwbinder/
H A DEphemeralStorage.h28 #define DECLARE_ALLOC_METHODS(Suffix,Type) \ argument
56 enum Type { enum
H A DEphemeralStorage.cpp85 #define DEFINE_ALLOC_VECTOR_METHODS(Suffix,Type,NewType) \ argument
113 #define DEFINE_RELEASE_ARRAY_CASE(Suffix,Type,NewType) \ in DEFINE_ALLOC_VECTOR_METHODS() argument
/aosp12/system/bt/service/
H A Ddaemon.cc61 void OnIPCHandlerStarted(ipc::IPCManager::Type /* type */) override { in OnIPCHandlerStarted()
66 void OnIPCHandlerStopped(ipc::IPCManager::Type /* type */) override { in OnIPCHandlerStopped()
/aosp12/system/bt/vendor_libs/test_vendor_lib/include/
H A Dphy.h23 enum class Type { enum
/aosp12/frameworks/native/libs/vr/libvrflinger/
H A Dhwc_types.h48 using Type = T; member
/aosp12/frameworks/compile/mclinker/include/mcld/ADT/
H A DStringHash.h22 enum Type { RS, JS, PJW, ELF, BKDR, SDBM, DJB, DEK, BP, FNV, AP, ES }; enum
/aosp12/packages/modules/adb/proto/
H A Dpairing.proto26 enum Type { enum
/aosp12/build/soong/bp2build/
H A Dbzl_conversion.go156 func extractPropertyDescriptionsFromStruct(structType reflect.Type) []property {
169 func extractPropertyDescriptions(name string, t reflect.Type) []property {

12345678910>>...13