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
90
) sorted by null
1
2
3
4
/cts/tests/tests/renderscript/src/android/renderscript/cts/
VersionTest.java
68
ScriptC_set_target_api_15
test15
=
local
72
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(); };
/external/llvm/test/CodeGen/AArch64/
movw-consts.ll
104
define void @
test15
() {
105
; CHECK-LABEL:
test15
:
/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
/external/llvm/test/Transforms/ConstProp/
loads.ll
197
define i64 @
test15
() nounwind {
202
; LE-LABEL: @
test15
(
205
; BE-LABEL: @
test15
(
/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: define void @
test15
117
void
test15
() {
function
ext-vector.c
281
// CHECK: @
test15
282
int4
test15
(uint4 V0) {
function
/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
(
mul.ll
125
define i32 @
test15
(i32 %A, i32 %B) {
126
; CHECK-LABEL: @
test15
(
sext.ll
165
define i32 @
test15
(i32 %x) nounwind {
170
; CHECK-LABEL: @
test15
(
apint-shift.ll
143
; CHECK-LABEL: @
test15
(
145
define i45 @
test15
(i1 %C) {
rem.ll
139
define i64 @
test15
(i32 %x, i32 %y) {
140
; CHECK-LABEL: @
test15
(
/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
:
fp-select-cmp-and.ll
143
define float @
test15
(float %a, float %b, float %eps) {
148
; CHECK-LABEL: @
test15
select.ll
306
define i32 @
test15
(i32 %x) nounwind {
311
; CHECK-LABEL:
test15
:
315
; ATOM-LABEL:
test15
:
fast-isel-x86-64.ll
177
define void @
test15
(i8* %a, i8* %b) nounwind {
180
; CHECK-LABEL:
test15
:
/external/clang/test/CodeGenCXX/
microsoft-abi-vbtables.cpp
259
namespace
Test15
{
267
// CHECK-DAG: @"\01??_8E@
Test15
@@7BD@1@@" =
268
// CHECK-DAG: @"\01??_8E@
Test15
@@7BB@1@D@1@@" =
269
// CHECK-DAG: @"\01??_8E@
Test15
@@7BC@1@@" =
270
// CHECK-DAG: @"\01??_8E@
Test15
@@7BB@1@@" =
271
// CHECK-DAG: @"\01??_8C@
Test15
@@7B@" =
272
// CHECK-DAG: @"\01??_8D@
Test15
@@7B01@@" =
273
// CHECK-DAG: @"\01??_8D@
Test15
@@7BB@1@@" =
274
// CHECK-DAG: @"\01??_8B@
Test15
@@7B@" =
/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>'}}
Completed in 1240 milliseconds
1
2
3
4