Home
last modified time | relevance | path

Searched defs:getTypeName (Results 1 – 25 of 84) sorted by relevance

1234

/external/tensorflow/tensorflow/compiler/mlir/tfr/ir/
Dtfr_types.h102 static std::string getTypeName() { return "TFRTensorType"; } in getTypeName() function
108 static std::string getTypeName() { return "TFRTensorListType"; } in getTypeName() function
114 static std::string getTypeName() { return "TFRAttrType"; } in getTypeName() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DTypeName.h27 inline StringRef getTypeName() { in getTypeName() function
/external/llvm/include/llvm/Support/
DTypeName.h28 inline StringRef getTypeName() { in getTypeName() function
/external/skia/tests/
DFlattenDrawableTest.cpp50 const char* getTypeName() const override { return "IntDrawable"; } in getTypeName() function in IntDrawable
81 const char* getTypeName() const override { return "PaintDrawable"; } in getTypeName() function in PaintDrawable
128 const char* getTypeName() const override { return "CompoundDrawable"; } in getTypeName() function in CompoundDrawable
187 const char* getTypeName() const override { return "RootDrawable"; } in getTypeName() function in RootDrawable
/external/autotest/frontend/client/src/autotest/tko/
DTestLabelField.java22 public String getTypeName() { in getTypeName() method in TestLabelField
DTestAttributeField.java13 public String getTypeName() { in getTypeName() method in TestAttributeField
DIterationAttributeField.java13 public String getTypeName() { in getTypeName() method in IterationAttributeField
DJobKeyvalField.java13 public String getTypeName() { in getTypeName() method in JobKeyvalField
DIterationResultField.java13 public String getTypeName() { in getTypeName() method in IterationResultField
DMachineLabelField.java8 public String getTypeName() { in getTypeName() method in MachineLabelField
/external/llvm/tools/llvm-pdbdump/
DBuiltinDumper.cpp26 StringRef BuiltinDumper::getTypeName(const PDBSymbolTypeBuiltin &Symbol) { in getTypeName() function in BuiltinDumper
/external/tensorflow/tensorflow/core/ir/types/
Ddialect.h220 static std::string getTypeName() { return "ResourceType"; } in getTypeName() function
231 static std::string getTypeName() { return "VariantType"; } in getTypeName() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/
DTypeTableCollection.cpp42 StringRef TypeTableCollection::getTypeName(TypeIndex Index) { in getTypeName() function in TypeTableCollection
DAppendingTypeTableBuilder.cpp56 StringRef AppendingTypeTableBuilder::getTypeName(TypeIndex Index) { in getTypeName() function in AppendingTypeTableBuilder
DGlobalTypeTableBuilder.cpp59 StringRef GlobalTypeTableBuilder::getTypeName(TypeIndex Index) { in getTypeName() function in GlobalTypeTableBuilder
/external/emma/core/java12/com/vladium/emma/report/
DIItemMetadata.java28 String getTypeName (); in getTypeName() method
DItem.java104 public String getTypeName () in getTypeName() method in Item.ItemMetadata
/external/skia/src/gpu/
DGrTestUtils.h80 const char* getTypeName() const override { return nullptr; } in getTypeName() function
/external/skia/include/core/
DSkDrawable.h135 const char* getTypeName() const override { return nullptr; } in getTypeName() function
/external/proguard/src/proguard/classfile/attribute/annotation/
DEnumConstantElementValue.java80 public String getTypeName(Clazz clazz) in getTypeName() method in EnumConstantElementValue
/external/skia/src/core/
DSkVMBlitter.cpp58 const char* getTypeName() const override { return "NoopColorFilter"; } in getTypeName() function
68 const char* getTypeName() const override { return "SpriteShader"; } in getTypeName() function
94 const char* getTypeName() const override { return "DitherShader"; } in getTypeName() function
192 const char* getTypeName() const override { return "PaintColorShader"; } in getTypeName() function
/external/skia/src/effects/
DSk2DPathEffect.cpp157 const char* getTypeName() const override { return "SkLine2DPathEffect"; } in getTypeName() function in SkLine2DPathEffectImpl
189 const char* getTypeName() const override { return "SkPath2DPathEffect"; } in getTypeName() function in SkPath2DPathEffectImpl
/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/ast/expr/
DSuperExpr.java85 public Optional<Name> getTypeName() { in getTypeName() method in SuperExpr
DThisExpr.java87 public Optional<Name> getTypeName() { in getTypeName() method in ThisExpr
/external/deqp/external/vulkancts/framework/vulkan/
DvkStrUtilImpl.inl5 template<> const char* getTypeName<VkBuffer> (void) { return "VkBuffer"; } function
6 template<> const char* getTypeName<VkImage> (void) { return "VkImage"; } function
7 template<> const char* getTypeName<VkInstance> (void) { return "VkInstance"; } function
8 template<> const char* getTypeName<VkPhysicalDevice> (void) { return "VkPhysicalDevice"; } function
9 template<> const char* getTypeName<VkDevice> (void) { return "VkDevice"; } function
10 template<> const char* getTypeName<VkQueue> (void) { return "VkQueue"; } function
11 template<> const char* getTypeName<VkSemaphore> (void) { return "VkSemaphore"; } function
12 template<> const char* getTypeName<VkCommandBuffer> (void) { return "VkCommandBuffer"; } function
13 template<> const char* getTypeName<VkFence> (void) { return "VkFence"; } function
14 template<> const char* getTypeName<VkDeviceMemory> (void) { return "VkDeviceMemory"; } function
[all …]

1234