Searched defs:stack (Results 1 – 9 of 9) sorted by relevance
31 final String stack = ""; in testGetFailureMessageFromStackTrace_empty() local39 final String stack = "this is a line"; in testGetFailureMessageFromStackTrace_oneLine() local48 final String stack = "this is a line\n"; in testGetFailureMessageFromStackTrace_oneNewLine() local56 final String stack = "this is a line\nthis is also a line"; in testGetFailureMessageFromStackTrace_twoLines() local64 final String stack = "this is a line\nthis is also a line\n oh look another line"; in testGetFailureMessageFromStackTrace_multiLines() local
812 java.util.Stack stack, in do_action()896 java.util.Stack CUP$stack, in CUP$do_action()
303 java.util.Stack stack, in do_action()430 java.util.Stack CUP$stack, in CUP$do_action()
242 protected Stack stack = new Stack(); field in lr_parser275 Stack stack, in do_action()
125 private final List<JsonScope> stack = new ArrayList<JsonScope>(); field in JsonWriter
191 private final List<JsonScope> stack = new ArrayList<JsonScope>(); field in JsonReader
297 static String getFailureMessageFromStackTrace(String stack) { in getFailureMessageFromStackTrace()
239 String stack = result.getStackTrace() == null ? "" : "\n" + result.getStackTrace(); in testEnded() local
... java_cup.runtime.lr_parser, java.util.Stack, int) throws java.lang.Exception } ...