Home
last modified time | relevance | path

Searched refs:ll (Results 1 – 25 of 48) sorted by relevance

12

/ndk/tests/device/test-stlport_shared-exception/jni/
Dthrow-2.cpp28 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()
Dthrow-3.cpp28 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()
Dthrow-4.cpp30 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()
Dthrow-1.cpp37 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/
Dthrow-2.cpp28 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()
Dthrow-3.cpp28 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()
Dthrow-4.cpp30 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()
Dthrow-1.cpp37 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/
Dlonglong.m416 [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/
Dlonglong.m490 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)
Dstdint.m4384 [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';;
Dextensions.m412 # enough in this area it's likely we'll need to redefine
Dgnulib-common.m492 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/
Dtest_tools.ipp130 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 …]
Dunit_test_parameters.ipp74 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/
Dunit_test_log.hpp137 #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/
DRules-quot20 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/
DRules-quot20 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/
DREADME56 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/
DREADME.customs33 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/
Dsymlinks19 # We'll make both dep and targ older than sym
/ndk/sources/host-tools/make-3.81/tests/scripts/variables/
Dautomatic98 # This was undone due to Savannah bug #16002. We'll re-do it in the next
/ndk/docs/text/
DANDROID-ATOMICS.text51 We still strongly recommend recompiling your native code to ensure you'll
DNDK-STACK.text82 library path automatically. For now, you'll have to do these steps manually.
/ndk/sources/host-tools/sed-4.2.1/
Dconfig_h.in582 /* 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

12