HomeSort by relevance Sort by last modified time
    Searched full:runtime (Results 26 - 50 of 18263) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/
MismatchedNotSetException.js 1 org.antlr.runtime.MismatchedNotSetException = function(expecting, input) {
2 org.antlr.runtime.MismatchedNotSetException.superclass.constructor.call(this, expecting, input);
6 org.antlr.runtime.MismatchedNotSetException,
7 org.antlr.runtime.MismatchedSetException, {
12 name: "org.antlr.runtime.MismatchedNotSetException"
MismatchedSetException.js 1 org.antlr.runtime.MismatchedSetException = function(expecting, input) {
2 org.antlr.runtime.MismatchedSetException.superclass.constructor.call(
8 org.antlr.runtime.MismatchedSetException,
9 org.antlr.runtime.RecognitionException, {
14 name: "org.antlr.runtime.MismatchedSetException"
MismatchedTreeNodeException.js 1 org.antlr.runtime.MismatchedTreeNodeException = function(expecting, input) {
3 org.antlr.runtime.MismatchedTreeNodeException.superclass.constructor.call(
10 org.antlr.runtime.MismatchedTreeNodeException,
11 org.antlr.runtime.RecognitionException, {
16 name: "org.antlr.runtime.MismatchedTreeNodeException"
MismatchedTokenException.js 1 org.antlr.runtime.MismatchedTokenException = function(expecting, input) {
3 this.expecting = org.antlr.runtime.Token.INVALID_TOKEN_TYPE;
5 org.antlr.runtime.MismatchedTokenException.superclass.constructor.call(
12 org.antlr.runtime.MismatchedTokenException,
13 org.antlr.runtime.RecognitionException, {
18 name: "org.antlr.runtime.MismatchedTokenException"
MismatchedRangeExceptions.js 1 org.antlr.runtime.MismatchedRangeException = function(a, b, input) {
6 org.antlr.runtime.MismatchedRangeException.superclass.constructor.call(
13 org.antlr.runtime.MismatchedRangeException,
14 org.antlr.runtime.RecognitionException, {
19 name: "org.antlr.runtime.MismatchedRangeException"
FailedPredicateException.js 7 * @param {org.antlr.runtime.CommonTokenStream|org.antlr.runtime.tree.TreeNodeStream|org.antlr.runtime.ANTLRStringStream} input input stream that has an exception.
10 * @extends org.antlr.runtime.RecognitionException
12 org.antlr.runtime.FailedPredicateException = function(input, ruleName, predicateText){
13 org.antlr.runtime.FailedPredicateException.superclass.constructor.call(this, input);
19 org.antlr.runtime.FailedPredicateException,
20 org.antlr.runtime.RecognitionException,
21 /** @lends org.antlr.runtime.FailedPredicateException.prototype */
33 name: "org.antlr.runtime.FailedPredicateException
    [all...]
NoViableAltException.js 1 org.antlr.runtime.NoViableAltException = function(grammarDecisionDescription,
6 org.antlr.runtime.NoViableAltException.superclass.constructor.call(this, input);
13 org.antlr.runtime.NoViableAltException,
14 org.antlr.runtime.RecognitionException, {
16 if ( this.input instanceof org.antlr.runtime.CharStream ) {
23 name: "org.antlr.runtime.NoViableAltException"
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/
Antlr3.Runtime (VS2008).csproj 13 <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...]
  /prebuilts/misc/common/swig/include/2.0.11/tcl/
tclruntime.swg 2 %insert(runtime) %{
11 %insert(runtime) "swigrun.swg"; /* Common C API type-checking code */
12 %insert(runtime) "swigerrors.swg" /* SWIG errors */
13 %insert(runtime) "tclerrors.swg"; /* Tcl Errors */
14 %insert(runtime) "tclapi.swg"; /* Tcl API */
15 %insert(runtime) "tclrun.swg"; /* Tcl run-time code */
  /art/test/005-annotations/src/android/test/anno/
MissingAnnotation.java 4 import static java.lang.annotation.RetentionPolicy.RUNTIME;
6 @Retention(RUNTIME) public @interface MissingAnnotation {
  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/tree/
TreeConstants.as 1 package org.antlr.runtime.tree
3 import org.antlr.runtime.TokenConstants;
  /external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/
TokenStream.pm 1 package ANTLR::Runtime::TokenStream;
4 #extends 'ANTLR::Runtime::IntStream';
ParserRuleReturnScope.pm 1 package ANTLR::Runtime::ParserRuleReturnScope;
5 extends 'ANTLR::Runtime::RuleReturnScope';
9 does => 'ANTLR::Runtime::Token',
14 does => 'ANTLR::Runtime::Token',
  /external/smali/smali-integration-tests/src/test/smali/jumbo-string-tests/
TestSuite.smali 4 .annotation runtime Lorg/junit/runner/RunWith;
8 .annotation runtime Lorg/junit/runners/Suite$SuiteClasses;
  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
CharStreamConstants.as 1 package org.antlr.runtime
  /prebuilts/misc/common/swig/include/2.0.11/ruby/
exception.i 3 %insert("runtime") {
  /external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/tree/
TreeNodeStream.js 2 org.antlr.runtime.tree.TreeNodeStream = function() {};
4 org.antlr.lang.extend(org.antlr.runtime.tree.TreeNodeStream,
5 org.antlr.runtime.IntStream);
RewriteEarlyExitException.js 2 org.antlr.runtime.tree.RewriteEarlyExitException = function(elementDescription) {
3 var sup = org.antlr.runtime.tree.RewriteEarlyExitException.superclass;
10 org.antlr.lang.extend(org.antlr.runtime.tree.RewriteEarlyExitException,
11 org.antlr.runtime.tree.RewriteCardinalityException, {
13 return "org.antlr.runtime.tree.RewriteEarlyExitException";
RewriteEmptyStreamException.js 2 org.antlr.runtime.tree.RewriteEmptyStreamException = function(elementDescription) {
3 var sup = org.antlr.runtime.tree.RewriteEmptyStreamException.superclass;
7 org.antlr.lang.extend(org.antlr.runtime.tree.RewriteEmptyStreamException,
8 org.antlr.runtime.tree.RewriteCardinalityException, {
10 return "org.antlr.runtime.tree.RewriteEmptyStreamException";
  /external/antlr/antlr-3.4/runtime/Perl5/t/classes/Test/ANTLR/Runtime/
CommonToken.pm 1 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)
    [all...]
Lexer.pm 1 package Test::ANTLR::Runtime::Lexer;
5 use ANTLR::Runtime::ANTLRStringStream;
6 use ANTLR::Runtime::Lexer;
13 my $input = ANTLR::Runtime::ANTLRStringStream->new({ input => 'ABC' });
14 my $lexer = ANTLR::Runtime::Lexer->new({ input => $input });
  /external/antlr/
build.gradle 10 srcDirs = ["antlr-3.4/runtime/Java/src/main/java"]
11 exclude "**/org/antlr/runtime/tree/DOTTreeGenerator.java"
20 appendix "runtime"
  /prebuilts/tools/common/m2/repository/org/codehaus/gmaven/runtime/gmaven-runtime/1.5/
gmaven-runtime-1.5.pom 30 <groupId>org.codehaus.gmaven.runtime</groupId>
31 <name>GMaven Runtime</name>
32 <artifactId>gmaven-runtime</artifactId>
36 Groovy runtime abstraction layer.
40 <module>gmaven-runtime-api</module>
41 <module>gmaven-runtime-support</module>
42 <module>gmaven-runtime-1.5</module>
43 <module>gmaven-runtime-loader</module>
83 <module>gmaven-runtime-1.6</module>
84 <module>gmaven-runtime-1.7</module
    [all...]
  /art/runtime/
runtime-inl.h 20 #include "runtime.h"
26 inline QuickMethodFrameInfo Runtime::GetRuntimeMethodFrameInfo(mirror::ArtMethod* method) {
32 if (method == GetCalleeSaveMethodUnchecked(Runtime::kRefsAndArgs)) {
33 return GetCalleeSaveMethodFrameInfo(Runtime::kRefsAndArgs);
34 } else if (method == GetCalleeSaveMethodUnchecked(Runtime::kSaveAll)) {
35 return GetCalleeSaveMethodFrameInfo(Runtime::kSaveAll);
37 DCHECK(method == GetCalleeSaveMethodUnchecked(Runtime::kRefsOnly));
38 return GetCalleeSaveMethodFrameInfo(Runtime::kRefsOnly);
42 inline mirror::ArtMethod* Runtime::GetResolutionMethod() {
47 inline mirror::ArtMethod* Runtime::GetImtConflictMethod()
    [all...]
  /external/antlr/antlr-3.4/runtime/CSharp2/
README.TXT 1 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.dl
    [all...]

Completed in 1088 milliseconds

12 3 4 5 6 7 8 91011>>