/ndk/tests/device/test-stlport/unit/cppunit/ |
D | cppunit_mini.h | 142 #define CPPUNIT_TEST_SUITE(X) \ argument 145 const char *className = #X; CPPUNIT_MINI_HIDE_UNUSED_VARIABLE(className) \ 149 # 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); \ 158 X(); \ 161 Base::error("Test Failed: An Exception was thrown.", #X, __FILE__, __LINE__); \ 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); \ [all …]
|
/ndk/tests/device/test-gnustl-full/unit/cppunit/ |
D | cppunit_mini.h | 142 #define CPPUNIT_TEST_SUITE(X) \ argument 145 const char *className = #X; CPPUNIT_MINI_HIDE_UNUSED_VARIABLE(className) \ 149 # 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); \ 158 X(); \ 161 Base::error("Test Failed: An Exception was thrown.", #X, __FILE__, __LINE__); \ 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); \ [all …]
|
/ndk/sources/host-tools/make-3.81/ |
D | hash.h | 106 #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 …]
|
D | configure | 380 test "X`expr 00001 : '.*\(...\)'`" = X001; then 386 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then 392 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then 1221 $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 1222 X"$as_myself" : 'X\(//\)[^/]' \| \ 1223 X"$as_myself" : 'X\(//\)$' \| \ 1224 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null || 1225 $as_echo X"$as_myself" | 2465 set X `ls -Lt $srcdir/configure conftest.file 2> /dev/null` 2468 set X `ls -t $srcdir/configure conftest.file` [all …]
|
/ndk/tests/device/test-gnustl-full/unit/ |
D | rawriter_test.cpp | 11 class X class 14 X(int i_ = 0) : i(i_) {} in X() function in X 15 ~X() {} in ~X() 43 allocator<X> a; in rawiter1() 44 typedef X* x_pointer; in rawiter1() 48 raw_storage_iterator<X*, X> r(p); in rawiter1() 51 *r++ = X(i); in rawiter1()
|
D | shared_ptr_test.cpp | 25 struct X; 27 struct X : struct 28 public std::tr1::enable_shared_from_this<X> 34 std::tr1::shared_ptr<X> p( new X ); in shared_from_this() 35 std::tr1::shared_ptr<X> q = p->shared_from_this(); in shared_from_this()
|
D | limits_test.cpp | 52 # define CHECK_COND(X) if (!(X)) { CPPUNIT_MESSAGE(#X); return false; } argument 57 # define CHECK_COND(X) if (!check_cond(X)) { CPPUNIT_MESSAGE(#X); return false; } argument
|
/ndk/tests/device/test-stlport/unit/ |
D | rawriter_test.cpp | 11 class X class 14 X(int i_ = 0) : i(i_) {} in X() function in X 15 ~X() {} in ~X() 43 allocator<X> a; in rawiter1() 44 typedef X* x_pointer; in rawiter1() 48 raw_storage_iterator<X*, X> r(p); in rawiter1() 51 *r++ = X(i); in rawiter1()
|
D | shared_ptr_test.cpp | 25 struct X; 27 struct X : struct 28 public std::tr1::enable_shared_from_this<X> 34 std::tr1::shared_ptr<X> p( new X ); in shared_from_this() 35 std::tr1::shared_ptr<X> q = p->shared_from_this(); in shared_from_this()
|
D | limits_test.cpp | 52 # define CHECK_COND(X) if (!(X)) { CPPUNIT_MESSAGE(#X); return false; } argument 57 # define CHECK_COND(X) if (!check_cond(X)) { CPPUNIT_MESSAGE(#X); return false; } argument
|
/ndk/sources/host-tools/sed-4.2.1/m4/ |
D | lib-link.m4 | 189 if test "X$withval" = "Xno"; then 192 if test "X$withval" = "X"; then 293 if test "X$found_dir" = "X"; then 299 if test "X$found_dir" != "X"; then 305 if test "X$found_dir" = "X"; then 310 dir=`echo "X$x" | sed -e 's/^X-L//'` 340 if test "X$found_dir" = "X"; then 346 if test "X$found_dir" != "X"; then 353 if test "X$found_dir" != "X"; then 358 if test "X$found_dir" != "X"; then [all …]
|
D | lib-prefix.m4 | 39 if test "X$withval" = "Xno"; then 42 if test "X$withval" = "X"; then 60 if test "X$additional_includedir" != "X/usr/include"; then 64 if test "X$x" = "X-I$additional_includedir"; then 70 if test "X$additional_includedir" = "X/usr/local/include"; then 91 if test "X$additional_libdir" != "X/usr/$acl_libdirstem"; then 95 if test "X$x" = "X-L$additional_libdir"; then 101 if test "X$additional_libdir" = "X/usr/local/$acl_libdirstem"; then 126 if test "X$prefix" = "XNONE"; then 131 if test "X$exec_prefix" = "XNONE"; then
|
D | intlmacosx.m4 | 16 dnl Checks for special options needed on MacOS X. 20 dnl Check for API introduced in MacOS X 10.2. 32 …[Define to 1 if you have the MacOS X function CFPreferencesCopyAppValue in the CoreFoundation fram… 34 dnl Check for API introduced in MacOS X 10.3. 44 …[Define to 1 if you have the MacOS X function CFLocaleCopyCurrent in the CoreFoundation framework.…
|
/ndk/sources/host-tools/make-3.81/config/ |
D | lib-link.m4 | 139 if test "X$withval" = "Xno"; then 142 if test "X$withval" = "X"; then 214 if test "X$found_dir" = "X"; then 219 dir=`echo "X$x" | sed -e 's/^X-L//'` 237 if test "X$found_dir" != "X"; then 242 if test "X$found_dir" != "X"; then 245 if test "X$found_so" != "X"; then 249 if test "$enable_rpath" = no || test "X$found_dir" = "X/usr/lib"; then 259 if test "X$x" = "X$found_dir"; then 281 if test "X$x" = "X$found_dir"; then [all …]
|
D | lib-prefix.m4 | 40 if test "X$withval" = "Xno"; then 43 if test "X$withval" = "X"; then 61 if test "X$additional_includedir" != "X/usr/include"; then 65 if test "X$x" = "X-I$additional_includedir"; then 71 if test "X$additional_includedir" = "X/usr/local/include"; then 92 if test "X$additional_libdir" != "X/usr/lib"; then 96 if test "X$x" = "X-L$additional_libdir"; then 102 if test "X$additional_libdir" = "X/usr/local/lib"; then 127 if test "X$prefix" = "XNONE"; then 132 if test "X$exec_prefix" = "XNONE"; then
|
/ndk/sources/cxx-stl/stlport/stlport/stl/config/ |
D | _auto_link.h | 10 # define _STLP_STRINGIZE(X) _STLP_STRINGIZE_AUX(X) argument 11 # define _STLP_STRINGIZE_AUX(X) #X argument
|
D | features.h | 371 # define _STLP_NON_DBG_NAME(X) _NonDbg_##X argument 376 # define _STLP_PTR_IMPL_NAME(X) _Impl_##X argument 381 # define _STLP_NO_MEM_T_NAME(X) _NoMemT_##X argument 1055 # define _STLP_MARK_PARAMETER_AS_UNUSED(X) (void*)X; argument
|
/ndk/sources/host-tools/make-3.81/autom4te.cache/ |
D | output.0 | 49 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then 52 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then 56 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then 60 as_echo_body='eval expr "X$1" : "X\\(.*\\)"' 65 expr "X$arg" : "X\\(.*\\)$as_nl"; 66 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;; 68 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl" 298 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 299 X"$as_dir" : 'X\(//\)[^/]' \| \ 300 X"$as_dir" : 'X\(//\)$' \| \ [all …]
|
/ndk/sources/host-tools/sed-4.2.1/build-aux/ |
D | install-sh | 276 expr X"$dst" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 277 X"$dst" : 'X\(//\)[^/]' \| \ 278 X"$dst" : 'X\(//\)$' \| \ 279 X"$dst" : 'X\(/\)' \| . 2>/dev/null || 280 echo X"$dst" |
|
/ndk/sources/cxx-stl/stlport/src/ |
D | stlport.rc | 28 #define STRINGIZE(X) STRINGIZE_AUX(X) 29 #define STRINGIZE_AUX(X) #X
|
/ndk/sources/host-tools/sed-4.2.1/testsuite/ |
D | dc.sed | 84 X^*dZkdXK-1+ktsc0kdSb-[Lbdlb*lc+tdSbO*-lb0!=aldx]dsaxLbsb]sad1!>a[[.]POX\ 149 /|?X/ s/-*[0-9A-F]*\.*\([0-9A-F]*\).*/\1/ 170 s/^\([^;]*\)\([1-9]\)\(0*\)\([^1]*\2\(.\)[^:]*X*\3\(9*\)[^,]*\),\([0-9]\)/\1\5\6\4\7,/ 233 …s/\(.\{0,1\}\)\(~[^,]*\)\([0-9]\)\(\.*\),\([^;]*\)\(;\([^;]*\(\3[^;]*\)\).*X*\1\(.*\)\)/\2,\4\5\9\… 253 /![0-9]/ s/\(:[^;]*\)\([1-9]\)\(0*\)\([^0]*\2\(.\).*X*\3\(9*\)\)/\1\5\6\4/
|
D | recall.sed | 4 s/e/X/p
|
/ndk/sources/host-tools/make-3.81/tests/scripts/variables/ |
D | MAKE | 13 print MAKEFILE "MAKE := \$(subst X=\$(X),,\$(MAKE))\n\n";
|
/ndk/sources/host-tools/sed-4.2.1/ |
D | configure | 153 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \ 154 X"$0" : 'X\(//\)$' \| \ 155 X"$0" : 'X\(/\)' \| . 2>/dev/null || 156 $as_echo X/"$0" | 488 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then 1559 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'` 1610 $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 1611 X"$as_myself" : 'X\(//\)[^/]' \| \ 1612 X"$as_myself" : 'X\(//\)$' \| \ 1613 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null || [all …]
|
/ndk/sources/host-tools/make-3.81/tests/scripts/features/ |
D | targetvars | 213 X = bad 215 foo:: ; @echo $(W) $(X) $(Y) $(Z) 216 foo:: ; @echo $(W) $(X) $(Y) $(Z) 217 foo: X = ok
|