/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/test/ |
D | testit | 39 pass=0 49 pass=$(($pass + 1)) 56 for FILE in $(ls *.pass.cpp); do 62 pass=$(($pass + 1)) 80 if [ $pass -gt 0 ] 82 echo "passed $pass tests in `pwd`" 88 if [ $fail -eq 0 -a $pass -eq 0 ] 95 PASS=$(($PASS + $pass))
|
D | testit_android | 413 pass=0 423 pass=$(($pass+1)) 453 pass=$(($pass+1)) 473 if [ $pass -gt 0 ] 475 echo "passed $pass tests in `pwd`" 481 if [ $fail -eq 0 -a $pass -eq 0 ] 488 PASS=$(($PASS+$pass))
|
/ndk/sources/cxx-stl/llvm-libc++/patches.android/ |
D | 0011-Fix-tests-for-Android.patch | 9 test/depr/depr.c.headers/float_h.pass.cpp | 8 ++++++++ 10 test/depr/depr.c.headers/math_h.pass.cpp | 7 +++++++ 11 test/depr/depr.c.headers/stdbool_h.pass.cpp | 6 ++++++ 12 test/depr/depr.c.headers/stdio_h.pass.cpp | 6 ++++++ 13 .../exception.unexpected/set.unexpected/get_unexpected.pass.cpp | 4 ++++ 14 .../exception.unexpected/set.unexpected/set_unexpected.pass.cpp | 4 ++++ 15 test/input.output/file.streams/c.files/cstdio.pass.cpp | 6 ++++++ 16 .../file.streams/fstreams/filebuf.virtuals/overflow.pass.cpp | 4 ++++ 17 .../file.streams/fstreams/filebuf.virtuals/underflow.pass.cpp | 4 ++++ 18 test/input.output/iostream.format/ext.manip/get_money.pass.cpp | 4 ++++ [all …]
|
D | 0010-Add-enough-symlink-to-rename-file-path-with-replace-.patch | 28 .../func.wrap.func/func.wrap.func.nullptr/operator_EQEQ.pass.cpp | 1 + 29 .../time/time.duration/time.duration.arithmetic/op_+EQ.pass.cpp | 1 + 30 .../time/time.duration/time.duration.arithmetic/op_-EQ.pass.cpp | 1 + 31 .../time/time.duration/time.duration.arithmetic/op_divideEQ.pass.cpp | 1 + 32 .../time.duration/time.duration.arithmetic/op_modEQduration.pass.cpp | 1 + 33 .../time/time.duration/time.duration.arithmetic/op_modEQrep.pass.cpp | 1 + 34 .../time/time.duration/time.duration.arithmetic/op_timesEQ.pass.cpp | 1 + 35 test/utilities/time/time.point/time.point.arithmetic/op_+EQ.pass.cpp | 1 + 36 test/utilities/time/time.point/time.point.arithmetic/op_-EQ.pass.cpp | 1 + 57 …t/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.nullptr/operator_EQEQ.pass.cpp [all …]
|
D | 0013-temp-collective-ndk-hackathon-fixes.patch | 28 test/re/re.alg/re.alg.match/basic.pass.cpp | 14 ++++++++ 29 test/re/re.alg/re.alg.match/ecma.pass.cpp | 14 ++++++++ 30 test/re/re.alg/re.alg.match/extended.pass.cpp | 14 ++++++++ 31 test/re/re.alg/re.alg.search/awk.pass.cpp | 14 ++++++++ 32 test/re/re.alg/re.alg.search/basic.pass.cpp | 14 ++++++++ 33 test/re/re.alg/re.alg.search/ecma.pass.cpp | 14 ++++++++ 34 test/re/re.alg/re.alg.search/extended.pass.cpp | 14 ++++++++ 35 test/re/re.traits/lookup_collatename.pass.cpp | 6 ---- 36 .../re.traits/lookup_collatename.xlocale.pass.cpp | 41 ++++++++++++++++++++++ 37 test/re/re.traits/transform.pass.cpp | 14 ++++++++ [all …]
|
D | 0006-Emulate-__has_feature-for-GCC.patch | 31 …re. Also see usage in libcxx/test/utilities/meta/meta.unary/meta.unary.prop/is_polymorphic.pass.cpp 35 … // libcxx/test/utilities/meta/meta.unary/meta.unary.prop/is_trivially_move_constructible.pass.cpp 51 …S) // See usage in libcxx/test/utilities/meta/meta.trans/meta.trans.other/underlying_type.pass.cpp 53 …See usage in libcxx/test/utilities/meta/meta.unary/meta.unary.prop/is_nothrow_destructible.pass.cpp
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/ |
D | testit | 82 pass=0 92 pass=$(($pass+1)) 97 if (ls ${TEST_PREFIX}*pass.cpp > /dev/null 2>&1) 99 for FILE in $(ls ${TEST_PREFIX}*pass.cpp); do 109 pass=$(($pass+1)) 129 if [ $pass -gt 0 ] 131 echo "passed $pass tests in `pwd`" 137 if [ $fail -eq 0 -a $pass -eq 0 ] 144 PASS=$(($PASS+$pass))
|
D | testit_android | 406 pass=0 416 pass=$(($pass+1)) 421 if (ls *.pass.cpp > /dev/null 2>&1) 436 for FILE in $(ls *.pass.cpp | tr ' ' '\n' | grep -v EQ | sort); do 446 pass=$(($pass+1)) 466 if [ $pass -gt 0 ] 468 echo "passed $pass tests in `pwd`" 474 if [ $fail -eq 0 -a $pass -eq 0 ] 481 PASS=$(($PASS+$pass))
|
D | lit.cfg | 18 config.suffixes = ['.pass.cpp', '.fail.cpp', '.sh.cpp']
|
/ndk/tests/build/issue20862-libpng-O0/jni/ |
D | png.h | 2504 #define PNG_PASS_START_ROW(pass) (((1&~(pass))<<(3-((pass)>>1)))&7) argument 2505 #define PNG_PASS_START_COL(pass) (((1& (pass))<<(3-(((pass)+1)>>1)))&7) argument 2512 #define PNG_PASS_ROW_OFFSET(pass) ((pass)>2?(8>>(((pass)-1)>>1)):8) argument 2513 #define PNG_PASS_COL_OFFSET(pass) (1<<((7-(pass))>>1)) argument 2519 #define PNG_PASS_ROW_SHIFT(pass) ((pass)>2?(8-(pass))>>1:3) argument 2520 #define PNG_PASS_COL_SHIFT(pass) ((pass)>1?(7-(pass))>>1:3) argument 2527 #define PNG_PASS_ROWS(height, pass) (((height)+(((1<<PNG_PASS_ROW_SHIFT(pass))\ argument 2528 -1)-PNG_PASS_START_ROW(pass)))>>PNG_PASS_ROW_SHIFT(pass)) 2529 #define PNG_PASS_COLS(width, pass) (((width)+(((1<<PNG_PASS_COL_SHIFT(pass))\ argument 2530 -1)-PNG_PASS_START_COL(pass)))>>PNG_PASS_COL_SHIFT(pass)) [all …]
|
D | pngstruct.h | 134 png_byte pass; /* current interlace pass (0 - 6) */ member
|
D | pngpriv.h | 982 png_bytep row, int pass, png_uint_32 transformations)); 990 png_bytep row, int pass));
|
/ndk/sources/host-tools/make-3.81/tests/scripts/ |
D | test_template | 15 'Arguments to pass to make go here',
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/impl/ |
D | unit_test_main.ipp | 76 bool pass( test_unit const& tu ) const 135 …std::find_if( filters.begin(), filters.end(), bind( &single_filter::pass, _1, boost::ref(tu) ) ) !…
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/ |
D | __config | 472 …re. Also see usage in libcxx/test/utilities/meta/meta.unary/meta.unary.prop/is_polymorphic.pass.cpp 476 … // libcxx/test/utilities/meta/meta.unary/meta.unary.prop/is_trivially_move_constructible.pass.cpp 492 …S) // See usage in libcxx/test/utilities/meta/meta.trans/meta.trans.other/underlying_type.pass.cpp 494 …See usage in libcxx/test/utilities/meta/meta.unary/meta.unary.prop/is_nothrow_destructible.pass.cpp
|
/ndk/sources/host-tools/make-3.81/ |
D | README.customs | 50 then you'd pass ``--with-customs=/usr/local'' as an option to configure.
|
D | README.DOS | 154 there is no standard way to pass command lines longer than the 177 mechanism to pass long (up to 16KB) command lines to DJGPP
|
D | README.W32 | 171 on Windows NT). All tests pass in an environment that includes
|
D | NEWS | 256 pass some types of command line values to submakes. 317 On systems that support POSIX pipe(2) semantics, GNU make can now pass
|
/ndk/sources/host-tools/make-3.81/tests/ |
D | NEWS | 117 you're supposed to get when all the tests pass... :-)
|
/ndk/sources/host-tools/make-3.81/config/ |
D | lib-link.m4 | 500 dnl pass all path elements in one option. We can arrange that for a
|
/ndk/sources/third_party/googletest/googletest/ |
D | README | 408 All tests should pass.
|
/ndk/sources/host-tools/make-3.81/doc/ |
D | make.info-1 | 3572 To pass down, or "export", a variable, `make' adds the variable and 3738 If you do not want to pass the other flags down, you must change the 3746 If you do want to pass flags down normally, but don't want to pass down 3947 Variables can represent lists of file names, options to pass to 4681 pass values to sub-`make' invocations (*note Recursive Use of `make': 4684 the `export' directive to pass other variables. *Note Communicating 6361 The most common way to use this facility is to pass extra flags to 7044 be `-g', you could pass the `-g' option to each compilation. _All_
|
/ndk/sources/host-tools/gdb-pretty-printers/stlport/gppfs-0.2/ |
D | COPYING | 36 gratis or for a fee, you must pass on to the recipients the same
|
/ndk/sources/host-tools/ndk-stack/binutils/ |
D | COPYING3 | 35 gratis or for a fee, you must pass on to the recipients the same
|