/external/antlr/antlr-3.4/runtime/JavaScript/tests/functional/ |
t025lexerRulePropertyRef.html | 17 var stream = new org.antlr.runtime.ANTLRStringStream("foobar _Ab98 \n A12sdf"), 23 if (token.getType()===org.antlr.runtime.Token.EOF) { 36 org.antlr.runtime.Token.DEFAULT_CHANNEL, 48 org.antlr.runtime.Token.DEFAULT_CHANNEL, 60 org.antlr.runtime.Token.DEFAULT_CHANNEL,
|
/external/compiler-rt/lib/ubsan/lit_tests/TypeCheck/ |
null.cpp | 21 // CHECK-LOAD: null.cpp:22:12: runtime error: load of null pointer of type 'int' 24 // CHECK-STORE: null.cpp:25:5: runtime error: store to null pointer of type 'int' 28 // CHECK-REFERENCE: null.cpp:29:15: runtime error: reference binding to null pointer of type 'int' 32 // CHECK-MEMBER: null.cpp:33:15: runtime error: member access within null pointer of type 'S' 35 // CHECK-MEMFUN: null.cpp:36:12: runtime error: member call on null pointer of type 'S'
|
/external/stlport/stlport/stl/config/ |
_detect_dll_or_lib.h | 6 * _STLP_USING_CROSS_NATIVE_RUNTIME_LIB: Signal that we are using a native runtime 14 * _STLP_RUNTIME_DLL: If we are using native runtime as a dll 34 * the native runtime. 54 /* Idem previous remark but the user forces use of the static native runtime. 67 /* we don't have a static native runtime library on evc3/evc4 */
|
/ndk/sources/cxx-stl/stlport/stlport/stl/config/ |
_detect_dll_or_lib.h | 6 * _STLP_USING_CROSS_NATIVE_RUNTIME_LIB: Signal that we are using a native runtime 14 * _STLP_RUNTIME_DLL: If we are using native runtime as a dll 34 * the native runtime. 54 /* Idem previous remark but the user forces use of the static native runtime. 67 /* we don't have a static native runtime library on evc3/evc4 */
|
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/config/ |
_detect_dll_or_lib.h | 6 * _STLP_USING_CROSS_NATIVE_RUNTIME_LIB: Signal that we are using a native runtime 14 * _STLP_RUNTIME_DLL: If we are using native runtime as a dll 34 * the native runtime. 54 /* Idem previous remark but the user forces use of the static native runtime. 67 /* we don't have a static native runtime library on evc3/evc4 */
|
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/config/ |
_detect_dll_or_lib.h | 6 * _STLP_USING_CROSS_NATIVE_RUNTIME_LIB: Signal that we are using a native runtime 14 * _STLP_RUNTIME_DLL: If we are using native runtime as a dll 34 * the native runtime. 54 /* Idem previous remark but the user forces use of the static native runtime. 67 /* we don't have a static native runtime library on evc3/evc4 */
|
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/config/ |
_detect_dll_or_lib.h | 6 * _STLP_USING_CROSS_NATIVE_RUNTIME_LIB: Signal that we are using a native runtime 14 * _STLP_RUNTIME_DLL: If we are using native runtime as a dll 34 * the native runtime. 54 /* Idem previous remark but the user forces use of the static native runtime. 67 /* we don't have a static native runtime library on evc3/evc4 */
|
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/config/ |
_detect_dll_or_lib.h | 6 * _STLP_USING_CROSS_NATIVE_RUNTIME_LIB: Signal that we are using a native runtime 14 * _STLP_RUNTIME_DLL: If we are using native runtime as a dll 34 * the native runtime. 54 /* Idem previous remark but the user forces use of the static native runtime. 67 /* we don't have a static native runtime library on evc3/evc4 */
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.eclipse.core.jobs_3.5.1.R36x_v20100824.jar | |
org.eclipse.equinox.p2.operations_2.0.0.v20100510.jar | |
org.eclipse.team.core_3.5.100.R36x_v20100825-0800.jar | |
org.eclipse.osgi_3.6.1.R36x_v20100806.jar | |
org.eclipse.osgi_3.6.2.R36x_v20101103.jar | |
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/ |
default.build | 2 <project name="ANTLR C# Runtime Library" default="build"> 6 <include buildfile="../../antlr3.runtime.net.common.inc" /> 8 <property name="antlr3.runtime.test" value="true" unless="${property::exists('antlr3.runtime.test')}" /> 11 <property name="name" value="Antlr3.Runtime" /> 18 <property name="test.src.dir" value="${base.dir}/../Antlr3.Runtime.Tests" /> 32 <!-- Copy Antlr3.Runtime.Tests dependencies --> 43 <include name="antlr.runtime.dll" /> 59 <echo message="Deleting VS.NET artifacts directory '${base.dir}/../Antlr3.Runtime.Tests/bin'" /> 60 <delete dir="${base.dir}/../Antlr3.Runtime.Tests/bin" failonerror="false" / [all...] |
/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/Perl5/lib/ANTLR/Runtime/ |
Lexer.pm | 1 package ANTLR::Runtime::Lexer; 8 use ANTLR::Runtime::Token; 9 use ANTLR::Runtime::CommonToken; 10 use ANTLR::Runtime::CharStream; 11 use ANTLR::Runtime::MismatchedTokenException; 15 extends 'ANTLR::Runtime::BaseRecognizer'; 16 with 'ANTLR::Runtime::TokenSource'; 20 does => 'ANTLR::Runtime::CharStream', 37 $self->state->type(ANTLR::Runtime::Token->INVALID_TOKEN_TYPE); 38 $self->state->channel(ANTLR::Runtime::Token->DEFAULT_CHANNEL) [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/bundles/76/1/.cp/ant_tasks/ |
resources-ant.jar | |
/external/smali/smali-integration-tests/src/test/smali/junit-tests/InstructionTests/Format12x/ |
Format12x.smali | 13 .annotation runtime Lorg/junit/Test; 26 .annotation runtime Lorg/junit/Test; 40 .annotation runtime Lorg/junit/Test; 54 .annotation runtime Lorg/junit/Test; 69 .annotation runtime Lorg/junit/Test; 82 .annotation runtime Lorg/junit/Test; 95 .annotation runtime Lorg/junit/Test; 108 .annotation runtime Lorg/junit/Test; 121 .annotation runtime Lorg/junit/Test; 134 .annotation runtime Lorg/junit/Test [all...] |
/external/compiler-rt/lib/sanitizer_common/scripts/ |
check_lint.sh | 26 ASAN_RTL_LINT_FILTER=${COMMON_LINT_FILTER},-readability/check,-runtime/int 27 ASAN_TEST_LINT_FILTER=${COMMON_LINT_FILTER},-runtime/sizeof,-runtime/int,-runtime/printf 30 TSAN_TEST_LINT_FILTER=${TSAN_RTL_LINT_FILTER},-runtime/threadsafe_fn,-runtime/int 33 COMMON_RTL_INC_LINT_FILTER=${COMMON_LINT_FILTER},-runtime/int,-runtime/sizeof,-runtime/printf
|
/external/webkit/Source/JavaScriptCore/ |
DerivedSources.pro | 17 runtime/ArrayPrototype.cpp \ 18 runtime/DatePrototype.cpp \ 19 runtime/JSONObject.cpp \ 20 runtime/MathObject.cpp \ 21 runtime/NumberConstructor.cpp \ 22 runtime/ObjectConstructor.cpp \ 23 runtime/RegExpConstructor.cpp \ 24 runtime/RegExpObject.cpp \ 25 runtime/StringPrototype.cpp
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/output1/ |
SimpleCTP.java | 1 // $ANTLR 3.2 Aug 13, 2010 19:41:25 /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/simplecTreeParser/SimpleCTP.g 2010-08-13 19:42:13 3 import org.antlr.runtime.*; 4 import org.antlr.runtime.tree.*;import java.util.Stack; 51 public String getGrammarFileName() { return "/usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/simplecTreeParser/SimpleCTP.g"; } 56 // /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/simplecTreeParser/SimpleCTP.g:8:1: program : ( declaration )+ ; 59 // /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/simplecTreeParser/SimpleCTP.g:9:5: ( ( declaration )+ ) 60 // /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/simplecTreeParser/SimpleCTP.g:9:9: ( declaration )+ 62 // /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/simplecTreeParser/SimpleCTP.g:9:9: ( declaration )+ 76 // /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/simplecTreeParser/SimpleCTP.g:9:9: declaration 112 // /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/simplecTreeParser/SimpleCTP.g:12:1: declaration : ( variable | ^( FUNC_DECL fun (…) [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/ |
pcm-indirect.h | 51 struct snd_pcm_runtime *runtime = substream->runtime; local 52 snd_pcm_uframes_t appl_ptr = runtime->control->appl_ptr; 57 if (diff < -(snd_pcm_sframes_t) (runtime->boundary / 2)) 58 diff += runtime->boundary; 59 rec->sw_ready += (int)frames_to_bytes(runtime, diff); 105 return bytes_to_frames(substream->runtime, rec->sw_io); 117 struct snd_pcm_runtime *runtime = substream->runtime; local 118 snd_pcm_uframes_t appl_ptr = runtime->control->appl_ptr [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/ |
pcm-indirect.h | 51 struct snd_pcm_runtime *runtime = substream->runtime; local 52 snd_pcm_uframes_t appl_ptr = runtime->control->appl_ptr; 57 if (diff < -(snd_pcm_sframes_t) (runtime->boundary / 2)) 58 diff += runtime->boundary; 59 rec->sw_ready += (int)frames_to_bytes(runtime, diff); 105 return bytes_to_frames(substream->runtime, rec->sw_io); 117 struct snd_pcm_runtime *runtime = substream->runtime; local 118 snd_pcm_uframes_t appl_ptr = runtime->control->appl_ptr [all...] |
/prebuilts/tools/common/eclipse/ |
org.eclipse.osgi_3.6.2.R36x_v20110210.jar | |
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/fuzzy/output1/ |
Fuzzy.m | 4 * - From the grammar source file : /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/fuzzy/Fuzzy.g 9 * C language generator and runtime by Jim Idle, jimi|hereisanat|idle|dotgoeshere|ws. 40 // $ANTLR 3.2 Aug 20, 2010 13:39:32 /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/fuzzy/Fuzzy.g 2010-08-20 13:40:15 305 [ANTLRBaseRecognizer setGrammarFileName:@"/usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/fuzzy/Fuzzy.g"]; 413 // /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/fuzzy/Fuzzy.g:5:2: ( 'import' WS name= QIDStar ( WS )? ';' ) // ruleBlockSingleAlt 414 // /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/fuzzy/Fuzzy.g:5:4: 'import' WS name= QIDStar ( WS )? ';' // alt 425 // /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/fuzzy/Fuzzy.g:5:29: ( WS )? // block 434 // /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/fuzzy/Fuzzy.g:5:29: WS // alt 471 // /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/fuzzy/Fuzzy.g:10:2: ( 'return' ( options {greedy=false; } : . )* ';' ) // ruleBlockSingleAlt 472 // /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/fuzzy/Fuzzy.g:10:4: 'return' ( options {greedy=false; } : . )* ';' // al [all...] |