| /external/webkit/Source/JavaScriptCore/ |
| D | CMakeLists.txt | 15 "${JAVASCRIPTCORE_DIR}/runtime" 86 runtime/ArgList.cpp 87 runtime/Arguments.cpp 88 runtime/ArrayConstructor.cpp 89 runtime/ArrayPrototype.cpp 90 runtime/BooleanConstructor.cpp 91 runtime/BooleanObject.cpp 92 runtime/BooleanPrototype.cpp 93 runtime/CallData.cpp 94 runtime/CommonIdentifiers.cpp [all …]
|
| D | JavaScriptCore.pro | 122 runtime/ArgList.cpp \ 123 runtime/Arguments.cpp \ 124 runtime/ArrayConstructor.cpp \ 125 runtime/ArrayPrototype.cpp \ 126 runtime/BooleanConstructor.cpp \ 127 runtime/BooleanObject.cpp \ 128 runtime/BooleanPrototype.cpp \ 129 runtime/CallData.cpp \ 130 runtime/CommonIdentifiers.cpp \ 131 runtime/Completion.cpp \ [all …]
|
| D | JavaScriptCore.gypi | 59 'runtime/ArgList.h', 60 'runtime/ArrayPrototype.h', 61 'runtime/BooleanObject.h', 62 'runtime/CachedTranscendentalFunction.h', 63 'runtime/CallData.h', 64 'runtime/ClassInfo.h', 65 'runtime/CommonIdentifiers.h', 66 'runtime/Completion.h', 67 'runtime/ConstructData.h', 68 'runtime/DateInstance.h', [all …]
|
| D | GNUmakefile.list.am | 16 Source/JavaScriptCore/runtime/ArrayPrototype.lut.h \ 17 Source/JavaScriptCore/runtime/DatePrototype.lut.h \ 18 Source/JavaScriptCore/runtime/JSONObject.lut.h \ 19 Source/JavaScriptCore/runtime/MathObject.lut.h \ 20 Source/JavaScriptCore/runtime/NumberConstructor.lut.h \ 21 Source/JavaScriptCore/runtime/ObjectConstructor.lut.h \ 22 Source/JavaScriptCore/runtime/RegExpConstructor.lut.h \ 23 Source/JavaScriptCore/runtime/RegExpObject.lut.h \ 24 Source/JavaScriptCore/runtime/StringPrototype.lut.h 215 Source/JavaScriptCore/runtime/ArgList.cpp \ [all …]
|
| D | ChangeLog | 43 * runtime/JSValue.h: 44 * runtime/WriteBarrier.h: 78 * runtime/JSValue.h: 79 * runtime/WriteBarrier.h: 176 * runtime/JSValue.h: 177 * runtime/WriteBarrier.h: 189 * runtime/Structure.cpp: 193 * runtime/Structure.h: 244 * runtime/JSValue.h: 245 * runtime/WriteBarrier.h: [all …]
|
| /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/android-mock/src/ |
| D | build-runtime.xml | 2 <project name="AndroidMockRuntime" default="runtime.build" basedir=".."> 6 <!-- Android Mock Runtime Properties --> 7 <property name="runtime.bin" value="bin"/> 8 <property name="runtime.class-bin" value="bin/classes"/> 9 <property name="runtime.deploy-jar" value="AndroidMockRuntime.jar"/> 10 <property name="runtime.java-files" value="${java-package}/AndroidMock.java 12 <property name="runtime.nodeps-jar" value="AndroidMockRuntime-nodeps.jar"/> 20 <target name="-runtime.dirs"> 21 <mkdir dir="${runtime.bin}"/> 22 <mkdir dir="${runtime.class-bin}"/> [all …]
|
| /external/webkit/Source/JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore/ |
| D | JavaScriptCore.vcproj | 514 Name="runtime" 517 RelativePath="..\..\runtime\ArgList.cpp" 521 RelativePath="..\..\runtime\ArgList.h" 525 RelativePath="..\..\runtime\Arguments.cpp" 529 RelativePath="..\..\runtime\Arguments.h" 533 RelativePath="..\..\runtime\ArrayConstructor.cpp" 537 RelativePath="..\..\runtime\ArrayConstructor.h" 541 RelativePath="..\..\runtime\ArrayPrototype.cpp" 545 RelativePath="..\..\runtime\ArrayPrototype.h" 549 RelativePath="..\..\runtime\BatchedTransitionOptimizer.h" [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/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/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 …]
|
| /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 …]
|
| /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/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/ |
| D | RuntimeTest.java | 26 Runtime r = Runtime.getRuntime(); 60 * @tests java.lang.Runtime#exit(int) 63 // Test for method void java.lang.Runtime.exit(int) in test_exitI() 68 * @tests java.lang.Runtime#exec(java.lang.String) 75 Runtime.getRuntime().exec("AnInexistentProgram"); in test_exec() 85 * @tests java.lang.Runtime#freeMemory() 88 // Test for method long java.lang.Runtime.freeMemory() in test_freeMemory() 93 * @tests java.lang.Runtime#gc() 96 // Test for method void java.lang.Runtime.gc() in test_gc() 119 * @tests java.lang.Runtime#getRuntime() [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\\
|