Searched defs:Runtime (Results 276 - 292 of 292) sorted by relevance

<<1112

/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/
H A DRemoteDebugEventSocketListener.cs33 namespace Antlr.Runtime.Debug
35 using Antlr.Runtime.JavaExtensions;
38 using BaseTree = Antlr.Runtime.Tree.BaseTree;
42 using ITree = Antlr.Runtime.Tree.ITree;
H A DProfiler.cs33 namespace Antlr.Runtime.Debug
37 using Antlr.Runtime.Debug.Misc;
545 buf.Append("ANTLR Runtime Report; Profile Version ");
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.JavaExtensions/
H A DSubList.cs7 namespace Antlr.Runtime.JavaExtensions
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/SlimParsing/Tree/
H A DITreeAdaptor`1.cs33 namespace Antlr.Runtime.Tree
/external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/
H A DBaseRecognizer.pm1 package ANTLR::Runtime::BaseRecognizer;
6 use ANTLR::Runtime::RecognizerSharedState;
7 use ANTLR::Runtime::Token;
8 use ANTLR::Runtime::UnwantedTokenException;
9 use ANTLR::Runtime::MissingTokenException;
10 use ANTLR::Runtime::MismatchedTokenException;
24 Readonly my $DEFAULT_TOKEN_CHANNEL => ANTLR::Runtime::Token->DEFAULT_CHANNEL;
27 Readonly my $HIDDEN => ANTLR::Runtime::Token->HIDDEN_CHANNEL;
40 isa => 'ANTLR::Runtime::RecognizerSharedState',
41 default => sub { ANTLR::Runtime
[all...]
/external/chromium_org/v8/src/
H A Druntime.h649 // Runtime provides access to all C++ runtime functions.
687 friend class Runtime;
693 class Runtime : public AllStatic { class in namespace:v8::internal
/external/v8/src/
H A Druntime.h536 // Runtime provides access to all C++ runtime functions.
574 friend class Runtime;
580 class Runtime : public AllStatic { class in namespace:v8::internal
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/
H A DDebugEventSocketProxy.cs35 namespace Antlr.Runtime.Debug {
37 using Antlr.Runtime.JavaExtensions;
40 using ITreeAdaptor = Antlr.Runtime.Tree.ITreeAdaptor;
H A DProfiler.cs35 namespace Antlr.Runtime.Debug {
38 using Antlr.Runtime.Debug.Misc;
494 buf.Append("ANTLR Runtime Report; Profile Version ");
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
H A DBufferedTreeNodeStream.cs33 namespace Antlr.Runtime.Tree {
/external/chromium_org/tools/site_compare/
H A Dsite_compare.py19 import types # Runtime type-checking namespace
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
H A DBaseRecognizer.cs33 namespace Antlr.Runtime {
40 using IDebugEventListener = Antlr.Runtime.Debug.IDebugEventListener;
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
H A DBaseRecognizer.cs33 namespace Antlr.Runtime
41 using IDebugEventListener = Antlr.Runtime.Debug.IDebugEventListener;
/external/chromium_org/tools/win/split_link/viz.js/
H A Dviz.js132 // Runtime code shared with compiler
134 var Runtime = {
153 return type in Runtime.INT_TYPES || type in Runtime.FLOAT_TYPES;
183 if (Runtime.QUANTUM_SIZE == 1) return 1;
195 size = Runtime.QUANTUM_SIZE; // A pointer
205 return Math.max(Runtime.getNativeTypeSize(type), Runtime.QUANTUM_SIZE);
236 return Math.min(size || (type ? Runtime.getNativeFieldSize(type) : 0), Runtime
[all...]
/external/chromium_org/v8/tools/profviz/
H A Dgnuplot-4.6.3-emscripten.js190 // Runtime code shared with compiler
192 var Runtime = {
211 return type in Runtime.INT_TYPES || type in Runtime.FLOAT_TYPES;
241 if (Runtime.QUANTUM_SIZE == 1) return 1;
253 size = Runtime.QUANTUM_SIZE; // A pointer
263 return Math.max(Runtime.getNativeTypeSize(type), Runtime.QUANTUM_SIZE);
294 return Math.min(size || (type ? Runtime.getNativeFieldSize(type) : 0), Runtime
[all...]
/external/robolectric/lib/main/
H A Dsqlite-jdbc-3.7.2.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/org. ...
/external/clang/lib/CodeGen/
H A DCGObjC.cpp51 // FIXME: This bitcast should just be made an invariant on the Runtime.
72 CGObjCRuntime &Runtime = CGM.getObjCRuntime(); local
74 llvm::Value *Receiver = Runtime.GetClass(*this, ClassDecl);
82 RValue result = Runtime.GenerateMessageSend(*this, ReturnValueSlot(),
184 CGObjCRuntime &Runtime = CGM.getObjCRuntime(); local
185 llvm::Value *Receiver = Runtime.GetClass(*this, Class);
189 = Runtime.GenerateMessageSend(*this, ReturnValueSlot(),
316 CGObjCRuntime &Runtime = CGM.getObjCRuntime(); local
341 Receiver = Runtime.GetClass(*this, OID);
401 result = Runtime
2272 CGObjCRuntime &Runtime = CGM.getObjCRuntime(); local
3054 CGObjCRuntime &Runtime = CGM.getObjCRuntime(); local
[all...]

Completed in 570 milliseconds

<<1112