Searched refs:pre (Results 1 – 8 of 8) sorted by relevance
220 protected static String pre(String str) {return prefix + str;} in pre() method in emit316 out.println("class " + pre("actions") + " {"); in emit_action_code()328 out.println(" " + pre("actions") + "() { }"); in emit_action_code()334 pre("do_action") + "("); in emit_action_code()335 out.println(" int " + pre("act_num,")); in emit_action_code()336 out.println(" java_cup.runtime.lr_parser " + pre("parser,")); in emit_action_code()337 out.println(" java.util.Stack " + pre("stack,")); in emit_action_code()338 out.println(" int " + pre("top)")); in emit_action_code()344 out.println(" java_cup.runtime.symbol " + pre("result") + ";"); in emit_action_code()349 out.println(" switch (" + pre("act_num") + ")"); in emit_action_code()[all …]
313 return "((" + label_type + ")" + emit.pre("result") + ")"; in label_translate()338 emit.pre("stack") + ".elementAt(" + emit.pre("top") +"-"+ offset + "))"; in label_translate()
180 white-space: pre-wrap; /* css-3 */181 white-space: -moz-pre-wrap; /* Mozilla, since 1999 */182 white-space: -pre-wrap; /* Opera 4-6 */183 white-space: -o-pre-wrap; /* Opera 7 */
324 InsetDrawable pre = (InsetDrawable) res.getDrawable(R.drawable.inset_mutate, null); in testMutate() local329 assertEquals("Did not modify pre-mutate() instance", 255, pre.getDrawable().getAlpha()); in testMutate()
... > () protected static java.lang.String pre (java.lang.String) protected static void ...
META-INF/ META-INF/MANIFEST.MF java_cup/ java_cup/runtime/ java_cup/ ...
586 pre { selector601 pre { selector609 white-space: pre;610 white-space: pre-wrap;618 pre.prettyprint {621 pre code {627 .pre-scrollable {