/external/eigen/Eigen/src/Core/util/ |
D | Constants.h | 512 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/llvm-project/lld/wasm/ |
D | InputChunks.h | 191 StringRef debugName = {}) 192 : InputFunction(s, nullptr, nullptr), name(name), debugName(debugName) { in InputFunction() 201 StringRef getDebugName() const override { return debugName; } in getDebugName() 210 StringRef debugName; variable
|
D | SymbolTable.cpp | 668 StringRef debugName) { in replaceWithUnreachable() argument 669 auto *func = make<SyntheticFunction>(sig, sym->getName(), debugName); in replaceWithUnreachable() 674 replaceSymbol<DefinedFunction>(sym, debugName, WASM_SYMBOL_BINDING_LOCAL, in replaceWithUnreachable() 685 StringRef debugName = saver.save("undefined_weak:" + toString(*sym)); in replaceWithUndefined() local 686 replaceWithUnreachable(sym, *sym->getSignature(), debugName); in replaceWithUndefined() 783 StringRef debugName = saver.save("signature_mismatch:" + toString(*f)); in handleSymbolVariants() local 784 replaceWithUnreachable(f, *f->signature, debugName); in handleSymbolVariants()
|
D | SymbolTable.h | 107 StringRef debugName);
|
/external/smali/smalidea/src/main/java/org/jf/smalidea/psi/ |
D | SmaliCompositeElementType.java | 44 public SmaliCompositeElementType(@NotNull @NonNls String debugName, in SmaliCompositeElementType() argument 46 super(debugName, SmaliLanguage.INSTANCE); in SmaliCompositeElementType()
|
/external/smali/smalidea/src/main/java/org/jf/smalidea/psi/stub/element/ |
D | SmaliStubElementType.java | 49 protected SmaliStubElementType(@NotNull @NonNls String debugName) { in SmaliStubElementType() argument 50 super(debugName, SmaliLanguage.INSTANCE); in SmaliStubElementType()
|
D | SmaliBaseReferenceListElementType.java | 48 protected SmaliBaseReferenceListElementType(@NotNull @NonNls String debugName) { in SmaliBaseReferenceListElementType() argument 49 super(debugName); in SmaliBaseReferenceListElementType()
|
/external/eigen/Eigen/src/SparseCore/ |
D | SparseUtil.h | 137 struct SparseTriangularShape { static std::string debugName() { return "SparseTriangularShape"; } … 138 struct SparseSelfAdjointShape { static std::string debugName() { return "SparseSelfAdjointShape"; }…
|
/external/angle/src/libANGLE/renderer/d3d/d3d11/ |
D | renderer11_utils.h | 284 const char *debugName); 298 LazyBlendState(const D3D11_BLEND_DESC &desc, const char *debugName);
|
D | renderer11_utils.cpp | 2367 const char *debugName) in LazyInputLayout() argument 2368 : mInputDesc(inputDesc, inputDescLen), mByteCode(byteCode, byteCodeLen), mDebugName(debugName) in LazyInputLayout() 2378 LazyBlendState::LazyBlendState(const D3D11_BLEND_DESC &desc, const char *debugName) in LazyBlendState() argument 2379 : mDesc(desc), mDebugName(debugName) in LazyBlendState()
|
/external/cldr/tools/java/org/unicode/cldr/util/ |
D | StateDictionary.java | 123 public String debugName() { in debugName() method in StateDictionary.Row.Uniqueness 206 buffer.append("R" + getReferenceNumber() + hasUniqueValue.debugName() + "{"); in toString()
|