Searched refs:style (Results 1 - 3 of 3) sorted by path

/art/runtime/interpreter/mterp/
H A Dgen_mterp.py42 style = None # interpreter style variable
61 # Set interpreter style.
64 global style
66 raise DataParseError("handler-style requires one argument")
67 style = tokens[1]
68 if style != "computed-goto":
69 raise DataParseError("handler-style (%s) invalid" % style)
79 if style !
[all...]
/art/tools/ahat/
H A DAndroid.mk25 LOCAL_JAVA_RESOURCE_FILES := $(LOCAL_PATH)/etc/style.css
/art/tools/ahat/src/main/com/android/ahat/
H A DHtmlDoc.java33 * @param style - A URI link to a stylesheet to link to.
35 public HtmlDoc(PrintStream ps, DocString title, URI style) { argument
43 style.toASCIIString());

Completed in 112 milliseconds