/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/runtime/Java/src/main/java/org/antlr/runtime/ |
ANTLRFileStream.java | 28 package org.antlr.runtime;
|
ANTLRInputStream.java | 28 package org.antlr.runtime;
|
ANTLRReaderStream.java | 28 package org.antlr.runtime;
|
/external/antlr/runtime/Java/src/main/java/org/antlr/runtime/tree/ |
RewriteRuleSubtreeStream.java | 28 package org.antlr.runtime.tree;
|
TreeVisitor.java | 29 package org.antlr.runtime.tree;
|
/external/antlr/runtime/Java/src/test/java/org/antlr/runtime/ |
TestLookaheadStream.java | 1 package org.antlr.runtime;
|
/external/antlr/tool/src/main/java/org/antlr/analysis/ |
Label.java | 99 * If I didn't use a bitset implementation for runtime sets, I wouldn't 105 org.antlr.runtime.Token.EOR_TOKEN_TYPE; 107 public static final int DOWN = org.antlr.runtime.Token.DOWN; 108 public static final int UP = org.antlr.runtime.Token.UP; 112 org.antlr.runtime.Token.MIN_TOKEN_TYPE;
|
/external/antlr/tool/src/test/java/org/antlr/test/ |
TestInterpretedLexing.java | 30 import org.antlr.runtime.ANTLRStringStream; 31 import org.antlr.runtime.CharStream; 32 import org.antlr.runtime.CommonTokenStream; 33 import org.antlr.runtime.Token;
|
/external/autotest/server/site_tests/hardware_StorageQualBase/ |
hardware_StorageQualBase.py | 77 runtime=crypto_runtime,
|
/external/desugar/java/com/google/devtools/common/options/ |
InvocationPolicyParser.java | 19 import com.google.devtools.build.lib.runtime.proto.InvocationPolicyOuterClass.InvocationPolicy;
|
/external/jacoco/org.jacoco.agent.rt/src/org/jacoco/agent/rt/internal/ |
Agent.java | 27 import org.jacoco.core.runtime.AbstractRuntime; 28 import org.jacoco.core.runtime.AgentOptions; 29 import org.jacoco.core.runtime.AgentOptions.OutputMode; 30 import org.jacoco.core.runtime.RuntimeData; 33 * The agent manages the life cycle of JaCoCo runtime. 55 * Returns a global instance which is already started, reusing an existing set of runtime 62 * the runtime data to reuse 69 Runtime.getRuntime().addShutdownHook(new Thread() { 129 * Creates a new agent with the given agent options, reusing the given runtime data. 136 * the runtime data to reus [all...] |
/external/jacoco/org.jacoco.agent.rt.test/src/org/jacoco/agent/rt/internal/output/ |
TcpServerOutputTest.java | 32 import org.jacoco.core.runtime.AgentOptions; 33 import org.jacoco.core.runtime.RemoteControlReader; 34 import org.jacoco.core.runtime.RemoteControlWriter; 35 import org.jacoco.core.runtime.RuntimeData;
|
/external/jacoco/org.jacoco.core/src/org/jacoco/core/internal/instr/ |
LocalProbeArrayStrategy.java | 14 import org.jacoco.core.runtime.IExecutionDataAccessorGenerator; 20 * The strategy for interfaces inlines the runtime access directly into the 22 * class. This is very inefficient as the runtime is contacted for every method
|
/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
|
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/test/perf/ |
InstrumentationTimeScenario.java | 17 import org.jacoco.core.runtime.LoggerRuntime;
|
/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/test/validation/ |
ClassFileVersionsTest.java | 34 import org.jacoco.core.runtime.IRuntime; 35 import org.jacoco.core.runtime.SystemPropertiesRuntime; 95 IRuntime runtime = new SystemPropertiesRuntime(); local 96 Instrumenter instrumenter = new Instrumenter(runtime);
|
/external/libchrome/base/power_monitor/ |
power_monitor_device_source.h | 19 #include <objc/runtime.h>
|
/external/pdfium/fxjs/xfa/ |
cjx_delta.cpp | 23 CJS_Return CJX_Delta::restore(CJS_V8* runtime,
|
/external/perfetto/include/perfetto/base/ |
android_task_runner.h | 68 void GetNextDelayedTaskRunTimeLocked(struct itimerspec* runtime);
|
/external/protobuf/ruby/src/main/java/google/ |
ProtobufJavaService.java | 37 import org.jruby.runtime.load.BasicLibraryService;
|
/external/skia/src/compute/skc/ |
extent_ring.c | 97 skc_extent_ring_snap_alloc(struct skc_runtime * const runtime, 103 skc_runtime_host_temp_alloc(runtime, 140 skc_extent_ring_snap_free(struct skc_runtime * const runtime, 162 skc_runtime_host_temp_free(runtime,curr,curr->id);
|
/external/skia/src/compute/skc/platforms/cl_12/ |
composition_cl_12.h | 43 struct skc_runtime * runtime; member in struct:skc_composition_impl 94 // ONLY VISIBLE WITHIN THIS RUNTIME
|