Searched defs:int (Results 1 - 7 of 7) sorted by relevance

/ndk/tests/device/test-gnustl-full/unit/
H A Drawriter_test.cpp14 X(int i_ = 0) : i(i_) {}
16 operator int() const { return i; }
19 int i;
49 int i;
H A Dstack_allocator.h21 int m_nbAlloc;
27 int *m_sharedNbAlloc;
191 inline void swap(StackAllocator<int>& __a, StackAllocator<int>& __b)
195 inline void swap(StackAllocator<pair<const int, int> >& __a, argument
196 StackAllocator<pair<const int, int> >& __b)
/ndk/tests/device/test-stlport/unit/
H A Drawriter_test.cpp14 X(int i_ = 0) : i(i_) {}
16 operator int() const { return i; }
19 int i;
49 int i;
H A Dstack_allocator.h21 int m_nbAlloc;
27 int *m_sharedNbAlloc;
191 inline void swap(StackAllocator<int>& __a, StackAllocator<int>& __b)
195 inline void swap(StackAllocator<pair<const int, int> >& __a, argument
196 StackAllocator<pair<const int, int> >& __b)
/ndk/tests/device/test-stlport_shared-exception/jni/
H A Deh990323-1.cpp4 extern "C" void exit (int);
6 int ctor = 0;
7 int dtor = 0;
11 A(int) {ctor++;}
14 operator int() {return 0;}
23 void g(int)
29 int x;
31 A<int> a1;
42 x = 47, A<double*>(), A<int>(39), A<void>(23), -17;
56 int
[all...]
/ndk/tests/device/test-stlport_static-exception/jni/
H A Deh990323-1.cpp4 extern "C" void exit (int);
6 int ctor = 0;
7 int dtor = 0;
11 A(int) {ctor++;}
14 operator int() {return 0;}
23 void g(int)
29 int x;
31 A<int> a1;
42 x = 47, A<double*>(), A<int>(39), A<void>(23), -17;
56 int
[all...]
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/
H A Dunit_test_suite.hpp223 init_unit_test_suite( int, char* [] ) { argument

Completed in 405 milliseconds