OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:test15
(Results
1 - 25
of
110
) sorted by null
1
2
3
4
5
/cts/tests/tests/renderscriptlegacy/src/android/renderscriptlegacy/cts/
VersionTest.java
55
ScriptC_set_target_api_15
test15
= new ScriptC_set_target_api_15(mRS);
local
56
test15
.invoke_check(15);
/external/clang/test/SemaCXX/
long-virtual-inheritance-chain.cpp
18
class
test15
: virtual test14 { virtual void f(); };
class in inherits:test14
19
class test16 : virtual
test15
{ virtual void f(); };
ast-print.cpp
169
// CHECK: float
test15
() {
173
float
test15
() {
function
/external/llvm/test/CodeGen/AArch64/
movw-consts.ll
104
define void @
test15
() {
105
; CHECK-LABEL:
test15
:
arm64-rounding.ll
151
; CHECK:
test15
154
define float @
test15
(float %a) #1 {
/external/llvm/test/Transforms/InstSimplify/
undef.ll
129
; @
test15
131
define i1 @
test15
() {
/dalvik/dx/tests/070-dex-multianewarray/
Blort.java
83
public static long[][][]
test15
() {
method in class:Blort
/dalvik/dx/tests/078-dex-local-variable-table/
Blort.java
98
public static void
test15
(Object x) {
method in class:Blort
/external/clang/test/Parser/
char-literal-printing.c
21
char
test15
(void) { return '\r'; }
function
declarators.c
99
long struct X { int x; }
test15
(); // expected-error {{'long struct' is invalid}}
/external/clang/test/CodeGen/
object-size.c
116
// CHECK-LABEL: define void @
test15
117
void
test15
() {
function
ext-vector.c
281
// CHECK: @
test15
282
int4
test15
(uint4 V0) {
function
/external/llvm/test/CodeGen/X86/
cmov-fp.ll
260
define float @
test15
(i32 %a, i32 %b, float %x) nounwind {
265
; SSE-LABEL:
test15
:
268
; NOSSE2-LABEL:
test15
:
271
; NOSSE1-LABEL:
test15
:
274
; NOCMOV-LABEL:
test15
:
avx512-insert-extract.ll
162
;CHECK-LABEL:
test15
166
define i16 @
test15
(i1 *%addr) {
avx512-mov.ll
120
; CHECK-LABEL: @
test15
123
define <4 x i32> @
test15
(i32* %x) {
avx512-vec-cmp.ll
151
; CHECK-LABEL:
test15
156
define <8 x i64> @
test15
(<8 x i64>%a, <8 x i64>%b) {
cmp.ll
203
define zeroext i1 @
test15
(i32 %bf.load, i32 %n) {
210
; CHECK-LABEL:
test15
:
fp-select-cmp-and.ll
143
define float @
test15
(float %a, float %b, float %eps) {
148
; CHECK-LABEL: @
test15
vec_shift5.ll
133
define <4 x i32> @
test15
() {
137
; CHECK-LABEL:
test15
/external/llvm/test/Transforms/ConstProp/
loads.ll
211
define i64 @
test15
() nounwind {
216
; LE-LABEL: @
test15
(
219
; BE-LABEL: @
test15
(
/external/clang/test/Sema/
attr-deprecated.c
96
unsigned long
test15
= sizeof(foo_dep); // expected-warning {{'foo_dep' is deprecated}}
variable
c89.c
84
int
test15
[5] = { [2] = 1 }; /* expected-warning {{designated initializers are a C99 feature}} */
variable
/external/clang/test/CXX/temp/temp.decls/temp.friend/
p1.cpp
312
namespace
test15
{
namespace
325
void foo() { return A<long>::foo(); } // expected-error {{'foo' is a private member of '
test15
::A<long>'}}
/external/llvm/test/Transforms/InstCombine/
div.ll
123
define i32 @
test15
(i32 %a, i32 %b) nounwind {
128
; CHECK-LABEL: @
test15
(
fcmp.ll
134
define i32 @
test15
(double %a) nounwind {
139
; CHECK-LABEL: @
test15
(
Completed in 1000 milliseconds
1
2
3
4
5