/cts/tools/dasm/src/java_cup/runtime/ |
virtual_parse_stack.java | 2 package java_cup.runtime; 17 * @see java_cup.runtime.lr_parser
|
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/ |
ANTLRFileStream.java | 28 package org.antlr.runtime;
|
ANTLRReaderStream.java | 28 package org.antlr.runtime;
|
CharStream.java | 28 package org.antlr.runtime;
|
IntStream.java | 28 package org.antlr.runtime;
|
UnbufferedTokenStream.java | 28 package org.antlr.runtime; 30 import org.antlr.runtime.misc.LookaheadStream;
|
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/tree/ |
CommonErrorNode.java | 28 package org.antlr.runtime.tree; 30 import org.antlr.runtime.*;
|
RewriteRuleSubtreeStream.java | 28 package org.antlr.runtime.tree;
|
RewriteRuleTokenStream.java | 28 package org.antlr.runtime.tree; 30 import org.antlr.runtime.Token;
|
TreeNodeStream.java | 28 package org.antlr.runtime.tree; 30 import org.antlr.runtime.IntStream; 31 import org.antlr.runtime.TokenStream;
|
TreeVisitor.java | 29 package org.antlr.runtime.tree;
|
/external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/ |
TokenRewriteStream.js | 53 org.antlr.runtime.TokenRewriteStream = function() { 54 var sup = org.antlr.runtime.TokenRewriteStream.superclass; 75 var trs = org.antlr.runtime.TokenRewriteStream; 139 org.antlr.lang.extend(trs, org.antlr.runtime.CommonTokenStream, { 255 if (index instanceof org.antlr.runtime.Token) { 276 if (index instanceof org.antlr.runtime.Token) { 306 if (first instanceof org.antlr.runtime.Token) { 310 if (last instanceof org.antlr.runtime.Token) {
|
/external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/tree/ |
RewriteRuleElementStream.js | 9 * @see org.antlr.runtime.tree.RewriteRuleSubtreeStream 10 * @see org.antlr.runtime.tree.RewriteRuleTokenStream 14 org.antlr.runtime.tree.RewriteRuleElementStream = function(adaptor, elementDescription, el) { 42 org.antlr.runtime.tree.RewriteRuleElementStream.prototype = { 99 throw new org.antlr.runtime.tree.RewriteEmptyStreamException(this.elementDescription); 106 throw new org.antlr.runtime.tree.RewriteCardinalityException(this.elementDescription);
|
/external/clang/test/OpenMP/ |
parallel_for_codegen.cpp | 315 // CHECK-LABEL: define {{.*void}} @{{.*}}runtime{{.*}}(float* {{.+}}, float* {{.+}}, float* {{.+}}, float* {{.+}}) 316 void runtime(float *a, float *b, float *c, float *d) { function 318 #pragma omp parallel for collapse(2) schedule(runtime)
|
/external/jacoco/org.jacoco.agent.rt/src/org/jacoco/agent/rt/internal/ |
PreMain.java | 16 import org.jacoco.core.runtime.AgentOptions; 17 import org.jacoco.core.runtime.IRuntime; 18 import org.jacoco.core.runtime.ModifiedSystemClassRuntime; 47 final IRuntime runtime = createRuntime(inst); local 48 runtime.startup(agent.getData()); 49 inst.addTransformer(new CoverageTransformer(runtime, agentOptions,
|
/external/jacoco/org.jacoco.core/src/org/jacoco/core/runtime/ |
OfflineInstrumentationAccessGenerator.java | 12 package org.jacoco.core.runtime; 21 * direct dependency to the JaCoCo runtime agent to initialize the runtime and 38 * Creates a new instance with the given runtime class name for testing 42 * VM name of the runtime class
|
RemoteControlReader.java | 12 package org.jacoco.core.runtime; 20 * {@link ExecutionDataReader} with commands added for runtime remote control.
|
SystemPropertiesRuntime.java | 12 package org.jacoco.core.runtime; 23 * This runtime may cause problems in environments with security restrictions, 34 * Creates a new runtime.
|
WildcardMatcher.java | 12 package org.jacoco.core.runtime;
|
/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/runtime/ |
WildcardMatcherTest.java | 12 package org.jacoco.core.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);
|
/external/javassist/src/main/javassist/runtime/ |
Cflow.java | 16 package javassist.runtime; 20 * This support class is required at runtime
|
/external/protobuf/ruby/src/main/java/com/google/protobuf/jruby/ |
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) { 52 RubyModule protobuf = runtime.getClassFromPath("Google::Protobuf"); 53 RubyClass cDescriptor = protobuf.defineClassUnder("Descriptor", runtime.getObject(), new ObjectAllocator() { 55 public IRubyObject allocate(Ruby runtime, RubyClass klazz) { 56 return new RubyDescriptor(runtime, klazz); 59 cDescriptor.includeModule(runtime.getEnumerable()) 237 Ruby runtime = context.runtime; local [all...] |
/external/syslinux/gpxe/src/net/ |
retry.c | 102 unsigned long runtime; local 109 runtime = ( now - timer->start ); 112 timer, now, runtime ); 116 * r = round-trip time estimate (i.e. runtime) 133 timer->timeout += ( runtime >> 1 );
|
/prebuilts/go/darwin-x86/src/runtime/ |
cgo.go | 5 package runtime package 11 // Filled in by runtime/cgo when linked into binary. 29 // iscgo is set to true by the runtime/cgo package
|