HomeSort by relevance Sort by last modified time
    Searched refs:override (Results 226 - 250 of 470) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/remoting/webapp/
plugin_settings.js 20 // Do not override them manually, except for running local tests.
  /external/chromium_org/third_party/icu/source/i18n/
udatpg.cpp 121 UBool override,
134 addPattern(patternString, override, conflictingPatternString, *pErrorCode);
  /external/chromium_org/third_party/icu/source/i18n/unicode/
smpdtfmt.h 243 * Construct a SimpleDateFormat using the given pattern, numbering system override, and the default locale.
247 * A numbering system override is a string containing either the name of a known numbering system,
250 * date or time pattern are to be rendered using Thai digits, simply specify the numbering system override
252 * use the override string "y=hebrew". Numbering system overrides can be combined using a semi-colon
253 * character in the override string, such as "d=decimal;M=arabic;y=hebrew", etc.
259 * @param override the override string.
264 const UnicodeString& override,
284 * Construct a SimpleDateFormat using the given pattern, numbering system override, and locale.
288 * A numbering system override is a string containing either the name of a known numbering system
    [all...]
  /external/chromium_org/tools/stats_viewer/
OpenDialog.Designer.cs 18 protected override void Dispose(bool disposing)
  /external/chromium_org/v8/test/intl/overrides/
number.js 28 // Tests Number.prototype.toLocaleString method override.
string.js 28 // Tests String.prototype.localeCompare method override.
  /external/icu4c/i18n/
udatpg.cpp 121 UBool override,
134 addPattern(patternString, override, conflictingPatternString, *pErrorCode);
  /external/icu4c/i18n/unicode/
smpdtfmt.h 731 * Construct a SimpleDateFormat using the given pattern, numbering system override, and the default locale.
735 * A numbering system override is a string containing either the name of a known numbering system,
738 * date or time pattern are to be rendered using Thai digits, simply specify the numbering system override
740 * use the override string "y=hebrew". Numbering system overrides can be combined using a semi-colon
741 * character in the override string, such as "d=decimal;M=arabic;y=hebrew", etc.
    [all...]
  /packages/apps/Camera2/src/com/android/camera/
PieController.java 123 @Override
157 @Override
226 Log.e(TAG, "Fail to find override value=" + overrideValue);
238 // Scene mode may override other camera settings (ex: flash mode).
244 override(pref, keyvalues); method
248 private void override(IconListPreference pref, final String ... keyvalues) { method in class:PieController
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/BuildOptions/
DebugGrammarLexer.cs 48 public override string GrammarFileName { get { return "BuildOptions\\DebugGrammar.g3"; } }
455 public override void mTokens()
685 protected override void InitDFAs()
DebugGrammarParser.cs 118 public override string[] TokenNames { get { return DebugGrammarParser.tokenNames; } }
119 public override string GrammarFileName { get { return "BuildOptions\\DebugGrammar.g3"; } }
126 public override object Tree { get { return tree; } }
258 public override object Tree { get { return tree; } }
545 public override object Tree { get { return tree; } }
700 public override object Tree { get { return tree; } }
789 public override object Tree { get { return tree; } }
1002 public override object Tree { get { return tree; } }
1160 public override object Tree { get { return tree; } }
1439 protected override void InitDFAs(
    [all...]
ProfileGrammarLexer.cs 48 public override string GrammarFileName { get { return "BuildOptions\\ProfileGrammar.g3"; } }
455 public override void mTokens()
685 protected override void InitDFAs()
ProfileGrammarParser.cs 122 public override string[] TokenNames { get { return ProfileGrammarParser.tokenNames; } }
123 public override string GrammarFileName { get { return "BuildOptions\\ProfileGrammar.g3"; } }
130 public override object Tree { get { return tree; } }
262 public override object Tree { get { return tree; } }
549 public override object Tree { get { return tree; } }
704 public override object Tree { get { return tree; } }
793 public override object Tree { get { return tree; } }
1006 public override object Tree { get { return tree; } }
1164 public override object Tree { get { return tree; } }
1443 protected override void InitDFAs(
    [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/
network_menu.js 309 /** @override */
337 /** @override */
346 /** @override */
  /external/chromium_org/chrome/browser/resources/file_manager/js/
scrollbar.js 254 /** @override */
270 * @override
281 * @override
  /external/chromium_org/chrome/browser/ui/webui/
identity_internals_ui_browsertest.js 29 /** @override */
124 /** @override */
188 /** @override */
  /external/chromium_org/chrome/browser/resources/file_manager/js/image_editor/
commands.js 341 /** @override */
358 /** @override */
378 /** @override */
391 /** @override */
414 /** @override */
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/ActionScript/
ActionScript.stg 93 public override function get grammarFileName():String { return "<fileName>"; }
107 /** A override of Lexer.nextToken() that backtracks over mTokens() looking
114 public override function nextToken():Token {
152 public override function memoize(input:IntStream,
159 public override function alreadyParsedRule(input:IntStream, ruleIndex:int):Boolean {
203 public override function get tokenNames():Array { return <grammar.composite.rootGrammar.recognizerName>.tokenNames; }
204 public override function get grammarFileName():String { return "<fileName>"; }
483 public override function mTokens():void {
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CSharp2/
CSharp2.stg 146 public override string GrammarFileName { get { return "<fileName>"; } }
151 public override <lexerInputStreamType()> CharStream
187 protected override void InitDFAs()
199 /** A override of Lexer.nextToken() that backtracks over mTokens() looking
206 public override IToken NextToken()
252 public override void Memoize(IIntStream input, int ruleIndex, int ruleStartIndex)
258 public override bool AlreadyParsedRule(IIntStream input, int ruleIndex)
302 public override string[] TokenNames { get { return <grammar.composite.rootGrammar.recognizerName>.tokenNames; } }
303 public override string GrammarFileName { get { return "<fileName>"; } }
333 protected override void InitDFAs(
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CSharp3/
CSharp3.stg 145 public override string GrammarFileName { get { return "<fileName>"; } }
148 public override <lexerInputStreamType()> CharStream
182 protected override void InitDFAs()
194 /** A override of Lexer.nextToken() that backtracks over mTokens() looking
201 public override IToken NextToken()
247 public override void Memoize(IIntStream input, int ruleIndex, int ruleStartIndex)
253 public override bool AlreadyParsedRule(IIntStream input, int ruleIndex)
297 public override string[] TokenNames { get { return <grammar.composite.rootGrammar.recognizerName>.tokenNames; } }
298 public override string GrammarFileName { get { return "<fileName>"; } }
325 protected override void InitDFAs(
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Scala/
Scala.stg 103 override def getGrammarFileName = "<fileName>"
115 /** A override of Lexer.nextToken() that backtracks over mTokens() looking
122 override def nextToken(): Token = {
164 override def memoize(input: IntStream,
170 override def alreadyParsedRule(input: IntStream, ruleIndex: Int):Boolean {
224 override def getTokenNames: Array[String] = tokenNames
225 override def getGrammarFileName = "<fileName>"
    [all...]
  /external/chromium/chrome/common/extensions/docs/examples/extensions/benchmark/util/
sorttable.js 88 // manually override the type with a sorttable_type attribute
91 if (mtch) { override = mtch[1]; }
92 if (mtch && typeof sorttable["sort_"+override] == 'function') {
93 headrow[i].sorttable_sortfunction = sorttable["sort_"+override];
222 // for example, you can override the cell text with a customkey attribute.
  /external/chromium_org/chrome/browser/extensions/api/file_system/
file_system_apitest.cc 33 const content::NotificationDetails& details) OVERRIDE {
69 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE {
77 virtual void TearDown() OVERRIDE {
156 int override = base::DIR_PROFILE; local
158 int override = base::DIR_HOME;
160 ASSERT_TRUE(PathService::OverrideAndCreateIfNeeded(override,
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/benchmark/util/
sorttable.js 86 // manually override the type with a sorttable_type attribute
89 if (mtch) { override = mtch[1]; }
90 if (mtch && typeof sorttable["sort_"+override] == 'function') {
91 headrow[i].sorttable_sortfunction = sorttable["sort_"+override];
220 // for example, you can override the cell text with a customkey attribute.
  /external/chromium_org/third_party/WebKit/Source/web/
FrameLoaderClientImpl.cpp 611 WebString override = m_webFrame->client()->userAgentOverride(m_webFrame, WebURL(url)); local
612 if (!override.isEmpty())
613 return override;

Completed in 439 milliseconds

1 2 3 4 5 6 7 8 91011>>