/external/tensorflow/tensorflow/compiler/mlir/tfr/ir/ |
D | tfr_types.h | 102 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/ |
D | TypeName.h | 27 inline StringRef getTypeName() { in getTypeName() function
|
/external/llvm/include/llvm/Support/ |
D | TypeName.h | 28 inline StringRef getTypeName() { in getTypeName() function
|
/external/skia/tests/ |
D | FlattenDrawableTest.cpp | 50 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/ |
D | TestLabelField.java | 22 public String getTypeName() { in getTypeName() method in TestLabelField
|
D | TestAttributeField.java | 13 public String getTypeName() { in getTypeName() method in TestAttributeField
|
D | IterationAttributeField.java | 13 public String getTypeName() { in getTypeName() method in IterationAttributeField
|
D | JobKeyvalField.java | 13 public String getTypeName() { in getTypeName() method in JobKeyvalField
|
D | IterationResultField.java | 13 public String getTypeName() { in getTypeName() method in IterationResultField
|
D | MachineLabelField.java | 8 public String getTypeName() { in getTypeName() method in MachineLabelField
|
/external/llvm/tools/llvm-pdbdump/ |
D | BuiltinDumper.cpp | 26 StringRef BuiltinDumper::getTypeName(const PDBSymbolTypeBuiltin &Symbol) { in getTypeName() function in BuiltinDumper
|
/external/tensorflow/tensorflow/core/ir/types/ |
D | dialect.h | 220 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/ |
D | TypeTableCollection.cpp | 42 StringRef TypeTableCollection::getTypeName(TypeIndex Index) { in getTypeName() function in TypeTableCollection
|
D | AppendingTypeTableBuilder.cpp | 56 StringRef AppendingTypeTableBuilder::getTypeName(TypeIndex Index) { in getTypeName() function in AppendingTypeTableBuilder
|
D | GlobalTypeTableBuilder.cpp | 59 StringRef GlobalTypeTableBuilder::getTypeName(TypeIndex Index) { in getTypeName() function in GlobalTypeTableBuilder
|
/external/emma/core/java12/com/vladium/emma/report/ |
D | IItemMetadata.java | 28 String getTypeName (); in getTypeName() method
|
D | Item.java | 104 public String getTypeName () in getTypeName() method in Item.ItemMetadata
|
/external/skia/src/gpu/ |
D | GrTestUtils.h | 80 const char* getTypeName() const override { return nullptr; } in getTypeName() function
|
/external/skia/include/core/ |
D | SkDrawable.h | 135 const char* getTypeName() const override { return nullptr; } in getTypeName() function
|
/external/proguard/src/proguard/classfile/attribute/annotation/ |
D | EnumConstantElementValue.java | 80 public String getTypeName(Clazz clazz) in getTypeName() method in EnumConstantElementValue
|
/external/skia/src/core/ |
D | SkVMBlitter.cpp | 58 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/ |
D | Sk2DPathEffect.cpp | 157 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/ |
D | SuperExpr.java | 85 public Optional<Name> getTypeName() { in getTypeName() method in SuperExpr
|
D | ThisExpr.java | 87 public Optional<Name> getTypeName() { in getTypeName() method in ThisExpr
|
/external/deqp/external/vulkancts/framework/vulkan/ |
D | vkStrUtilImpl.inl | 5 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 …]
|