/external/v8/test/mjsunit/compiler/ |
simple-bailouts.js | 65 Test.prototype.test6 = function() { 117 t.test6();
|
/frameworks/opt/calendar/tests/src/com/android/calendarcommon/ |
EventRecurrenceTest.java | 163 public void test6() throws Exception { method in class:EventRecurrenceTest
|
/external/clang/test/CXX/class.access/ |
p6.cpp | 143 namespace test6 { namespace 153 private_inner c; // expected-error {{ 'private_inner' is a private member of 'test6::A'}}
|
p4.cpp | 221 namespace test6 { namespace 227 class Test1 { A a; }; // expected-error {{field of type 'test6::A' has private copy constructor}} 232 class Test2 : A {}; // expected-error {{base class 'test6::A' has private copy constructor}}
|
/external/clang/test/CodeGen/ |
builtins-ppc-altivec.c | 396 // CHECK: define void @test6 397 void test6() { function [all...] |
mmx-builtins.c | 35 __m64 test6(__m64 a, __m64 b) { function
|
/external/clang/test/CodeGenCXX/ |
temporaries.cpp | 482 void test6(const C *x) { function in namespace:Elision
|
value-init.cpp | 199 namespace test6 { namespace
|
x86_64-arguments.cpp | 106 namespace test6 { namespace
|
destructors.cpp | 263 namespace test6 { namespace 276 // CHECK: define void @_ZN5test61CC1Ev(%"struct.test6::C"* %this) unnamed_addr 286 // CHECK: define void @_ZN5test61CD1Ev(%"struct.test6::C"* %this) unnamed_addr 294 // CHECK: define void @_ZN5test61CD2Ev(%"struct.test6::C"* %this, i8** %vtt) unnamed_addr
|
mangle.cpp | 438 namespace test6 { namespace
|
/external/clang/test/Sema/ |
compare.c | 287 int test6(unsigned i, unsigned power) { function
|
conversion.c | 134 void test6(char v) { function
|
exprs.c | 75 void test6() { function
|
return.c | 46 int test6() { function
|
uninit-variables.c | 31 int test6() { function
|
/external/clang/test/SemaCXX/ |
enum-scoped.cpp | 135 namespace test6 { namespace in class:E1::E2::Redeclare5 137 struct A::a; // expected-error {{incomplete type 'test6::A' named in nested name specifier}} 138 enum A::b; // expected-error {{incomplete type 'test6::A' named in nested name specifier}} 139 int A::c; // expected-error {{incomplete type 'test6::A' named in nested name specifier}} 140 void A::d(); // expected-error {{incomplete type 'test6::A' named in nested name specifier}} 142 (void) A::e; // expected-error {{incomplete type 'test6::A' named in nested name specifier}}
|
references.cpp | 61 int& test6(int& x) { function 69 class Test6 { // expected-warning{{class 'Test6' does not declare any constructor to initialize its non-modifiable members}}
|
destructor.cpp | 95 namespace test6 { namespace 106 class B : A<int> { B(); }; // expected-note {{in instantiation of member function 'test6::A<int>::operator delete' requested here}}
|
/external/clang/test/CXX/class.access/class.friend/ |
p1.cpp | 213 namespace test6 { namespace
|
/external/icu4c/test/intltest/ |
citrtest.cpp | 294 UCharCharacterIterator* test6 = new UCharCharacterIterator(*test1); local 318 if (*test6 != *test1 ) 366 delete test6; [all...] |
ustrtest.cpp | 270 UnicodeString test6((UChar)0x5100); 282 !(test5 < test6) 469 char test6[13] = {1, 2, 3, 4, 5, 6, 7, 8, 8, 10, 11, 12, 13}; local 484 if (test1.extract(60, 71, test6) != 9) { 487 if (test1.extract(11, 12, test6) != 12) { 497 if (test1.extract(11, -1, test6) != 0) { [all...] |