HomeSort by relevance Sort by last modified time
    Searched refs:test15 (Results 1 - 25 of 42) sorted by null

1 2

  /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);
  /dalvik/dx/tests/070-dex-multianewarray/
Blort.java 83 public static long[][][] test15() { method in class:Blort
  /external/clang/test/Misc/
diag-template-diffing-color.cpp 24 void test15() { function
  /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
linkage2.cpp 152 namespace test15 { namespace
  /dalvik/dx/tests/078-dex-local-variable-table/
Blort.java 98 public static void test15(Object x) { method in class:Blort
  /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/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/Sema/
asm.c 138 double test15() { function
c89.c 84 int test15[5] = { [2] = 1 }; /* expected-warning {{designated initializers are a C99 feature}} */ variable
attr-deprecated.c 96 unsigned long test15 = sizeof(foo_dep); // expected-warning {{'foo_dep' is deprecated}} variable
block-misc.c 146 void test15() {
exprs.c 148 test15_t test15(void) { function
return.c 89 int test15() { function
scope-check.c 220 void test15(int n, void *pc) {
switch.c 271 void test15() { function
builtins.c 110 void test15(const char *s) { function
  /external/clang/test/CodeGenCXX/
eh.cpp 370 namespace test15 { namespace
new.cpp 191 namespace test15 { namespace
linkage.cpp 188 namespace test15 { namespace
  /external/clang/test/CXX/class.access/
p4.cpp 369 namespace test15 { namespace
375 int protected_foo; // expected-note 3 {{declared protected here}} // expected-note {{can only access this member on an object of type 'test15::B<int>'}}
  /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 392 milliseconds

1 2