/aosp12/system/tools/hidl/ |
H A D | Type.h | 40 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 D | meta.h | 38 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 D | Type.h | 30 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 D | Macros.h | 21 #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 D | proptools.go | 117 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 D | filter.go | 144 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 D | type_traits.h | 32 using Type = T; member
|
H A D | tagged_union.h | 104 using Type = Member; member
|
/aosp12/art/compiler/driver/ |
H A D | compiler_options_map-storage.h | 37 #define COMPILER_OPTIONS_KEY(Type, Name, ...) \ argument
|
/aosp12/frameworks/native/libs/vr/libpdx/private/pdx/rpc/ |
H A D | enumeration.h | 19 using Type = T; member
|
/aosp12/frameworks/minikin/include/minikin/ |
H A D | Macros.h | 25 #define MINIKIN_PREVENT_COPY_AND_ASSIGN(Type) \ argument 29 #define MINIKIN_PREVENT_COPY_ASSIGN_AND_MOVE(Type) \ argument
|
/aosp12/build/blueprint/parser/ |
H A D | ast.go | 60 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 D | runtime_options.h | 43 #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 D | runtime_options.cc | 35 #define RUNTIME_OPTIONS_KEY(Type, Name, ...) const RuntimeArgumentMap::Key<Type> RuntimeArgumentMap… argument
|
/aosp12/art/tools/ahat/src/main/com/android/ahat/heapdump/ |
H A D | Type.java | 22 public enum Type { enum 87 Type(String name, int size) { in Type() method in Type
|
/aosp12/build/soong/symbol_inject/ |
H A D | elf.go | 44 func (f elfFileWrapper) Type() elf.Type { func 56 func (f mockElfFile) Type() elf.Type { return f.t } func
|
/aosp12/art/dex2oat/ |
H A D | dex2oat_options.h | 71 #define DEX2OAT_OPTIONS_KEY(Type, Name, ...) static const Key<Type> (Name); argument
|
/aosp12/frameworks/base/core/jni/hwbinder/ |
H A D | EphemeralStorage.h | 28 #define DECLARE_ALLOC_METHODS(Suffix,Type) \ argument 56 enum Type { enum
|
H A D | EphemeralStorage.cpp | 85 #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 D | daemon.cc | 61 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 D | phy.h | 23 enum class Type { enum
|
/aosp12/frameworks/native/libs/vr/libvrflinger/ |
H A D | hwc_types.h | 48 using Type = T; member
|
/aosp12/frameworks/compile/mclinker/include/mcld/ADT/ |
H A D | StringHash.h | 22 enum Type { RS, JS, PJW, ELF, BKDR, SDBM, DJB, DEK, BP, FNV, AP, ES }; enum
|
/aosp12/packages/modules/adb/proto/ |
H A D | pairing.proto | 26 enum Type { enum
|
/aosp12/build/soong/bp2build/ |
H A D | bzl_conversion.go | 156 func extractPropertyDescriptionsFromStruct(structType reflect.Type) []property { 169 func extractPropertyDescriptions(name string, t reflect.Type) []property {
|