HomeSort by relevance Sort by last modified time
    Searched refs:override (Results 76 - 100 of 324) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
MismatchedRangeException.cs 107 public override void GetObjectData(SerializationInfo info, StreamingContext context)
117 public override string ToString()
MismatchedTokenException.cs 121 public override void GetObjectData(SerializationInfo info, StreamingContext context)
131 public override string ToString()
NoViableAltException.cs 127 public override void GetObjectData(SerializationInfo info, StreamingContext context)
138 public override string ToString()
EarlyExitException.cs 95 public override void GetObjectData(SerializationInfo info, StreamingContext context)
Lexer.cs 67 /** <summary>Return the text matched so far for the current token or any text override.</summary> */
106 public override void Reset()
207 public override string SourceName
217 * for efficiency reasons. Subclass and override this method and
230 * char buffer start..stop. If there is a text override in 'text',
231 * use that to set the token's text. Override this method to emit
236 * If you are building trees, then you should also override
320 public override void ReportError( RecognitionException e )
336 public override string GetErrorMessage( RecognitionException e, string[] tokenNames )
MismatchedNotSetException.cs 76 public override string ToString()
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime.Tests/
Antlr.Runtime.Collections.Tests.pas 26 procedure SetUp; override;
27 procedure TearDown; override;
38 procedure SetUp; override;
39 procedure TearDown; override;
  /external/chromium/chrome/browser/resources/
wrench_menu.js 51 * @override
100 * @override
108 * @override
121 * @override
147 * @override
163 * @override
207 * @override
235 * @override
248 * @override
282 * @override
    [all...]
  /external/kernel-headers/original/linux/
icmpv6.h 27 override:1, member in struct:icmp6hdr::__anon8452::icmpv6_nd_advt
34 override:1,
72 #define icmp6_override icmp6_dataun.u_nd_advt.override
  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
ANTLRFileStream.as 32 public override function get sourceName():String {
Lexer.as 44 public override function reset():void {
126 public override function get sourceName():String {
131 * for efficiency reasons. Subclass and override this method and
141 * char buffer start..stop. If there is a text override in 'text',
142 * use that to set the token's text. Override this method to emit
222 * text override.
238 public override function reportError(e:RecognitionException):void {
242 public override function getErrorMessage(e:RecognitionException, tokenNames:Array):String {
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
NoViableAltException.cs 111 public override void GetObjectData(SerializationInfo info, StreamingContext context) {
121 public override string ToString() {
ANTLRFileStream.cs 85 override public string SourceName
EarlyExitException.cs 84 public override void GetObjectData(SerializationInfo info, StreamingContext context) {
Lexer.cs 61 /** <summary>Return the text matched so far for the current token or any text override.</summary> */
91 public override void Reset() {
169 public override string SourceName {
177 * for efficiency reasons. Subclass and override this method and
189 * char buffer start..stop. If there is a text override in 'text',
190 * use that to set the token's text. Override this method to emit
195 * If you are building trees, then you should also override
265 public override void ReportError(RecognitionException e) {
280 public override string GetErrorMessage(RecognitionException e, string[] tokenNames) {
MismatchedNotSetException.cs 67 public override string ToString() {
  /external/v8/src/
regexp.js 310 var override = lastMatchInfoOverride;
311 if (override.length <= 3) return '';
312 return override[override.length - 3];
336 var override = lastMatchInfoOverride;
337 start_index = override[override.length - 2];
338 subject = override[override.length - 1];
351 var override = lastMatchInfoOverride
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/
TextRun.h 110 void setDirectionalOverride(bool override) { m_directionalOverride = override; }
  /external/webkit/Source/WebCore/platform/graphics/chromium/
UniscribeHelper.h 84 // Sets Uniscribe's directional override flag. False by default.
89 void setDirectionalOverride(bool override)
91 m_directionalOverride = override;
94 // Set's Uniscribe's no-ligate override flag. False by default.
  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/tree/
CommonErrorNode.as 33 public override function get isNil():Boolean {
62 public override function toString():String {
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Misc/
FastQueue.cs 118 public override string ToString() {
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
RewriteCardinalityException.cs 79 public override void GetObjectData(SerializationInfo info, StreamingContext context) {
RewriteRuleSubtreeStream.cs 87 protected override object Dup(object el) {
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Misc/
FastQueue.cs 130 public override string ToString()
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
RewriteCardinalityException.cs 87 public override void GetObjectData(SerializationInfo info, StreamingContext context)

Completed in 106 milliseconds

1 2 34 5 6 7 8 91011>>