HomeSort by relevance Sort by last modified time
    Searched refs:styles (Results 1 - 25 of 72) sorted by null

1 2 3

  /external/chromium/chrome/browser/extensions/
extension_omnibox_api.cc 128 ListValue* styles; local
130 suggestion_value->GetList(kSuggestionDescriptionStyles, &styles));
131 EXTENSION_FUNCTION_VALIDATE(suggestion.ReadStylesFromValue(*styles));
155 ListValue* styles; local
157 suggestion_value->GetList(kSuggestionDescriptionStyles, &styles));
158 EXTENSION_FUNCTION_VALIDATE(suggestion.ReadStylesFromValue(*styles));
186 // Step 1: Build a vector of styles, 1 per character of description text.
187 std::vector<int> styles; local
188 styles.resize(description.length()); // sets all styles to
    [all...]
extension_omnibox_unittest.cc 19 ListValue* styles) {
24 styles->Append(style);
  /external/icu4c/test/intltest/
reptest.cpp 34 * Set the styles to the style of the first character replaced.<br>
41 UnicodeString styles; member in class:TestReplaceable
69 this->styles = s;
73 return new TestReplaceable(chars, styles);
79 return styles;
85 s.append(styles);
123 if (start != limit && styles.charAt(start) != NO_STYLE) {
124 newStyle = styles.charAt(start);
126 newStyle = styles.charAt(start-1);
127 } else if (limit < styles.length())
    [all...]
tufmtts.cpp 216 UTimeUnitFormatStyle styles[] = {UTMUTFMT_FULL_STYLE, UTMUTFMT_ABBREVIATED_STYLE}; local
266 styleIndex < sizeof(styles)/sizeof(styles[0]);
282 TimeUnitFormat *tfmt = new TimeUnitFormat(l, styles[styleIndex], status);
312 if (!assertEquals("formatted time string is not expected, locale: " + UnicodeString(locales[locIndex]) + " style: " + (int)styles[styleIndex] + " units: " + (int)tunits[unitIndex], expected[counter], str)) {
  /frameworks/base/graphics/java/android/graphics/
Typeface.java 114 SparseArray<Typeface> styles = sTypefaceCache.get(ni); local
116 if (styles != null) {
117 typeface = styles.get(style);
124 if (styles == null) {
125 styles = new SparseArray<Typeface>(4);
126 sTypefaceCache.put(ni, styles);
128 styles.put(style, typeface);
  /external/webkit/Tools/WinCELauncher/
main.cpp 76 DWORD styles = WS_VISIBLE; local
79 styles |= WS_CAPTION
100 HWND hMainWindow = CreateWindowW(kMainWindowClassName, kMainWindowTitle, styles,
  /external/webkit/Tools/Scripts/webkitpy/layout_tests/
update_webgl_conformance_tests_unittest.py 70 styles = {
87 for input, output in styles.items():
  /system/extras/tests/sdcard/
plot_sdcard.py 206 styles = {}
212 if not dataset.name in styles:
213 styles[dataset.name] = line_style
217 with_='lines ls %d' % styles[dataset.name])
220 with_='lines ls %d' % styles[dataset.name])
243 styles = {}
248 if not dataset.name in styles:
249 styles[dataset.name] = line_style
253 with_='impulses ls %d' % styles[dataset.name])
256 with_='impulses ls %d' % styles[dataset.name]
    [all...]
  /external/jmonkeyengine/engine/src/core/com/jme3/font/
BitmapCharacterSet.java 60 int[] styles = new int[characters.size()]; local
64 styles[index] = style;
69 oc.write(styles, "styles", null);
96 int[] styles = ic.readIntArray("styles", null); local
98 for (int style : styles) {
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/table/
HtmlTooltipHelper.java 93 // prepare styles
94 String styles; local
96 styles = DesignerPlugin.readFile(PropertyTable.class.getResourceAsStream("Tooltip.css"),
98 if (styles == null) {
99 styles = "";
102 styles = "";
104 // prepare HTML with styles and tags
120 styles,
  /external/quake/quake/src/QW/client/
d_surf.c 275 r_drawsurf.lightadj[0] = d_lightstylevalue[surface->styles[0]];
276 r_drawsurf.lightadj[1] = d_lightstylevalue[surface->styles[1]];
277 r_drawsurf.lightadj[2] = d_lightstylevalue[surface->styles[2]];
278 r_drawsurf.lightadj[3] = d_lightstylevalue[surface->styles[3]];
bspfile.h 185 byte styles[MAXLIGHTMAPS]; member in struct:__anon11507
r_light.c 219 for (maps = 0 ; maps < MAXLIGHTMAPS && surf->styles[maps] != 255 ;
222 scale = d_lightstylevalue[surf->styles[maps]];
model.h 135 byte styles[MAXLIGHTMAPS]; member in struct:msurface_s
  /external/quake/quake/src/WinQuake/
d_surf.cpp 272 r_drawsurf.lightadj[0] = d_lightstylevalue[surface->styles[0]];
273 r_drawsurf.lightadj[1] = d_lightstylevalue[surface->styles[1]];
274 r_drawsurf.lightadj[2] = d_lightstylevalue[surface->styles[2]];
275 r_drawsurf.lightadj[3] = d_lightstylevalue[surface->styles[3]];
r_light.cpp 219 for (maps = 0 ; maps < MAXLIGHTMAPS && surf->styles[maps] != 255 ;
222 scale = d_lightstylevalue[surf->styles[maps]];