Home
last modified time | relevance | path

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

/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Events/
DEventWithExceptionTest.java396 … private void checkLocation(long expectedClassId, long expectedMethodId, Location actualLocation) { in checkLocation() argument
397 … if (expectedClassId != actualLocation.classID || expectedMethodId != actualLocation.methodID) { in checkLocation()
400 String actualClassName = getClassSignature(actualLocation.classID); in checkLocation()
401 … String actualMethodName = getMethodName(actualLocation.classID, actualLocation.methodID); in checkLocation()
405 … actualClassName, actualMethodName, actualLocation.classID, actualLocation.methodID)); in checkLocation()
/external/mockito/src/main/java/org/mockito/internal/exceptions/
DReporter.java303 …tatic AssertionError argumentsAreDifferent(String wanted, String actual, Location actualLocation) { in argumentsAreDifferent() argument
309 actualLocation, in argumentsAreDifferent()
/external/v8/src/inspector/
Dv8-debugger-agent-impl.h58 std::unique_ptr<protocol::Debugger::Location>* actualLocation) override;
Dv8-debugger-agent-impl.cc541 std::unique_ptr<protocol::Debugger::Location>* actualLocation) { in setBreakpoint() argument
549 *actualLocation = setBreakpointImpl(breakpointId, location->getScriptId(), in setBreakpoint()
553 if (!*actualLocation) return Response::Error("Could not resolve breakpoint"); in setBreakpoint()
Djs_protocol.pdl320 Location actualLocation