Home
last modified time | relevance | path

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

1234567

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/stubs/
Dmathlimits.cc47 #define DEF_COMMON_LIMITS(Type) argument
48 #define DEF_UNSIGNED_INT_LIMITS(Type) argument
49 #define DEF_SIGNED_INT_LIMITS(Type) argument
50 #define DEF_PRECISION_LIMITS(Type) argument
103 #define DEF_FP_LIMITS(Type, PREFIX) \ argument
Dmathlimits.h67 typedef T Type; typedef
136 #define SIGNED_INT_MAX(Type) \ argument
139 #define SIGNED_INT_MIN(Type) \ argument
142 #define UNSIGNED_INT_MAX(Type) \ argument
146 #define SIGNED_MAX_10_EXP(Type) \ argument
152 #define UNSIGNED_MAX_10_EXP(Type) \ argument
/frameworks/base/libs/hwui/utils/
DMacros.h21 #define PREVENT_COPY_AND_ASSIGN(Type) \ argument
26 #define HASHABLE_TYPE(Type) \ argument
32 #define REQUIRE_COMPATIBLE_LAYOUT(Type) \ argument
/frameworks/ml/nn/runtime/test/fuzzing/operation_signatures/
DConcatSplit.cpp55 .constructor = [](Type, uint32_t rank, RandomOperation* op) { in DEFINE_OPERATION_SIGNATURE() argument
66 .constructor = [](Type, uint32_t rank, RandomOperation* op) { in DEFINE_OPERATION_SIGNATURE() argument
77 .constructor = [](Type, uint32_t rank, RandomOperation* op) { in DEFINE_OPERATION_SIGNATURE() argument
88 .constructor = [](Type, uint32_t rank, RandomOperation* op) { in DEFINE_OPERATION_SIGNATURE() argument
124 .constructor = [](Type, uint32_t rank, RandomOperation* op) { in DEFINE_OPERATION_SIGNATURE() argument
136 .constructor = [](Type, uint32_t rank, RandomOperation* op) { in DEFINE_OPERATION_SIGNATURE() argument
DReshape.cpp23 static void spaceToDepthConstructor(Type, uint32_t rank, RandomOperation* op) { in spaceToDepthConstructor() argument
76 static void depthToSpaceConstructor(Type, uint32_t rank, RandomOperation* op) { in depthToSpaceConstructor() argument
129 static void reshapeConstructor(Type, uint32_t rank, RandomOperation* op) { in reshapeConstructor() argument
163 static void batchToSpaceConstructor(Type, uint32_t rank, RandomOperation* op) { in batchToSpaceConstructor() argument
219 static void spaceToBatchConstructor(Type, uint32_t rank, RandomOperation* op) { in spaceToBatchConstructor() argument
294 static void padConstructor(Type, uint32_t rank, RandomOperation* op) { in padConstructor() argument
356 static void transposeConstructor(Type, uint32_t rank, RandomOperation* op) { in transposeConstructor() argument
413 static void squeezeConstructor(Type, uint32_t rank, RandomOperation* op) { in squeezeConstructor() argument
457 static void expandDimsConstructor(Type, uint32_t rank, RandomOperation* op) { in expandDimsConstructor() argument
484 static void tileConstructor(Type, uint32_t rank, RandomOperation* op) { in tileConstructor() argument
DSelection.cpp23 static void embeddingLookupConstructor(Type, uint32_t rank, RandomOperation* op) { in embeddingLookupConstructor() argument
53 static void hashtableLookupConstructor(Type, uint32_t rank, RandomOperation* op) { in hashtableLookupConstructor() argument
102 static void gatherConstructor(Type, uint32_t rank, RandomOperation* op) { in gatherConstructor() argument
147 static void selectConstructor(Type, uint32_t rank, RandomOperation* op) { in selectConstructor() argument
166 static void topKConstructor(Type, uint32_t rank, RandomOperation* op) { in topKConstructor() argument
199 static void sliceConstructor(Type, uint32_t rank, RandomOperation* op) { in sliceConstructor() argument
245 static void stridedSliceConstructor(Type, uint32_t rank, RandomOperation* op) { in stridedSliceConstructor() argument
DConvolutions.cpp25 static void conv2DExplicitConstructor(Type, uint32_t rank, HalVersion ver, RandomOperation* op) { in conv2DExplicitConstructor() argument
79 static void conv2DImplicitConstructor(Type, uint32_t rank, HalVersion ver, RandomOperation* op) { in conv2DImplicitConstructor() argument
260 static void depthwiseConv2DExplicitConstructor(Type, uint32_t rank, HalVersion ver, in depthwiseConv2DExplicitConstructor() argument
316 static void depthwiseConv2DImplicitConstructor(Type, uint32_t rank, HalVersion ver, in depthwiseConv2DImplicitConstructor() argument
508 static void groupedConv2DExplicitConstructor(Type, uint32_t rank, RandomOperation* op) { in groupedConv2DExplicitConstructor() argument
563 static void groupedConv2DImplicitConstructor(Type, uint32_t rank, RandomOperation* op) { in groupedConv2DImplicitConstructor() argument
658 static void transposeConv2DExplicitConstructor(Type, uint32_t rank, RandomOperation* op) { in transposeConv2DExplicitConstructor() argument
704 static void transposeConv2DImplicitConstructor(Type, uint32_t rank, RandomOperation* op) { in transposeConv2DImplicitConstructor() argument
DReduce.cpp23 static void reduceOpConstructor(Type, uint32_t rank, RandomOperation* op) { in reduceOpConstructor() argument
97 static void singleAxisReduceOpConstructor(Type, uint32_t rank, RandomOperation* op) { in singleAxisReduceOpConstructor() argument
DPoolings.cpp24 static void poolingExplicitOpConstructor(Type, uint32_t rank, RandomOperation* op) { in poolingExplicitOpConstructor() argument
66 static void poolingImplicitOpConstructor(Type, uint32_t rank, RandomOperation* op) { in poolingImplicitOpConstructor() argument
/frameworks/minikin/include/minikin/
DMacros.h25 #define MINIKIN_PREVENT_COPY_AND_ASSIGN(Type) \ argument
29 #define MINIKIN_PREVENT_COPY_ASSIGN_AND_MOVE(Type) \ argument
/frameworks/base/core/jni/hwbinder/
DEphemeralStorage.h28 #define DECLARE_ALLOC_METHODS(Suffix,Type) \ argument
56 enum Type { enum
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
/frameworks/compile/slang/
Dslang_rs_reflection_cpp.h40 std::string Type; member
44 : Type(Type), Name(Name), DefaultValue(DefaultValue) {} in Type() function
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/util/
Dtype_resolver.h42 class Type; variable
/frameworks/native/libs/vr/libpdx/private/pdx/rpc/
Denumeration.h19 using Type = T; member
/frameworks/av/media/codec2/core/include/
DC2Param.h221 struct Type : public CoreIndex { struct
224 inline bool isGlobal() const { return (mIndex & DIR_MASK) == DIR_GLOBAL; } in isGlobal()
226 inline bool forInput() const { return (mIndex & DIR_MASK) == DIR_INPUT; } in forInput()
228 inline bool forOutput() const { return (mIndex & DIR_MASK) == DIR_OUTPUT; } in forOutput()
231 inline bool forStream() const { return mIndex & IS_STREAM_FLAG; } in forStream()
233 inline bool forPort() const { return !forStream() && !isGlobal(); } in forPort()
236 inline uint32_t type() const { return mIndex & (~STREAM_ID_MASK); } in type()
239 inline kind_t kind() const { in kind()
250 inline Type(uint32_t index) : CoreIndex(index) { } in Type() function
272 inline bool setPort(bool output) { in setPort()
/frameworks/opt/gamesdk/src/swappy/
DChoreographerThread.h29 enum class Type { enum
/frameworks/compile/mclinker/include/mcld/LD/
DRelocationFactory.h28 typedef Relocation::Type Type; typedef
/frameworks/native/libs/gui/include/gui/
DHdrMetadata.h28 enum Type : uint32_t { enum
/frameworks/base/core/proto/android/os/
Dpatternmatcher.proto28 enum Type { enum
/frameworks/compile/mclinker/include/mcld/Script/
DInputToken.h22 enum Type { Unknown, File, NameSpec }; enum
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
Dtouch_analytics.proto61 enum Type { enum
76 enum Type { enum
118 enum Type { enum
/frameworks/base/core/proto/android/net/
Dnetworkrequest.proto32 enum Type { enum
/frameworks/av/media/libmedia/include/media/
DMediaResource.h28 enum Type { enum
/frameworks/av/include/media/
DMediaResource.h28 enum Type { enum

1234567