HomeSort by relevance Sort by last modified time
    Searched refs:test2 (Results 226 - 250 of 530) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/CodeGenCXX/
static-data-member.cpp 33 namespace test2 { namespace
blocks.cpp 27 void test2() { function in namespace:test1
59 namespace test2 { namespace
  /external/clang/test/Parser/
expressions.c 13 int test2(int a, int b) { function
  /external/clang/test/Sema/
arm-neon-types.c 11 float32x2_t test2(uint32x2_t x) { function
attr-unavailable-message.c 18 char test2[__has_feature(attribute_unavailable_with_message) ? 1 : -1]; variable
attr-visibility.c 5 void test2() __attribute__((visibility("internal")));
warn-cast-align.c 34 void test2(char *P) { function
  /external/clang/test/SemaCXX/
address-of.cpp 29 void test2() { function
attr-declspec-ignored.cpp 14 namespace test2 { namespace
pragma-visibility.cpp 8 namespace test2 __attribute__((visibility("hidden"))) { namespace
warn-unused-value.cpp 34 namespace test2 { namespace
friend.cpp 34 namespace test2 { namespace
40 friend void ::test2::foo::Func(int x);
attr-deprecated.cpp 74 void test2(short s) { foo(s); } // expected-warning {{deprecated}} function in namespace:test1
92 namespace test2 { namespace
99 void test2(int i, long l);
111 void A::test2(int i, long l) { function in class:test2::A
178 void test2(A a) { function in namespace:test5
  /external/icu4c/test/intltest/
itercoll.h 113 const UnicodeString test2; member in class:CollationIteratorTest
ustrtest.cpp 104 UnicodeString test2(temp, 15);
107 if (test2 != expectedValue)
108 errln("extract() failed: expected \"" + expectedValue + "\"\n,got \"" + test2 + "\"");
110 test2 += " for me to go!\n";
112 if (test2 != expectedValue)
113 errln("operator+=() failed: expected \"" + expectedValue + "\"\n,got \"" + test2 + "\"");
117 if (test2.length() != 30)
118 errln("length() failed: expected 30, got " + test2.length());
267 UnicodeString test2("this is a test");
279 if (test1 != test2 || test1 == test3 || test1 == test4
467 UnicodeString test2; local
1472 test3.findAndReplace(UnicodeString((UChar)0x61), test2); local
    [all...]
  /external/clang/test/CXX/dcl.dcl/basic.namespace/namespace.udecl/
p1.cpp 32 void test2() { function in namespace:Test0::A
70 namespace test2 { namespace
86 return B(); // expected-error {{'operator int' is a protected member of 'test2::B'}}
  /external/clang/test/CXX/temp/temp.spec/temp.inst/
p1.cpp 55 int test2 = g<int>(); // expected-note {{here}} local
100 int test2 = g<int>(); // expected-note {{here}} member in namespace:ScopedEnum::ScopedEnum1::ScopedEnum2::UnscopedEnum3::UnscopedEnum
  /external/clang/test/Index/
complete-type-factors.m 30 void test2(A *a) {
  /external/clang/test/SemaTemplate/
instantiate-member-expr.cpp 54 namespace test2 { namespace
63 a.test2::template A<T>::foo(); // expected-note {{in instantiation}}
  /external/valgrind/main/gdbserver_tests/
mcsigpass.stdoutB.exp 7 0x........ in test2 () at faultstatus.c:110
  /external/webkit/Source/JavaScriptCore/tests/mozilla/js1_5/Exceptions/
regress-50447.js 46 test2();
94 function test2() function
97 enterFunc ("test2");
108 exitFunc ("test2");
  /frameworks/compile/libbcc/tests/data/src/
casts.c 11 void test2() { function
77 test2();
  /ndk/sources/cxx-stl/llvm-libc++/test/numerics/rand/rand.adapt/rand.adapt.shuf/
eval.pass.cpp 69 test2()
91 test2();
  /ndk/tests/device/test-stlport_shared-exception/jni/
catchptr1.cpp 54 int test2 () function
239 test2,
  /ndk/tests/device/test-stlport_static-exception/jni/
catchptr1.cpp 54 int test2 () function
239 test2,

Completed in 777 milliseconds

1 2 3 4 5 6 7 8 91011>>