Home
last modified time | relevance | path

Searched defs:debugName (Results 1 – 7 of 7) sorted by relevance

/external/eigen/Eigen/src/Core/util/
DConstants.h528 struct DenseShape { static std::string debugName() { return "DenseShape"; } }; in debugName() function
529 struct SolverShape { static std::string debugName() { return "SolverShape"; } }; in debugName() function
530 struct HomogeneousShape { static std::string debugName() { return "HomogeneousShape"; } }; in debugName() function
531 struct DiagonalShape { static std::string debugName() { return "DiagonalShape"; } }; in debugName() function
532 struct BandShape { static std::string debugName() { return "BandShape"; } }; in debugName() function
533 struct TriangularShape { static std::string debugName() { return "TriangularShape"; } }; in debugName() function
534 struct SelfAdjointShape { static std::string debugName() { return "SelfAdjointShape"; } }; in debugName() function
535 struct PermutationShape { static std::string debugName() { return "PermutationShape"; } }; in debugName() function
536 struct TranspositionsShape { static std::string debugName() { return "TranspositionsShape"; } }; in debugName() function
537 struct SparseShape { static std::string debugName() { return "SparseShape"; } }; in debugName() function
/external/smali/smalidea/src/main/java/org/jf/smalidea/psi/
DSmaliCompositeElementType.java44 public SmaliCompositeElementType(@NotNull @NonNls String debugName, in SmaliCompositeElementType()
/external/smali/smalidea/src/main/java/org/jf/smalidea/psi/stub/element/
DSmaliStubElementType.java49 protected SmaliStubElementType(@NotNull @NonNls String debugName) { in SmaliStubElementType()
DSmaliBaseReferenceListElementType.java48 protected SmaliBaseReferenceListElementType(@NotNull @NonNls String debugName) { in SmaliBaseReferenceListElementType()
/external/armnn/src/armnn/
DNetworkUtils.cpp242 const std::string debugName = std::string("DebugLayerAfter") + layer.GetNameStr(); in InsertDebugLayerAfter() local
/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/util/
DStateDictionary.java123 public String debugName() { in debugName() method in StateDictionary.Row.Uniqueness
/external/angle/src/libANGLE/renderer/d3d/d3d11/
Drenderer11_utils.cpp2381 const char *debugName) in LazyInputLayout()
2392 LazyBlendState::LazyBlendState(const D3D11_BLEND_DESC &desc, const char *debugName) in LazyBlendState()