Searched refs:invocId (Results 1 – 3 of 3) sorted by relevance
594 int invocId = Integer.parseInt(args.get(1).get(0)); in addDefaultCommands()595 String info = mScheduler.getInvocationInfo(invocId); in addDefaultCommands()597 printLine(String.format("invocation %s: %s", invocId, info)); in addDefaultCommands()600 invocId)); in addDefaultCommands()607 int invocId = Integer.parseInt(args.get(1).get(0)); in addDefaultCommands()608 if (mScheduler.stopInvocation(invocId)) { in addDefaultCommands()611 invocId)); in addDefaultCommands()615 invocId, invocId)); in addDefaultCommands()
682 int invocId, long elapsedTime, final IInvocationContext context) { in logInvocationEndedEvent() argument684 args.put(INVOC_END_EVENT_ID_KEY, Integer.toString(invocId)); in logInvocationEndedEvent()
META-INF/ META-INF/MANIFEST.MF jline/ jline/CompletionHandler.class CompletionHandler ...