Home
last modified time | relevance | path

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

/external/smali/smalidea/src/main/java/org/jf/smalidea/psi/
DSmaliCompositeElementType.java44 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/
DSmaliStubElementType.java49 protected SmaliStubElementType(@NotNull @NonNls String debugName) { in SmaliStubElementType() argument
50 super(debugName, SmaliLanguage.INSTANCE); in SmaliStubElementType()
DSmaliBaseReferenceListElementType.java48 protected SmaliBaseReferenceListElementType(@NotNull @NonNls String debugName) { in SmaliBaseReferenceListElementType() argument
49 super(debugName); in SmaliBaseReferenceListElementType()
/external/skia/src/pathops/
DSkPathOpsOp.cpp259 char* debugName = DEBUG_FILENAME_STRING; in OpDebug()
260 if (debugName && debugName[0]) { in OpDebug()
261 SkPathOpsDebug::BumpTestName(debugName); in OpDebug()
262 SkPathOpsDebug::ShowPath(one, two, op, debugName); in OpDebug()
/external/v8/src/debug/
Dmirrors.js916 FunctionMirror.prototype.debugName = function() { method in FunctionMirror