/ndk/tests/device/test-stlport_shared-exception/jni/ |
D | throw-2.cpp | 28 int ll = 1; in main() local 43 ll = i+j+k+l+m+n; in main() 44 if (ll != 15) in main() 47 printf("FAIL: sum %d != 15\n", ll); in main()
|
D | throw-3.cpp | 28 int ll = 1; in main() local 43 ll = i+j+k+l+m+n; in main() 44 if (ll != 15) in main() 47 printf("FAIL: sum %d != 15\n", ll); in main()
|
D | throw-4.cpp | 30 int ll = 1; in main() local 45 ll = i+j+k+l+m+n; in main() 46 if (ll != 15) in main() 49 printf("FAIL: sum %d != 15\n", ll); in main()
|
D | throw-1.cpp | 37 int ll = 1; in main() local 52 ll = i+j+k+l+m+n; in main() 53 if (ll != 15) in main() 56 printf("FAIL: sum %d != 15\n", ll); in main()
|
/ndk/tests/device/test-stlport_static-exception/jni/ |
D | throw-2.cpp | 28 int ll = 1; in main() local 43 ll = i+j+k+l+m+n; in main() 44 if (ll != 15) in main() 47 printf("FAIL: sum %d != 15\n", ll); in main()
|
D | throw-3.cpp | 28 int ll = 1; in main() local 43 ll = i+j+k+l+m+n; in main() 44 if (ll != 15) in main() 47 printf("FAIL: sum %d != 15\n", ll); in main()
|
D | throw-4.cpp | 30 int ll = 1; in main() local 45 ll = i+j+k+l+m+n; in main() 46 if (ll != 15) in main() 49 printf("FAIL: sum %d != 15\n", ll); in main()
|
D | throw-1.cpp | 37 int ll = 1; in main() local 52 ll = i+j+k+l+m+n; in main() 53 if (ll != 15) in main() 56 printf("FAIL: sum %d != 15\n", ll); in main()
|
/ndk/sources/host-tools/make-3.81/config/ |
D | longlong.m4 | 16 [AC_TRY_LINK([long long ll = 1LL; int i = 63;], 18 return ll << i | ll >> i | llmax / ll | llmax % ll;],
|
/ndk/sources/host-tools/sed-4.2.1/m4/ |
D | longlong.m4 | 90 long long int ll = 9223372036854775807ll; 94 typedef int a[((-9223372036854775807LL < 0 && 0 < 9223372036854775807ll) 100 long long int llmax = 9223372036854775807ll; 102 return ((ll << 63) | (ll >> 63) | (ll < i) | (ll > i) 103 | (llmax / ll) | (llmax % ll)
|
D | stdint.m4 | 384 [Define to l, ll, u, ul, ull, etc., as suitable for 396 for glsuf in "$glsufu" ${glsufu}l ${glsufu}ll ${glsufu}i64; do 400 ll) gltype1='long long int';;
|
D | extensions.m4 | 12 # enough in this area it's likely we'll need to redefine
|
D | gnulib-common.m4 | 92 version of Sun C++ will work with _Restrict; if so, it'll probably
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/impl/ |
D | test_tools.ipp | 130 log_level ll; 136 ll = log_successful_tests; 141 ll = log_warnings; 146 ll = log_all_errors; 151 ll = log_fatal_errors; 162 << ll << prefix << check_descr << suffix; 171 unit_test_log << unit_test::log::begin( file_name, line_num ) << ll; 202 … << ll << prefix << arg1_descr << check_str[ct-CHECK_EQUAL] << arg2_descr << suffix; 228 unit_test_log << unit_test::log::begin( file_name, line_num ) << ll; 252 unit_test_log << unit_test::log::begin( file_name, line_num ) << ll; [all …]
|
D | unit_test_parameters.ipp | 74 operator>>( std::istream& in, unit_test::log_level& ll ) 95 ll = log_level_name[val]; 96 BOOST_TEST_SETUP_ASSERT( ll != unit_test::invalid_log_level, "invalid log level " + val );
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/ |
D | unit_test_log.hpp | 137 #define BOOST_TEST_LOG_ENTRY( ll ) \ argument 139 << ::boost::unit_test::log::begin( BOOST_TEST_L(__FILE__), __LINE__ ))(ll) \
|
/ndk/sources/host-tools/sed-4.2.1/po/ |
D | Rules-quot | 20 ll=`echo $$lang | sed -e 's/@.*//'`; \ 23 …if $(MSGINIT) -i $(DOMAIN).pot --no-translator -l $$ll -o - 2>/dev/null | sed -f $$tmpdir/$$lang.i…
|
/ndk/sources/host-tools/make-3.81/po/ |
D | Rules-quot | 20 ll=`echo $$lang | sed -e 's/@.*//'`; \ 23 …if $(MSGINIT) -i $(DOMAIN).pot --no-translator -l $$ll -o - 2>/dev/null | sed -f $$tmpdir/$$lang.i…
|
/ndk/sources/third_party/googletest/googletest/ |
D | README | 56 Also, you'll need CMake 2.6.4 or higher if you want to build the 290 compiler and/or linker to select the pthread library, or you'll get 293 script, you'll need to read your compiler and linker's manual to 306 to the compiler flags. You'll also need to tell the linker to produce 339 For example, with -DGTEST_DONT_DEFINE_TEST=1, you'll need to write 354 users' long-term benefits. This section describes what you'll need to 388 functionality, you'll want to compile and run Google Test's own tests.
|
/ndk/sources/host-tools/make-3.81/ |
D | README.customs | 33 you'll need to re-apply them by hand. 86 files; this conflicts with GNU make's configuration so you'll get a
|
/ndk/sources/host-tools/make-3.81/tests/scripts/options/ |
D | symlinks | 19 # We'll make both dep and targ older than sym
|
/ndk/sources/host-tools/make-3.81/tests/scripts/variables/ |
D | automatic | 98 # This was undone due to Savannah bug #16002. We'll re-do it in the next
|
/ndk/docs/text/ |
D | ANDROID-ATOMICS.text | 51 We still strongly recommend recompiling your native code to ensure you'll
|
D | NDK-STACK.text | 82 library path automatically. For now, you'll have to do these steps manually.
|
/ndk/sources/host-tools/sed-4.2.1/ |
D | config_h.in | 582 /* Define to l, ll, u, ul, ull, etc., as suitable for constants of type 601 /* Define to l, ll, u, ul, ull, etc., as suitable for constants of type 605 /* Define to l, ll, u, ul, ull, etc., as suitable for constants of type 637 /* Define to l, ll, u, ul, ull, etc., as suitable for constants of type 641 /* Define to l, ll, u, ul, ull, etc., as suitable for constants of type 785 version of Sun C++ will work with _Restrict; if so, it'll probably
|