Searched refs:style (Results 1 - 3 of 3) sorted by last modified time

/dalvik/docs/
H A Dprettify.css19 .com { color: #600; font-style: italic; }
H A Dprettify.js33 * 2) define style rules. See the example page for examples.
146 // token style names. correspond to css classes
147 /** token style for a string literal */
149 /** token style for a keyword */
151 /** token style for a comment */
153 /** token style for a type */
155 /** token style for a literal value. e.g. 1, null, true. */
157 /** token style for a punctuation string. */
159 /** token style for a punctuation string. */
162 /** token style fo
[all...]
/dalvik/vm/mterp/
H A Dgen-mterp.py41 style = None # interpreter style variable
57 # Set interpreter style.
60 global style
62 raise DataParseError("handler-style requires one argument")
63 style = tokens[1]
64 if style != "computed-goto" and style != "jump-table" and style != "all-c":
65 raise DataParseError("handler-style (
[all...]

Completed in 85 milliseconds