/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/tests/device/test-stlport_shared-exception/jni/ |
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-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-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-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;],
|
D | texinfo.tex | 827 % if you have multiple lines of stuff to put here, you'll need to 942 % We'll use ems for NCHARS, close enough. 963 % We'll use ems for NCHARS like @paragraphindent. 1372 % now, I guess we'll just let the pdf reader have its way. 2130 % so we'll define it if necessary. 2772 % we'll always have a period there to be parsed. 3187 % Only do \closeout if we haven't already done it, else we'll end up 3557 % We'll have to check whether \lastskip is zero skip. \ifdim is not 3693 % Remove any glue we may have, we'll be inserting our own. 4433 % updating it with the new noderef stuff. We'll see. --karl, 11aug03. [all …]
|
/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/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…
|
D | fi.po | 406 msgstr "Ei toteutettu tällä alustalla: funktio \"%s\"" 963 msgstr "Rinnakkaiset työt (-j) eivät ole tuettuja tällä alustalla." 1322 msgstr "kohdehahmo ei sisällä %%-merkkiä" 2005 #~ msgstr "Syntaksivirhe, edelleen \":n sisällä\n"
|
/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/ |
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
|
D | NEWS | 60 backslash is now preserved, so you'll need to remove it. 376 you'll have to escape them with a backslash: "foo : bar\=baz". 378 you'll have to escape both of them: "foo : bar\\\=baz".
|
D | readme.vms | 252 didn't care porting the code. If there is enough interest, I'll do it at
|
/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/tests/scripts/variables/ |
D | automatic | 98 # This was undone due to Savannah bug #16002. We'll re-do it in the next
|
/ndk/ |
D | README.md | 128 The full test suite includes tests which run on a device or emulator, so you'll
|
/ndk/build/tools/ |
D | common-build-host-funcs.sh | 413 # The following can be defined, otherwise they'll be auto-detected and set.
|
/ndk/sources/host-tools/make-3.81/glob/ |
D | ChangeLog | 87 found or not, we'll always return it, so why bother searching?
|
/ndk/sources/host-tools/make-3.81/doc/ |
D | make-stds.texi | 521 @samp{$(htmldir)/}@var{ll}, @samp{$(pdfdir)/}@var{ll}, etc. where 522 @var{ll} is a locale abbreviation such as @samp{en} or @samp{pt_BR}. 716 (such as the ``split'' mode output by @code{makeinfo --html}), you'll
|