Searched defs:style (Results 1 - 25 of 376) sorted by path

1234567891011>>

/external/antlr/antlr-3.4/lib/
H A Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/analysis/ org/antlr/codegen/ org/ ...
/external/bison/lib/
H A Dquotearg.c82 /* Basic quoting style. */
83 enum quoting_style style; member in struct:quoting_options
86 quoting style would not normally require them to be quoted. */
103 /* Correspondences to quoting style names. */
131 /* Get the value of O's quoting style. If O is null, use the default. */
135 return (o ? o : &default_quoting_options)->style;
139 set the value of the quoting style to S. */
143 (o ? o : &default_quoting_options)->style = s;
176 non-quoting-style part of O to control quoting.
185 style specifie
648 quoting_options_from_style(enum quoting_style style) argument
[all...]
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x500/
H A DX500Name.java13 import org.bouncycastle.asn1.x500.style.BCStyle;
38 private X500NameStyle style; field in class:X500Name
41 public X500Name(X500NameStyle style, X500Name name) argument
44 this.style = style;
78 X500NameStyle style,
83 return getInstance(style, ((X500Name)obj).toASN1Primitive());
87 return new X500Name(style, ASN1Sequence.getInstance(obj));
105 X500NameStyle style,
108 this.style
77 getInstance( X500NameStyle style, Object obj) argument
104 X500Name( X500NameStyle style, ASN1Sequence seq) argument
125 X500Name( X500NameStyle style, RDN[] rDNs) argument
139 X500Name( X500NameStyle style, String dirName) argument
307 setDefaultStyle(X500NameStyle style) argument
[all...]
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x500/style/
H A DBCStrictStyle.java1 package org.bouncycastle.asn1.x500.style;
H A DBCStyle.java1 package org.bouncycastle.asn1.x500.style;
H A DIETFUtils.java1 package org.bouncycastle.asn1.x500.style;
H A DRFC4519Style.java1 package org.bouncycastle.asn1.x500.style;
H A DX500NameTokenizer.java1 package org.bouncycastle.asn1.x500.style;
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/ec/
H A DBCECPrivateKey.java430 public void setPointFormat(String style) argument
432 withCompression = !("UNCOMPRESSED".equalsIgnoreCase(style));
H A DBCECPublicKey.java400 public void setPointFormat(String style) argument
402 withCompression = !("UNCOMPRESSED".equalsIgnoreCase(style));
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/interfaces/
H A DECPointEncoder.java17 * @param style the style to use.
19 public void setPointFormat(String style); argument
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/
H A DJCEECPrivateKey.java411 public void setPointFormat(String style) argument
413 withCompression = !("UNCOMPRESSED".equalsIgnoreCase(style));
H A DJCEECPublicKey.java490 public void setPointFormat(String style) argument
492 withCompression = !("UNCOMPRESSED".equalsIgnoreCase(style));
/external/chromium/chrome/browser/autocomplete/
H A Dautocomplete_edit_view_gtk.cc2 // Use of this source code is governed by a BSD-style license that can be
107 // Set up style properties to override the default GtkTextView; if a theme has
118 "style \"chrome-location-bar-entry\" {"
128 "style \"chrome-location-bar-entry\"");
960 // Grab the text colors out of the style and set our tags to use them.
961 GtkStyle* style = gtk_rc_get_style(text_view_); local
963 // style may be unrealized at this point, so calculate the halfway point
966 style->text[GTK_STATE_NORMAL], style->base[GTK_STATE_NORMAL]);
970 &style
1029 GtkStyle* style = gtk_rc_get_style(instant_view_); local
1047 GtkStyle* style = gtk_rc_get_style(instant_view_); local
[all...]
H A Dautocomplete_match.cc2 // Use of this source code is governed by a BSD-style license that can be
114 int style,
117 text.length(), style, classification);
124 int style,
135 classification->push_back(ACMatchClassification(0, style));
147 (style | ACMatchClassification::MATCH) & ~ACMatchClassification::DIM));
152 classification->push_back(ACMatchClassification(after_match, style));
111 ClassifyMatchInString( const string16& find_text, const string16& text, int style, ACMatchClassifications* classification) argument
120 ClassifyLocationInString( size_t match_location, size_t match_length, size_t overall_length, int style, ACMatchClassifications* classification) argument
H A Dautocomplete_match.h2 // Use of this source code is governed by a BSD-style license that can be
53 ACMatchClassification(size_t offset, int style) argument
55 style(style) {
61 int style; member in struct:AutocompleteMatch::ACMatchClassification
110 // Fills in the classifications for |text|, using |style| as the base style
112 // will also not be dimmed, if |style| has DIM set.)
115 int style,
125 int style,
[all...]
/external/chromium/chrome/browser/chromeos/frame/
H A Dbubble_frame_view.cc2 // Use of this source code is governed by a BSD-style license that can be
43 BubbleWindow::Style style)
45 style_(style),
42 BubbleFrameView(views::Window* frame, BubbleWindow::Style style) argument
H A Dbubble_window.cc2 // Use of this source code is governed by a BSD-style license that can be
115 Style style,
118 window->non_client_view()->SetFrameView(new BubbleFrameView(window, style));
121 if (style == STYLE_XSHAPE) {
112 Create( gfx::NativeWindow parent, const gfx::Rect& bounds, Style style, views::WindowDelegate* window_delegate) argument
/external/chromium/chrome/browser/chromeos/login/
H A Dexisting_user_view.cc2 // Use of this source code is governed by a BSD-style license that can be
32 views::Textfield::StyleFlags style)
33 : TextfieldWithMargin(style),
31 UserEntryTextfield(UserController* controller, views::Textfield::StyleFlags style) argument
H A Dlogin_html_dialog.cc2 // Use of this source code is governed by a BSD-style license that can be
49 Style style)
54 style_(style),
45 LoginHtmlDialog(Delegate* delegate, gfx::NativeWindow parent_window, const std::wstring& title, const GURL& url, Style style) argument
H A Dtextfield_with_margin.cc2 // Use of this source code is governed by a BSD-style license that can be
26 TextfieldWithMargin::TextfieldWithMargin(views::Textfield::StyleFlags style) argument
27 : Textfield(style) {
/external/chromium/chrome/browser/extensions/
H A Dextension_omnibox_api.cc2 // Use of this source code is governed by a BSD-style license that can be
191 DictionaryValue* style; local
195 if (!styles_value.GetDictionary(i, &style))
197 if (!style->GetString(kDescriptionStylesType, &type))
199 if (!style->GetInteger(kDescriptionStylesOffset, &offset))
201 if (!style->GetInteger(kDescriptionStylesLength, &length) || length < 0)
250 // Replace "%s" with the user's input and adjust the style offsets to the
H A Dextension_omnibox_unittest.cc2 // Use of this source code is governed by a BSD-style license that can be
20 DictionaryValue* style = new DictionaryValue; local
21 style->SetString("type", type);
22 style->SetInteger("offset", offset);
23 style->SetInteger("length", length);
24 styles->Append(style);
32 EXPECT_EQ(expected[i].style, actual[i].style) << "Index:" << i;
98 // Try moving the "dim/match" style pair at offset 9. Output should be the
/external/chromium/chrome/browser/
H A Dexternal_tab_container_win.cc2 // Use of this source code is governed by a BSD-style license that can be
118 DWORD style,
194 // once initialized we apply the requested style which may or may not
199 SetWindowLong(GWL_STYLE, (GetWindowLong(GWL_STYLE) & ~WS_POPUP) | style);
201 // Now apply the parenting and style
115 Init(Profile* profile, HWND parent, const gfx::Rect& bounds, DWORD style, bool load_requests_via_automation, bool handle_top_level_requests, TabContentsWrapper* existing_contents, const GURL& initial_url, const GURL& referrer, bool infobars_enabled, bool route_all_top_level_navigations) argument
/external/chromium/chrome/browser/ui/gtk/download/
H A Ddownload_item_gtk.cc2 // Use of this source code is governed by a BSD-style license that can be
754 gtk_paint_shadow(widget->style, widget->window,
767 GtkStyle* style = body_.get()->style; local
783 gtk_paint_box(style, widget->window,
791 gtk_paint_box(style, widget->window,
802 gtk_paint_vline(style, widget->window,

Completed in 2774 milliseconds

1234567891011>>