Searched defs:empty (Results 1 - 7 of 7) sorted by relevance

/cts/tools/dasm/src/java_cup/runtime/
H A Dvirtual_parse_stack.java67 * on the virtual stack). When this portion of the stack becomes empty we
77 * that the virtual stack is currently empty.
83 /* don't transfer if the real stack is empty */
98 /** Indicate whether the stack is empty. */
99 public boolean empty() method in class:virtual_parse_stack
101 /* if vstack is empty then we were unable to transfer onto it and
102 the whole thing is empty. */
103 return vstack.empty();
111 if (vstack.empty())
113 "Internal parser error: top() called on empty virtua
[all...]
/cts/tools/dasm/src/java_cup/
H A Dterminal_set.java16 /** Constructor for an empty set. */
39 /** Constant for the empty set. */
65 /** Determine if the set is empty. */
66 public boolean empty() method in class:terminal_set
/cts/libs/json/src/com/android/json/stream/
H A DJsonWriter.java213 private JsonWriter open(JsonScope empty, String openBracket) throws IOException { argument
215 stack.add(empty);
224 private JsonWriter close(JsonScope empty, JsonScope nonempty, String closeBracket) argument
227 if (context != nonempty && context != empty) {
/cts/tools/dasm/etc/
H A Djava_cup-new.jar ... java.lang.Exception protected void get_from_real () public boolean empty () public int top () throws java.lang.Exception public ...
H A Djava_cup.jarMETA-INF/ META-INF/MANIFEST.MF java_cup/ java_cup/action_part.class action_part.java package java_cup ...
H A Djava_cup.jar.oldMETA-INF/ META-INF/MANIFEST.MF java_cup/ java_cup/action_part.class action_part.java package java_cup ...
/cts/apps/CtsVerifier/libs/
H A Dopencv3-android.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/opencv/ org/opencv/BuildConfig.class BuildConfig. ...

Completed in 29 milliseconds