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

1 2 3 4 5 67 8 91011>>

  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
ClassicToken.cs 158 public override string ToString() {
MissingTokenException.cs 88 public override string ToString() {
UnwantedTokenException.cs 79 public override string ToString() {
BitSet.cs 191 public override int GetHashCode() {
195 public override bool Equals(object other) {
292 public override string ToString() {
TokenRewriteStream.cs 124 public override string ToString() {
137 public override int Execute(StringBuilder buf) {
156 public override int Execute(StringBuilder buf) {
162 public override string ToString() {
171 public override string ToString() {
376 public override string ToString() {
386 public override string ToString(int start, int end) {
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Collections/
HashList.cs 201 public override string ToString()
220 public override bool Equals(object o)
240 public override int GetHashCode()
296 public override string ToString()
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
ClassicToken.cs 191 public override string ToString()
MissingTokenException.cs 100 public override string ToString()
UnwantedTokenException.cs 91 public override string ToString()
BitSet.cs 219 public override int GetHashCode()
224 public override bool Equals( object other )
345 public override string ToString()
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CSharp2/
Dbg.stg 69 public override bool AlreadyParsedRule( IIntStream input, int ruleIndex )
75 public override void Memoize( IIntStream input, int ruleIndex, int ruleStartIndex )
304 //public override void Error( NoViableAltException nvae )
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CSharp3/
Dbg.stg 68 public override bool AlreadyParsedRule( IIntStream input, int ruleIndex )
74 public override void Memoize( IIntStream input, int ruleIndex, int ruleStartIndex )
303 //public override void Error( NoViableAltException nvae )
  /external/blktrace/btt/
Makefile 12 override CFLAGS += $(INCS) $(XCFLAGS)
  /external/chromium_org/content/public/browser/
navigation_entry.h 62 // The virtual URL, when nonempty, will override the actual URL of the page
167 virtual void SetIsOverridingUserAgent(bool override) = 0;
  /external/clang/test/FixIt/
fixit-cxx0x.cpp 37 f3 override, // expected-error {{expected ';' at end of declaration}} typedef in struct:SemiCommaTypo::MemberDeclarator
  /external/compiler-rt/make/platform/
darwin_fat.mk 31 # This section may override any of the variables in make/options.mk, using:
35 # be override on a per-config, per-arch, or per-config-and-arch basis using:
  /ndk/build/core/
import-locals.mk 46 # (this allows the module to override them).
53 # (this allows the module to override them)
  /external/chromium_org/third_party/skia/include/core/
SkPostConfig.h 341 #define SK_OVERRIDE override
343 // Clang defaults to C++03 and warns about using override. Squelch that. Intentionally no
349 // Some documentation suggests we should be using __attribute__((override)),
351 #define SK_OVERRIDE override
354 #define SK_OVERRIDE override
  /external/skia/include/core/
SkPostConfig.h 349 #define SK_OVERRIDE override
351 // Clang defaults to C++03 and warns about using override. Squelch that. Intentionally no
357 // Some documentation suggests we should be using __attribute__((override)),
359 #define SK_OVERRIDE override
362 #define SK_OVERRIDE override
  /frameworks/compile/mclinker/lib/LD/
StaticResolver.cpp 52 // * when a undefined symbol meets a dynamic defined symbol, override by
55 // undefined symbol, do not override, instead of marking.
57 // undefined symbol meets a dynamic defined symbol, should override.
84 case UND: /* override by symbol undefined symbol. */
85 case WEAK: /* override by symbol weak undefined. */
86 case DEF: /* override by symbol defined. */
87 case DEFW: /* override by symbol weak defined. */
88 case DEFD: /* override by symbol dynamic defined. */
89 case DEFWD: /* override by symbol dynamic weak defined. */
90 case COM: { /* override by symbol common defined. *
    [all...]
  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
TokenRewriteStream.as 213 public override function toString():String {
217 public override function toStringWithRange(start:int, end:int):String {
467 public override function execute(state:RewriteState):int {
489 public override function execute(state:RewriteState):int {
506 public override function toString():String {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/preferences/
AdtPrefs.java 166 // Make it possible to override the SDK path using an environment variable.
172 String override = System.getenv("ADT_TEST_SDK_PATH"); //$NON-NLS-1$ local
173 if (override != null && override.length() > 0 && new File(override).isDirectory()) {
174 mOsSdkLocation = override;
494 @Override
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/
RemoteDebugEventSocketListener.cs 168 public override string ToString() {
199 public override string Text {
206 public override int TokenStartIndex {
213 public override int TokenStopIndex {
220 public override int Type {
229 public override ITree DupNode() {
233 public override string ToString() {
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/
RemoteDebugEventSocketListener.cs 201 public override string ToString()
237 public override string Text
247 public override int TokenStartIndex
257 public override int TokenStopIndex
267 public override int Type
279 public override ITree DupNode()
284 public override string ToString()
  /external/chromium_org/chrome/browser/resources/extensions/
extensions.js 24 /** @override */
33 /** @override */
39 /** @override */
44 /** @override */
48 /** @override */
323 // |pem_path| files. Ask if user wants override the warning. Send
324 // |overrideFlags| to repeated 'pack' call to accomplish the override.

Completed in 1390 milliseconds

1 2 3 4 5 67 8 91011>>