/aosp_15_r20/external/mockito/src/main/java/org/mockito/internal/junit/ |
H A D | DefaultStubbingLookupListener.java | 44 …List<Invocation> argMismatchStubbings = potentialArgMismatches(event.getInvocation(), event.getAll… in onStubbingLookup() 47 Reporter.potentialStubbingProblem(event.getInvocation(), argMismatchStubbings); in onStubbingLookup() 52 event.getInvocation().markVerified(); in onStubbingLookup() 60 … && s.getInvocation().getMethod().getName().equals(invocation.getMethod().getName())) { in potentialArgMismatches() 61 matchingStubbings.add(s.getInvocation()); in potentialArgMismatches()
|
H A D | ArgMismatchFinder.java | 24 if (!stubbing.wasUsed() && stubbing.getInvocation().getMock() == i.getMock() in getStubbingArgMismatches() 25 … && stubbing.getInvocation().getMethod().getName().equals(i.getMethod().getName())) { in getStubbingArgMismatches() 26 mismatches.add(i, stubbing.getInvocation()); in getStubbingArgMismatches()
|
/aosp_15_r20/external/mockito/src/test/java/org/mockito/internal/verification/ |
H A D | SmartPrinterTest.java | 35 SmartPrinter printer = new SmartPrinter(multi, shortie.getInvocation()); in shouldPrintBothInMultilinesWhenFirstIsMulti() 45 SmartPrinter printer = new SmartPrinter(shortie, multi.getInvocation()); in shouldPrintBothInMultilinesWhenSecondIsMulti() 55 SmartPrinter printer = new SmartPrinter(multi, multi.getInvocation()); in shouldPrintBothInMultilinesWhenBothAreMulti() 65 SmartPrinter printer = new SmartPrinter(shortie, shortie.getInvocation()); in shouldPrintBothInSingleLineWhenBothAreShort()
|
/aosp_15_r20/external/mockftpserver/tags/2.1/src/test/java/org/mockftpserver/core/command/ |
H A D | _AbstractTrackingCommandHandlerTest.java | 62 assertTrue("locked", commandHandler.getInvocation(0).isLocked()); in testHandleCommand() 118 assertSame("1", COMMAND, commandHandler.getInvocation(0).getCommand()); in testGetInvocation() 119 assertSame("2", COMMAND_WITH_ARGS, commandHandler.getInvocation(1).getCommand()); in testGetInvocation() 128 commandHandler.getInvocation(2); in testGetInvocation_IndexOutOfBounds()
|
/aosp_15_r20/external/mockftpserver/tags/2.0-rc1/MockFtpServer/src/test/java/org/mockftpserver/core/command/ |
H A D | _AbstractTrackingCommandHandlerTest.java | 62 assertTrue("locked", commandHandler.getInvocation(0).isLocked()); in testHandleCommand() 118 assertSame("1", COMMAND, commandHandler.getInvocation(0).getCommand()); in testGetInvocation() 119 assertSame("2", COMMAND_WITH_ARGS, commandHandler.getInvocation(1).getCommand()); in testGetInvocation() 128 commandHandler.getInvocation(2); in testGetInvocation_IndexOutOfBounds()
|
/aosp_15_r20/external/mockftpserver/tags/2.5/src/test/java/org/mockftpserver/core/command/ |
H A D | _AbstractTrackingCommandHandlerTest.java | 63 assertTrue("locked", commandHandler.getInvocation(0).isLocked()); in testHandleCommand() 119 assertSame("1", COMMAND, commandHandler.getInvocation(0).getCommand()); in testGetInvocation() 120 assertSame("2", COMMAND_WITH_ARGS, commandHandler.getInvocation(1).getCommand()); in testGetInvocation() 129 commandHandler.getInvocation(2); in testGetInvocation_IndexOutOfBounds()
|
/aosp_15_r20/external/mockftpserver/tags/2.0-rc3/MockFtpServer/src/test/java/org/mockftpserver/core/command/ |
H A D | _AbstractTrackingCommandHandlerTest.java | 62 assertTrue("locked", commandHandler.getInvocation(0).isLocked()); in testHandleCommand() 118 assertSame("1", COMMAND, commandHandler.getInvocation(0).getCommand()); in testGetInvocation() 119 assertSame("2", COMMAND_WITH_ARGS, commandHandler.getInvocation(1).getCommand()); in testGetInvocation() 128 commandHandler.getInvocation(2); in testGetInvocation_IndexOutOfBounds()
|
/aosp_15_r20/external/mockftpserver/tags/2.4/src/test/java/org/mockftpserver/core/command/ |
H A D | _AbstractTrackingCommandHandlerTest.java | 63 assertTrue("locked", commandHandler.getInvocation(0).isLocked()); in testHandleCommand() 119 assertSame("1", COMMAND, commandHandler.getInvocation(0).getCommand()); in testGetInvocation() 120 assertSame("2", COMMAND_WITH_ARGS, commandHandler.getInvocation(1).getCommand()); in testGetInvocation() 129 commandHandler.getInvocation(2); in testGetInvocation_IndexOutOfBounds()
|
/aosp_15_r20/external/mockftpserver/tags/2.0/src/test/java/org/mockftpserver/core/command/ |
H A D | _AbstractTrackingCommandHandlerTest.java | 62 assertTrue("locked", commandHandler.getInvocation(0).isLocked()); in testHandleCommand() 118 assertSame("1", COMMAND, commandHandler.getInvocation(0).getCommand()); in testGetInvocation() 119 assertSame("2", COMMAND_WITH_ARGS, commandHandler.getInvocation(1).getCommand()); in testGetInvocation() 128 commandHandler.getInvocation(2); in testGetInvocation_IndexOutOfBounds()
|
/aosp_15_r20/external/mockftpserver/tags/2.0.1/src/test/java/org/mockftpserver/core/command/ |
H A D | _AbstractTrackingCommandHandlerTest.java | 62 assertTrue("locked", commandHandler.getInvocation(0).isLocked()); in testHandleCommand() 118 assertSame("1", COMMAND, commandHandler.getInvocation(0).getCommand()); in testGetInvocation() 119 assertSame("2", COMMAND_WITH_ARGS, commandHandler.getInvocation(1).getCommand()); in testGetInvocation() 128 commandHandler.getInvocation(2); in testGetInvocation_IndexOutOfBounds()
|
/aosp_15_r20/external/mockftpserver/MockFtpServer/src/test/java/org/mockftpserver/core/command/ |
H A D | _AbstractTrackingCommandHandlerTest.java | 63 assertTrue("locked", commandHandler.getInvocation(0).isLocked()); in testHandleCommand() 119 assertSame("1", COMMAND, commandHandler.getInvocation(0).getCommand()); in testGetInvocation() 120 assertSame("2", COMMAND_WITH_ARGS, commandHandler.getInvocation(1).getCommand()); in testGetInvocation() 129 commandHandler.getInvocation(2); in testGetInvocation_IndexOutOfBounds()
|
/aosp_15_r20/external/mockftpserver/tags/2.3/src/test/java/org/mockftpserver/core/command/ |
H A D | _AbstractTrackingCommandHandlerTest.java | 62 assertTrue("locked", commandHandler.getInvocation(0).isLocked()); in testHandleCommand() 118 assertSame("1", COMMAND, commandHandler.getInvocation(0).getCommand()); in testGetInvocation() 119 assertSame("2", COMMAND_WITH_ARGS, commandHandler.getInvocation(1).getCommand()); in testGetInvocation() 128 commandHandler.getInvocation(2); in testGetInvocation_IndexOutOfBounds()
|
/aosp_15_r20/external/mockftpserver/tags/2.0.2/src/test/java/org/mockftpserver/core/command/ |
H A D | _AbstractTrackingCommandHandlerTest.java | 62 assertTrue("locked", commandHandler.getInvocation(0).isLocked()); in testHandleCommand() 118 assertSame("1", COMMAND, commandHandler.getInvocation(0).getCommand()); in testGetInvocation() 119 assertSame("2", COMMAND_WITH_ARGS, commandHandler.getInvocation(1).getCommand()); in testGetInvocation() 128 commandHandler.getInvocation(2); in testGetInvocation_IndexOutOfBounds()
|
/aosp_15_r20/external/mockftpserver/tags/2.2/src/test/java/org/mockftpserver/core/command/ |
H A D | _AbstractTrackingCommandHandlerTest.java | 62 assertTrue("locked", commandHandler.getInvocation(0).isLocked()); in testHandleCommand() 118 assertSame("1", COMMAND, commandHandler.getInvocation(0).getCommand()); in testGetInvocation() 119 assertSame("2", COMMAND_WITH_ARGS, commandHandler.getInvocation(1).getCommand()); in testGetInvocation() 128 commandHandler.getInvocation(2); in testGetInvocation_IndexOutOfBounds()
|
/aosp_15_r20/external/mockftpserver/tags/1.0/src/test/java/org/mockftpserver/core/command/ |
H A D | _AbstractCommandHandlerTest.java | 65 assertTrue("locked", commandHandler.getInvocation(0).isLocked()); in testHandleCommand() 120 assertSame("1", COMMAND, commandHandler.getInvocation(0).getCommand()); in testGetInvocation() 121 assertSame("2", COMMAND_WITH_ARGS, commandHandler.getInvocation(1).getCommand()); in testGetInvocation() 130 commandHandler.getInvocation(2); in testGetInvocation_IndexOutOfBounds()
|
/aosp_15_r20/external/mockftpserver/branches/1.x_Branch/src/test/java/org/mockftpserver/core/command/ |
H A D | _AbstractCommandHandlerTest.java | 65 assertTrue("locked", commandHandler.getInvocation(0).isLocked()); in testHandleCommand() 120 assertSame("1", COMMAND, commandHandler.getInvocation(0).getCommand()); in testGetInvocation() 121 assertSame("2", COMMAND_WITH_ARGS, commandHandler.getInvocation(1).getCommand()); in testGetInvocation() 130 commandHandler.getInvocation(2); in testGetInvocation_IndexOutOfBounds()
|
/aosp_15_r20/external/mockftpserver/tags/2.x_Before_IDEA/src/test/java/org/mockftpserver/core/command/ |
H A D | _AbstractCommandHandlerTest.java | 65 assertTrue("locked", commandHandler.getInvocation(0).isLocked()); in testHandleCommand() 120 assertSame("1", COMMAND, commandHandler.getInvocation(0).getCommand()); in testGetInvocation() 121 assertSame("2", COMMAND_WITH_ARGS, commandHandler.getInvocation(1).getCommand()); in testGetInvocation() 130 commandHandler.getInvocation(2); in testGetInvocation_IndexOutOfBounds()
|
/aosp_15_r20/external/mockftpserver/tags/1.2.4/src/test/java/org/mockftpserver/core/command/ |
H A D | _AbstractCommandHandlerTest.java | 65 assertTrue("locked", commandHandler.getInvocation(0).isLocked()); in testHandleCommand() 120 assertSame("1", COMMAND, commandHandler.getInvocation(0).getCommand()); in testGetInvocation() 121 assertSame("2", COMMAND_WITH_ARGS, commandHandler.getInvocation(1).getCommand()); in testGetInvocation() 130 commandHandler.getInvocation(2); in testGetInvocation_IndexOutOfBounds()
|
/aosp_15_r20/external/mockftpserver/tags/1.2.3/src/test/java/org/mockftpserver/core/command/ |
H A D | _AbstractCommandHandlerTest.java | 65 assertTrue("locked", commandHandler.getInvocation(0).isLocked()); in testHandleCommand() 120 assertSame("1", COMMAND, commandHandler.getInvocation(0).getCommand()); in testGetInvocation() 121 assertSame("2", COMMAND_WITH_ARGS, commandHandler.getInvocation(1).getCommand()); in testGetInvocation() 130 commandHandler.getInvocation(2); in testGetInvocation_IndexOutOfBounds()
|
/aosp_15_r20/external/mockftpserver/tags/1.2.2/src/test/java/org/mockftpserver/core/command/ |
H A D | _AbstractCommandHandlerTest.java | 65 assertTrue("locked", commandHandler.getInvocation(0).isLocked()); in testHandleCommand() 120 assertSame("1", COMMAND, commandHandler.getInvocation(0).getCommand()); in testGetInvocation() 121 assertSame("2", COMMAND_WITH_ARGS, commandHandler.getInvocation(1).getCommand()); in testGetInvocation() 130 commandHandler.getInvocation(2); in testGetInvocation_IndexOutOfBounds()
|
/aosp_15_r20/external/mockftpserver/tags/1.1/src/test/java/org/mockftpserver/core/command/ |
H A D | _AbstractCommandHandlerTest.java | 65 assertTrue("locked", commandHandler.getInvocation(0).isLocked()); in testHandleCommand() 120 assertSame("1", COMMAND, commandHandler.getInvocation(0).getCommand()); in testGetInvocation() 121 assertSame("2", COMMAND_WITH_ARGS, commandHandler.getInvocation(1).getCommand()); in testGetInvocation() 130 commandHandler.getInvocation(2); in testGetInvocation_IndexOutOfBounds()
|
/aosp_15_r20/external/mockftpserver/tags/2.0-rc1/src/test/java/org/mockftpserver/core/command/ |
H A D | _AbstractCommandHandlerTest.java | 65 assertTrue("locked", commandHandler.getInvocation(0).isLocked()); in testHandleCommand() 120 assertSame("1", COMMAND, commandHandler.getInvocation(0).getCommand()); in testGetInvocation() 121 assertSame("2", COMMAND_WITH_ARGS, commandHandler.getInvocation(1).getCommand()); in testGetInvocation() 130 commandHandler.getInvocation(2); in testGetInvocation_IndexOutOfBounds()
|
/aosp_15_r20/external/mockftpserver/tags/1.2/src/test/java/org/mockftpserver/core/command/ |
H A D | _AbstractCommandHandlerTest.java | 65 assertTrue("locked", commandHandler.getInvocation(0).isLocked()); in testHandleCommand() 120 assertSame("1", COMMAND, commandHandler.getInvocation(0).getCommand()); in testGetInvocation() 121 assertSame("2", COMMAND_WITH_ARGS, commandHandler.getInvocation(1).getCommand()); in testGetInvocation() 130 commandHandler.getInvocation(2); in testGetInvocation_IndexOutOfBounds()
|
/aosp_15_r20/external/mockftpserver/tags/1.2.1/src/test/java/org/mockftpserver/core/command/ |
H A D | _AbstractCommandHandlerTest.java | 65 assertTrue("locked", commandHandler.getInvocation(0).isLocked()); in testHandleCommand() 120 assertSame("1", COMMAND, commandHandler.getInvocation(0).getCommand()); in testGetInvocation() 121 assertSame("2", COMMAND_WITH_ARGS, commandHandler.getInvocation(1).getCommand()); in testGetInvocation() 130 commandHandler.getInvocation(2); in testGetInvocation_IndexOutOfBounds()
|
/aosp_15_r20/external/clang/lib/ARCMigrate/ |
H A D | ARCMTActions.cpp | 18 if (arcmt::checkForManualIssues(CI.getInvocation(), getCurrentInput(), in BeginInvocation() 32 return !arcmt::applyTransformations(CI.getInvocation(), getCurrentInput(), in BeginInvocation() 42 CI.getInvocation(), getCurrentInput(), CI.getPCHContainerOperations(), in BeginInvocation()
|