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

1 2 3 4 56 7 8 91011>>

  /frameworks/compile/libbcc/runtime/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/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
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/CSharp3/Sources/Antlr3.Runtime/
BitSet.cs 219 public override int GetHashCode()
224 public override bool Equals( object other )
345 public override string ToString()
TokenRewriteStream.cs 139 public override string ToString()
155 public override int Execute( StringBuilder buf )
178 public override int Execute( StringBuilder buf )
187 public override string ToString()
435 public override string ToString()
447 public override string ToString( int start, int end )
CommonToken.cs 125 /** Override the text for this token. getText() will return this text
232 public override string ToString()
  /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 156 // Make it possible to override the SDK path using an environment variable.
162 String override = System.getenv("ADT_TEST_SDK_PATH"); //$NON-NLS-1$ local
163 if (override != null && override.length() > 0 && new File(override).isDirectory()) {
164 mOsSdkLocation = override;
465 @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() {
DebugTokenStream.cs 165 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()
DebugTokenStream.cs 197 public override string ToString()
  /external/dnsmasq/src/
rfc2131.c 85 static struct in_addr server_id(struct dhcp_context *context, struct in_addr override, struct in_addr fallback);
140 struct in_addr subnet_addr, fallback, override; local
151 subnet_addr.s_addr = override.s_addr = 0;
218 /* look for RFC5107 server-identifier-override */
220 override = option_addr(sopt);
835 option_addr(opt).s_addr != server_id(context, override, fallback).s_addr)
868 option_addr(opt).s_addr != server_id(context, override, fallback).s_addr)
956 option_put(mess, end, OPTION_SERVER_IDENTIFIER, INADDRSZ, ntohl(server_id(context, override, fallback).s_addr));
    [all...]
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
TreeWizard.cs 87 public override void Visit(object t) {
103 public override string ToString() {
120 public override object Create(IToken payload) {
245 public override void Visit(object t) {
534 * You can override this method to alter how indexing occurs. The
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
TreeWizard.cs 94 public override void Visit( object t )
113 public override string ToString()
137 public override object Create( IToken payload )
279 public override void Visit( object t )
611 * You can override this method to alter how indexing occurs. The
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
Antlr.Runtime.Tree.pas 71 /// This is the most common create call. Override if you want another kind of node to be built.
76 /// <remarks> Override if you want another kind of node to be built.</remarks>
651 /// override this method and any other createToken variant.
668 /// override this method and any other createToken variant.
677 /// objects, you need to override this and then set the parser tree adaptor to
680 /// To get your parser to build nodes of a different type, override
    [all...]
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime.Tests/
Antlr.Runtime.Tests.pas 23 procedure SetUp; override;
24 procedure TearDown; override;
  /external/checkpolicy/
Makefile 15 override CFLAGS += -I. -I${INCLUDEDIR}
  /external/compiler-rt/make/platform/
darwin_bni.mk 6 # We override this with RC_ARCHS because B&I may want to build on an ARCH we
12 override CC := $(shell xcrun -sdk $(SDKROOT) -find clang)
  /external/compiler-rt/make/
util.mk 94 # useful for validating that users aren't trying to override something which
100 $(error "Invalid command line override: $(1) $(varname) (not supported)")))
  /external/libsepol/src/
Makefile 18 override CFLAGS += -I. -I../include -D_GNU_SOURCE
  /external/srec/srec/include/
duk_args.h 91 int count, int override, int *success);
  /external/zlib/src/contrib/delphi/
ZLib.pas 90 destructor Destroy; override;
91 function Read(var Buffer; Count: Longint): Longint; override;
92 function Write(const Buffer; Count: Longint): Longint; override;
93 function Seek(Offset: Longint; Origin: Word): Longint; override;
119 destructor Destroy; override;
120 function Read(var Buffer; Count: Longint): Longint; override;
121 function Write(const Buffer; Count: Longint): Longint; override;
122 function Seek(Offset: Longint; Origin: Word): Longint; override;

Completed in 564 milliseconds

1 2 3 4 56 7 8 91011>>