Searched refs:getLongName (Results 1 – 11 of 11) sorted by relevance
/external/javassist/src/test/javassist/ |
D | JvstTest3.java | 651 assertEquals("test3.Name.<clinit>()", cc.getClassInitializer().getLongName()); in testLongName() 652 assertEquals("test3.Name()", cc.getConstructor("()V").getLongName()); in testLongName() 653 assertEquals("test3.Name(int)", cc.getConstructor("(I)V").getLongName()); in testLongName() 654 assertEquals("test3.Name(test3.Name)", cc.getConstructor("(Ltest3/Name;)V").getLongName()); in testLongName() 656 cc.getConstructor("(Ltest3/Name;Ljava/lang/String;)V").getLongName()); in testLongName() 658 assertEquals("test3.Name.foo()", cc.getDeclaredMethod("foo").getLongName()); in testLongName() 659 assertEquals("test3.Name.foo2(int)", cc.getDeclaredMethod("foo2").getLongName()); in testLongName() 660 … assertEquals("test3.Name.foo3(java.lang.String)", cc.getDeclaredMethod("foo3").getLongName()); in testLongName() 661 … assertEquals("test3.Name.foo4(java.lang.String[])", cc.getDeclaredMethod("foo4").getLongName()); in testLongName() 662 … assertEquals("test3.Name.foo5(int,java.lang.String)", cc.getDeclaredMethod("foo5").getLongName()); in testLongName()
|
/external/mockito/src/test/java/org/mockitousage/stubbing/ |
D | DeepStubbingTest.java | 62 public String getLongName() { in getLongName() method in DeepStubbingTest.Street 277 person.getAddress("the docks").getStreet().getLongName(); in inOrder_only_work_on_the_very_last_mock_but_it_works() 287 inOrder.verify(person.getAddress("the docks").getStreet()).getLongName(); in inOrder_only_work_on_the_very_last_mock_but_it_works()
|
/external/llvm-project/llvm/tools/llvm-pdbutil/ |
D | StreamUtil.h | 44 std::string getLongName() const;
|
D | StreamUtil.cpp | 24 std::string StreamInfo::getLongName() const { in getLongName() function in StreamInfo
|
D | ExplainOutputStyle.cpp | 252 StreamOff, Layout.Length, Stream, S.getLongName(), in explainPdbStreamOffset()
|
D | DumpOutputStyle.cpp | 398 StreamPurposes[StreamIdx].getLongName()); in dumpStreamSummary()
|
/external/javassist/src/main/javassist/ |
D | CodeConverter.java | 369 + substMethod.getLongName()); in redirectMethodCall() 378 + substMethod.getLongName()); in redirectMethodCall()
|
D | CtMethod.java | 207 public String getLongName() { in getLongName() method in CtMethod
|
D | CtConstructor.java | 134 public String getLongName() { in getLongName() method in CtConstructor
|
D | CtClass.java | 795 throw new NotFoundException(b.getLongName() + " is enclosing " + getName()); in getEnclosingMethod()
|
D | CtBehavior.java | 116 public abstract String getLongName(); in getLongName() method in CtBehavior
|