Home
last modified time | relevance | path

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

12

/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/tests/device/test-stlport_shared-exception/jni/
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-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-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-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;],
Dtexinfo.tex827 % 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/
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/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…
Dfi.po406 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/
Dsymlinks19 # We'll make both dep and targ older than sym
/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
DNEWS60 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".
Dreadme.vms252 didn't care porting the code. If there is enough interest, I'll do it at
/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/tests/scripts/variables/
Dautomatic98 # This was undone due to Savannah bug #16002. We'll re-do it in the next
/ndk/
DREADME.md128 The full test suite includes tests which run on a device or emulator, so you'll
/ndk/build/tools/
Dcommon-build-host-funcs.sh413 # The following can be defined, otherwise they'll be auto-detected and set.
/ndk/sources/host-tools/make-3.81/glob/
DChangeLog87 found or not, we'll always return it, so why bother searching?
/ndk/sources/host-tools/make-3.81/doc/
Dmake-stds.texi521 @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

12