HomeSort by relevance Sort by last modified time
    Searched full:runtime (Results 226 - 250 of 11605) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /dalvik/tests/054-uncaught/
info.txt 2 runtime test framework. The test is intended to exercise basic features,
  /external/antlr/
Android.mk 18 LOCAL_MODULE := antlr-runtime
20 LOCAL_SRC_FILES := $(call all-java-files-under, antlr-3.4/runtime/Java/src/main/java)
22 LOCAL_SRC_FILES := $(filter-out antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/tree/DOTTreeGenerator.java, $(LOCAL_SRC_FILES))
  /external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/
ParserRuleReturnScope.js 19 org.antlr.runtime.ParserRuleReturnScope = function() {};
20 org.antlr.runtime.RuleReturnScope = function() {};
22 org.antlr.lang.extend(org.antlr.runtime.ParserRuleReturnScope,
23 org.antlr.runtime.RuleReturnScope,
  /external/antlr/antlr-3.4/runtime/JavaScript/tests/functional/
t013parser.html 18 var cstream = new org.antlr.runtime.ANTLRStringStream("foobar"),
20 tstream = new org.antlr.runtime.CommonTokenStream(lexer),
29 var cstream = new org.antlr.runtime.ANTLRStringStream(""),
31 tstream = new org.antlr.runtime.CommonTokenStream(lexer),
t021hoist.html 19 var cstream = new org.antlr.runtime.ANTLRStringStream("enum"),
21 tstream = new org.antlr.runtime.CommonTokenStream(lexer),
31 var cstream = new org.antlr.runtime.ANTLRStringStream("enum"),
33 tstream = new org.antlr.runtime.CommonTokenStream(lexer),
t023scopes.g 17 WS : (' '|'\n'|'\r')+ {$channel=org.antlr.runtime.BaseRecognizer.HIDDEN;}
t024finally.g 18 WS : (' '|'\n'|'\r')+ {$channel=org.antlr.runtime.BaseRecognizer.HIDDEN}
t058rewriteAST65.g 5 a : x+=b x+=b -> {new org.antlr.runtime.tree.CommonTree(null)};
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
CHANGES.txt 9 * Text of imaginary nodes in tree rewrite mode weren't using NSStrings causing a runtime exception
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/fuzzy/
input 1 import org.antlr.runtime.*;
  /external/antlr/antlr-3.4/runtime/Python/tests/
t019lexer.input 1 import org.antlr.runtime.*;
t020fuzzy.input 1 import org.antlr.runtime.*;
  /external/clang/test/CodeGenObjC/
2008-11-12-Metadata.m 1 // RUN: %clang_cc1 -emit-llvm -triple x86_64-apple-darwin -fobjc-runtime=macosx-fragile-10.5 %s -o /dev/null
2008-11-24-ConstCFStrings.m 1 // RUN: %clang_cc1 -emit-llvm -triple x86_64-apple-darwin -fobjc-runtime=macosx-fragile-10.5 %s -o - | FileCheck %s
bitfield-gnu.m 1 // RUN: %clang -S -emit-llvm -fobjc-runtime=gcc -o %t %s
externally-initialized-selectors.m 1 // RUN: %clang_cc1 -cc1 -fobjc-runtime=macosx-fragile-10.5 -o - -emit-llvm %s | FileCheck %s
implicit-objc_msgSend.m 1 // RUN: %clang_cc1 -triple x86_64-apple-darwin9 -fobjc-runtime=macosx-fragile-10.5 -emit-llvm -o %t %s
no-category-class.m 1 // RUN: %clang_cc1 -triple x86_64-unknown-unknown -fobjc-runtime=macosx-fragile-10.5 -emit-llvm -o %t %s
nonlazy-msgSend.m 1 // RUN: %clang_cc1 -triple x86_64-apple-darwin9 -fobjc-runtime=macosx-fragile-10.5 -emit-llvm %s -o - | FileCheck %s
objc2-weak-ivar-debug.m 1 // RUN: %clang_cc1 -triple x86_64-apple-darwin9 -fobjc-runtime=macosx-fragile-10.5 -fobjc-gc -g -emit-llvm -o - %s
2 // RUN: %clang_cc1 -triple i386-apple-darwin9 -fobjc-runtime=macosx-fragile-10.5 -fobjc-gc -g -emit-llvm -o - %s
3 // RUN: %clang_cc1 -x objective-c++ -triple x86_64-apple-darwin9 -fobjc-runtime=macosx-fragile-10.5 -fobjc-gc -g -emit-llvm -o - %s
4 // RUN: %clang_cc1 -x objective-c++ -triple i386-apple-darwin9 -fobjc-runtime=macosx-fragile-10.5 -fobjc-gc -g -emit-llvm -o - %s
object-incr-decr-1.m 1 // RUN: %clang_cc1 -triple i386-apple-darwin9 -fobjc-runtime=macosx-fragile-10.5 -emit-llvm %s -o %t
rdr-6732143-dangling-block-reference.m 1 // RUN: %clang_cc1 -triple x86_64-apple-darwin9 -fobjc-runtime=macosx-fragile-10.5 -emit-llvm -fobjc-exceptions %s -o -
  /external/clang/test/CodeGenObjCXX/
externally-initialized-selectors.mm 1 // RUN: %clang_cc1 -cc1 -fobjc-runtime=macosx-fragile-10.5 -o - -emit-llvm %s | FileCheck %s
  /external/clang/test/Preprocessor/
non_fragile_feature1.m 1 // RUN: %clang_cc1 -triple i386-unknown-unknown -fobjc-runtime=gcc %s
  /external/clang/test/Rewriter/
ivar-encoding-1.m 1 // RUN: %clang_cc1 -rewrite-objc -fobjc-runtime=macosx-fragile-10.5 %s -o -

Completed in 353 milliseconds

1 2 3 4 5 6 7 8 91011>>