HomeSort by relevance Sort by last modified time
    Searched defs:test2 (Results 626 - 650 of 728) sorted by null

<<21222324252627282930

  /external/clang/test/SemaCXX/
crashes.cpp 152 namespace test2 { namespace
cxx0x-initializer-aggregates.cpp 78 typedef int test2[]; typedef in namespace:array_explicit_conversion
84 (void)test2{1};
decl-microsoft-call-conv.cpp 166 namespace test2 { namespace
enum.cpp 52 int test2[is_same<__typeof(+v2), unsigned int>::value]; member in namespace:test1
extern-c.cpp 12 namespace test2 { namespace
for-range-examples.cpp 153 namespace test2 { namespace
158 for (int x : a.xs) { } // expected-error {{'xs' is a private member of 'test2::A'}}
friend.cpp 34 namespace test2 { namespace
40 friend void ::test2::foo::Func(int x);
long-virtual-inheritance-chain.cpp 5 class test2 : virtual test1 { virtual void f(); }; class in inherits:test1
6 class test3 : virtual test2 { virtual void f(); };
member-expr.cpp 40 void test2(X *xp) { function
89 void test2(A &x) { function in namespace:test5
161 int test2() { return fun2->size(); } // expected-error {{base of member reference is a function; perhaps you meant to call it with no arguments}} function in namespace:FuncInMemberExpr
references.cpp 21 void test2() { function
return-noreturn.cpp 131 PR9380_Ty test2[20]; local
undefined-internal.cpp 16 namespace test2 { namespace
18 void foo(); // expected-warning {{function 'test2::(anonymous namespace)::foo' has internal linkage but is not defined}}
19 extern int var; // expected-warning {{variable 'test2::(anonymous namespace)::var' has internal linkage but is not defined}}
20 template <class T> void bar(); // expected-warning {{function 'test2::(anonymous namespace)::bar<int>' has internal linkage but is not defined}}
264 void test2(B &b1, B &b2) { function in namespace:test11
using-decl-1.cpp 100 namespace test2 { namespace
virtual-override.cpp 163 void test2() { function
warn-sign-conversion.cpp 49 namespace test2 { namespace
70 int d1 = 1 ? i : Foo<bool>::D; // expected-warning {{operand of ? changes signedness: 'test2::Foo<bool>::Named4' to 'int'}}
71 int d2 = 1 ? Foo<bool>::D : i; // expected-warning {{operand of ? changes signedness: 'test2::Foo<bool>::Named4' to 'int'}}
72 int d3 = 1 ? B : Foo<bool>::D; // expected-warning {{operand of ? changes signedness: 'test2::Foo<bool>::Named4' to 'int'}}
73 int d4 = 1 ? Foo<bool>::D : B; // expected-warning {{operand of ? changes signedness: 'test2::Foo<bool>::Named4' to 'int'}}
75 int e1 = 1 ? i : E; // expected-warning {{operand of ? changes signedness: 'test2::Named5' to 'int'}}
76 int e2 = 1 ? E : i; // expected-warning {{operand of ? changes signedness: 'test2::Named5' to 'int'}}
77 int e3 = 1 ? E : B; // expected-warning {{operand of ? changes signedness: 'test2::Named5' to 'int'}}
78 int e4 = 1 ? B : E; // expected-warning {{operand of ? changes signedness: 'test2::Named5' to 'int'}}
warn-unreachable.cpp 18 void test2() { function
  /external/clang/test/SemaTemplate/
alias-templates.cpp 181 namespace test2 { namespace in namespace:PR16646
instantiate-declref.cpp 109 namespace test2 { namespace
  /external/eigen/unsupported/test/
BVH.cpp 199 TreeTest<2> test2; local
200 CALL_SUBTEST(test2.testIntersect1());
201 CALL_SUBTEST(test2.testMinimize1());
202 CALL_SUBTEST(test2.testIntersect2());
203 CALL_SUBTEST(test2.testMinimize2());
  /external/icu/icu4c/source/test/cintltst/
uenumtst.c 139 static const UChar* test2[] = { variable
280 UEnumeration *en = getuchArrayEnum(test2, sizeof(test2)/sizeof(test2[0]));
445 u = uenum_openUCharStringsEnumeration(test2, 4, &status);
  /external/libcxx/test/strings/basic.string/string.modifiers/string_replace/
size_size_string_size_size.pass.cpp 286 void test2() function
    [all...]
  /external/libcxx/test/strings/basic.string/string.ops/string_compare/
size_size_string_size_size.pass.cpp 276 void test2() function
    [all...]
  /external/lldb/test/unittest2/test/
test_suite.py 101 test2 = unittest2.FunctionTestCase(lambda: None)
102 suite = unittest2.TestSuite((test1, test2))
104 self.assertEqual(list(suite), [test1, test2])
136 test2 = unittest2.FunctionTestCase(lambda: None)
137 suite = unittest2.TestSuite((test1, test2))
149 def test2(self): pass member in class:Test_TestSuite.test_countTestCases_nested.Test1
151 test2 = unittest2.FunctionTestCase(lambda: None)
153 child = unittest2.TestSuite((Test1('test2'), test2))
195 def test2(self): pas member in class:Test_TestSuite.test_run.LoggingCase
    [all...]
  /frameworks/opt/calendar/tests/src/com/android/calendarcommon2/
EventRecurrenceTest.java 79 public void test2() throws Exception { method in class:EventRecurrenceTest
    [all...]
  /libcore/support/src/test/java/tests/support/
Support_TestWebData.java 31 public final static byte[] test2 = newBinaryFile(8192); field in class:Support_TestWebData
61 test2,
70 new Support_TestWebData(test2.length, 14000002, "test2", "unknown/unknown", false,

Completed in 1144 milliseconds

<<21222324252627282930