HomeSort by relevance Sort by last modified time
    Searched refs:runtime (Results 426 - 450 of 1892) sorted by null

<<11121314151617181920>>

  /prebuilts/tools/common/m2/repository/org/antlr/antlr4/4.5.3/
antlr4-4.5.3.jar 
  /prebuilts/tools/common/offline-m2/org/antlr/antlr4/4.5.3/
antlr4-4.5.3.jar 
  /prebuilts/go/darwin-x86/src/runtime/
race_amd64.s 12 // The following thunks allow calling the gcc-compiled race runtime directly
16 // Third, in long-term it will allow to remove cyclic runtime/race dependency on cmd/go.
28 // Gcc-compiled race runtime does not try to use that space.
42 // func runtime·raceread(addr uintptr)
44 TEXT runtime·raceread(SB), NOSPLIT, $0-8
51 // func runtime·RaceRead(addr uintptr)
52 TEXT runtime·RaceRead(SB), NOSPLIT, $0-8
54 JMP runtime·raceread(SB)
56 // void runtime·racereadpc(void *addr, void *callpc, void *pc)
57 TEXT runtime·racereadpc(SB), NOSPLIT, $0-2
    [all...]
rt0_linux_386.s 31 // Create a new thread to do the runtime initialization.
45 MOVL $runtime·newosproc0(SB), AX
61 MOVL $runtime·rt0_go(SB), AX
71 JMP runtime·rt0_go(SB)
77 DATA runtime·_vdso(SB)/4, $_fallback_vdso(SB)
78 GLOBL runtime·_vdso(SB), NOPTR, $4
  /prebuilts/go/linux-x86/src/runtime/
race_amd64.s 12 // The following thunks allow calling the gcc-compiled race runtime directly
16 // Third, in long-term it will allow to remove cyclic runtime/race dependency on cmd/go.
28 // Gcc-compiled race runtime does not try to use that space.
42 // func runtime·raceread(addr uintptr)
44 TEXT runtime·raceread(SB), NOSPLIT, $0-8
51 // func runtime·RaceRead(addr uintptr)
52 TEXT runtime·RaceRead(SB), NOSPLIT, $0-8
54 JMP runtime·raceread(SB)
56 // void runtime·racereadpc(void *addr, void *callpc, void *pc)
57 TEXT runtime·racereadpc(SB), NOSPLIT, $0-2
    [all...]
rt0_linux_386.s 31 // Create a new thread to do the runtime initialization.
45 MOVL $runtime·newosproc0(SB), AX
61 MOVL $runtime·rt0_go(SB), AX
71 JMP runtime·rt0_go(SB)
77 DATA runtime·_vdso(SB)/4, $_fallback_vdso(SB)
78 GLOBL runtime·_vdso(SB), NOPTR, $4
  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
RecognitionException.as 28 package org.antlr.runtime {
29 import org.antlr.runtime.tree.Tree;
30 import org.antlr.runtime.tree.TreeNodeStream;
31 import org.antlr.runtime.tree.TreeAdaptor;
32 import org.antlr.runtime.tree.CommonTree;
  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/tree/
CommonTreeNodeStream.java 28 package org.antlr.runtime.tree;
30 import org.antlr.runtime.Token;
31 import org.antlr.runtime.TokenStream;
32 import org.antlr.runtime.misc.LookaheadStream;
33 import org.antlr.runtime.misc.IntArray;
  /external/jacoco/org.jacoco.agent.rt/src/org/jacoco/agent/rt/internal/
CoverageTransformer.java 20 import org.jacoco.core.runtime.AgentOptions;
21 import org.jacoco.core.runtime.IRuntime;
22 import org.jacoco.core.runtime.WildcardMatcher;
53 * @param runtime
54 * coverage runtime
60 public CoverageTransformer(final IRuntime runtime,
62 this.instrumenter = new Instrumenter(runtime);
  /external/smali/smali/src/main/java/org/jf/smali/
SmaliTestUtils.java 35 import org.antlr.runtime.CommonTokenStream;
36 import org.antlr.runtime.RecognitionException;
37 import org.antlr.runtime.TokenSource;
38 import org.antlr.runtime.tree.CommonTree;
39 import org.antlr.runtime.tree.CommonTreeNodeStream;
  /sdk/eclipse/plugins/com.android.ide.eclipse.hierarchyviewer/src/com/android/ide/eclipse/hierarchyviewer/
HierarchyViewerPluginDirector.java 25 import org.eclipse.core.runtime.IProgressMonitor;
26 import org.eclipse.core.runtime.IStatus;
27 import org.eclipse.core.runtime.Status;
28 import org.eclipse.core.runtime.jobs.ISchedulingRule;
29 import org.eclipse.core.runtime.jobs.Job;
  /sdk/eclipse/plugins/com.android.ide.eclipse.ndk/src/com/android/ide/eclipse/ndk/internal/build/
NdkCommandLauncher.java 24 import org.eclipse.core.runtime.CoreException;
25 import org.eclipse.core.runtime.IPath;
26 import org.eclipse.core.runtime.IProgressMonitor;
27 import org.eclipse.core.runtime.Path;
28 import org.eclipse.core.runtime.Platform;
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.debug.core_3.6.0.v20100519.jar 
  /prebuilts/tools/common/m2/repository/com/tunnelvisionlabs/antlr4/4.5/
antlr4-4.5.jar 
  /prebuilts/tools/common/offline-m2/com/tunnelvisionlabs/antlr4/4.5/
antlr4-4.5.jar 
  /external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/
CommonTokenStream.js 8 org.antlr.runtime.CommonTokenStream = function(tokenSource, channel) {
10 this.channel = org.antlr.runtime.Token.DEFAULT_CHANNEL;
20 org.antlr.runtime.TokenStream = function() {};
22 org.antlr.lang.extend(org.antlr.runtime.CommonTokenStream,
23 org.antlr.runtime.TokenStream,
30 this.channel = org.antlr.runtime.Token.DEFAULT_CHANNEL;
43 t.getType()!=org.antlr.runtime.CharStream.EOF )
144 types = new org.antlr.runtime.BitSet(types);
146 types = org.antlr.runtime.BitSet.of(types);
189 return org.antlr.runtime.Token.EOF_TOKEN
    [all...]
Token.js 3 // defined here. Token is an interface, not a subclass in the Java runtime.
8 * @memberOf org.antlr.runtime
10 org.antlr.runtime.Token = function() {};
11 org.antlr.lang.augmentObject(org.antlr.runtime.Token, /** @lends Token */ {
21 EOF: org.antlr.runtime.CharStream.EOF,
  /external/jacoco/org.jacoco.core.test/src/org/jacoco/core/test/validation/
ValidationTestBase.java 28 import org.jacoco.core.runtime.IRuntime;
29 import org.jacoco.core.runtime.RuntimeData;
30 import org.jacoco.core.runtime.SystemPropertiesRuntime;
77 IRuntime runtime = new SystemPropertiesRuntime(); local
78 runtime.startup(data);
79 final byte[] bytes = new Instrumenter(runtime).instrument(reader);
83 runtime.shutdown();
  /external/jacoco/org.jacoco.examples/src/org/jacoco/examples/
CoreTutorial.java 26 import org.jacoco.core.runtime.IRuntime;
27 import org.jacoco.core.runtime.LoggerRuntime;
28 import org.jacoco.core.runtime.RuntimeData;
109 // For instrumentation and runtime we need a IRuntime instance
111 final IRuntime runtime = new LoggerRuntime(); local
115 final Instrumenter instr = new Instrumenter(runtime);
120 // runtime first:
122 runtime.startup(data);
135 // the runtime:
139 runtime.shutdown()
    [all...]
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/runtime/env/
variable.hpp 22 // Boost.Runtime.Parameter
23 #include <boost/test/utils/runtime/config.hpp>
24 #include <boost/test/utils/runtime/fwd.hpp>
25 #include <boost/test/utils/runtime/parameter.hpp>
26 #include <boost/test/utils/runtime/argument.hpp>
28 #include <boost/test/utils/runtime/env/fwd.hpp>
40 // ************** runtime::environment::variable_data ************** //
45 struct variable_data : public runtime::parameter {
54 // ************** runtime::environment::variable_base ************** //
86 // ************** runtime::environment::variable ************** /
    [all...]
  /prebuilts/go/darwin-x86/src/syscall/
asm_linux_amd64.s 18 CALL runtime·entersyscall(SB)
33 CALL runtime·exitsyscall(SB)
39 CALL runtime·exitsyscall(SB)
44 CALL runtime·entersyscall(SB)
59 CALL runtime·exitsyscall(SB)
65 CALL runtime·exitsyscall(SB)
118 MOVQ runtime·__vdso_gettimeofday_sym(SB), AX
  /prebuilts/go/linux-x86/src/syscall/
asm_linux_amd64.s 18 CALL runtime·entersyscall(SB)
33 CALL runtime·exitsyscall(SB)
39 CALL runtime·exitsyscall(SB)
44 CALL runtime·entersyscall(SB)
59 CALL runtime·exitsyscall(SB)
65 CALL runtime·exitsyscall(SB)
118 MOVQ runtime·__vdso_gettimeofday_sym(SB), AX
  /cts/tools/dasm/etc/
java_cup-new.jar 
  /external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/tree/
CommonTreeNodeStream.js 17 org.antlr.runtime.tree.CommonTreeNodeStream = function(adaptor,
23 adaptor = new org.antlr.runtime.tree.CommonTreeAdaptor();
27 org.antlr.runtime.tree.CommonTreeNodeStream.DEFAULT_INITIAL_BUFFER_SIZE;
38 var Token = org.antlr.runtime.Token;
47 org.antlr.lang.augmentObject(org.antlr.runtime.tree.CommonTreeNodeStream, {
52 org.antlr.lang.extend(org.antlr.runtime.tree.CommonTreeNodeStream,
53 org.antlr.runtime.tree.TreeNodeStream,
97 this.addNavigationNode(org.antlr.runtime.Token.DOWN);
107 this.addNavigationNode(org.antlr.runtime.Token.UP);
135 if ( ttype===org.antlr.runtime.Token.DOWN )
    [all...]
  /frameworks/opt/setupwizard/tools/docs/
doclava.jar 

Completed in 1916 milliseconds

<<11121314151617181920>>