HomeSort by relevance Sort by last modified time
    Searched defs:STYLE (Results 1 - 25 of 283) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/freetype/src/autofit/
afpic.c 132 #undef STYLE
133 #define STYLE( s, S, d, ws, sc, bss, c ) \
afglobal.c 57 #undef STYLE
58 #define STYLE( s, S, d, ws, sc, ss, c ) \
100 #undef STYLE
101 #define STYLE( s, S, d, ws, sc, ss, c ) \
118 #undef STYLE
119 #define STYLE( s, S, d, ws, sc, ss, c ) #s,
132 /* Compute the style index of each glyph within a given face. */
154 * Ignore this error; we simply use the fallback style.
161 /* scan each style in a Unicode charmap */
176 * glyph style index
432 AF_Style style = (AF_Style)options; local
    [all...]
afglobal.h 46 #undef STYLE
47 #define STYLE( s, S, d, ws, sc, ss, c ) \
67 /* index of fallback style in `af_style_classes' */
144 * style-specific items
aftypes.h 201 * a specific style.
427 * is a `style class', grouping everything together.
430 #undef STYLE
431 #define STYLE( s, S, d, ws, sc, ss, c ) \
447 AF_Style style; member in struct:AF_StyleClassRec_
550 style, \
558 style, \
634 ac->style = style_; \
  /external/python/cpython2/Lib/idlelib/
ParenMatch.py 17 There are three supported style of paren matching, based loosely
18 on the Emacs options. The style is select based on the
45 STYLE = idleConf.GetOption('extensions','ParenMatch','style',
69 self.set_style(self.STYLE)
83 def set_style(self, style):
84 self.STYLE = style
85 if style == "default":
88 elif style == "expression"
    [all...]
  /external/python/cpython3/Lib/idlelib/
parenmatch.py 16 There are three supported style of paren matching, based loosely
17 on the Emacs options. The style is select based on the
44 STYLE = idleConf.GetOption('extensions','ParenMatch','style',
69 self.set_style(self.STYLE)
83 def set_style(self, style):
84 self.STYLE = style
85 if style == "default":
88 elif style == "expression"
    [all...]
  /external/robolectric-shadows/resources/src/main/java/org/robolectric/res/
ResType.java 18 STYLE,
32 itemResType = ResType.STYLE;
  /prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/
ParenMatch.py 17 There are three supported style of paren matching, based loosely
18 on the Emacs options. The style is select based on the
45 STYLE = idleConf.GetOption('extensions','ParenMatch','style',
69 self.set_style(self.STYLE)
83 def set_style(self, style):
84 self.STYLE = style
85 if style == "default":
88 elif style == "expression"
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/idlelib/
ParenMatch.py 17 There are three supported style of paren matching, based loosely
18 on the Emacs options. The style is select based on the
45 STYLE = idleConf.GetOption('extensions','ParenMatch','style',
69 self.set_style(self.STYLE)
83 def set_style(self, style):
84 self.STYLE = style
85 if style == "default":
88 elif style == "expression"
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
ParenMatch.py 17 There are three supported style of paren matching, based loosely
18 on the Emacs options. The style is select based on the
45 STYLE = idleConf.GetOption('extensions','ParenMatch','style',
69 self.set_style(self.STYLE)
83 def set_style(self, style):
84 self.STYLE = style
85 if style == "default":
88 elif style == "expression"
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
ParenMatch.py 17 There are three supported style of paren matching, based loosely
18 on the Emacs options. The style is select based on the
45 STYLE = idleConf.GetOption('extensions','ParenMatch','style',
69 self.set_style(self.STYLE)
83 def set_style(self, style):
84 self.STYLE = style
85 if style == "default":
88 elif style == "expression"
    [all...]
  /external/emma/core/java12/com/vladium/emma/report/html/doc/
Tag.java 26 public static final Tag STYLE = new TagImpl ("STYLE");
  /external/jsilver/src/com/google/streamhtmlparser/
HtmlParser.java 37 * <li>{@code CSS} for Cascading Style-Sheets templates.
63 * {@code STYLE} is for the "style" attribute.
73 STYLE
142 * <li>Inside a STYLE tag.
143 * <li>Inside a STYLE attribute.
  /external/jsilver/src/com/google/clearsilver/jsilver/autoescape/
AutoEscapeContext.java 200 // <style>START HERE
248 // <input style="START HERE
249 return HtmlParserFactory.createParserInAttribute(HtmlParser.ATTR_TYPE.STYLE, true, null);
252 // <input style=START HERE
253 return HtmlParserFactory.createParserInAttribute(HtmlParser.ATTR_TYPE.STYLE, false, null);
347 if (state.equals(HtmlParser.STATE_CSS_FILE) || tag.equals("style")) {
349 return AutoEscapeState.STYLE;
438 case STYLE:
439 // <input style="border:<?cs var: FancyBorder ?>"> :
478 HTML("html", ESCAPE_AUTO_HTML), JS("js", ESCAPE_AUTO_JS), STYLE("css", ESCAPE_AUTO_STYLE), JS_UNQUOTED
    [all...]
  /sdk/apps/NotificationStudio/src/com/android/notificationstudio/model/
EditableItem.java 41 STYLE(R.string.style, TYPE_DROP_DOWN, CATEGORY_STYLE,
119 if (this == STYLE)
137 STYLE.setValue(STYLE_NONE);
147 STYLE.setValue(STYLE_INBOX);
157 STYLE.setValue(STYLE_BIG_PICTURE);
  /prebuilts/tools/common/m2/repository/com/google/errorprone/error_prone_annotation/2.1.2/
error_prone_annotation-2.1.2.jar 
  /prebuilts/tools/common/m2/repository/com/google/errorprone/error_prone_annotation/2.2.0/
error_prone_annotation-2.2.0.jar 
  /external/owasp/sanitizer/lib/htmlparser-1.3/
htmlparser-1.3-with-transitions.jar 
htmlparser-1.3.jar 
  /prebuilts/devtools/tools/lib/
layoutlib-api.jar 
  /prebuilts/gradle-plugin/com/android/tools/layoutlib/layoutlib-api/22.2.0/
layoutlib-api-22.2.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/layoutlib/layoutlib-api/22.4.0/
layoutlib-api-22.4.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/layoutlib/layoutlib-api/22.4.2/
layoutlib-api-22.4.2.jar 
  /prebuilts/gradle-plugin/com/android/tools/layoutlib/layoutlib-api/22.5.0/
layoutlib-api-22.5.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/layoutlib/layoutlib-api/22.5.1/
layoutlib-api-22.5.1.jar 

Completed in 391 milliseconds

1 2 3 4 5 6 7 8 91011>>