/prebuilts/go/linux-x86/src/runtime/ |
tls_arm64.s | 11 TEXT runtime·load_g(SB),NOSPLIT,$0 12 MOVB runtime·iscgo(SB), R0 22 MOVD runtime·tls_g(SB), R27 33 TEXT runtime·save_g(SB),NOSPLIT,$0 34 MOVB runtime·iscgo(SB), R0 44 MOVD runtime·tls_g(SB), R27 56 // The runtime.tlsg name is being handled specially in the 59 GLOBL runtime·tls_g+0(SB), NOPTR, $8
|
tls_arm.s | 12 // SIGSEGV, and our runtime.sigtramp don't even know we 18 // On android and darwin, runtime.tlsg is a normal variable. 30 // NOTE: runtime.gogo assumes that R1 is preserved by this function. 31 // runtime.mcall assumes this function only clobbers R0 and R11. 33 TEXT runtime·save_g(SB),NOSPLIT,$-4 40 // a call to runtime.read_tls_fallback which jumps to __kuser_get_tls. 44 // $runtime.tlsg(SB) is a special linker symbol. 48 MOVW runtime·tlsg(SB), R11 50 MOVW $runtime·tlsg(SB), R11 60 TEXT runtime·load_g(SB),NOSPLIT,$ [all...] |
rt0_solaris_amd64.s | 14 MOVQ $runtime·rt0_go(SB), AX 17 DATA runtime·issolaris(SB)/4, $1 18 GLOBL runtime·issolaris(SB), NOPTR, $4
|
rt0_windows_386.s | 16 JMP runtime·rt0_go(SB) 19 DATA runtime·iswindows(SB)/4, $1 20 GLOBL runtime·iswindows(SB), NOPTR, $4
|
rt0_windows_amd64.s | 16 MOVQ $runtime·rt0_go(SB), AX 19 DATA runtime·iswindows(SB)/4, $1 20 GLOBL runtime·iswindows(SB), NOPTR, $4
|
/cts/tools/dasm/src/java_cup/ |
parser.java | 11 public class parser extends java_cup.runtime.lr_parser { 300 public java_cup.runtime.symbol do_action( 302 java_cup.runtime.lr_parser parser, 330 public java_cup.runtime.token scan() 427 public final java_cup.runtime.symbol CUP$do_action( 429 java_cup.runtime.lr_parser CUP$parser, 435 java_cup.runtime.symbol CUP$result; 443 CUP$result = new java_cup.runtime.symbol(/*empty*/27); 451 CUP$result = new java_cup.runtime.str_token(/*label_id*/30); 452 ((java_cup.runtime.str_token)CUP$result).str_val = (/*the_id*/(java_cup.runtime.str_token)CUP$stack.elementAt(CUP$top (…) [all...] |
/external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/ |
MismatchedNotSetException.js | 1 org.antlr.runtime.MismatchedNotSetException = function(expecting, input) { 2 org.antlr.runtime.MismatchedNotSetException.superclass.constructor.call(this, expecting, input); 6 org.antlr.runtime.MismatchedNotSetException, 7 org.antlr.runtime.MismatchedSetException, { 12 name: "org.antlr.runtime.MismatchedNotSetException"
|
MismatchedRangeExceptions.js | 1 org.antlr.runtime.MismatchedRangeException = function(a, b, input) { 6 org.antlr.runtime.MismatchedRangeException.superclass.constructor.call( 13 org.antlr.runtime.MismatchedRangeException, 14 org.antlr.runtime.RecognitionException, { 19 name: "org.antlr.runtime.MismatchedRangeException"
|
MismatchedSetException.js | 1 org.antlr.runtime.MismatchedSetException = function(expecting, input) { 2 org.antlr.runtime.MismatchedSetException.superclass.constructor.call( 8 org.antlr.runtime.MismatchedSetException, 9 org.antlr.runtime.RecognitionException, { 14 name: "org.antlr.runtime.MismatchedSetException"
|
MismatchedTreeNodeException.js | 1 org.antlr.runtime.MismatchedTreeNodeException = function(expecting, input) { 3 org.antlr.runtime.MismatchedTreeNodeException.superclass.constructor.call( 10 org.antlr.runtime.MismatchedTreeNodeException, 11 org.antlr.runtime.RecognitionException, { 16 name: "org.antlr.runtime.MismatchedTreeNodeException"
|
NoViableAltException.js | 1 org.antlr.runtime.NoViableAltException = function(grammarDecisionDescription, 6 org.antlr.runtime.NoViableAltException.superclass.constructor.call(this, input); 13 org.antlr.runtime.NoViableAltException, 14 org.antlr.runtime.RecognitionException, { 16 if ( this.input instanceof org.antlr.runtime.CharStream ) { 23 name: "org.antlr.runtime.NoViableAltException"
|
/prebuilts/go/darwin-x86/src/runtime/ |
tls_arm.s | 12 // SIGSEGV, and our runtime.sigtramp don't even know we 18 // On android and darwin, runtime.tlsg is a normal variable. 30 // NOTE: runtime.gogo assumes that R1 is preserved by this function. 31 // runtime.mcall assumes this function only clobbers R0 and R11. 33 TEXT runtime·save_g(SB),NOSPLIT,$-4 40 // a call to runtime.read_tls_fallback which jumps to __kuser_get_tls. 44 // $runtime.tlsg(SB) is a special linker symbol. 48 MOVW runtime·tlsg(SB), R11 50 MOVW $runtime·tlsg(SB), R11 60 TEXT runtime·load_g(SB),NOSPLIT,$ [all...] |
rt0_solaris_amd64.s | 14 MOVQ $runtime·rt0_go(SB), AX 17 DATA runtime·issolaris(SB)/4, $1 18 GLOBL runtime·issolaris(SB), NOPTR, $4
|
rt0_windows_386.s | 16 JMP runtime·rt0_go(SB) 19 DATA runtime·iswindows(SB)/4, $1 20 GLOBL runtime·iswindows(SB), NOPTR, $4
|
rt0_windows_amd64.s | 16 MOVQ $runtime·rt0_go(SB), AX 19 DATA runtime·iswindows(SB)/4, $1 20 GLOBL runtime·iswindows(SB), NOPTR, $4
|
/prebuilts/tools/common/m2/repository/org/codehaus/gmaven/runtime/gmaven-runtime-api/1.5/ |
gmaven-runtime-api-1.5.jar | |
/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,
|
/art/test/118-noimage-dex2oat/ |
run | 45 bpath_arg="--runtime-option -Xbootclasspath:${bpath}" 50 ${RUN} ${flags} ${bpath_arg} --runtime-option -Xnoimage-dex2oat --runtime-option -Xnodex2oat 54 ${RUN} ${flags} ${bpath_arg} --runtime-option -Xnoimage-dex2oat --runtime-option -Xnodex2oat --runtime-option -Xno-dex-file-fallback 58 ${RUN} ${flags} ${bpath_arg} --runtime-option -Ximage-dex2oat
|
/external/antlr/antlr-3.4/antlr3-maven-archetype/src/main/resources/archetype-resources/src/main/java/ |
AbstractTLexer.java | 6 import org.antlr.runtime.CharStream; 7 import org.antlr.runtime.Lexer; 8 import org.antlr.runtime.RecognizerSharedState;
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/runtime/cla/iface/ |
argument_factory.hpp | 18 // Boost.Runtime.Parameter 19 #include <boost/test/utils/runtime/config.hpp> 20 #include <boost/test/utils/runtime/fwd.hpp> 22 #include <boost/test/utils/runtime/cla/fwd.hpp>
|
/cts/tools/dasm/src/dasm/tokens/ |
relative_number_token.java | 22 public class relative_number_token extends java_cup.runtime.int_token {
|
/cts/tools/dasm/src/java_cup/runtime/ |
char_token.java | 2 package java_cup.runtime; 8 * @see java_cup.runtime.str_token
|
int_token.java | 2 package java_cup.runtime; 8 * @see java_cup.runtime.str_token
|
long_token.java | 2 package java_cup.runtime; 8 * @see java_cup.runtime.str_token
|
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/tree/ |
TreeConstants.as | 1 package org.antlr.runtime.tree 3 import org.antlr.runtime.TokenConstants;
|