OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:runtime
(Results
226 - 250
of
18263
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/cts/tools/dasm/src/java_cup/runtime/
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;
/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
...]
t030specialStates.html
26
var cstream = new org.antlr.
runtime
.ANTLRStringStream("foo"),
28
tstream = new org.antlr.
runtime
.CommonTokenStream(lexer),
35
var cstream = new org.antlr.
runtime
.ANTLRStringStream("foo name1"),
37
tstream = new org.antlr.
runtime
.CommonTokenStream(lexer),
44
var cstream = new org.antlr.
runtime
.ANTLRStringStream("bar name1"),
46
tstream = new org.antlr.
runtime
.CommonTokenStream(lexer),
54
var cstream = new org.antlr.
runtime
.ANTLRStringStream("bar name1 name2"),
56
tstream = new org.antlr.
runtime
.CommonTokenStream(lexer),
t053heteroTP13.g
11
org.antlr.lang.extend(V, org.antlr.
runtime
.tree.CommonTree, {
20
org.antlr.lang.extend(W, org.antlr.
runtime
.tree.CommonTree, {
t053heteroTP14.g
11
org.antlr.lang.extend(V, org.antlr.
runtime
.tree.CommonTree, {
20
org.antlr.lang.extend(W, org.antlr.
runtime
.tree.CommonTree, {
t053heteroTP18.g
11
V18.superclass.constructor.call(this, new org.antlr.
runtime
.CommonToken(ttype));
17
org.antlr.lang.extend(V18, org.antlr.
runtime
.tree.CommonTree, {
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/treeparser/
Main.java
1
import org.antlr.
runtime
.*;
2
import org.antlr.
runtime
.tree.*;
/external/antlr/antlr-3.4/runtime/Perl5/examples/zero-one/
t-error.pl
6
use ANTLR::
Runtime
::ANTLRStringStream;
12
my $input = ANTLR::
Runtime
::ANTLRStringStream->new({ '01X0' });
t.pl
6
use ANTLR::
Runtime
::ANTLRStringStream;
12
my $input = ANTLR::
Runtime
::ANTLRStringStream->new({ input => '010' });
/external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/
RecognitionException.pm
1
package ANTLR::
Runtime
::RecognitionException;
9
extends 'ANTLR::
Runtime
::Exception';
13
does => 'ANTLR::
Runtime
::IntStream',
25
does => 'ANTLR::
Runtime
::Token',
68
if ($input->does('ANTLR::
Runtime
::TokenStream')) {
75
if ($input->does('ANTLR::
Runtime
::TreeNodeStream')) {
78
elsif ($input->does('ANTLR::
Runtime
::CharStream')) {
93
if ($self->input->isa('ANTLR::
Runtime
::TokenStream')) {
/external/chromium_org/chrome/common/extensions/docs/examples/api/debugger/live-headers/
background.js
13
if (chrome.
runtime
.lastError) {
14
alert(chrome.
runtime
.lastError.message);
/external/chromium_org/chrome/common/extensions/docs/examples/api/desktopCapture/
background.js
5
chrome.app.
runtime
.onLaunched.addListener(function() {
14
chrome.
runtime
.onMessage.addListener(function(message, sender, sendResponse) {
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/plugin_settings/js/
main.js
12
if (chrome.
runtime
.lastError) {
14
'Error: ' + chrome.
runtime
.lastError.message;
/external/clang/include/clang/Basic/
ObjCRuntime.h
1
//===--- ObjCRuntime.h - Objective-C
Runtime
Configuration ------*- C++ -*-===//
11
/// \brief Defines types useful for describing an Objective-C
runtime
.
24
/// \brief The basic abstraction for the target Objective-C
runtime
.
29
/// 'macosx' is the Apple-provided NeXT-derived
runtime
on Mac OS
34
/// 'macosx-fragile' is the Apple-provided NeXT-derived
runtime
on
39
/// 'ios' is the Apple-provided NeXT-derived
runtime
on iOS or the iOS
44
/// 'gcc' is the Objective-C
runtime
shipped with GCC, implementing a
48
/// 'gnustep' is the modern non-fragile GNUstep
runtime
.
51
/// 'objfw' is the Objective-C
runtime
included in ObjFW
60
/// A bogus initialization of the
runtime
[
all
...]
/external/clang/test/CodeGenObjC/
deadcode_strip_used_var.m
1
// RUN: %clang_cc1 %s -emit-llvm -o %t -triple i386-apple-darwin10 -fobjc-
runtime
=macosx-fragile-10.5
3
// RUN: %clang_cc1 %s -emit-llvm -o %t -triple x86_64-apple-darwin10 -fobjc-
runtime
=macosx-fragile-10.5
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-retain-codegen.m
1
// RUN: %clang_cc1 -triple x86_64-unknown-unknown -fobjc-
runtime
=macosx-fragile-10.5 -fobjc-gc-only -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-only -emit-llvm -o %t %s
objc2-weak-ivar.m
1
// RUN: %clang_cc1 -triple x86_64-apple-darwin9 -fobjc-
runtime
=macosx-fragile-10.5 -fobjc-gc -emit-llvm -o %t %s
2
// RUN: %clang_cc1 -x objective-c++ -triple x86_64-apple-darwin9 -fobjc-
runtime
=macosx-fragile-10.5 -fobjc-gc -emit-llvm -o %t %s
/external/clang/test/Rewriter/
objc-ivar-receiver-1.m
1
// RUN: %clang_cc1 -rewrite-objc -fobjc-
runtime
=macosx-fragile-10.5 %s -o -
2
// RUN: %clang_cc1 -rewrite-objc -fobjc-
runtime
=macosx-fragile-10.5 %s -o - | grep 'newInv->_container'
/external/compiler-rt/test/asan/TestCases/Linux/
asan_preload_test-2.cc
1
// Test that preloaded
runtime
works with unsanitized executables.
6
// REQUIRES: asan-dynamic-
runtime
/external/compiler-rt/test/ubsan/TestCases/TypeCheck/Function/
function.cpp
11
// CHECK:
runtime
error: call to function f() through pointer to incorrect function type 'void (*)(int)'
15
// CHECK-NOT:
runtime
error: call to function g
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/scripts/
plugin.xml.template
8
<
runtime
>
24
</
runtime
>
/external/robolectric/src/main/java/com/xtremelabs/robolectric/internal/
Implements.java
5
* Indicates that a class declaration is intended to Shadow an Android class declaration. The Robolectric
runtime
10
@java.lang.annotation.Retention(java.lang.annotation.RetentionPolicy.
RUNTIME
)
/external/smali/smali-integration-tests/src/test/smali/junit-tests/InstructionTests/Format22s/
Format22s.smali
13
.annotation
runtime
Lorg/junit/Test;
27
.annotation
runtime
Lorg/junit/Test;
41
.annotation
runtime
Lorg/junit/Test;
55
.annotation
runtime
Lorg/junit/Test;
69
.annotation
runtime
Lorg/junit/Test;
83
.annotation
runtime
Lorg/junit/Test;
97
.annotation
runtime
Lorg/junit/Test;
111
.annotation
runtime
Lorg/junit/Test;
Completed in 579 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>