Searched defs:DEFAULT (Results 1 - 25 of 45) sorted by relevance

12

/external/chromium/chrome/browser/prefs/
H A Dsession_startup_pref.h21 DEFAULT, enumerator in enum:SessionStartupPref::Type
/external/jmonkeyengine/engine/src/networking/com/jme3/network/base/
H A DKernelFactory.java48 public static final KernelFactory DEFAULT = new NioKernelFactory(); field in interface:KernelFactory
/external/apache-http/src/org/apache/http/impl/cookie/
H A DNetscapeDraftHeaderParser.java47 public final static NetscapeDraftHeaderParser DEFAULT = new NetscapeDraftHeaderParser(); field in class:NetscapeDraftHeaderParser
55 this.nvpParser = BasicHeaderValueParser.DEFAULT;
/external/jsilver/src/com/google/clearsilver/jsilver/functions/html/
H A DHtmlStripFunction.java38 DEFAULT, IN_AMP, IN_TAG enum constant in enum:HtmlStripFunction.State
100 State state = State.DEFAULT;
107 case DEFAULT:
125 state = State.DEFAULT;
132 state = State.DEFAULT;
149 state = State.DEFAULT;
/external/apache-http/src/org/apache/http/message/
H A DBasicHeaderValueFormatter.java62 BasicHeaderValueFormatter DEFAULT = new BasicHeaderValueFormatter(); field in class:BasicHeaderValueFormatter
92 * for the {@link #DEFAULT default}
101 formatter = BasicHeaderValueFormatter.DEFAULT;
161 * for the {@link #DEFAULT default}
170 formatter = BasicHeaderValueFormatter.DEFAULT;
249 * for the {@link #DEFAULT default}
258 formatter = BasicHeaderValueFormatter.DEFAULT;
317 * for the {@link #DEFAULT default}
326 formatter = BasicHeaderValueFormatter.DEFAULT;
H A DBasicHeaderValueParser.java72 BasicHeaderValueParser DEFAULT = new BasicHeaderValueParser(); field in class:BasicHeaderValueParser
103 parser = BasicHeaderValueParser.DEFAULT;
154 parser = BasicHeaderValueParser.DEFAULT;
219 parser = BasicHeaderValueParser.DEFAULT;
289 parser = BasicHeaderValueParser.DEFAULT;
H A DBasicLineFormatter.java73 public final static BasicLineFormatter DEFAULT = new BasicLineFormatter(); field in class:BasicLineFormatter
104 * {@link #DEFAULT default}
112 formatter = BasicLineFormatter.DEFAULT;
164 * {@link #DEFAULT default}
171 formatter = BasicLineFormatter.DEFAULT;
224 * {@link #DEFAULT default}
231 formatter = BasicLineFormatter.DEFAULT;
286 * {@link #DEFAULT default}
293 formatter = BasicLineFormatter.DEFAULT;
H A DBasicLineParser.java73 public final static BasicLineParser DEFAULT = new BasicLineParser(); field in class:BasicLineParser
118 parser = BasicLineParser.DEFAULT;
283 parser = BasicLineParser.DEFAULT;
383 parser = BasicLineParser.DEFAULT;
474 parser = BasicLineParser.DEFAULT;
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/
H A DObjectInputStream2Test.java78 assertEquals("super field A.s", A.DEFAULT, ((A) b).s);
124 public static final String DEFAULT = "aaa"; field in class:ObjectInputStream2Test.A
127 s = DEFAULT;
/external/webkit/Tools/Scripts/webkitpy/thirdparty/
H A Dmock.py59 'DEFAULT'
82 DEFAULT = sentinel.DEFAULT variable
99 def __init__(self, spec=None, side_effect=None, return_value=DEFAULT,
128 if self._return_value is DEFAULT:
153 ret_val = DEFAULT
161 if ret_val is DEFAULT:
164 if self._wraps is not None and self._return_value is DEFAULT:
166 if ret_val is DEFAULT:
230 if patching.new is DEFAULT
[all...]
/external/arduino/hardware/arduino/cores/arduino/
H A Dwiring.h67 #define DEFAULT 1 macro
/external/chromium/chrome/browser/diagnostics/
H A Ddiagnostics_main.cc33 DEFAULT, enumerator in enum:__anon1919::SimpleConsole::Color
107 case DEFAULT:
175 case DEFAULT:
218 console_->SetColor(SimpleConsole::DEFAULT);
/external/chromium/chrome/browser/ui/
H A Dwindow_sizer_unittest.cc156 enum Source { DEFAULT, LAST_ACTIVE, PERSISTED }; enumerator in enum:Source
186 false, gfx::Rect(), DEFAULT, &window_bounds, &maximized);
198 gfx::Rect(), false, gfx::Rect(), DEFAULT, &window_bounds,
212 gfx::Rect(), false, gfx::Rect(), DEFAULT, &window_bounds,
225 gfx::Rect(), false, gfx::Rect(), DEFAULT, &window_bounds,
240 gfx::Rect(), false, gfx::Rect(), DEFAULT, &window_bounds,
254 false, gfx::Rect(), DEFAULT, &window_bounds, &maximized);
266 false, gfx::Rect(), DEFAULT, &window_bounds, &maximized);
278 false, gfx::Rect(), DEFAULT, &window_bounds, &maximized);
290 false, gfx::Rect(), DEFAULT,
[all...]
/external/clang/test/CodeGenCXX/
H A Dmangle-ms-return-qualifiers.cpp124 enum Enum { DEFAULT }; enumerator in enum:Enum
126 Enum e1() { return DEFAULT; }
129 const Enum e2() { return DEFAULT; }
H A Dvisibility.cpp6 #define DEFAULT __attribute__((visibility("default"))) macro
16 H DEFAULT a;
30 class DEFAULT A { };
38 class DEFAULT foo {
60 DEFAULT static int bar;
88 DEFAULT foo x;
181 struct DEFAULT A {
256 void DEFAULT test9_fun(struct A *a) { }
257 struct A DEFAULT test9_var; // above
272 class DEFAULT
569 namespace foo DEFAULT { namespace in namespace:PR10113
604 namespace foo DEFAULT { namespace in namespace:PR11690_2
[all...]
/external/easymock/src/org/easymock/internal/
H A DMocksControl.java33 NICE, DEFAULT, STRICT enum constant in enum:MocksControl.MockType
86 type = MockType.DEFAULT;
/external/icu4c/i18n/unicode/
H A Ddatefmt.h196 DEFAULT = kDefault, enumerator in enum:DateFormat::EStyle
/external/javassist/src/main/javassist/compiler/
H A DTokenId.java29 int DEFAULT = 310; field in interface:TokenId
/external/jmonkeyengine/engine/src/core/com/jme3/material/
H A DRenderState.java50 * The <code>DEFAULT</code> render state is the one used by default
61 public static final RenderState DEFAULT = new RenderState(); field in class:RenderState
64 * The <code>NULL</code> render state is identical to the {@link RenderState#DEFAULT}
71 * {@link RenderState#DEFAULT} render state except that all apply
/external/webkit/Source/JavaScriptCore/parser/
H A DJSParser.h54 DEFAULT, enumerator in enum:JSC::JSTokenType
/external/mesa3d/src/glsl/
H A Dglsl_parser.h57 DEFAULT = 274, enumerator in enum:yytokentype
H A Dglsl_parser.cpp159 DEFAULT = 274, enumerator in enum:yytokentype
847 "FOR", "IF", "DISCARD", "RETURN", "SWITCH", "CASE", "DEFAULT", "BVEC2",
/external/doclava/src/com/google/doclava/parser/
H A DJavaLexer.java67 public static final int DEFAULT=39; field in class:JavaLexer
1889 // $ANTLR start "DEFAULT"
1892 int _type = DEFAULT;
1908 // $ANTLR end "DEFAULT"
10531 // src/com/google/doclava/parser/Java.g:1:8: ( LONGLITERAL | INTLITERAL | FLOATLITERAL | DOUBLELITERAL | CHARLITERAL | STRINGLITERAL | WS | COMMENT | LINE_COMMENT | ABSTRACT | ASSERT | BOOLEAN | BREAK | BYTE | CASE | CATCH | CHAR | CLASS | CONST | CONTINUE | DEFAULT | DO | DOUBLE | ELSE | ENUM | EXTENDS | FINAL | FINALLY | FLOAT | FOR | GOTO | IF | IMPLEMENTS | IMPORT | INSTANCEOF | INT | INTERFACE | LONG | NATIVE | NEW | PACKAGE | PRIVATE | PROTECTED | PUBLIC | RETURN | SHORT | STATIC | STRICTFP | SUPER | SWITCH | SYNCHRONIZED | THIS | THROW | THROWS | TRANSIENT | TRY | VOID | VOLATILE | WHILE | TRUE | FALSE | NULL | LPAREN | RPAREN | LBRACE | RBRACE | LBRACKET | RBRACKET | SEMI | COMMA | DOT | ELLIPSIS | EQ | BANG | TILDE | QUES | COLON | EQEQ | AMPAMP | BARBAR | PLUSPLUS | SUBSUB | PLUS | SUB | STAR | SLASH | AMP | BAR | CARET | PERCENT | PLUSEQ | SUBEQ | STAREQ | SLASHEQ | AMPEQ | BAREQ | CARETEQ | PERCENTEQ | MONKEYS_AT | BANGEQ | GT | LT | IDENTIFIER )
10676 // src/com/google/doclava/parser/Java.g:1:182: DEFAULT
16736 return "1:1: Tokens : ( LONGLITERAL | INTLITERAL | FLOATLITERAL | DOUBLELITERAL | CHARLITERAL | STRINGLITERAL | WS | COMMENT | LINE_COMMENT | ABSTRACT | ASSERT | BOOLEAN | BREAK | BYTE | CASE | CATCH | CHAR | CLASS | CONST | CONTINUE | DEFAULT | DO | DOUBLE | ELSE | ENUM | EXTENDS | FINAL | FINALLY | FLOAT | FOR | GOTO | IF | IMPLEMENTS | IMPORT | INSTANCEOF | INT | INTERFACE | LONG | NATIVE | NEW | PACKAGE | PRIVATE | PROTECTED | PUBLIC | RETURN | SHORT | STATIC | STRICTFP | SUPER | SWITCH | SYNCHRONIZED | THIS | THROW | THROWS | TRANSIENT | TRY | VOID | VOLATILE | WHILE | TRUE | FALSE | NULL | LPAREN | RPAREN | LBRACE | RBRACE | LBRACKET | RBRACKET | SEMI | COMMA | DOT | ELLIPSIS | EQ | BANG | TILDE | QUES | COLON | EQEQ | AMPAMP | BARBAR | PLUSPLUS | SUBSUB | PLUS | SUB | STAR | SLASH | AMP | BAR | CARET | PERCENT | PLUSEQ | SUBEQ | STAREQ | SLASHEQ | AMPEQ | BAREQ | CARETEQ | PERCENTEQ | MONKEYS_AT | BANGEQ | GT | LT | IDENTIFIER );";
/external/opencv/ml/include/
H A Dml.h1083 enum { DEFAULT=0, GINI=1, MISCLASS=3, SQERR=4 }; enumerator in enum:CvBoost::__anon9624
/external/v8/include/
H A Dv8.h1439 DEFAULT = 0, enumerator in enum:v8::AccessControl
1499 AccessControl settings = DEFAULT,
2330 * DEFAULT = 0, ALL_CAN_READ = 1, or ALL_CAN_WRITE = 2.
2343 AccessControl settings = DEFAULT,

Completed in 697 milliseconds

12