Home
last modified time | relevance | path

Searched refs:pre (Results 1 – 9 of 9) 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/apps/CtsVerifier/assets/report/
Dcompatibility_result.css158 white-space: pre-wrap; /* css-3 */
159 white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
160 white-space: -pre-wrap; /* Opera 4-6 */
161 white-space: -o-pre-wrap; /* Opera 7 */
/cts/common/host-side/tradefed/res/report/
Dcompatibility_result.css177 white-space: pre-wrap; /* css-3 */
178 white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
179 white-space: -pre-wrap; /* Opera 4-6 */
180 white-space: -o-pre-wrap; /* Opera 7 */
/cts/hostsidetests/devicepolicy/app/AccountCheck/Tester/
DREADME.txt4 Note: AccountCheckHostSideTest should pass even with a pre-existing ALLOWED account. Meaning, even
/cts/tests/tests/renderscript/src/android/renderscript/cts/refocus/
Dluts_for_speedup_f32.rsh62 // A lookup table that pre-computes x coordinate of the intersection between a
/cts/tests/tests/graphics/src/android/graphics/drawable/cts/
DInsetDrawableTest.java425 InsetDrawable pre = (InsetDrawable) res.getDrawable(R.drawable.inset_mutate, null); in testMutate() local
430 assertEquals("Did not modify pre-mutate() instance", 255, pre.getDrawable().getAlpha()); in testMutate()
DAdaptiveIconDrawableTest.java275 …AdaptiveIconDrawable pre = (AdaptiveIconDrawable) res.getDrawable(R.drawable.adaptive_icon_drawabl… in testMutate() local
280 assertEquals("Did not modify pre-mutate() instance", 0, pre.getBounds().width()); in testMutate()
/cts/tools/dasm/etc/
Djava_cup.jar.old ... > () protected static java.lang.String pre (java.lang.String) protected static void ...