Home
last modified time | relevance | path

Searched full:runtime (Results 1 – 25 of 4475) sorted by relevance

12345678910>>...179

/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/
DAntlr3.Runtime (VS2008).csproj13 <AssemblyName>Antlr3-2.Runtime.DotNet20</AssemblyName>
21 <RootNamespace>Antlr.Runtime</RootNamespace>
49 <RootNamespace>Antlr.Runtime</RootNamespace>
60 <DocumentationFile>bin\Release\net-2.0\Antlr3-2.Runtime.DotNet20.xml</DocumentationFile>
69 <RootNamespace>Antlr.Runtime</RootNamespace>
79 <Compile Include="Antlr.Runtime.Debug\DebugEventListenerConstants.cs" />
80 <Compile Include="Antlr.Runtime.JavaExtensions\Check.cs" />
81 <Compile Include="Antlr.Runtime.JavaExtensions\DictionaryExtensions.cs" />
82 <Compile Include="Antlr.Runtime.JavaExtensions\EnumerableExtensions.cs" />
83 <Compile Include="Antlr.Runtime.JavaExtensions\ExceptionExtensions.cs" />
[all …]
DAntlr3.Runtime (VS2005).csproj13 <AssemblyName>Antlr3.Runtime</AssemblyName>
21 <RootNamespace>Antlr.Runtime</RootNamespace>
46 <RootNamespace>Antlr.Runtime</RootNamespace>
57 <DocumentationFile>bin\Release\net-2.0\Antlr3.Runtime.XML</DocumentationFile>
66 <RootNamespace>Antlr.Runtime</RootNamespace>
74 <Compile Include="Antlr.Runtime\ANTLRFileStream.cs" />
75 <Compile Include="Antlr.Runtime\ANTLRStringStream.cs" />
77 <Compile Include="Antlr.Runtime\BitSet.cs" />
78 <Compile Include="Antlr.Runtime\ICharStream.cs" />
79 <Compile Include="Antlr.Runtime\CharStreamState.cs" />
[all …]
/external/antlr/antlr-3.4/runtime/ActionScript/project/
D.flexLibProperties4 <classEntry path="org.antlr.runtime.BitSet"/>
5 <classEntry path="org.antlr.runtime.tree.CommonErrorNode"/>
6 <classEntry path="org.antlr.runtime.tree.CommonTreeAdaptor"/>
7 <classEntry path="org.antlr.runtime.tree.BaseTree"/>
8 <classEntry path="org.antlr.runtime.MismatchedSetException"/>
9 <classEntry path="org.antlr.runtime.RecognitionException"/>
10 <classEntry path="org.antlr.runtime.NoViableAltException"/>
11 <classEntry path="org.antlr.runtime.Parser"/>
12 <classEntry path="org.antlr.runtime.tree.RewriteRuleNodeStream"/>
13 <classEntry path="org.antlr.runtime.TokenRewriteStream"/>
[all …]
/external/antlr/antlr-3.4/runtime/JavaScript/build/
Dantlr3.properties10 org/antlr/runtime/RecognizerSharedState.js,\
11 org/antlr/runtime/IndexOutOfBoundsExceptions.js,\
12 org/antlr/runtime/RecognitionException.js,\
13 org/antlr/runtime/MismatchedTokenException.js,\
14 org/antlr/runtime/UnwantedTokenException.js,\
15 org/antlr/runtime/MissingTokenException.js,\
16 org/antlr/runtime/NoViableAltException.js,\
17 org/antlr/runtime/EarlyExitException.js,\
18 org/antlr/runtime/MismatchedSetException.js,\
19 org/antlr/runtime/MismatchedNotSetException.js,\
[all …]
/external/antlr/antlr-3.4/runtime/CSharp2/
DAPI CHANGES.TXT11 Antlr.Runtime.Tree.Tree renamed to Antlr.Runtime.Tree.TreeConstants
13 Antlr.Runtime.BaseRecognizer.Failed() has been turned into a property
14 Antlr.Runtime.BaseRecognizer.NEXT_TOKEN_RULE_NAME renamed to Antlr.Runtime.BaseRecognizer.NextToken…
15 Antlr.Runtime.BaseRecognizer.MEMO_RULE_FAILED renamed to Antlr.Runtime.BaseRecognizer.MemoRuleFailed
16 Antlr.Runtime.BaseRecognizer.MEMO_RULE_UNKNOWN renamed to Antlr.Runtime.BaseRecognizer.MemoRuleUnkn…
17 Antlr.Runtime.BaseRecognizer.INITIAL_FOLLOW_STACK_SIZE renamed to Antlr.Runtime.BaseRecognizer.Init…
18 Antlr.Runtime.BaseRecognizer.DEFAULT_TOKEN_CHANNEL renamed to Antlr.Runtime.BaseRecognizer.DefaultT…
19 Antlr.Runtime.BaseRecognizer.HIDDEN renamed to Antlr.Runtime.BaseRecognizer.Hidden
20 Antlr.Runtime.BaseRecognizer.Input has been removed.
22 Antlr.Runtime.Parser.Input - return type has been changed to ITokenStream
[all …]
DREADME.TXT1 ANTLR v3.1 .NET Runtime Library (for us with the ANTLR C# Code Generator)
10 The ANTLR v3.1 .NET Runtime Library extend the ANTLR language processing
17 We hope you find the ANTLR v3.1 .NET Runtime Library delightful and useful
32 1. Antlr3.Runtime - the ANTLR v3.1 .NET Runtime Library
34 2. Antlr3.Utility - the ANTLR v3.1 .NET Runtime Utility Library
36 3. Antlr3.Runtime.Tests - the ANTLR v3.1 .NET Runtime Library Tests
42 1. Antlr3.Runtime - none
44 2. Antlr3.Utility - Antlr3.Runtime.dll
46 antlr.runtime.dll
48 3. Antlr3.Runtime.Tests - Antlr3.Runtime.dll
[all …]
/external/antlr/antlr-3.4/runtime/Perl5/
DMANIFEST21 lib/ANTLR/Runtime.pm
22 lib/ANTLR/Runtime/ANTLRFileStream.pm
23 lib/ANTLR/Runtime/ANTLRStringStream.pm
24 lib/ANTLR/Runtime/BaseRecognizer.pm
25 lib/ANTLR/Runtime/BitSet.pm
26 lib/ANTLR/Runtime/CharStream.pm
27 lib/ANTLR/Runtime/CharStreamState.pm
28 lib/ANTLR/Runtime/CommonToken.pm
29 lib/ANTLR/Runtime/CommonTokenStream.pm
30 lib/ANTLR/Runtime/DFA.pm
[all …]
/external/protobuf/ruby/src/main/java/com/google/protobuf/jruby/
DUtils.java43 import org.jruby.runtime.Block;
44 import org.jruby.runtime.ThreadContext;
45 import org.jruby.runtime.builtin.IRubyObject;
64 return context.runtime.newSymbol(typeName.replace("TYPE_", "").toLowerCase()); in fieldTypeToRuby()
69 Ruby runtime = context.runtime; in checkType() local
77 throw runtime.newTypeError("Expected number type for integral field."); in checkType()
90 num2ulong(context.runtime, value); in checkType()
97 throw runtime.newTypeError("Expected number type for float field."); in checkType()
101 throw runtime.newTypeError("Expected number type for double field."); in checkType()
105 throw runtime.newTypeError("Invalid argument for boolean field."); in checkType()
[all …]
DRubyMessageBuilderContext.java39 import org.jruby.runtime.Binding;
40 import org.jruby.runtime.Block;
41 import org.jruby.runtime.ObjectAllocator;
42 import org.jruby.runtime.ThreadContext;
43 import org.jruby.runtime.builtin.IRubyObject;
47 public static void createRubyMessageBuilderContext(Ruby runtime) { in createRubyMessageBuilderContext() argument
48 RubyModule protobuf = runtime.getClassFromPath("Google::Protobuf"); in createRubyMessageBuilderContext()
49 …ssageBuilderContext = protobuf.defineClassUnder("MessageBuilderContext", runtime.getObject(), new … in createRubyMessageBuilderContext()
51 public IRubyObject allocate(Ruby runtime, RubyClass klazz) { in createRubyMessageBuilderContext()
52 return new RubyMessageBuilderContext(runtime, klazz); in createRubyMessageBuilderContext()
[all …]
DRubyEnumDescriptor.java44 import org.jruby.runtime.Block;
45 import org.jruby.runtime.ObjectAllocator;
46 import org.jruby.runtime.ThreadContext;
47 import org.jruby.runtime.builtin.IRubyObject;
51 public static void createRubyEnumDescriptor(Ruby runtime) { in createRubyEnumDescriptor() argument
52 RubyModule mProtobuf = runtime.getClassFromPath("Google::Protobuf"); in createRubyEnumDescriptor()
53 …RubyClass cEnumDescriptor = mProtobuf.defineClassUnder("EnumDescriptor", runtime.getObject(), new … in createRubyEnumDescriptor()
55 public IRubyObject allocate(Ruby runtime, RubyClass klazz) { in createRubyEnumDescriptor()
56 return new RubyEnumDescriptor(runtime, klazz); in createRubyEnumDescriptor()
59 cEnumDescriptor.includeModule(runtime.getEnumerable()); in createRubyEnumDescriptor()
[all …]
DRubyMessage.java38 import org.jruby.runtime.Block;
39 import org.jruby.runtime.Helpers;
40 import org.jruby.runtime.ThreadContext;
41 import org.jruby.runtime.builtin.IRubyObject;
67 final Ruby runtime = context.runtime; in initialize() local
68 … this.cRepeatedField = (RubyClass) runtime.getClassFromPath("Google::Protobuf::RepeatedField"); in initialize()
69 this.cMap = (RubyClass) runtime.getClassFromPath("Google::Protobuf::Map"); in initialize()
77 throw runtime.newArgumentError("expected Hash arguments."); in initialize()
84 … throw runtime.newTypeError("Expected symbols as hash keys in initialization map."); in initialize()
89 …throw runtime.newArgumentError("Expected Hash object as initializer value for map field '" + key.… in initialize()
[all …]
DRubyDescriptor.java40 import org.jruby.runtime.Block;
41 import org.jruby.runtime.ObjectAllocator;
42 import org.jruby.runtime.ThreadContext;
43 import org.jruby.runtime.builtin.IRubyObject;
51 public static void createRubyDescriptor(Ruby runtime) { in createRubyDescriptor() argument
52 RubyModule protobuf = runtime.getClassFromPath("Google::Protobuf"); in createRubyDescriptor()
53 …RubyClass cDescriptor = protobuf.defineClassUnder("Descriptor", runtime.getObject(), new ObjectAll… in createRubyDescriptor()
55 public IRubyObject allocate(Ruby runtime, RubyClass klazz) { in createRubyDescriptor()
56 return new RubyDescriptor(runtime, klazz); in createRubyDescriptor()
59 cDescriptor.includeModule(runtime.getEnumerable()); in createRubyDescriptor()
[all …]
/external/smali/smali-integration-tests/src/test/smali/junit-tests/InstructionTests/Format12x/
DFormat12x.smali13 .annotation runtime Lorg/junit/Test;
26 .annotation runtime Lorg/junit/Test;
40 .annotation runtime Lorg/junit/Test;
54 .annotation runtime Lorg/junit/Test;
69 .annotation runtime Lorg/junit/Test;
82 .annotation runtime Lorg/junit/Test;
95 .annotation runtime Lorg/junit/Test;
108 .annotation runtime Lorg/junit/Test;
121 .annotation runtime Lorg/junit/Test;
134 .annotation runtime Lorg/junit/Test;
[all …]
/external/vixl/
DCPPLINT.cfg20 filter=+runtime/arrays
21 filter=+runtime/casting
22 filter=+runtime/deprecated_fn
23 filter=+runtime/explicit
24 filter=+runtime/int
25 filter=+runtime/memset
26 filter=+runtime/mutex
27 filter=+runtime/nonconf
28 filter=+runtime/printf
29 filter=+runtime/printf_format
[all …]
/external/v8/src/runtime/
Druntime.cc5 #include "src/runtime/runtime.h"
13 #include "src/runtime/runtime-utils.h"
18 // Header of runtime functions.
40 Runtime::k##name, Runtime::RUNTIME, #name, FUNCTION_ADDR(Runtime_##name), \
48 Runtime::kInline##name, Runtime::INLINE, "_" #name, \
53 static const Runtime::Function kIntrinsicFunctions[] = {
94 const Runtime::Function* function = &kIntrinsicFunctions[i]; in InitializeIntrinsicFunctionNames()
100 entry->value = const_cast<Runtime::Function*>(function); in InitializeIntrinsicFunctionNames()
107 const Runtime::Function* Runtime::FunctionForName(const unsigned char* name, in FunctionForName()
121 const Runtime::Function* Runtime::FunctionForEntry(Address entry) { in FunctionForEntry()
[all …]
/external/smali/smali-integration-tests/src/test/smali/junit-tests/InstructionTests/Format23x/
DFormat23x.smali13 .annotation runtime Lorg/junit/Test;
29 .annotation runtime Lorg/junit/Test;
45 .annotation runtime Lorg/junit/Test;
61 .annotation runtime Lorg/junit/Test;
78 .annotation runtime Lorg/junit/Test;
94 .annotation runtime Lorg/junit/Test;
110 .annotation runtime Lorg/junit/Test;
126 .annotation runtime Lorg/junit/Test;
142 .annotation runtime Lorg/junit/Test;
159 .annotation runtime Lorg/junit/Test;
[all …]
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/output1/
DSimpleCLexer.java1 // $ANTLR 3.2 Aug 13, 2010 19:41:25 /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/simplecTre…
3 import org.antlr.runtime.*;
45 …public String getGrammarFileName() { return "/usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/… in getGrammarFileName()
52 … // /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/simplecTreeParser/SimpleC.g:7:7: ( ';' ) in mT__21()
53 … // /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/simplecTreeParser/SimpleC.g:7:9: ';' in mT__21()
72 … // /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/simplecTreeParser/SimpleC.g:8:7: ( '(' ) in mT__22()
73 … // /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/simplecTreeParser/SimpleC.g:8:9: '(' in mT__22()
92 … // /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/simplecTreeParser/SimpleC.g:9:7: ( ',' ) in mT__23()
93 … // /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/simplecTreeParser/SimpleC.g:9:9: ',' in mT__23()
112 … // /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/simplecTreeParser/SimpleC.g:10:7: ( ')' ) in mT__24()
[all …]
DSimpleCTP.java1 // $ANTLR 3.2 Aug 13, 2010 19:41:25 /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/simplecTre…
3 import org.antlr.runtime.*;
4 import org.antlr.runtime.tree.*;import java.util.Stack;
51 …public String getGrammarFileName() { return "/usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/… in getGrammarFileName()
56 …// /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/simplecTreeParser/SimpleCTP.g:8:1: program…
59 …// /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/simplecTreeParser/SimpleCTP.g:9:5: ( ( dec… in program()
60 …// /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/simplecTreeParser/SimpleCTP.g:9:9: ( decla… in program()
62 …// /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/simplecTreeParser/SimpleCTP.g:9:9: ( decla… in program()
76 …// /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/simplecTreeParser/SimpleCTP.g:9:9: declara… in program()
112 …// /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/simplecTreeParser/SimpleCTP.g:12:1: declar…
[all …]
/external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/
DBitSet.js14 org.antlr.runtime.BitSet = function(bits) {
16 bits = org.antlr.runtime.BitSet.BITS;
30 org.antlr.lang.augmentObject(org.antlr.runtime.BitSet, {
34 * @memberOf org.antlr.runtime.BitSet
41 * @memberOf org.antlr.runtime.BitSet
51 * @memberOf org.antlr.runtime.BitSet
62 * @memberOf org.antlr.runtime.BitSet
66 var bitPosition = bitNumber & org.antlr.runtime.BitSet.MOD_MASK;
75 * @memberOf org.antlr.runtime.BitSet
79 return (el >> org.antlr.runtime.BitSet.LOG_BITS) + 1;
[all …]
DBaseRecognizer.js10 * @param {org.antlr.runtime.RecognizerSharedState} [state] state object with
13 org.antlr.runtime.BaseRecognizer = function(state) {
19 * @type org.antlr.runtime.RecognizerSharedState
21 this.state = state || new org.antlr.runtime.RecognizerSharedState();
24 org.antlr.lang.augmentObject(org.antlr.runtime.BaseRecognizer, {
26 * @memberOf org.antlr.runtime.BaseRecognizer
32 * @memberOf org.antlr.runtime.BaseRecognizer
38 * @memberOf org.antlr.runtime.BaseRecognizer
44 * @memberOf org.antlr.runtime.BaseRecognizer
50 * @memberOf org.antlr.runtime.BaseRecognizer
[all …]
/external/v8/
DAndroid.v8.mk360 src/runtime-profiler.cc \
361 src/runtime/runtime-array.cc \
362 src/runtime/runtime-atomics.cc \
363 src/runtime/runtime-classes.cc \
364 src/runtime/runtime-collections.cc \
365 src/runtime/runtime-compiler.cc \
366 src/runtime/runtime-date.cc \
367 src/runtime/runtime-debug.cc \
368 src/runtime/runtime-error.cc \
369 src/runtime/runtime-forin.cc \
[all …]
/external/vulkan-validation-layers/windowsRuntimeInstaller/
DREADME.txt2 Runtime Installer Package.
4 To build the Vulkan Runtime Installer:
7 version of NSIS needed for building the Vulkan Runtime Installer
16 to be made to NSIS to increase the security of the Runtime Installer.
25 to the NSIS compile/link steps, so that the Runtime Installer and Uninstaller
54 lines to match the version of the Windows Vulkan Runtime you wish to
70 Vulkan Runtime Installer will be created in this folder. The name
74 Some notes on the behavior of the Windows Vulkan Runtime Installer:
78 the Vulkan runtime. When it is run on a 32-bit version of
79 Windows, it will install the 32 bit version of the Vulkan runtime.
[all …]
/external/clang/include/clang/Basic/
DObjCRuntime.h1 //===--- ObjCRuntime.h - Objective-C Runtime Configuration ------*- C++ -*-===//
11 /// \brief Defines types useful for describing an Objective-C runtime.
24 /// \brief The basic abstraction for the target Objective-C runtime.
29 /// 'macosx' is the Apple-provided NeXT-derived runtime on Mac OS
34 /// 'macosx-fragile' is the Apple-provided NeXT-derived runtime on
39 /// 'ios' is the Apple-provided NeXT-derived runtime on iOS or the iOS
48 /// 'gcc' is the Objective-C runtime shipped with GCC, implementing a
52 /// 'gnustep' is the modern non-fragile GNUstep runtime.
55 /// 'objfw' is the Objective-C runtime included in ObjFW
64 /// A bogus initialization of the runtime.
[all …]
/external/v8/src/compiler/
Dlinkage.cc143 bool Linkage::NeedsFrameStateInput(Runtime::FunctionId function) { in NeedsFrameStateInput()
145 // Most runtime functions need a FrameState. A few chosen ones that we know in NeedsFrameStateInput()
149 case Runtime::kAbort: in NeedsFrameStateInput()
150 case Runtime::kAllocateInTargetSpace: in NeedsFrameStateInput()
151 case Runtime::kCreateIterResultObject: in NeedsFrameStateInput()
152 case Runtime::kDefineGetterPropertyUnchecked: // TODO(jarin): Is it safe? in NeedsFrameStateInput()
153 case Runtime::kDefineSetterPropertyUnchecked: // TODO(jarin): Is it safe? in NeedsFrameStateInput()
154 case Runtime::kGeneratorGetContinuation: in NeedsFrameStateInput()
155 case Runtime::kGetSuperConstructor: in NeedsFrameStateInput()
156 case Runtime::kIsFunction: in NeedsFrameStateInput()
[all …]
/external/antlr/antlr-3.4/runtime/Perl5/t/classes/Test/ANTLR/Runtime/
DCommonToken.pm1 package Test::ANTLR::Runtime::CommonToken;
5 use ANTLR::Runtime::Token;
12 my $token = ANTLR::Runtime::CommonToken->new({
23 ok(ANTLR::Runtime::Token->EOF_TOKEN == ANTLR::Runtime::Token->EOF_TOKEN);
24 ok(ANTLR::Runtime::Token->SKIP_TOKEN == ANTLR::Runtime::Token->SKIP_TOKEN);
28 ok !(ANTLR::Runtime::Token->EOF_TOKEN != ANTLR::Runtime::Token->EOF_TOKEN);
29 ok !(ANTLR::Runtime::Token->SKIP_TOKEN != ANTLR::Runtime::Token->SKIP_TOKEN);
33 ok !ANTLR::Runtime::Token->EOF_TOKEN;

12345678910>>...179