Home
last modified time | relevance | path

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

/external/eigen/Eigen/src/Core/util/
DConstants.h512 struct DenseShape { static std::string debugName() { return "DenseShape"; } }; in debugName() function
513 struct SolverShape { static std::string debugName() { return "SolverShape"; } }; in debugName() function
514 struct HomogeneousShape { static std::string debugName() { return "HomogeneousShape"; } }; in debugName() function
515 struct DiagonalShape { static std::string debugName() { return "DiagonalShape"; } }; in debugName() function
516 struct BandShape { static std::string debugName() { return "BandShape"; } }; in debugName() function
517 struct TriangularShape { static std::string debugName() { return "TriangularShape"; } }; in debugName() function
518 struct SelfAdjointShape { static std::string debugName() { return "SelfAdjointShape"; } }; in debugName() function
519 struct PermutationShape { static std::string debugName() { return "PermutationShape"; } }; in debugName() function
520 struct TranspositionsShape { static std::string debugName() { return "TranspositionsShape"; } }; in debugName() function
521 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/cldr/tools/java/org/unicode/cldr/util/
DStateDictionary.java121 public String debugName() { in debugName() method in StateDictionary.Row.Uniqueness