OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:runtime
(Results
126 - 150
of
11605
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/prebuilts/tools/common/eclipse/
org.eclipse.equinox.common_3.6.0.v20100503.jar
org.eclipse.equinox.common_3.4.0.v20080421-2006.jar
/prebuilts/tools/common/m2/repository/com/android/external/eclipse/org-eclipse-equinox-common/3.6.0/
org-eclipse-equinox-common-3.6.0.jar
/external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/
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/compiler-rt/lib/ubsan/lit_tests/Integer/
no-recover.cpp
11
// RECOVER-NOT:
runtime
error
12
// ABORT-NOT:
runtime
error
16
// RECOVER: no-recover.cpp:[[@LINE-1]]:5:
runtime
error: unsigned integer overflow: 2271560481 + 3989547399 cannot be represented in type 'unsigned int'
17
// ABORT: no-recover.cpp:[[@LINE-2]]:5:
runtime
error: unsigned integer overflow: 2271560481 + 3989547399 cannot be represented in type 'unsigned int'
21
// ABORT-NOT:
runtime
error
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.help.appserver_3.1.400.v20100427.jar
org.eclipse.core.filebuffers_3.5.100.v20100520-0800.jar
/external/antlr/antlr-3.4/runtime/JavaScript/build/
README
12
* Move ant-contrib-1.0b3.jar from the unzipped directory to
runtime
/JavaScript/third/
16
* Move compiler.jar from the unzipped directory to
runtime
/JavaScript/third/
20
* Move the unzipped folder to
runtime
/JavaScript/third/jsdoc-toolkit
24
* Move the unzipped folder to
runtime
/JavaScript/tests/jsunit
27
1) In a shell cd to
runtime
/JavaScript/build.
28
2) Run 'ant'. This will build the JavaScript
runtime
libraries into the
29
runtime
/JavaScript/lib folder.
36
different build method, update
runtime
/JavaScript/build/antlr3.properties to
38
2) In a shell cd to
runtime
/JavaScript/build.
40
issued during this step are expected. (We test the JS
runtime
agains
[
all
...]
/external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/tree/
CommonTree.js
7
org.antlr.
runtime
.tree.CommonTree = function(node) {
23
if (node instanceof org.antlr.
runtime
.tree.CommonTree) {
24
org.antlr.
runtime
.tree.CommonTree.superclass.constructor.call(this, node);
28
} else if (node instanceof org.antlr.
runtime
.CommonToken) {
34
org.antlr.lang.extend(org.antlr.
runtime
.tree.CommonTree, org.antlr.
runtime
.tree.BaseTree, {
40
return new org.antlr.
runtime
.tree.CommonTree(this);
49
return org.antlr.
runtime
.Token.INVALID_TOKEN_TYPE;
123
if ( this.getType()===org.antlr.
runtime
.Token.INVALID_TOKEN_TYPE ) {
134
org.antlr.
runtime
.tree.Tree.INVALID_NODE
[
all
...]
/external/antlr/antlr-3.4/runtime/Perl5/
Makefile.PL
16
NAME => 'ANTLR::
Runtime
',
17
VERSION_FROM => 'lib/ANTLR/
Runtime
.pm',
19
ABSTRACT_FROM => 'lib/ANTLR/
Runtime
.pm',
/external/antlr/antlr-3.4/runtime/Perl5/t/classes/Test/ANTLR/Runtime/
ANTLRStringStream.pm
1
package Test::ANTLR::
Runtime
::ANTLRStringStream;
3
use ANTLR::
Runtime
::ANTLRStringStream;
27
is $s->LA(4), ANTLR::
Runtime
::ANTLRStringStream->EOF;
/external/clang/test/CodeGenObjC/
class-type.m
1
// RUN: %clang_cc1 -triple x86_64-unknown-unknown -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
3
// RUN: %clang_cc1 -triple x86_64-apple-darwin9 -fobjc-
runtime
=macosx-fragile-10.5 -emit-llvm -o - %s
prop-metadata-gnu.m
1
// RUN: %clang -S -emit-llvm %s -o - -x objective-c -fobjc-
runtime
=gcc | FileCheck --check-prefix=GCC %s
2
// RUN: %clang -S -emit-llvm %s -o - -x objective-c -fobjc-
runtime
=gnustep-1.5 | FileCheck --check-prefix=GCC %s
3
// RUN: %clang -S -emit-llvm %s -o - -x objective-c -fobjc-
runtime
=gnustep-1.6 | FileCheck --check-prefix=GNUSTEP %s
/external/smali/smali-integration-tests/src/test/smali/junit-tests/LineTest/
LineTest.smali
15
.annotation
runtime
Lorg/junit/Test;
26
.annotation
runtime
Lorg/junit/Test;
37
.annotation
runtime
Lorg/junit/Test;
/external/antlr/antlr-3.4/runtime/C/doxygen/
runtime.dox
1
/// \page
runtime
Navigating the C
Runtime
Documentation
5
/// the programmer to see how the
runtime
is made up.
10
/// divided into typedefs and structs and the standard
runtime
supplied interface implementation
19
/// for a 'class', which are installed by the
runtime
when a default instance of one the
34
/// C
runtime
documentation.
/external/antlr/antlr-3.4/runtime/CSharp2/
Cutting a new release.txt
15
all.antlr3.
runtime
.net.build
17
Sources/Antlr3.
Runtime
/default.build
18
Sources/Antlr3.
Runtime
/AssemblyInfo.cs
19
Sources/Antlr3.
Runtime
/Antlr.
Runtime
/Constants.cs
22
Sources/Antlr3.
Runtime
.Tests/default.build
/external/clang/test/Driver/
arclite-link.c
2
// RUN: %clang -### -target x86_64-apple-darwin10 -fobjc-link-
runtime
-lfoo -mmacosx-version-min=10.7 %t.o 2>&1 | FileCheck -check-prefix=CHECK-ARCLITE-OSX %s
3
// RUN: %clang -### -target x86_64-apple-darwin10 -fobjc-link-
runtime
-mmacosx-version-min=10.8 %t.o 2>&1 | FileCheck -check-prefix=CHECK-NOARCLITE %s
4
// RUN: %clang -### -target i386-apple-darwin10 -fobjc-link-
runtime
-mmacosx-version-min=10.7 %t.o 2>&1 | FileCheck -check-prefix=CHECK-NOARCLITE %s
5
// RUN: %clang -### -target x86_64-apple-darwin10 -fobjc-link-
runtime
-nostdlib %t.o 2>&1 | FileCheck -check-prefix=CHECK-NOSTDLIB %s
15
// RUN: %clang -### -target x86_64-apple-darwin10 -fobjc-link-
runtime
-fobjc-arc -mmacosx-version-min=10.7 %s 2>&1 | FileCheck -check-prefix=CHECK-UNUSED %s
17
// CHECK-UNUSED-NOT: warning: argument unused during compilation: '-fobjc-link-
runtime
'
/external/antlr/antlr-3.4/runtime/JavaScript/tests/functional/
t022scopes.html
28
var cstream = new org.antlr.
runtime
.ANTLRStringStream("foobar"),
30
tstream = new org.antlr.
runtime
.CommonTokenStream(lexer),
38
var cstream = new org.antlr.
runtime
.ANTLRStringStream("foobar"),
40
tstream = new org.antlr.
runtime
.CommonTokenStream(lexer),
52
var cstream = new org.antlr.
runtime
.ANTLRStringStream("foobar"),
54
tstream = new org.antlr.
runtime
.CommonTokenStream(lexer),
69
var cstream = new org.antlr.
runtime
.ANTLRStringStream(xinput),
71
tstream = new org.antlr.
runtime
.CommonTokenStream(lexer),
90
var cstream = new org.antlr.
runtime
.ANTLRStringStream(xinput),
92
tstream = new org.antlr.
runtime
.CommonTokenStream(lexer)
[
all
...]
/cts/tools/dasm/src/java_cup/runtime/
char_token.java
2
package java_cup.
runtime
;
8
* @see java_cup.
runtime
.str_token
double_token.java
2
package java_cup.
runtime
;
8
* @see java_cup.
runtime
.str_token
float_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
str_token.java
2
package java_cup.
runtime
;
8
* @see java_cup.
runtime
.int_token
/external/antlr/antlr-3.4/runtime/ActionScript/project/test/org/antlr/runtime/test/
TestBitSet.as
1
package org.antlr.
runtime
.test {
4
import org.antlr.
runtime
.BitSet;
Completed in 337 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>