HomeSort by relevance Sort by last modified time
    Searched refs:virtual (Results 176 - 200 of 394) sorted by null

1 2 3 4 5 6 78 91011>>

  /prebuilts/go/linux-x86/src/cmd/vendor/github.com/google/pprof/internal/elfexec/
elfexec.go 168 // GetBase determines the base address to subtract from virtual
243 // The process mapping information, start = start of virtual address range,
245 // that a runtime virtual address x maps to a file offset
251 // the executable segment is located (loadSegment.Off), and the base virtual
253 // (loadSegment.Vaddr). A file offset fx maps to a virtual (symbol) address
256 // Thus, a runtime virtual address x maps to a symbol address
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
CommonTree.cs 251 public virtual void SetUnknownTokenBoundaries()
  /external/mesa3d/
Android.common.mk 69 -Wno-error=non-virtual-dtor \
70 -Wno-non-virtual-dtor
  /external/swiftshader/src/
Android.mk 114 -Wno-overloaded-virtual \
115 -Wno-non-virtual-dtor \
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
RecognitionException.cs 178 public virtual int UnexpectedType {
278 protected virtual void ExtractInformationFromTreeNodeStream(IIntStream input) {
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
RecognitionException.cs 200 public virtual int UnexpectedType
329 protected virtual void ExtractInformationFromTreeNodeStream(ITreeNodeStream input)
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/SlimParsing/
SlimTokenStream.cs 397 public virtual string ToString( int start, int stop )
429 public virtual string ToString( IToken start, IToken stop )
  /external/cmockery/cmockery_0_1_2/
Makefile.am 16 AM_CXXFLAGS = -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare
  /external/swiftshader/src/OpenGL/libEGL/
Android.mk 14 -Wno-overloaded-virtual \
  /packages/inputmethods/LatinIME/native/dicttoolkit/
Android.mk 35 -Woverloaded-virtual -Wsign-promo -Wno-system-headers
  /prebuilts/go/darwin-x86/src/runtime/
signal_darwin.go 34 /* 26 */ {_SigNotify, "SIGVTALRM: virtual alarm clock"},
signal_dragonfly.go 34 /* 26 */ {_SigNotify, "SIGVTALRM: virtual alarm clock"},
signal_freebsd.go 34 /* 26 */ {_SigNotify, "SIGVTALRM: virtual alarm clock"},
signal_nacl.go 39 /* 26 */ {_SigNotify, "SIGVTALRM: virtual alarm clock"},
signal_netbsd.go 34 /* 26 */ {_SigNotify, "SIGVTALRM: virtual alarm clock"},
signal_openbsd.go 34 /* 26 */ {_SigNotify, "SIGVTALRM: virtual alarm clock"},
  /prebuilts/go/linux-x86/src/runtime/
signal_darwin.go 34 /* 26 */ {_SigNotify, "SIGVTALRM: virtual alarm clock"},
signal_dragonfly.go 34 /* 26 */ {_SigNotify, "SIGVTALRM: virtual alarm clock"},
signal_freebsd.go 34 /* 26 */ {_SigNotify, "SIGVTALRM: virtual alarm clock"},
signal_nacl.go 39 /* 26 */ {_SigNotify, "SIGVTALRM: virtual alarm clock"},
signal_netbsd.go 34 /* 26 */ {_SigNotify, "SIGVTALRM: virtual alarm clock"},
signal_openbsd.go 34 /* 26 */ {_SigNotify, "SIGVTALRM: virtual alarm clock"},
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CSharp2/
CSharp2.stg 174 protected virtual void OnCreated() {}
176 protected virtual void EnterRule(string ruleName, int ruleIndex) {}
178 protected virtual void LeaveRule(string ruleName, int ruleIndex) {}
308 protected virtual void OnCreated() {}
310 protected virtual void EnterRule(string ruleName, int ruleIndex) {}
312 protected virtual void LeaveRule(string ruleName, int ruleIndex) {}
429 protected virtual void EnterRule_<ruleName>_fragment() {}
431 protected virtual void LeaveRule_<ruleName>_fragment() {}
512 protected virtual void EnterRule_<ruleName>() {}
514 protected virtual void LeaveRule_<ruleName>() {
    [all...]
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/BuildOptions/
ProfileTreeGrammar.cs 57 public virtual int RuleLevel { get { return ruleLevel; } }
58 public virtual void IncRuleLevel() { ruleLevel++; }
59 public virtual void DecRuleLevel() { ruleLevel--; }
77 public virtual bool AlreadyParsedRule( IIntStream input, int ruleIndex )
83 public virtual void Memoize( IIntStream input, int ruleIndex, int ruleStartIndex )
88 protected virtual bool EvalPredicate( bool result, string predicate )
  /build/soong/cmd/symbol_inject/
elf.go 105 // "In executable and shared object files, st_value holds a virtual address. To make these
107 // gives way to a virtual address (memory interpretation) for which the section number is

Completed in 437 milliseconds

1 2 3 4 5 6 78 91011>>