Home
last modified time | relevance | path

Searched refs:Y (Results 1 – 25 of 58) sorted by relevance

123

/ndk/tests/device/test-stlport_shared-exception/jni/
Dcleanup2.cpp31 struct Y : X struct
33 Y() throw (int);
34 ~Y() throw ();
36 Y::Y() throw (int) in Y() function in Y
39 Y::~Y() throw () in ~Y()
46 Y y; in main()
Deh28.cpp9 class Y : public X { public: virtual void p() { fail = 0; } }; in p() class
13 try { Y y; throw y; } in main()
Darraynew.cpp97 struct Y { int i; virtual void f () {} }; in f() struct
122 check_no_cookie<Y<double> > (3); in main()
/ndk/tests/device/test-stlport_static-exception/jni/
Dcleanup2.cpp31 struct Y : X struct
33 Y() throw (int);
34 ~Y() throw ();
36 Y::Y() throw (int) in Y() function in Y
39 Y::~Y() throw () in ~Y()
46 Y y; in main()
Deh28.cpp9 class Y : public X { public: virtual void p() { fail = 0; } }; in p() class
13 try { Y y; throw y; } in main()
Darraynew.cpp97 struct Y { int i; virtual void f () {} }; in f() argument
122 check_no_cookie<Y<double> > (3); in main()
/ndk/sources/host-tools/make-3.81/
Dhash.h106 #define STRING_COMPARE(X, Y, RESULT) do { \ argument
107 RESULT = strcmp ((X), (Y)); \
109 #define return_STRING_COMPARE(X, Y) do { \ argument
110 return strcmp ((X), (Y)); \
142 #define STRING_N_COMPARE(X, Y, N, RESULT) do { \ argument
143 RESULT = strncmp ((X), (Y), (N)); \
145 #define return_STRING_N_COMPARE(X, Y, N) do { \ argument
146 return strncmp ((X), (Y), (N)); \
175 #define ISTRING_COMPARE(X, Y, RESULT) do { \ argument
176 RESULT = strcmpi ((X), (Y)); \
[all …]
/ndk/tests/device/test-stlport/unit/cppunit/
Dcppunit_mini.h149 # define CPPUNIT_TEST_BASE(X, Y) \ argument
152 bool shouldRun = shouldRunThis(in_name, className, #X, invert, Y, do_progress); \
155 progress(className, #X, ignoring || !shouldRun, !ignoring && Y); \
168 # define CPPUNIT_TEST_BASE(X, Y) \ argument
171 bool shouldRun = shouldRunThis(in_name, className, #X, invert, Y, do_progress); \
174 progress(className, #X, ignoring || !shouldRun, !ignoring && Y); \
211 #define CPPUNIT_ASSERT_EQUAL(X, Y) \ argument
212 if ((X) != (Y)) { \
213 Base::error("CPPUNIT_ASSERT_EQUAL", #X","#Y, __FILE__, __LINE__); \
217 #define CPPUNIT_ASSERT_DOUBLES_EQUAL(X, Y, Z) \ argument
[all …]
/ndk/tests/device/test-gnustl-full/unit/cppunit/
Dcppunit_mini.h149 # define CPPUNIT_TEST_BASE(X, Y) \ argument
152 bool shouldRun = shouldRunThis(in_name, className, #X, invert, Y, do_progress); \
155 progress(className, #X, ignoring || !shouldRun, !ignoring && Y); \
168 # define CPPUNIT_TEST_BASE(X, Y) \ argument
171 bool shouldRun = shouldRunThis(in_name, className, #X, invert, Y, do_progress); \
174 progress(className, #X, ignoring || !shouldRun, !ignoring && Y); \
211 #define CPPUNIT_ASSERT_EQUAL(X, Y) \ argument
212 if ((X) != (Y)) { \
213 Base::error("CPPUNIT_ASSERT_EQUAL", #X","#Y, __FILE__, __LINE__); \
217 #define CPPUNIT_ASSERT_DOUBLES_EQUAL(X, Y, Z) \ argument
[all …]
/ndk/sources/cxx-stl/llvm-libc++/test/utilities/memory/util.smartptr/util.smartptr.enab/
Denable_shared_from_this.pass.cpp31 struct Y : T {}; struct
33 struct Z : Y {};
38 std::shared_ptr<Y> p(new Z); in main()
44 std::shared_ptr<Y> p = std::make_shared<Z>(); in main()
/ndk/sources/host-tools/sed-4.2.1/m4/
Dthreadlib.m4267 dnl Linux 2.4/glibc posix -lpthread Y OK
271 dnl FreeBSD 5.3 posix -lc_r Y
272 dnl posix -lkse ? Y
273 dnl posix -lpthread ? Y
274 dnl posix -lthr Y
276 dnl FreeBSD 5.2 posix -lc_r Y
277 dnl posix -lkse Y
278 dnl posix -lthr Y
280 dnl FreeBSD 4.0,4.10 posix -lc_r Y OK
284 dnl OpenBSD 3.4 posix -lpthread Y OK
[all …]
/ndk/sources/host-tools/make-3.81/tests/scripts/functions/
Deval12 define Y
17 X = $(eval $(value Y))
20 $(eval $(Y))
71 define Y
76 $(eval $(Y))
/ndk/sources/host-tools/sed-4.2.1/testsuite/
Drecall.sed6 s//Y/p
Ddc.sed65 s/.*|?\([^Y]\).*/\1 is unimplemented/
/ndk/build/tools/
Dmake-release.sh27 RELEASE=`date +%Y%m%d`
127 y|Y|yes|YES)
Dbuild-analyzer.sh33 RELEASE=`date +%Y%m%d`
Drebuild-all-prebuilt.sh49 RELEASE=`date +%Y%m%d`
Ddev-rebuild-ndk.sh36 OPTION_NDK_RELEASE=`date +%Y%m%d`
Dbuild-ndk-sysroot.sh297 DATE=`date +%Y%m%d`
Ddownload-toolchain-sources.sh35 RELEASE=`date +%Y%m%d`
Dbuild-gcc.sh33 RELEASE=`date +%Y%m%d`
/ndk/sources/host-tools/sed-4.2.1/
DMakefile.am24 test $(COPYRIGHT_YEAR) = `date +%Y` || \
/ndk/sources/host-tools/make-3.81/tests/scripts/features/
Dtargetvars215 foo:: ; @echo $(W) $(X) $(Y) $(Z)
216 foo:: ; @echo $(W) $(X) $(Y) $(Z)
219 Y = foo
221 bar: Y = bar
/ndk/sources/cxx-stl/llvm-libc++/include/
Dmemory181 template <class Y> struct auto_ptr_ref {};
191 template<class Y> auto_ptr(auto_ptr<Y>&) throw();
193 template<class Y> auto_ptr& operator=(auto_ptr<Y>&) throw();
204 template<class Y> operator auto_ptr_ref<Y>() throw();
205 template<class Y> operator auto_ptr<Y>() throw();
361 template<class Y> explicit shared_ptr(Y* p);
362 template<class Y, class D> shared_ptr(Y* p, D d);
363 template<class Y, class D, class A> shared_ptr(Y* p, D d, A a);
366 template<class Y> shared_ptr(const shared_ptr<Y>& r, T *p) noexcept;
368 template<class Y> shared_ptr(const shared_ptr<Y>& r) noexcept;
[all …]
/ndk/sources/host-tools/sed-4.2.1/build-aux/
Dhelp2man197 my $date = strftime "%B %Y", localtime;

123