Home
last modified time | relevance | path

Searched refs:pre (Results 1 – 8 of 8) sorted by relevance

/cts/tools/dasm/src/java_cup/
Demit.java220 protected static String pre(String str) {return prefix + str;} in pre() method in emit
316 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 …]
Dproduction.java313 return "((" + label_type + ")" + emit.pre("result") + ")"; in label_translate()
338 emit.pre("stack") + ".elementAt(" + emit.pre("top") +"-"+ offset + "))"; in label_translate()
/cts/tools/tradefed-host/res/report/
Dcts_result.css180 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 */
/cts/tests/tests/graphics/src/android/graphics/drawable/cts/
DInsetDrawableTest.java324 InsetDrawable pre = (InsetDrawable) res.getDrawable(R.drawable.inset_mutate, null); in testMutate() local
329 assertEquals("Did not modify pre-mutate() instance", 255, pre.getDrawable().getAlpha()); in testMutate()
/cts/tools/dasm/etc/
Djava_cup.jar ... > () protected static java.lang.String pre (java.lang.String) protected static void ...
Djava_cup-new.jarMETA-INF/ META-INF/MANIFEST.MF java_cup/ java_cup/runtime/ java_cup/ ...
Djava_cup.jar.old ... > () protected static java.lang.String pre (java.lang.String) protected static void ...
/cts/suite/cts/deviceTests/browserbench/assets/octane/css/
Dbootstrap.css586 pre { selector
601 pre { selector
609 white-space: pre;
610 white-space: pre-wrap;
618 pre.prettyprint {
621 pre code {
627 .pre-scrollable {