Searched
full:runtime (Results
526 -
550 of
18263) sorted by null
<<21222324252627282930>>
/external/clang/test/CodeGenObjC/ |
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/Sema/ |
atomic-requires-library-error.c | 17 __c11_atomic_store(&bigAtomic, f, 5); // expected-error {{atomic store requires runtime support that is not available for this target}} 26 struct foo f = __c11_atomic_load(&bigAtomic, 5); // expected-error {{atomic load requires runtime support that is not available for this target}}
|
/external/compiler-rt/test/asan/TestCases/Linux/ |
asan_preload_test-1.cc | 2 // and preloaded runtime. 10 // REQUIRES: asan-dynamic-runtime
|
/external/compiler-rt/test/ubsan/TestCases/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/fio/examples/ |
e4defrag.fio | 22 runtime=30 32 runtime=30
|
falloc.fio | 17 runtime=10 26 runtime=10
|
/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/libcxx/test/diagnostics/std.exceptions/runtime.error/ |
Android.mk | 17 test_makefile := external/libcxx/test/diagnostics/std.exceptions/runtime.error/Android.mk 19 test_name := diagnostics/std.exceptions/runtime.error/runtime_error
|
/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;
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/ |
ProcessTest.java | 32 children.add(Runtime.getRuntime().exec(new String[] { "/system/bin/does-not-exist" }, null, null)); 41 Process ps = Runtime.getRuntime().exec(psCommand, null, null); 53 Process p = Runtime.getRuntime().exec(commands, null, null); 81 Process p = Runtime.getRuntime().exec(commands, null, null); 110 Process process = Runtime.getRuntime().exec(commands, null, null); 115 process = Runtime.getRuntime().exec(commandsSleep, null, null); 120 process = Runtime.getRuntime().exec(new String[] { "sleep", "3000" }, null, null); 130 Process process = Runtime.getRuntime().exec(commands, null, null);
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/runtime/cla/ |
fwd.hpp | 18 // Boost.Runtime.Parameter 19 #include <boost/test/utils/runtime/config.hpp>
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/runtime/env/ |
fwd.hpp | 22 // Boost.Runtime.Parameter 23 #include <boost/test/utils/runtime/config.hpp>
|
modifier.hpp | 18 // Boost.Runtime.Parameter 19 #include <boost/test/utils/runtime/config.hpp>
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/runtime/ |
fwd.hpp | 18 // Boost.Runtime.Parameter 19 #include <boost/test/utils/runtime/config.hpp>
|
/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
|
/development/samples/browseable/BasicSyncAdapter/ |
_index.jd | 11 caches the data in a content provider. At runtime, the cached feed data is displayed
|
/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),
|
Completed in 670 milliseconds
<<21222324252627282930>>