/external/clang/test/SemaCXX/ |
cxx98-compat.cpp | 117 virtual void f() override; // expected-warning {{'override' keyword is incompatible with C++98}} member in struct:final
|
/external/compiler-rt/make/platform/ |
clang_darwin.mk | 83 override CC := $(subst -arch ,-arch_,$(CC)) 84 override CC := $(patsubst -arch_%,,$(CC))
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.eclipse.equinox.common_3.6.0.v20100503.jar | |
/external/webkit/Source/WebCore/xml/ |
XMLHttpRequest.h | 101 void overrideMimeType(const String& override);
|
/prebuilts/tools/common/eclipse/ |
org.eclipse.equinox.common_3.6.0.v20100503.jar | |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/uimodel/ |
UiElementNode.java | 147 @Override 437 * Use this instead of getDescriptor().getAttributes() -- derived classes can override 450 * could override this to manipulate the attribute descriptor list depending on the current 694 @Override [all...] |
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/ |
Antlr.Runtime.pas | 624 /// You can set the text for the current token to override what is in 715 /// recovery, override MismatchRecover() and have it call 751 /// If you override, make sure to update syntaxErrors if you care about that. 774 /// For grammar debugging, you will want to override this to add more information 778 /// Override this to change the message generated for one or more exception types. 791 /// want to have a lot of information spit out. Override in that case [all...] |
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Delphi/ |
Delphi.stg | 145 function GetGrammarFileName: String; override; 148 const RuleIndex: Integer): Boolean; override; 150 RuleStartIndex: Integer); override; 153 function NextToken: IToken; override;<\n> 157 procedure DoTokens; override; 231 /** A override of Lexer.nextToken() that backtracks over mTokens() looking 346 function GetTokenNames: TStringArray; override; 347 function GetGrammarFileName: String; override; [all...] |
/cts/tests/SignatureTest/ |
Android.mk | 40 # because we have to override LOCAL_RESOURCE_DIR first. Hence this
|
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/ |
RecognizerSharedState.as | 87 /** You can set the text for the current token to override what is in
|
/external/clang/include/clang/StaticAnalyzer/Core/BugReporter/ |
PathDiagnostic.h | 472 void setPrunable(bool isPrunable, bool override = false) { 473 if (IsPrunable.hasValue() && !override)
|
/external/webkit/Source/WebKit/chromium/src/js/ |
Tests.js | 186 * @param {Object} receiver An object whose method to override. 187 * @param {string} methodName Name of the method to override. 188 * @param {Function} override A function that should be called right after the 193 TestSuite.prototype.addSniffer = function(receiver, methodName, override, opt_sticky) 197 this.fail("Cannot find method to override: " + methodName); 206 // In case of exception the override won't be called. 208 override.apply(this, arguments);
|
/frameworks/compile/mclinker/lib/MC/ |
MCLinker.cpp | 72 // resolved_result is a triple <resolved_info, existent, override> 132 // should override output LDSymbol 196 // resolved_result is a triple <resolved_info, existent, override> 238 /// defineSymbolForcefully - define an output symbol and override it immediately 273 // the symbol is already in the pool, override it 275 old_info.override(*info); 308 /// defineSymbolAsRefered - define an output symbol and override it immediately 326 // the symbol is already in the pool, override it 328 old_info.override(*info); 370 // Result is <info, existent, override> [all...] |
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
IccCardProxy.java | 372 private void setExternalState(State newState, boolean override) { 374 if (!override && newState == mExternalState) { 425 @Override 432 @Override 439 @Override 452 @Override 465 @Override 475 @Override 488 @Override 498 @Override [all...] |
/frameworks/wilhelm/src/ |
Android.mk | 24 LOCAL_CFLAGS += -Wno-override-init
|
/ndk/build/core/ |
default-build-commands.mk | 3 # of the toolchain's specific setup.mk file which can then override
|
/sdk/sdkmanager/app/etc/ |
android.bat | 70 rem The global ANDROID_SWT always override the SWT.Jar path
|
/build/tools/droiddoc/templates-sdk/assets/js/ |
prettify.js | 15 m);var r=s.createElement("OL");r.className="linenums";for(var n=Math.max(0,m-1|0)||0,g=0,z=d.length;g<z;++g)l=d[g],l.className="L"+(g+n)%10,l.firstChild||l.appendChild(s.createTextNode("\xa0")),r.appendChild(l);a.appendChild(r)}function k(a,m){for(var e=m.length;--e>=0;){var h=m[e];A.hasOwnProperty(h)?window.console&&console.warn("cannot override language handler %s",h):A[h]=a}}function C(a,m){if(!a||!A.hasOwnProperty(a))a=/^\s*</.test(m)?"default-markup":"default-code";return A[a]}function E(a){var m= 19 H=[G,"as,base,by,checked,decimal,delegate,descending,dynamic,event,fixed,foreach,from,group,implicit,in,interface,internal,into,is,lock,object,out,override,orderby,params,partial,readonly,ref,sbyte,sealed,stackalloc,string,select,uint,ulong,unchecked,unsafe,ushort,var"],w=[w,"debugger,eval,export,function,get,null,set,undefined,var,with,Infinity,NaN"],I=[v,"and,as,assert,class,def,del,elif,except,exec,finally,from,global,import,in,is,lambda,nonlocal,not,or,pass,print,raise,try,with,yield,False,True,None"],
|
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/ |
BaseTree.cs | 341 /** <summary>Override in a subclass to change the impl of children list</summary> */ 438 /** <summary>Override to say how a node (not a tree) should look as text</summary> */ 439 public override abstract string ToString();
|
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/ |
BaseTree.cs | 408 /** <summary>Override in a subclass to change the impl of children list</summary> */ 525 /** <summary>Override to say how a node (not a tree) should look as text</summary> */ 526 public override abstract string ToString();
|
/sdk/templates/docs/ |
prettify.js | 15 m);var r=s.createElement("OL");r.className="linenums";for(var n=Math.max(0,m-1|0)||0,g=0,z=d.length;g<z;++g)l=d[g],l.className="L"+(g+n)%10,l.firstChild||l.appendChild(s.createTextNode("\xa0")),r.appendChild(l);a.appendChild(r)}function k(a,m){for(var e=m.length;--e>=0;){var h=m[e];A.hasOwnProperty(h)?window.console&&console.warn("cannot override language handler %s",h):A[h]=a}}function C(a,m){if(!a||!A.hasOwnProperty(a))a=/^\s*</.test(m)?"default-markup":"default-code";return A[a]}function E(a){var m= 19 H=[G,"as,base,by,checked,decimal,delegate,descending,dynamic,event,fixed,foreach,from,group,implicit,in,interface,internal,into,is,lock,object,out,override,orderby,params,partial,readonly,ref,sbyte,sealed,stackalloc,string,select,uint,ulong,unchecked,unsafe,ushort,var"],w=[w,"debugger,eval,export,function,get,null,set,undefined,var,with,Infinity,NaN"],I=[v,"and,as,assert,class,def,del,elif,except,exec,finally,from,global,import,in,is,lambda,nonlocal,not,or,pass,print,raise,try,with,yield,False,True,None"],
|
/external/webkit/Tools/Scripts/ |
VCSUtils.pm | 235 chomp(my $override = `git config --bool branch.$branch.webKitBranchBuild`); 236 return 1 if $override eq "true"; 237 return 0 if $override eq "false"; [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/descriptors/ |
DescriptorsUtils.java | 152 // The override key can have the following formats: 189 ITextAttributeCreator override = entry.getValue(); 190 if (override != null) { 191 attr = override.create(xmlLocalName, nsUri, info); 698 * This does not override attributes which are not empty. 720 false /* override */); 725 false /* override */); 735 false /* override */); 749 false /*override*/); 766 false /* override */); [all...] |
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime.Tests/ |
Antlr.Runtime.Tree.Tests.pas | 27 procedure SetUp; override; 28 procedure TearDown; override; 63 procedure SetUp; override; 64 procedure TearDown; override; 94 procedure SetUp; override; 95 procedure TearDown; override; 126 procedure Visit(const T: IANTLRInterface); override; 157 constructor Create(MethodName: String); override; 158 procedure SetUp; override; 159 procedure TearDown; override; [all...] |
/external/dbus/dbus/ |
dbus-sysdeps-win.c | 3109 const char *override; local [all...] |