OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:runtime
(Results
351 - 375
of
18263
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/external/clang/test/Rewriter/
objc-string-concat-1.m
1
// RUN: %clang_cc1 -rewrite-objc -fobjc-
runtime
=macosx-fragile-10.5 %s -o -
objc-super-test.m
1
// RUN: %clang_cc1 -rewrite-objc -fobjc-
runtime
=macosx-fragile-10.5 %s -o - | grep objc_msgSendSuper | grep MainMethod
objc-synchronized-1.m
1
// RUN: %clang_cc1 -rewrite-objc -fobjc-
runtime
=macosx-fragile-10.5 %s -o -
protocol-rewrite-2.m
1
// RUN: %clang_cc1 -rewrite-objc -fobjc-
runtime
=macosx-fragile-10.5 %s -o %t.cpp
rewrite-block-ivar-call.mm
1
// RUN: %clang_cc1 -x objective-c++ -fblocks -rewrite-objc -fobjc-
runtime
=macosx-fragile-10.5 -o - %s
rewrite-eh.m
1
// RUN: %clang_cc1 -rewrite-objc -fobjc-
runtime
=macosx-fragile-10.5 -fobjc-exceptions -o - %s
rewrite-extern-c.mm
1
// RUN: %clang_cc1 -x objective-c++ -fblocks -rewrite-objc -fobjc-
runtime
=macosx-fragile-10.5 -o - %s
va-method.m
1
// RUN: %clang_cc1 -rewrite-objc -fobjc-
runtime
=macosx-fragile-10.5 %s -o -
/external/compiler-rt/lib/asan/
README.txt
3
This directory contains sources of the AddressSanitizer (asan)
runtime
library.
10
asan_*.{cc,h} : Sources of the asan
runtime
library.
14
Also ASan
runtime
needs the following libraries:
18
Currently ASan
runtime
can be built by both make and cmake build systems.
/external/compiler-rt/test/ubsan/TestCases/Integer/
negate-overflow.cpp
5
// CHECKS-NOT:
runtime
error
6
// CHECKU: negate-overflow.cpp:[[@LINE+2]]:3:
runtime
error: negation of 2147483648 cannot be represented in type 'unsigned int'
9
// CHECKS: negate-overflow.cpp:[[@LINE+2]]:10:
runtime
error: negation of -2147483648 cannot be represented in type 'int'; cast to an unsigned type to negate this value to itself
10
// CHECKU-NOT:
runtime
error
/external/compiler-rt/test/ubsan/TestCases/Misc/
missing_return.cpp
3
// CHECK: missing_return.cpp:4:5:
runtime
error: execution reached the end of a value-returning function without returning a value
unreachable.cpp
4
// CHECK: unreachable.cpp:5:3:
runtime
error: execution reached a __builtin_unreachable() call
/external/eigen/demos/mandelbrot/
README
10
determined at
runtime
depending on the zoom level.
/external/javassist/src/main/javassist/runtime/
package.html
3
Runtime
support classes required by modified bytecode.
/external/jsr305/ri/src/main/java/javax/annotation/
CheckForNull.java
13
@Retention(RetentionPolicy.
RUNTIME
)
Detainted.java
13
@Retention(RetentionPolicy.
RUNTIME
)
Nullable.java
13
@Retention(RetentionPolicy.
RUNTIME
)
PropertyKey.java
12
@Retention(RetentionPolicy.
RUNTIME
)
Tainted.java
13
@Retention(RetentionPolicy.
RUNTIME
)
Untainted.java
12
@Retention(RetentionPolicy.
RUNTIME
)
WillClose.java
8
@Retention(RetentionPolicy.
RUNTIME
)
WillCloseWhenClosed.java
8
@Retention(RetentionPolicy.
RUNTIME
)
WillNotClose.java
8
@Retention(RetentionPolicy.
RUNTIME
)
/external/jsr305/sampleUses/src/main/java/java/sql/
ResultSetConcurrency.java
11
@Retention(RetentionPolicy.
RUNTIME
)
ResultSetHoldability.java
11
@Retention(RetentionPolicy.
RUNTIME
)
Completed in 122 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>