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

<<11121314151617181920>>

  /external/clang/test/CodeGenObjC/
objfw.m 1 // RUN: %clang_cc1 -triple x86_64-pc-linux-gnu -fobjc-runtime=objfw -emit-llvm -o - %s | FileCheck %s
3 // Test the ObjFW runtime.
property-ref-cast-to-void.m 1 // RUN: %clang_cc1 -triple x86_64-apple-darwin9 -fobjc-runtime=macosx-fragile-10.5 -emit-llvm -o - %s | FileCheck %s
2 // RUN: %clang_cc1 -x objective-c++ -triple x86_64-apple-darwin9 -fobjc-runtime=macosx-fragile-10.5 -emit-llvm -o - %s | FileCheck %s
  /external/clang/test/Driver/
ios-simulator-arcruntime.c 6 // CHECK-OPTIONS1: -fobjc-runtime=ios-4.2.1
8 // CHECK-OPTIONS2: -fobjc-runtime=ios-5.0.0
  /external/clang/test/SemaCXX/
vararg-non-pod.cpp 18 g(10, c); // expected-warning{{cannot pass object of non-POD type 'C' through variadic function; call will abort at runtime}}
26 c.g(10, c); // expected-warning{{cannot pass object of non-POD type 'C' through variadic method; call will abort at runtime}}
29 C::h(10, c); // expected-warning{{cannot pass object of non-POD type 'C' through variadic function; call will abort at runtime}}
39 block(10, c); // expected-warning{{cannot pass object of non-POD type 'C' through variadic block; call will abort at runtime}}
54 d(10, c); // expected-warning{{cannot pass object of non-POD type 'C' through variadic method; call will abort at runtime}}
66 E e(10, c); // expected-warning{{cannot pass object of non-POD type 'C' through variadic constructor; call will abort at runtime}} \
68 (void)E(10, c); // expected-warning{{cannot pass object of non-POD type 'C' through variadic constructor; call will abort at runtime}} \
91 (void)typeid(get_base(base)); // expected-warning{{cannot pass object of non-POD type 'Base' through variadic function; call will abort at runtime}}
  /external/compiler-rt/lib/asan/lit_tests/Darwin/
unset-insert-libraries-on-exec.cc 1 // Make sure ASan removes the runtime library from DYLD_INSERT_LIBRARIES before
8 // Make sure DYLD_INSERT_LIBRARIES doesn't contain the runtime library before
  /external/compiler-rt/lib/ubsan/lit_tests/Misc/
vla.c 7 // CHECK-MINUS-ONE: vla.c:9:11: runtime error: variable length array bound evaluates to non-positive value -1
8 // CHECK-ZERO: vla.c:9:11: runtime error: variable length array bound evaluates to non-positive value 0
  /external/javassist/src/main/javassist/runtime/
DotClass.java 16 package javassist.runtime;
20 * This is required at runtime
Inner.java 16 package javassist.runtime;
20 * This support class is required at runtime
  /external/smali/smali-integration-tests/src/test/smali/junit-tests/InstructionTests/Format10x/
Format10x.smali 13 .annotation runtime Lorg/junit/Test;
24 .annotation runtime Lorg/junit/Test;
  /external/smali/smali-integration-tests/src/test/smali/junit-tests/InstructionTests/Format21h/
Format21h.smali 13 .annotation runtime Lorg/junit/Test;
25 .annotation runtime Lorg/junit/Test;
  /external/smali/smali-integration-tests/src/test/smali/junit-tests/InstructionTests/Format21s/
Format21s.smali 13 .annotation runtime Lorg/junit/Test;
25 .annotation runtime Lorg/junit/Test;
  /build/tools/droiddoc/test/stubs/expected/com/android/stubs/
Annot.java 3 @java.lang.annotation.Retention(value=java.lang.annotation.RetentionPolicy.RUNTIME)
  /cts/tools/dasm/src/java_cup/runtime/
symbol.java 2 package java_cup.runtime;
14 * @see java_cup.runtime.token
15 * @see java_cup.runtime.int_token
16 * @see java_cup.runtime.str_token
  /dalvik/tests/082-inline-execute/
info.txt 2 runtime test framework. The test is intended to exercise basic features,
  /dalvik/tests/083-jit-regressions/
info.txt 2 runtime test framework. The test is intended to exercise basic features,
  /development/scripts/app_engine_server/
app.yaml 3 runtime: python
  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
RuleReturnScope.as 1 package org.antlr.runtime
UnwantedTokenException.as 1 package org.antlr.runtime
  /external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/tree/
RewriteRuleSubtreeStream.js 1 org.antlr.runtime.tree.RewriteRuleSubtreeStream = function() {
2 var sup = org.antlr.runtime.tree.RewriteRuleSubtreeStream.superclass;
6 org.antlr.lang.extend(org.antlr.runtime.tree.RewriteRuleSubtreeStream,
7 org.antlr.runtime.tree.RewriteRuleElementStream, {
  /external/antlr/antlr-3.4/runtime/JavaScript/tests/functional/
t032subrulePredict.html 32 var cstream = new org.antlr.runtime.ANTLRStringStream("BEGIN A END"),
34 tstream = new org.antlr.runtime.CommonTokenStream(lexer),
43 var cstream = new org.antlr.runtime.ANTLRStringStream(" A"),
45 tstream = new org.antlr.runtime.CommonTokenStream(lexer),
t053heteroT1.g 11 org.antlr.lang.extend(V, org.antlr.runtime.tree.CommonTree, {
t053heteroT10.g 11 org.antlr.lang.extend(V, org.antlr.runtime.tree.CommonTree, {
t053heteroT11.g 11 org.antlr.lang.extend(V, org.antlr.runtime.tree.CommonTree, {
t053heteroT12.g 11 org.antlr.lang.extend(V, org.antlr.runtime.tree.CommonTree, {
t053heteroT2.g 11 org.antlr.lang.extend(V, org.antlr.runtime.tree.CommonTree, {

Completed in 715 milliseconds

<<11121314151617181920>>