/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/ |
D | 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 …]
|
D | Antlr3.Runtime (VS2005).csproj | 13 <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 | .flexLibProperties | 4 <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/ |
D | antlr3.properties | 10 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/ |
D | API CHANGES.TXT | 11 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 …]
|
D | 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.dll 46 antlr.runtime.dll 48 3. Antlr3.Runtime.Tests - Antlr3.Runtime.dll [all …]
|
/external/antlr/antlr-3.4/runtime/Perl5/ |
D | MANIFEST | 21 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/libcxx/test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.ctor/ |
D | Android.mk | 17 …:= external/libcxx/test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.ctor/And… 19 test_name := utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.ctor/pointer01 23 test_name := utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.ctor/pointer_deleter… 27 test_name := utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.ctor/pointer_deleter… 31 test_name := utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.ctor/move02 35 test_name := utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.ctor/pointer02 39 test_name := utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.ctor/move01 43 test_name := utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.ctor/pointer_deleter… 47 test_name := utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.ctor/default01 51 test_name := utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.ctor/default02 [all …]
|
/external/smali/smali-integration-tests/src/test/smali/junit-tests/InstructionTests/Format12x/ |
D | Format12x.smali | 13 .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/smali/smali-integration-tests/src/test/smali/junit-tests/InstructionTests/Format23x/ |
D | Format23x.smali | 13 .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/chromium_org/third_party/WebKit/Source/devtools/front_end/ |
D | Runtime.js | 120 var Runtime = function() class 123 * @type {!Array.<!Runtime.Module>} 127 * @type {!Object.<string, !Runtime.Module>} 131 * @type {!Array.<!Runtime.Extension>} 141 * @type {!Object.<string, !Runtime.ModuleDescriptor>} 152 Runtime._queryParamsObject = { __proto__: null }; 157 Runtime.isReleaseMode = function() 167 Runtime.startSharedWorker = function(moduleName, workerName) 169 if (Runtime.isReleaseMode()) 177 throw Error("Runtime.startSharedWorker supports modules with only one script!"); [all …]
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/output1/ |
D | SimpleCLexer.java | 1 // $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 …]
|
D | SimpleCTP.java | 1 // $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/clang/include/clang/Basic/ |
D | ObjCRuntime.h | 1 //===--- 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 44 /// 'gcc' is the Objective-C runtime shipped with GCC, implementing a 48 /// 'gnustep' is the modern non-fragile GNUstep runtime. 51 /// 'objfw' is the Objective-C runtime included in ObjFW 60 /// A bogus initialization of the runtime. [all …]
|
/external/antlr/antlr-3.4/runtime/Perl5/t/classes/Test/ANTLR/Runtime/ |
D | 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); 33 ok !ANTLR::Runtime::Token->EOF_TOKEN;
|
/external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/ |
D | BitSet.js | 14 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 …]
|
D | EarlyExitException.js | 5 …* @param {org.antlr.runtime.CommonTokenStream|org.antlr.runtime.tree.TreeNodeStream|org.antlr.run… 6 * @extends org.antlr.runtime.RecognitionException 8 org.antlr.runtime.EarlyExitException = function(decisionNumber, input) { 9 org.antlr.runtime.EarlyExitException.superclass.constructor.call( 15 org.antlr.runtime.EarlyExitException, 16 org.antlr.runtime.RecognitionException, 17 /** @lends org.antlr.runtime.EarlyExitException.prototype */ 22 name: "org.antlr.runtime.EarlyExitException"
|
D | Lexer.js | 6 org.antlr.runtime.Lexer = function(input, state) { 8 org.antlr.runtime.Lexer.superclass.constructor.call(this, state); 15 org.antlr.lang.extend(org.antlr.runtime.Lexer, org.antlr.runtime.BaseRecognizer, { 18 org.antlr.runtime.Lexer.superclass.reset.call(this); 26 this.state.type = org.antlr.runtime.Token.INVALID_TOKEN_TYPE; 27 this.state.channel = org.antlr.runtime.Token.DEFAULT_CHANNEL; 40 this.state.channel = org.antlr.runtime.Token.DEFAULT_CHANNEL; 45 if ( this.input.LA(1)===org.antlr.runtime.CharStream.EOF ) { 46 return org.antlr.runtime.Token.EOF_TOKEN; 53 else if ( this.state.token==org.antlr.runtime.Token.SKIP_TOKEN ) { [all …]
|
D | BaseRecognizer.js | 10 * @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/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/ |
D | Token.pm | 1 package ANTLR::Runtime::Token; 7 use ANTLR::Runtime::CharStream; 8 #use ANTLR::Runtime::CommonToken; 37 sub EOF { ANTLR::Runtime::CharStream->EOF } 39 #Readonly my $EOF_TOKEN => ANTLR::Runtime::CommonToken->new({ type => EOF }); 41 require ANTLR::Runtime::CommonToken; 42 state $EOF_TOKEN = ANTLR::Runtime::CommonToken->new({ type => EOF }); 49 #Readonly my $INVALID_TOKEN => ANTLR::Runtime::CommonToken->new({ type => INVALID_TOKEN_TYPE }); 51 require ANTLR::Runtime::CommonToken; 52 state $INVALID_TOKEN = ANTLR::Runtime::CommonToken->new({ type => INVALID_TOKEN_TYPE }); [all …]
|
/external/antlr/antlr-3.4/runtime/C/doxygen/ |
D | mainpage.dox | 1 // Main page documentation for ANTLR3C runtime. Contains 5 /// \mainpage ANTLR3 C Runtime API and Usage Guide. 27 /// generation template for the tool and a runtime library for use by generated recognizers. 28 /// The C runtime tracks the Java runtime releases and in general when a new version of the 29 /// tool is released, a new version of the C runtime will be released at the same time. 33 /// - \subpage build Building the runtime itself from source code; 36 /// - \subpage using Using the runtime and the libraries and so on; 37 /// - \subpage runtime The documentation of the runtime code and functions; 41 /// The ANTLR 3 C runtime and code generation templates were written by <a href="http://www.linkedi… 44 /// The C runtime and therefore the code generated to utilize the runtime reflects the object model… [all …]
|
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/ |
D | Antlr3.Runtime.sln | 4 …ect("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Antlr3.Runtime", "Antlr3.Runtime\Antlr3.Runtime.c… 6 …FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Antlr3.Runtime.Debug", "Antlr3.Runtime.Debug\Antlr3.Run… 12 SccProjectUniqueName1 = Antlr3.Runtime\\Antlr3.Runtime.csproj 14 SccProjectFilePathRelativizedFromConnection1 = Antlr3.Runtime\\ 15 SccProjectUniqueName2 = Antlr3.Runtime.Debug\\Antlr3.Runtime.Debug.csproj 17 SccProjectFilePathRelativizedFromConnection2 = Antlr3.Runtime.Debug\\
|
/external/antlr/antlr-3.4/runtime/JavaScript/tests/functional/ |
D | t022scopes.html | 28 var cstream = new org.antlr.runtime.ANTLRStringStream("foobar"), 30 tstream = new org.antlr.runtime.CommonTokenStream(lexer), 38 var cstream = new org.antlr.runtime.ANTLRStringStream("foobar"), 40 tstream = new org.antlr.runtime.CommonTokenStream(lexer), 52 var cstream = new org.antlr.runtime.ANTLRStringStream("foobar"), 54 tstream = new org.antlr.runtime.CommonTokenStream(lexer), 69 var cstream = new org.antlr.runtime.ANTLRStringStream(xinput), 71 tstream = new org.antlr.runtime.CommonTokenStream(lexer), 90 var cstream = new org.antlr.runtime.ANTLRStringStream(xinput), 92 tstream = new org.antlr.runtime.CommonTokenStream(lexer), [all …]
|
/external/libcxx/test/language.support/support.runtime/ |
D | Android.mk | 17 test_makefile := external/libcxx/test/language.support/support.runtime/Android.mk 19 test_name := language.support/support.runtime/cstdbool 23 test_name := language.support/support.runtime/cstdarg 27 test_name := language.support/support.runtime/version_csetjmp 31 test_name := language.support/support.runtime/version_ctime 35 test_name := language.support/support.runtime/version_cstdlib 39 test_name := language.support/support.runtime/ctime 43 test_name := language.support/support.runtime/version_csignal 47 test_name := language.support/support.runtime/version_cstdarg 51 test_name := language.support/support.runtime/csetjmp [all …]
|
/external/chromium_org/extensions/renderer/resources/ |
D | runtime_custom_bindings.js | 5 // Custom binding for the runtime API. 7 var binding = require('binding').Binding.create('runtime'); 10 var runtimeNatives = requireNative('runtime'); 55 lastError.run('runtime.' + functionName, 61 lastError.run('runtime.' + functionName, 70 // Force the runtime API to be loaded in the background page. Using 71 // backgroundPageModuleSystem.require('runtime') is insufficient as 73 backgroundPage.chrome.runtime; 75 'runtime').bindDirectoryEntryCallback; 80 var runtime = binding.compiledApi; [all …]
|