/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/wizards/templates/ |
FmClassNameToResourceMethodTest.java | 63 public void test8() throws Exception { method in class:FmClassNameToResourceMethodTest
|
FmEscapeXmlStringMethodTest.java | 63 public void test8() throws Exception { method in class:FmEscapeXmlStringMethodTest
|
/external/clang/test/SemaCXX/ |
alignof.cpp | 36 static const int test8 = __alignof__(s2.x); member in struct:S3 60 const int test8 = __alignof__(S5::x); variable
|
long-virtual-inheritance-chain.cpp | 11 class test8 : virtual test7 { virtual void f(); }; class in inherits:test7 12 class test9 : virtual test8 { virtual void f(); };
|
openmp_default_simd_align.cpp | 34 static const int test8 = __builtin_omp_required_simd_align(decltype(s2.x)); member in struct:S3 58 const int test8 = __builtin_omp_required_simd_align(decltype(S5::x)); variable
|
/external/libcxx/test/std/numerics/rand/rand.adapt/rand.adapt.ibits/ |
eval.pass.cpp | 125 test8() 142 test8();
|
/prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.adapt/rand.adapt.ibits/ |
eval.pass.cpp | 123 test8() 140 test8();
|
/prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/numerics/rand/rand.adapt/rand.adapt.ibits/ |
eval.pass.cpp | 123 test8() 140 test8();
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-elf/ |
exclude.exp | 55 set test8 "ld exclude symbols from archive - --exclude-libs foo,libexclude.a" 137 pass $test8 139 fail $test8
|
/external/ltp/testcases/kernel/controllers/cgroup_fj/ |
cgroup_fj_function.sh | 153 test8() function 207 test8
|
/dalvik/dx/tests/080-dex-exception-tables/ |
Blort.java | 155 public static int test8() { method in class:Blort
|
/external/clang/test/Analysis/ |
unreachable-code-path.c | 82 void test8() { function
|
/external/clang/test/CodeGen/ |
inline.c | 130 void test8() { strlcpy(0,0,0); } function
|
ms-volatile.c | 59 void test8(volatile double *p, volatile double *q) { function 61 // CHECK-LABEL: @test8
|
vla.c | 201 void test8(int a[static 3]) { } function 202 // CHECK: define void @test8(i32* dereferenceable(12) %a)
|
/external/clang/test/CodeGenCXX/ |
ctor-dtor-alias.cpp | 142 namespace test8 { namespace
|
microsoft-abi-dynamic-cast.cpp | 93 void* test8(A* x) { return dynamic_cast<void*>(x); } function 94 // CHECK-LABEL: define i8* @"\01?test8@@YAPAXPAUA@@@Z"(%struct.A* %x)
|
new-overflow.cpp | 162 namespace test8 { namespace 186 // test8 with an unsigned type.
|
nrvo.cpp | 201 X test8(bool b) { function
|
unknown-anytype.cpp | 78 struct Test8 { 84 void Test8::test() { 95 void test8(Test8 *p) { function
|
/external/clang/test/Parser/ |
char-literal-printing.c | 14 wchar_t test8(void) { return L'\b'; } function
|
/external/clang/test/Sema/ |
builtin-assume-aligned.c | 41 int test8(int *a, int j) { function
|
c89.c | 44 void test8(int, x); /* expected-warning {{declaration specifier missing, defaulting to 'int'}} */
|
constant-conversion.c | 78 void test8() { function
|
statements.c | 24 int test8[({10;})]; // expected-error {{statement expression not allowed at file scope}}
|