/external/v8/src/runtime/ |
D | runtime.cc | 34 Runtime::k##name, Runtime::RUNTIME, #name, FUNCTION_ADDR(Runtime_##name), \ 42 Runtime::kInline##name, Runtime::INLINE, "_" #name, \ 47 static const Runtime::Function kIntrinsicFunctions[] = { 88 const Runtime::Function* function = &kIntrinsicFunctions[i]; in InitializeIntrinsicFunctionNames() 94 entry->value = const_cast<Runtime::Function*>(function); in InitializeIntrinsicFunctionNames() 101 bool Runtime::IsNonReturning(FunctionId id) { in IsNonReturning() 103 case Runtime::kThrowUnsupportedSuperError: in IsNonReturning() 104 case Runtime::kThrowConstructorNonCallableError: in IsNonReturning() 105 case Runtime::kThrowStaticPrototypeError: in IsNonReturning() 106 case Runtime::kThrowSuperAlreadyCalledError: in IsNonReturning() [all …]
|
/external/antlr/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 48 3. Antlr3.Runtime.Tests - Antlr3.Runtime.dll 52 In addition, Antlr3.Runtime.Tests has a dependency on the MbUnit v2.4 dlls. [all …]
|
/external/antlr/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/antlr/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;
|
D | 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/v8/src/compiler/ |
D | linkage.cc | 153 bool Linkage::NeedsFrameStateInput(Runtime::FunctionId function) { in NeedsFrameStateInput() 158 case Runtime::kAbort: in NeedsFrameStateInput() 159 case Runtime::kAllocateInTargetSpace: in NeedsFrameStateInput() 160 case Runtime::kCreateIterResultObject: in NeedsFrameStateInput() 161 case Runtime::kIncBlockCounter: in NeedsFrameStateInput() 162 case Runtime::kIsFunction: in NeedsFrameStateInput() 163 case Runtime::kNewClosure: in NeedsFrameStateInput() 164 case Runtime::kNewClosure_Tenured: in NeedsFrameStateInput() 165 case Runtime::kNewFunctionContext: in NeedsFrameStateInput() 166 case Runtime::kPushBlockContext: in NeedsFrameStateInput() [all …]
|
D | js-intrinsic-lowering.cc | 29 const Runtime::Function* const f = in Reduce() 30 Runtime::FunctionForId(CallRuntimeParametersOf(node->op()).id()); in Reduce() 31 if (f->intrinsic_type != Runtime::IntrinsicType::INLINE) return NoChange(); in Reduce() 33 case Runtime::kInlineCreateIterResultObject: in Reduce() 35 case Runtime::kInlineDebugIsActive: in Reduce() 37 case Runtime::kInlineDeoptimizeNow: in Reduce() 39 case Runtime::kInlineGeneratorClose: in Reduce() 41 case Runtime::kInlineCreateJSGeneratorObject: in Reduce() 43 case Runtime::kInlineGeneratorGetInputOrDebugPos: in Reduce() 45 case Runtime::kInlineAsyncGeneratorReject: in Reduce() [all …]
|
/external/antlr/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/runtime/Perl5/lib/ANTLR/Runtime/ |
D | BaseRecognizer.pm | 1 package ANTLR::Runtime::BaseRecognizer; 6 use ANTLR::Runtime::RecognizerSharedState; 7 use ANTLR::Runtime::Token; 8 use ANTLR::Runtime::UnwantedTokenException; 9 use ANTLR::Runtime::MissingTokenException; 10 use ANTLR::Runtime::MismatchedTokenException; 24 Readonly my $DEFAULT_TOKEN_CHANNEL => ANTLR::Runtime::Token->DEFAULT_CHANNEL; 27 Readonly my $HIDDEN => ANTLR::Runtime::Token->HIDDEN_CHANNEL; 41 default => sub { ANTLR::Runtime::RecognizerSharedState->new() }, 107 if ($follow->member(ANTLR::Runtime::Token->EOR_TOKEN_TYPE)) { [all …]
|
D | Token.pm | 1 package ANTLR::Runtime::Token; 7 use ANTLR::Runtime::CharStream; 37 sub EOF { ANTLR::Runtime::CharStream->EOF } 41 require ANTLR::Runtime::CommonToken; 42 state $EOF_TOKEN = ANTLR::Runtime::CommonToken->new({ type => EOF }); 51 require ANTLR::Runtime::CommonToken; 52 state $INVALID_TOKEN = ANTLR::Runtime::CommonToken->new({ type => INVALID_TOKEN_TYPE }); 60 require ANTLR::Runtime::CommonToken; 61 state $SKIP_TOKEN = ANTLR::Runtime::CommonToken->new({ type => INVALID_TOKEN_TYPE });
|
D | Lexer.pm | 1 package ANTLR::Runtime::Lexer; 8 use ANTLR::Runtime::Token; 9 use ANTLR::Runtime::CommonToken; 10 use ANTLR::Runtime::CharStream; 11 use ANTLR::Runtime::MismatchedTokenException; 37 $self->state->type(ANTLR::Runtime::Token->INVALID_TOKEN_TYPE); 38 $self->state->channel(ANTLR::Runtime::Token->DEFAULT_CHANNEL); 53 $self->state->channel(ANTLR::Runtime::Token->DEFAULT_CHANNEL); 59 if ($self->input->LA(1) eq ANTLR::Runtime::CharStream->EOF) { 60 return ANTLR::Runtime::Token->EOF_TOKEN; [all …]
|
D | CommonTokenStream.pm | 1 package ANTLR::Runtime::CommonTokenStream; 7 use ANTLR::Runtime::CharStream; 8 use ANTLR::Runtime::Token; 9 use ANTLR::Runtime::TokenSource; 44 default => ANTLR::Runtime::Token->DEFAULT_CHANNEL, 71 $self->channel(ANTLR::Runtime::Token->DEFAULT_CHANNEL); 79 while (defined $t && $t->get_type() != ANTLR::Runtime::CharStream->EOF) { 175 $types = ANTLR::Runtime::BitSet->new($args->{types}); 181 $types = ANTLR::Runtime::BitSet->of($ttype); 224 return ANTLR::Runtime::Token->EOF_TOKEN; [all …]
|
/external/antlr/ |
D | .gitignore | 23 /runtime/CSharp3/Sources/Antlr3.Runtime/bin/ 24 /runtime/CSharp3/Sources/Antlr3.Runtime/obj/ 25 /runtime/CSharp3/Sources/Antlr3.Runtime.Debug/bin/ 26 /runtime/CSharp3/Sources/Antlr3.Runtime.Debug/obj/ 27 /runtime/CSharp3/Sources/Antlr3.Runtime.JavaExtensions/bin/ 28 /runtime/CSharp3/Sources/Antlr3.Runtime.JavaExtensions/obj/ 29 /runtime/CSharp3/Sources/Antlr3.Runtime.Test/bin/ 30 /runtime/CSharp3/Sources/Antlr3.Runtime.Test/obj/
|
/external/antlr/runtime/Delphi/Sources/Antlr3.Runtime.Tests/ |
D | TestDriver.dpr | 22 Antlr.Runtime.Tools.Tests in 'Antlr.Runtime.Tools.Tests.pas', 23 Antlr.Runtime.Collections.Tests in 'Antlr.Runtime.Collections.Tests.pas', 24 Antlr.Runtime.Tree.Tests in 'Antlr.Runtime.Tree.Tests.pas', 25 Antlr.Runtime.Tests in 'Antlr.Runtime.Tests.pas';
|
/external/grpc-grpc/examples/csharp/HelloworldXamarin/Droid/Resources/ |
D | Resource.designer.cs | 12 [assembly: global::Android.Runtime.ResourceDesignerAttribute("HelloworldXamarin.Droid.Resource", Is… 24 global::Android.Runtime.ResourceIdManager.UpdateIdValues(); in Resource() 36 global::Android.Runtime.ResourceIdManager.UpdateIdValues(); in Attribute() 52 global::Android.Runtime.ResourceIdManager.UpdateIdValues(); in Id() 68 global::Android.Runtime.ResourceIdManager.UpdateIdValues(); in Layout() 84 global::Android.Runtime.ResourceIdManager.UpdateIdValues(); in Mipmap() 103 global::Android.Runtime.ResourceIdManager.UpdateIdValues(); in String()
|
/external/v8/src/inspector/ |
D | v8-console-message.cc | 26 return protocol::Runtime::ConsoleAPICalled::TypeEnum::Log; in consoleAPITypeValue() 28 return protocol::Runtime::ConsoleAPICalled::TypeEnum::Debug; in consoleAPITypeValue() 30 return protocol::Runtime::ConsoleAPICalled::TypeEnum::Info; in consoleAPITypeValue() 32 return protocol::Runtime::ConsoleAPICalled::TypeEnum::Error; in consoleAPITypeValue() 34 return protocol::Runtime::ConsoleAPICalled::TypeEnum::Warning; in consoleAPITypeValue() 36 return protocol::Runtime::ConsoleAPICalled::TypeEnum::Clear; in consoleAPITypeValue() 38 return protocol::Runtime::ConsoleAPICalled::TypeEnum::Dir; in consoleAPITypeValue() 40 return protocol::Runtime::ConsoleAPICalled::TypeEnum::Dirxml; in consoleAPITypeValue() 42 return protocol::Runtime::ConsoleAPICalled::TypeEnum::Table; in consoleAPITypeValue() 44 return protocol::Runtime::ConsoleAPICalled::TypeEnum::Trace; in consoleAPITypeValue() [all …]
|
D | v8-debugger-agent-impl.h | 66 std::unique_ptr<protocol::Runtime::StackTraceId> inStackTraceId, 67 std::unique_ptr<protocol::Runtime::StackTrace>* outStackTrace) override; 83 Maybe<protocol::Runtime::StackTrace>* optOutAsyncStackTrace, 84 Maybe<protocol::Runtime::StackTraceId>* optOutAsyncStackTraceId, 85 Maybe<protocol::Runtime::ExceptionDetails>* optOutCompileError) override; 90 Maybe<protocol::Runtime::StackTrace>* asyncStackTrace, 91 Maybe<protocol::Runtime::StackTraceId>* asyncStackTraceId) override; 101 Response pauseOnAsyncCall(std::unique_ptr<protocol::Runtime::StackTraceId> 110 std::unique_ptr<protocol::Runtime::RemoteObject>* result, 111 Maybe<protocol::Runtime::ExceptionDetails>*) override; [all …]
|
D | v8-runtime-agent-impl.h | 54 class V8RuntimeAgentImpl : public protocol::Runtime::Backend { 76 Maybe<protocol::Array<protocol::Runtime::CallArgument>> optionalArguments, 86 std::unique_ptr<protocol::Array<protocol::Runtime::PropertyDescriptor>>* 88 Maybe<protocol::Array<protocol::Runtime::InternalPropertyDescriptor>>* 90 Maybe<protocol::Runtime::ExceptionDetails>*) override; 99 Maybe<protocol::Runtime::ExceptionDetails>*) override; 107 std::unique_ptr<protocol::Runtime::RemoteObject>* objects) override; 124 void inspect(std::unique_ptr<protocol::Runtime::RemoteObject> objectToInspect, 139 protocol::Runtime::Frontend m_frontend;
|
/external/antlr/runtime/Perl5/examples/simplecalc/ |
D | simplecalc.pl | 6 use ANTLR::Runtime::ANTLRFileStream; 7 use ANTLR::Runtime::CommonTokenStream; 8 use ANTLR::Runtime::RecognitionException; 12 my $input = ANTLR::Runtime::ANTLRFileStream->new({ file_name => $ARGV[0] }); 14 my $tokens = ANTLR::Runtime::CommonTokenStream->new({ token_source => $lexer }); 22 if (my $ex = ANTLR::Runtime::RecognitionException->caught()) {
|
/external/v8/src/interpreter/ |
D | interpreter-intrinsics.cc | 14 bool IntrinsicsHelper::IsSupported(Runtime::FunctionId function_id) { in IsSupported() 16 #define SUPPORTED(name, lower_case, count) case Runtime::kInline##name: in IsSupported() 27 Runtime::FunctionId function_id) { in FromRuntimeId() 30 case Runtime::kInline##name: \ in FromRuntimeId() 40 Runtime::FunctionId IntrinsicsHelper::ToRuntimeId( in ToRuntimeId() 45 return Runtime::kInline##name; in ToRuntimeId()
|
/external/antlr/runtime/CSharp2/Sources/ |
D | Antlr3.Runtime (VS2008).sln | 4 …"{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Antlr3.Runtime (VS2008)", "Antlr3.Runtime\Antlr3.Runt… 8 …4EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Antlr3.Runtime.Tests (VS2008)", "Antlr3.Runtime.Tests\Antlr… 33 name = Antlr3.Runtime (VS2008) 35 StartupItem = Antlr3.Runtime\Antlr3.Runtime (VS2008).csproj
|
D | Antlr3.Runtime (VS2005).sln | 4 …"{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Antlr3.Runtime (VS2005)", "Antlr3.Runtime\Antlr3.Runt… 8 …4EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Antlr3.Runtime.Tests (VS2005)", "Antlr3.Runtime.Tests\Antlr… 30 name = Antlr3.Runtime (VS2005) 32 StartupItem = Antlr3.Runtime\Antlr3.Runtime (VS2005).csproj
|
/external/antlr/runtime/Perl5/t/examples/ |
D | simplecalc.t | 7 use ANTLR::Runtime::Test; 46 use ANTLR::Runtime::ANTLRStringStream; 47 use ANTLR::Runtime::CommonTokenStream; 48 use ANTLR::Runtime::RecognitionException; 60 my $input = ANTLR::Runtime::ANTLRStringStream->new({ input => $example }); 62 my $tokens = ANTLR::Runtime::CommonTokenStream->new({ token_source => $lexer }); 73 if (my $ex = ANTLR::Runtime::RecognitionException->caught()) {
|
/external/javapoet/src/test/java/com/squareup/javapoet/ |
D | JavaFileTest.java | 82 .addStatement("$T", Runtime.class) in importStaticForCrazyFormatsWorks() 83 .addStatement("$T.a()", Runtime.class) in importStaticForCrazyFormatsWorks() 84 .addStatement("$T.X", Runtime.class) in importStaticForCrazyFormatsWorks() 85 .addStatement("$T$T", Runtime.class, Runtime.class) in importStaticForCrazyFormatsWorks() 86 .addStatement("$T.$T", Runtime.class, Runtime.class) in importStaticForCrazyFormatsWorks() 87 .addStatement("$1T$1T", Runtime.class) in importStaticForCrazyFormatsWorks() 88 .addStatement("$1T$2L$1T", Runtime.class, "?") in importStaticForCrazyFormatsWorks() 89 .addStatement("$1T$2L$2S$1T", Runtime.class, "?") in importStaticForCrazyFormatsWorks() 90 .addStatement("$1T$2L$2S$1T$3N$1T", Runtime.class, "?", method) in importStaticForCrazyFormatsWorks() 91 .addStatement("$T$L", Runtime.class, "?") in importStaticForCrazyFormatsWorks() [all …]
|