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

1 2

  /dalvik/dx/tests/070-dex-multianewarray/
Blort.java 79 public static int[][][] test14() { method in class:Blort
  /cts/tests/tests/renderscriptlegacy/src/android/renderscriptlegacy/cts/
VersionTest.java 48 ScriptC_set_target_api_14 test14 = new ScriptC_set_target_api_14(mRS); local
49 test14.invoke_check(14);
  /dalvik/dx/tests/078-dex-local-variable-table/
Blort.java 93 public static void test14(short x) { method in class:Blort
  /external/clang/test/SemaCXX/
err_init_conversion_failed.cpp 42 void test14(const float2 in, const float2 out) { function
openmp_default_simd_align.cpp 60 long long int test14[2]; variable
62 static_assert(__builtin_omp_required_simd_align(decltype(test14)) == 16, "foo");
alignof.cpp 62 long long int test14[2]; variable
64 static_assert(alignof(test14) == 8, "foo"); // expected-warning {{'alignof' applied to an expression is a GNU extension}}
ast-print.cpp 157 // CHECK: void test14() {
164 void test14() { function
linkage2.cpp 145 namespace test14 { namespace
long-virtual-inheritance-chain.cpp 17 class test14 : virtual test13 { virtual void f(); }; class in inherits:test13
18 class test15 : virtual test14 { virtual void f(); };
  /external/clang/test/CXX/class.access/class.protected/
p1.cpp 439 namespace test14 { namespace
  /external/clang/test/CodeGen/
ext-vector.c 251 // CHECK: @test14
252 void test14(uint4 *ap, uint4 *bp, unsigned c) { function
object-size.c 109 // CHECK-LABEL: define void @test14
110 void test14() { function
  /external/clang/test/CodeGenCXX/
eh.cpp 353 namespace test14 { namespace
linkage.cpp 174 namespace test14 { namespace
mangle-template.cpp 183 namespace test14 { namespace
  /external/libcxx/test/std/strings/basic.string/string.modifiers/string_insert/
size_string_size_size.pass.cpp 836 void test14() function
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/string.modifiers/string_insert/
size_string_size_size.pass.cpp 836 void test14() function
    [all...]
  /external/clang/test/CXX/temp/temp.decls/temp.friend/
p1.cpp 297 namespace test14 { namespace
306 void foo() { return A<long>::foo(); } // expected-error {{'foo' is a private member of 'test14::A<long>'}}
  /external/clang/test/Parser/
char-literal-printing.c 20 wchar_t test14(void) { return L'\n'; } function
  /external/clang/test/Sema/
asm.c 132 void test14(struct S *s) { function
builtins.c 109 void test14() { function
c89.c 81 /* Make sure we allow *test14 as a "function designator" */
82 int test14() { return (&*test14)(); } function
exprs.c 136 void test14() { function
return.c 85 int test14() { function
switch.c 256 int test14(int a) { function

Completed in 754 milliseconds

1 2