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

12 3 4 5 6 7 8 91011>>

  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
ParseTree.cs 55 public override string Text {
62 public override int TokenStartIndex {
69 public override int TokenStopIndex {
76 public override int Type {
85 public override ITree DupNode() {
89 public override string ToString() {
RewriteRuleNodeStream.cs 69 override protected object ToTree(object el) {
73 protected override object Dup(object el) {
RewriteRuleTokenStream.cs 86 override protected object ToTree(object el) {
90 protected override object Dup(object el) {
TreeParser.cs 68 public override void Reset() {
84 public override string SourceName {
90 protected override object GetCurrentInputSymbol(IIntStream input) {
94 protected override object GetMissingSymbol(IIntStream input,
110 public override void MatchAny(IIntStream ignore) {
140 * We have DOWN/UP nodes in the stream that have no line info; override.
145 protected override object RecoverFromMismatchedToken(IIntStream input, int ttype, BitSet follow) {
155 public override string GetErrorHeader(RecognitionException e) {
165 public override string GetErrorMessage(RecognitionException e, string[] tokenNames) {
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
ParseTree.cs 58 public override string Text
68 public override int TokenStartIndex
78 public override int TokenStopIndex
88 public override int Type
100 public override ITree DupNode()
105 public override string ToString()
RewriteRuleNodeStream.cs 69 protected override object ToTree( object el )
74 protected override object Dup( object el )
RewriteRuleTokenStream.cs 76 protected override object ToTree( object el )
81 protected override object Dup( object el )
TreeParser.cs 70 public override void Reset()
90 public override string SourceName
98 protected override object GetCurrentInputSymbol( IIntStream input )
103 protected override object GetMissingSymbol( IIntStream input,
120 public override void MatchAny( IIntStream ignore )
154 * We have DOWN/UP nodes in the stream that have no line info; override.
159 protected override object RecoverFromMismatchedToken( IIntStream input, int ttype, BitSet follow )
170 public override string GetErrorHeader( RecognitionException e )
181 public override string GetErrorMessage( RecognitionException e, string[] tokenNames )
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
UnbufferedTokenStream.cs 113 public override int Mark()
119 public override void Release(int marker)
125 public override void Clear()
131 public override void Consume()
140 public override IToken NextElement()
147 public override bool IsEndOfFile(IToken o)
CommonTokenStream.cs 79 public override ITokenSource TokenSource
93 public override void Consume()
101 protected override IToken LB(int k)
120 public override IToken LT(int k)
169 protected override void Setup()
  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/tree/
RewriteRuleTokenStream.as 51 protected override function toTree(el:Object):Object {
55 protected override function dup(el:Object):Object {
TreeRuleReturnScope.as 45 public override function get tree():Object {
57 public override function get start():Object {
  /external/chromium_org/base/test/
test_reg_util_win.h 18 // Allows a test to easily override registry hives so that it can start from a
30 // Override the given registry hive using a temporary key named by temp_name
32 void OverrideRegistry(HKEY override, const std::wstring& temp_name);
42 // Keeps track of one override.
45 ScopedRegistryKeyOverride(HKEY override, const std::wstring& temp_name);
test_reg_util_win.cc 16 HKEY override,
18 : override_(override),
43 void RegistryOverrideManager::OverrideRegistry(HKEY override,
45 overrides_.push_back(new ScopedRegistryKeyOverride(override, temp_name));
  /external/chromium_org/chrome/common/extensions/
feature_switch_unittest.cc 50 TEST_F(FeatureSwitchDisabledTest, Override) {
52 FeatureSwitch::ScopedOverride override(&feature_, false);
58 FeatureSwitch::ScopedOverride override(&feature_, true);
69 FeatureSwitch::ScopedOverride override(&feature_, false);
75 FeatureSwitch::ScopedOverride override(&feature_, true);
100 TEST_F(FeatureSwitchEnabledTest, Override) {
102 FeatureSwitch::ScopedOverride override(&feature_, true);
108 FeatureSwitch::ScopedOverride override(&feature_, false);
119 FeatureSwitch::ScopedOverride override(&feature_, true);
125 FeatureSwitch::ScopedOverride override(&feature_, false)
    [all...]
  /ndk/sources/host-tools/make-3.81/
rule.h 53 extern int new_pattern_rule PARAMS ((struct rule *rule, int override));
60 int override));
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/
DebugEventSocketProxy.cs 123 public override void Commence() {
127 public override void Terminate() {
153 public override void EnterRule(string grammarFileName, string ruleName) {
157 public override void EnterAlt(int alt) {
161 public override void ExitRule(string grammarFileName, string ruleName) {
165 public override void EnterSubRule(int decisionNumber) {
169 public override void ExitSubRule(int decisionNumber) {
173 public override void EnterDecision(int decisionNumber, bool couldBacktrack) {
177 public override void ExitDecision(int decisionNumber) {
181 public override void ConsumeToken(IToken t)
    [all...]
DebugTreeParser.cs 72 public override IDebugEventListener DebugListener {
95 public override void ReportError(RecognitionException e) {
99 protected override object GetMissingSymbol(IIntStream input,
108 public override void BeginResync() {
112 public override void EndResync() {
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/
DebugEventSocketProxy.cs 130 public override void Commence()
135 public override void Terminate()
170 public override void EnterRule( string grammarFileName, string ruleName )
175 public override void EnterAlt( int alt )
180 public override void ExitRule( string grammarFileName, string ruleName )
185 public override void EnterSubRule( int decisionNumber )
190 public override void ExitSubRule( int decisionNumber )
195 public override void EnterDecision(int decisionNumber, bool couldBacktrack)
200 public override void ExitDecision( int decisionNumber )
205 public override void ConsumeToken( IToken t
    [all...]
DebugTreeParser.cs 75 public override IDebugEventListener DebugListener
102 public override void ReportError( RecognitionException e )
107 protected override object GetMissingSymbol( IIntStream input,
117 public override void BeginResync()
122 public override void EndResync()
  /external/chromium_org/tools/clang/plugins/tests/
overridden_methods.cpp 25 // Should not warn if marked as override.
26 virtual void SomeOtherMethod() override; member in class:ImplementationDerivedClass
base_refcounted.h 149 virtual void DoFoo() override {}
168 virtual void DoBar() override {}
180 virtual void DoFoo() override {}
214 virtual void DoFoo() override {}
217 virtual void DoBar() override {}
  /external/clang/test/Index/
annotate-tokens-cxx0x.cpp 23 virtual void foo(Int) override; member in class:S
39 // RUN: c-index-test -test-annotate-tokens=%s:16:1:24:1 -std=c++11 %s | FileCheck -check-prefix=CHECK-WITH-OVERRIDE %s
40 // CHECK-WITH-OVERRIDE: Keyword: "virtual" [19:2 - 19:9] CXXMethod=foo:19:15 (virtual)
41 // CHECK-WITH-OVERRIDE: Keyword: "void" [19:10 - 19:14] CXXMethod=foo:19:15 (virtual)
42 // CHECK-WITH-OVERRIDE: Identifier: "foo" [19:15 - 19:18] CXXMethod=foo:19:15 (virtual)
43 // CHECK-WITH-OVERRIDE: Punctuation: "(" [19:18 - 19:19] CXXMethod=foo:19:15 (virtual)
44 // CHECK-WITH-OVERRIDE: Identifier: "Int" [19:19 - 19:22] TypeRef=Int:16:13
45 // CHECK-WITH-OVERRIDE: Punctuation: ")" [19:22 - 19:23] ParmDecl=:19:22 (Definition)
46 // CHECK-WITH-OVERRIDE: Punctuation: ";" [19:23 - 19:24] ClassDecl=B:18:7 (Definition)
47 // CHECK-WITH-OVERRIDE: Keyword: "virtual" [23:3 - 23:10] CXXMethod=foo:23:16 (virtual) [Overrides @19:15
    [all...]
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
CommonTokenStream.cs 72 public override ITokenSource TokenSource {
83 public override void Consume() {
94 protected override IToken LB(int k) {
111 public override IToken LT(int k) {
154 protected override void Setup() {
  /external/chromium_org/third_party/mach_override/
mach_override.h 12 This package, coded in C to the Mach API, allows you to override ("patch")
33 first-instructions. Initially, we should refuse to override
36 @todo Write mach_unoverride(), which would remove an override placed on a
37 function. Must be multiple-override aware, which means an almost
67 override (with overrideFunctionAddress).
97 static kern_return_t override(void *originalFunctionPtr) { \
113 err = mach_override_class__##ORIGINAL_FUNCTION_NAME::override((void*)ORIGINAL_FUNCTION_NAME); \

Completed in 450 milliseconds

12 3 4 5 6 7 8 91011>>