/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/protobuf/ruby/src/main/java/com/google/protobuf/jruby/ |
D | Utils.java | 43 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 …]
|
D | RubyMessageBuilderContext.java | 39 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 …]
|
D | RubyEnumDescriptor.java | 44 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 …]
|
D | RubyMessage.java | 38 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 …]
|
D | RubyDescriptor.java | 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; 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/ |
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/vixl/ |
D | CPPLINT.cfg | 20 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/ |
D | runtime.cc | 5 #include "src/runtime/runtime.h" 14 #include "src/runtime/runtime-utils.h" 19 // Header of runtime functions. 41 Runtime::k##name, Runtime::RUNTIME, #name, FUNCTION_ADDR(Runtime_##name), \ 49 Runtime::kInline##name, Runtime::INLINE, "_" #name, \ 54 static const Runtime::Function kIntrinsicFunctions[] = { 95 const Runtime::Function* function = &kIntrinsicFunctions[i]; in InitializeIntrinsicFunctionNames() 101 entry->value = const_cast<Runtime::Function*>(function); in InitializeIntrinsicFunctionNames() 108 const Runtime::Function* Runtime::FunctionForName(const unsigned char* name, in FunctionForName() 122 const Runtime::Function* Runtime::FunctionForEntry(Address entry) { in FunctionForEntry() [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 …]
|
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/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 | 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/v8/src/debug/ |
D | debug-evaluate.cc | 262 bool IntrinsicHasNoSideEffect(Runtime::FunctionId id) { in IntrinsicHasNoSideEffect() 264 // Whitelist for intrinsics amd runtime functions. in IntrinsicHasNoSideEffect() 266 case Runtime::kToInteger: in IntrinsicHasNoSideEffect() 267 case Runtime::kInlineToInteger: in IntrinsicHasNoSideEffect() 268 case Runtime::kToObject: in IntrinsicHasNoSideEffect() 269 case Runtime::kInlineToObject: in IntrinsicHasNoSideEffect() 270 case Runtime::kToString: in IntrinsicHasNoSideEffect() 271 case Runtime::kInlineToString: in IntrinsicHasNoSideEffect() 272 case Runtime::kToLength: in IntrinsicHasNoSideEffect() 273 case Runtime::kInlineToLength: in IntrinsicHasNoSideEffect() [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 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/ |
D | Android.v8.mk | 377 src/runtime-profiler.cc \ 378 src/runtime/runtime-array.cc \ 379 src/runtime/runtime-atomics.cc \ 380 src/runtime/runtime-classes.cc \ 381 src/runtime/runtime-collections.cc \ 382 src/runtime/runtime-compiler.cc \ 383 src/runtime/runtime-date.cc \ 384 src/runtime/runtime-debug.cc \ 385 src/runtime/runtime-error.cc \ 386 src/runtime/runtime-forin.cc \ [all …]
|
/external/vulkan-validation-layers/windowsRuntimeInstaller/ |
D | README.txt | 2 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/v8/src/compiler/ |
D | linkage.cc | 142 bool Linkage::NeedsFrameStateInput(Runtime::FunctionId function) { in NeedsFrameStateInput() 144 // Most runtime functions need a FrameState. A few chosen ones that we know in NeedsFrameStateInput() 147 case Runtime::kAbort: in NeedsFrameStateInput() 148 case Runtime::kAllocateInTargetSpace: in NeedsFrameStateInput() 149 case Runtime::kConvertReceiver: in NeedsFrameStateInput() 150 case Runtime::kCreateIterResultObject: in NeedsFrameStateInput() 151 case Runtime::kDefineGetterPropertyUnchecked: // TODO(jarin): Is it safe? in NeedsFrameStateInput() 152 case Runtime::kDefineSetterPropertyUnchecked: // TODO(jarin): Is it safe? in NeedsFrameStateInput() 153 case Runtime::kGeneratorGetContinuation: in NeedsFrameStateInput() 154 case Runtime::kIsFunction: in NeedsFrameStateInput() [all …]
|