OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:runtime
(Results
326 - 350
of
11605
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/external/antlr/antlr-3.4/runtime/JavaScript/tests/functional/
t017parser.html
29
var cstream = new org.antlr.
runtime
.ANTLRStringStream("int foo;"),
31
tstream = new org.antlr.
runtime
.CommonTokenStream(lexer),
39
var cstream = new org.antlr.
runtime
.ANTLRStringStream("int foo() { 1+2 }");
41
tstream = new org.antlr.
runtime
.CommonTokenStream(lexer),
50
var cstream = new org.antlr.
runtime
.ANTLRStringStream("int foo() { 1+; 1+2 }"),
52
tstream = new org.antlr.
runtime
.CommonTokenStream(lexer),
t031emptyAlt.html
32
var cstream = new org.antlr.
runtime
.ANTLRStringStream("foo"),
34
tstream = new org.antlr.
runtime
.CommonTokenStream(lexer),
42
var cstream = new org.antlr.
runtime
.ANTLRStringStream("foo jfef9jfe88d"),
44
tstream = new org.antlr.
runtime
.CommonTokenStream(lexer),
52
var cstream = new org.antlr.
runtime
.ANTLRStringStream("foo bar"),
54
tstream = new org.antlr.
runtime
.CommonTokenStream(lexer),
t014parser.html
19
var cstream = new org.antlr.
runtime
.ANTLRStringStream("var foobar; gnarz(); var blupp; flupp ( ) ;"),
21
tstream = new org.antlr.
runtime
.CommonTokenStream(lexer),
40
var cstream = new org.antlr.
runtime
.ANTLRStringStream("var; foo();"),
42
tstream = new org.antlr.
runtime
.CommonTokenStream(lexer),
52
var cstream = new org.antlr.
runtime
.ANTLRStringStream("var foobar(); gnarz();"),
54
tstream = new org.antlr.
runtime
.CommonTokenStream(lexer),
70
var cstream = new org.antlr.
runtime
.ANTLRStringStream("gnarz(; flupp();"),
72
tstream = new org.antlr.
runtime
.CommonTokenStream(lexer),
/external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/
Parser.pm
1
package ANTLR::
Runtime
::Parser;
8
extends 'ANTLR::
Runtime
::BaseRecognizer';
12
does => 'ANTLR::
Runtime
::TokenStream'
37
if ($expected_token_type == ANTLR::
Runtime
::Token->EOF) {
44
my $t = ANTLR::
Runtime
::CommonToken->new({
49
if ($current->get_type() == ANTLR::
Runtime
::Token->EOF) {
MissingTokenException.pm
1
package ANTLR::
Runtime
::MissingTokenException;
8
extends 'ANTLR::
Runtime
::MismatchedTokenException';
/external/bison/
PACKAGING
8
bison-
runtime
9
Contents:
Runtime
libraries and programs.
16
Dependencies: requires bison-
runtime
.
18
The 'bison-
runtime
' binary package is much smaller than the 'bison'
32
$prefix/share/locale/*/LC_MESSAGES/bison-
runtime
.mo
34
belongs to the bison-
runtime
package; all other installed files belong
/external/smali/smali-integration-tests/src/test/smali/junit-tests/InstructionTests/Format35c/
Format35c.smali
26
.annotation
runtime
Lorg/junit/Test;
42
.annotation
runtime
Lorg/junit/Test;
55
.annotation
runtime
Lorg/junit/Test;
68
.annotation
runtime
Lorg/junit/Test;
81
.annotation
runtime
Lorg/junit/Test;
97
.annotation
runtime
Lorg/junit/Test;
/external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/Expressions/
11.2.2-6-n.js
39
3. If Type(Result(2)) is not Object, generate a
runtime
error.
41
generate a
runtime
error.
44
6. If Type(Result(5)) is not Object, generate a
runtime
error.
53
4. If Type(Result(2)) is not Object, generate a
runtime
error.
55
generate a
runtime
error.
58
7. If Type(Result(6)) is not Object, generate a
runtime
error.
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.resources_3.6.1.R36x_v20101007-1215.jar
/external/webkit/Source/JavaScriptCore/
ChangeLog
43
*
runtime
/JSValue.h:
44
*
runtime
/WriteBarrier.h:
78
*
runtime
/JSValue.h:
79
*
runtime
/WriteBarrier.h:
176
*
runtime
/JSValue.h:
177
*
runtime
/WriteBarrier.h:
189
*
runtime
/Structure.cpp:
193
*
runtime
/Structure.h:
244
*
runtime
/JSValue.h:
245
*
runtime
/WriteBarrier.h
[
all
...]
/external/smali/smali-integration-tests/src/test/smali/junit-tests/InstructionTests/Format21c/
Format21c.smali
13
.annotation
runtime
Lorg/junit/Test;
25
.annotation
runtime
Lorg/junit/Test;
42
.annotation
runtime
Lorg/junit/Test;
62
.annotation
runtime
Lorg/junit/Test;
83
.annotation
runtime
Lorg/junit/Test;
102
.annotation
runtime
Lorg/junit/Test;
116
.annotation
runtime
Lorg/junit/Test;
130
.annotation
runtime
Lorg/junit/Test;
144
.annotation
runtime
Lorg/junit/Test;
158
.annotation
runtime
Lorg/junit/Test
[
all
...]
/dalvik/dx/tests/115-merge/testdata/
Annotated.java
17
@Retention(RetentionPolicy.
RUNTIME
)
25
@Retention(RetentionPolicy.
RUNTIME
)
/external/antlr/antlr-3.4/runtime/ActionScript/project/test/org/antlr/runtime/test/
TestDFA.as
1
package org.antlr.
runtime
.test {
4
import org.antlr.
runtime
.DFA;
/external/antlr/antlr-3.4/runtime/Perl5/examples/id/
id.pl
6
use ANTLR::
Runtime
::ANTLRStringStream;
12
my $input = ANTLR::
Runtime
::ANTLRStringStream->new({ input => "Hello World!\n42\n" });
/external/clang/test/CXX/expr/expr.post/expr.call/
p7-0x.cpp
25
vararg(x2); // expected-error{{cannot pass object of non-trivial type 'X2' through variadic function; call will abort at
runtime
}}
27
vararg(x4); // expected-error{{cannot pass object of non-trivial type 'X4' through variadic function; call will abort at
runtime
}}
/external/clang/test/CodeGenObjC/
autorelease.m
1
// RUN: %clang_cc1 -triple x86_64-apple-darwin10 -emit-llvm -fobjc-arc -fobjc-
runtime
=macosx-10.7 -o - %s | FileCheck %s
2
// RUN: %clang_cc1 -triple x86_64-apple-darwin11 -emit-llvm -fobjc-
runtime
=macosx-10.7 -o - %s | FileCheck %s
constant-strings.m
8
// RUN: %clang_cc1 -fobjc-
runtime
=gcc -emit-llvm -o %t %s
12
// RUN: %clang_cc1 -fobjc-
runtime
=gcc -fconstant-string-class NSConstantString -emit-llvm -o %t %s
ivars.m
1
// RUN: %clang_cc1 -triple x86_64-apple-darwin9 -fobjc-
runtime
=macosx-fragile-10.5 -emit-llvm -o - %s
2
// RUN: %clang_cc1 -triple i386-apple-darwin9 -fobjc-
runtime
=macosx-fragile-10.5 -emit-llvm -o - %s
objc2-new-gc-api-strongcast.m
1
// RUN: %clang_cc1 -triple x86_64-apple-darwin10 -fobjc-
runtime
=macosx-fragile-10.5 -fblocks -fobjc-gc -emit-llvm -o %t %s
3
// RUN: %clang_cc1 -x objective-c++ -triple x86_64-apple-darwin10 -fobjc-
runtime
=macosx-fragile-10.5 -fblocks -fobjc-gc -emit-llvm -o %t %s
objc2-no-write-barrier.m
1
// RUN: %clang_cc1 -triple x86_64-apple-darwin9 -fobjc-
runtime
=macosx-fragile-10.5 -fobjc-gc -emit-llvm -o %t %s
3
// RUN: %clang_cc1 -x objective-c++ -triple x86_64-apple-darwin9 -fobjc-
runtime
=macosx-fragile-10.5 -fobjc-gc -emit-llvm -o %t %s
objc2-strong-cast-1.m
1
// RUN: %clang_cc1 -triple x86_64-unknown-unknown -fobjc-
runtime
=macosx-fragile-10.5 -fobjc-gc -emit-llvm -o %t %s
2
// RUN: %clang_cc1 -x objective-c++ -triple x86_64-unknown-unknown -fobjc-
runtime
=macosx-fragile-10.5 -fobjc-gc -emit-llvm -o %t %s
objc2-weak-assign.m
1
// RUN: %clang_cc1 -triple x86_64-apple-darwin9 -fobjc-
runtime
=macosx-fragile-10.5 -fobjc-gc -emit-llvm -o %t %s
3
// RUN: %clang_cc1 -x objective-c++ -triple x86_64-apple-darwin9 -fobjc-
runtime
=macosx-fragile-10.5 -fobjc-gc -emit-llvm -o %t %s
objc2-weak-block-call.m
1
// RUN: %clang_cc1 -fblocks -fobjc-gc -triple x86_64-apple-darwin -fobjc-
runtime
=macosx-fragile-10.5 -emit-llvm %s -o - | FileCheck -check-prefix LP64 %s
2
// RUN: %clang_cc1 -fblocks -fobjc-gc -triple i386-apple-darwin -fobjc-
runtime
=macosx-fragile-10.5 -emit-llvm %s -o - | FileCheck -check-prefix LP64 %s
objc2-weak-compare.m
1
// RUN: %clang_cc1 -triple i386-apple-darwin9 -fobjc-
runtime
=macosx-fragile-10.5 -fobjc-gc -emit-llvm -o %t %s
2
// RUN: %clang_cc1 -x objective-c++ -triple i386-apple-darwin9 -fobjc-
runtime
=macosx-fragile-10.5 -fobjc-gc -emit-llvm -o %t %s
objc2-write-barrier-4.m
1
// RUN: %clang_cc1 -triple x86_64-apple-darwin10 -fobjc-
runtime
=macosx-fragile-10.5 -fobjc-gc -emit-llvm -o %t %s
4
// RUN: %clang_cc1 -x objective-c++ -triple x86_64-apple-darwin10 -fobjc-
runtime
=macosx-fragile-10.5 -fobjc-gc -emit-llvm -o %t %s
Completed in 348 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>