/external/antlr/runtime/JavaScript/src/org/antlr/runtime/ |
RecognizerSharedState.js | 8 org.antlr.runtime.RecognizerSharedState = function() {
|
RecognitionException.js | 27 * @param {org.antlr.runtime.CommonTokenStream|org.antlr.runtime.tree.TreeNodeStream|org.antlr.runtime.ANTLRStringStream} input input stream that has an exception. 31 org.antlr.runtime.RecognitionException = function(input) { 32 org.antlr.runtime.RecognitionException.superclass.constructor.call(this); 35 if ( input instanceof org.antlr.runtime.TokenStream ) { 40 if ( input instanceof org.antlr.runtime.tree.TreeNodeStream ) { 43 else if ( input instanceof org.antlr.runtime.CharStream ) { 57 org.antlr.lang.extend(org.antlr.runtime.RecognitionException, Error, 58 /** @lends org.antlr.runtime.RecognitionException.prototype * [all...] |
/external/jacoco/org.jacoco.core/src/org/jacoco/core/runtime/ |
IExecutionDataAccessorGenerator.java | 12 package org.jacoco.core.runtime; 18 * <code>boolean[]</code> instance from the runtime. The mechanism is runtime
|
/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/test/perf/ |
InstrumentationSizeSzenario.java | 15 import org.jacoco.core.runtime.IRuntime; 16 import org.jacoco.core.runtime.LoggerRuntime; 33 final IRuntime runtime = new LoggerRuntime(); local 35 final Instrumenter instr = new Instrumenter(runtime);
|
ExecuteInstrumentedCodeScenario.java | 17 import org.jacoco.core.runtime.IRuntime; 18 import org.jacoco.core.runtime.LoggerRuntime; 19 import org.jacoco.core.runtime.RuntimeData; 41 IRuntime runtime = new LoggerRuntime(); local 42 runtime.startup(new RuntimeData()); 43 final Instrumenter instr = new Instrumenter(runtime);
|
/external/pdfium/fxjs/xfa/ |
cjx_treelist.cpp | 32 CJS_V8* runtime, 38 runtime->ToWideString(params[0]).AsStringView()); 45 return CJS_Return(runtime->NewNull()); 47 return CJS_Return(value->DirectGetValue().Get(runtime->GetIsolate()));
|
cjx_model.cpp | 29 CJS_V8* runtime, 35 CJS_V8* runtime, 42 name = runtime->ToWideString(params[1]); 46 nameSpace = runtime->ToWideString(params[2]); 48 WideString tagName = runtime->ToWideString(params[0]); 52 return CJS_Return(runtime->NewNull()); 67 return CJS_Return(runtime->NewNull()); 69 return CJS_Return(value->DirectGetValue().Get(runtime->GetIsolate())); 73 CJS_V8* runtime, 80 nameSpace = runtime->ToWideString(params[0]) [all...] |
/external/protobuf/ruby/src/main/java/com/google/protobuf/jruby/ |
RubyProtobuf.java | 39 import org.jruby.runtime.ThreadContext; 40 import org.jruby.runtime.builtin.IRubyObject; 45 public static void createProtobuf(Ruby runtime) { 46 RubyModule mGoogle = runtime.getModule("Google");
|
RubyOneofBuilderContext.java | 41 import org.jruby.runtime.ObjectAllocator; 42 import org.jruby.runtime.ThreadContext; 43 import org.jruby.runtime.builtin.IRubyObject; 47 public static void createRubyOneofBuilderContext(Ruby runtime) { 48 RubyModule protobuf = runtime.getClassFromPath("Google::Protobuf"); 50 RubyClass cRubyOneofBuidlerContext = internal.defineClassUnder("OneofBuilderContext", runtime.getObject(), new ObjectAllocator() { 66 this.cFieldDescriptor = (RubyClass) context.runtime.getClassFromPath("Google::Protobuf::FieldDescriptor"); 75 IRubyObject typeClass = args.length > 3 ? args[3] : context.runtime.getNil();
|
RubyEnum.java | 39 import org.jruby.runtime.ThreadContext; 40 import org.jruby.runtime.builtin.IRubyObject; 55 if (value == null) return context.runtime.getNil(); 56 return context.runtime.newSymbol(value.getName()); 71 if (value == null) return context.runtime.getNil(); 72 return context.runtime.newFixnum(value.getNumber());
|
/external/tensorflow/tensorflow/compiler/xla/service/cpu/ |
llvm_ir_runtime.h | 24 namespace runtime { namespace in namespace:xla::cpu 33 // The following CPU runtime functions have LLVM-IR only implementations: 43 } // namespace runtime
|
/external/caliper/lib/ |
java-allocation-instrumenter-2.0.jar | |
/art/runtime/ |
aot_class_linker.cc | 24 #include "runtime.h" 39 Runtime* const runtime = Runtime::Current(); local 40 bool strict_mode_ = runtime->IsActiveStrictTransactionMode(); 51 runtime->AbortTransactionAndThrowAbortError(self, "Can't resolve " 58 runtime->EnterTransactionMode(true, klass.Get()->AsClass().Ptr()); 65 runtime->ExitTransactionMode(); 69 DCHECK(runtime->IsTransactionAborted()); 80 Runtime* const runtime = Runtime::Current() local [all...] |
/external/grpc-grpc/tools/fuzzer/runners/ |
alts_credentials_fuzzer.sh | 17 flags="-max_total_time=$runtime -artifact_prefix=fuzzer_output/ -max_len=2048 -timeout=120"
|
http_request_fuzzer_test.sh | 17 flags="-max_total_time=$runtime -artifact_prefix=fuzzer_output/ -max_len=2048 -timeout=120"
|
http_response_fuzzer_test.sh | 17 flags="-max_total_time=$runtime -artifact_prefix=fuzzer_output/ -max_len=2048 -timeout=120"
|
json_fuzzer_test.sh | 17 flags="-max_total_time=$runtime -artifact_prefix=fuzzer_output/ -max_len=512 -timeout=120"
|
nanopb_fuzzer_response_test.sh | 17 flags="-max_total_time=$runtime -artifact_prefix=fuzzer_output/ -max_len=128 -timeout=120"
|
nanopb_fuzzer_serverlist_test.sh | 17 flags="-max_total_time=$runtime -artifact_prefix=fuzzer_output/ -max_len=128 -timeout=120"
|
percent_decode_fuzzer.sh | 17 flags="-max_total_time=$runtime -artifact_prefix=fuzzer_output/ -max_len=32 -timeout=120"
|
percent_encode_fuzzer.sh | 17 flags="-max_total_time=$runtime -artifact_prefix=fuzzer_output/ -max_len=32 -timeout=120"
|
ssl_server_fuzzer.sh | 17 flags="-max_total_time=$runtime -artifact_prefix=fuzzer_output/ -max_len=2048 -timeout=120"
|
uri_fuzzer_test.sh | 17 flags="-max_total_time=$runtime -artifact_prefix=fuzzer_output/ -max_len=128 -timeout=120"
|
/external/antlr/runtime/ActionScript/project/src/org/antlr/runtime/tree/ |
TreeNodeStream.as | 28 package org.antlr.runtime.tree { 29 import org.antlr.runtime.IntStream; 30 import org.antlr.runtime.TokenStream;
|
/external/antlr/runtime/JavaScript/src/org/antlr/runtime/tree/ |
CommonErrorNode.js | 1 org.antlr.runtime.tree.CommonErrorNode = function(input, start, stop, e) { 4 stop.getType()!=org.antlr.runtime.Token.EOF) ) 18 org.antlr.lang.extend(org.antlr.runtime.tree.CommonErrorNode, org.antlr.runtime.tree.CommonTree, { 24 return org.antlr.runtime.Token.INVALID_TOKEN_TYPE; 29 if ( this.start instanceof org.antlr.runtime.Token ) { 32 if ( this.stop.getType() === org.antlr.runtime.Token.EOF ) { 37 else if ( this.start instanceof org.antlr.runtime.tree.Tree ) { 49 if ( this.trappedException instanceof org.antlr.runtime.MissingTokenException ) { 54 else if ( this.trappedException instanceof org.antlr.runtime.UnwantedTokenException ) [all...] |