/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.eng/rand.eng.mers/ |
D | values.pass.cpp | 44 void where(const _Tp &) {} in where() function 66 where(E::word_size); in test1() 67 where(E::state_size); in test1() 68 where(E::shift_size); in test1() 69 where(E::mask_bits); in test1() 70 where(E::xor_mask); in test1() 71 where(E::tempering_u); in test1() 72 where(E::tempering_d); in test1() 73 where(E::tempering_s); in test1() 74 where(E::tempering_b); in test1() [all …]
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/support/win32/ |
D | support.h | 125 unsigned long where; in __builtin_ctzll() local 129 if (_BitScanForward64(&where, mask)) in __builtin_ctzll() 130 return static_cast<int>(where); in __builtin_ctzll() 134 if (_BitScanForward(&where, static_cast<unsigned long>(mask))) in __builtin_ctzll() 135 return static_cast<int>(where); in __builtin_ctzll() 137 if (_BitScanForward(&where, static_cast<unsigned long>(mask >> 32))) in __builtin_ctzll() 138 return static_cast<int>(where + 32); // Create a bit offset from the LSB. in __builtin_ctzll() 147 unsigned long where; in __builtin_ctzl() local 150 if (_BitScanForward(&where, mask)) in __builtin_ctzl() 151 return static_cast<int>(where); in __builtin_ctzl() [all …]
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.regex/re.regex.const/ |
D | constants.pass.cpp | 32 void where(const _Tp &) {} in where() function 49 where(BR::icase); in test() 50 where(BR::nosubs); in test() 51 where(BR::optimize); in test() 52 where(BR::collate); in test() 53 where(BR::ECMAScript); in test() 54 where(BR::basic); in test() 55 where(BR::extended); in test() 56 where(BR::awk); in test() 57 where(BR::grep); in test() [all …]
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.eng/rand.eng.sub/ |
D | values.pass.cpp | 32 void where(const _Tp &) {} in where() function 44 where(E::word_size); in test1() 45 where(E::short_lag); in test1() 46 where(E::long_lag); in test1() 47 where(E::default_seed); in test1() 60 where(E::word_size); in test2() 61 where(E::short_lag); in test2() 62 where(E::long_lag); in test2() 63 where(E::default_seed); in test2()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.adapt/rand.adapt.disc/ |
D | values.pass.cpp | 30 void where(const _Tp &) {} in where() function 40 where(E::block_size); in test1() 41 where(E::used_block); in test1() 52 where(E::block_size); in test2() 53 where(E::used_block); in test2()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.eng/rand.eng.lcong/ |
D | values.pass.cpp | 29 void where(const _Tp &) {} in where() function 43 where(LCE::multiplier); in test1() 44 where(LCE::increment); in test1() 45 where(LCE::modulus); in test1() 46 where(LCE::default_seed); in test1()
|
/ndk/sources/host-tools/sed-4.2.1/lib/ |
D | obstack.h | 295 # define obstack_grow(OBSTACK,where,length) \ argument 301 memcpy (__o->next_free, where, __len); \ 305 # define obstack_grow0(OBSTACK,where,length) \ argument 311 memcpy (__o->next_free, where, __len); \ 371 # define obstack_copy(OBSTACK,where,length) \ argument 374 obstack_grow (__h, (where), (length)); \ 377 # define obstack_copy0(OBSTACK,where,length) \ argument 380 obstack_grow0 (__h, (where), (length)); \ 433 # define obstack_grow(h,where,length) \ argument 437 memcpy ((h)->next_free, where, (h)->temp.tempint), \ [all …]
|
D | memchr.valgrind | 3 # bytes in an overestimated length (for example, where memchr is used to
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.adapt/rand.adapt.shuf/ |
D | values.pass.cpp | 29 void where(const _Tp &) {} in where() function 38 where(E::table_size); in test1()
|
/ndk/sources/host-tools/sed-4.2.1/testsuite/ |
D | dollar.inp | 1 I can't quite remember where I heard it,
|
D | dollar.good | 1 I can't quite remember where I heard it,
|
/ndk/sources/third_party/googletest/googletest/test/ |
D | gtest_output_test_golden_lin.txt | 17 [0;32m[----------] [m1 test from ATypedDeathTest/0, where TypeParam = int 20 [0;32m[----------] [m1 test from ATypedDeathTest/1, where TypeParam = double 23 [0;32m[----------] [m1 test from My/ATypeParamDeathTest/0, where TypeParam = int 26 [0;32m[----------] [m1 test from My/ATypeParamDeathTest/1, where TypeParam = double 424 [0;32m[----------] [m2 tests from TypedTest/0, where TypeParam = int 433 [0;31m[ FAILED ] [mTypedTest/0.Failure, where TypeParam = int 434 [0;32m[----------] [m2 tests from Unsigned/TypedTestP/0, where TypeParam = unsigned char 444 [0;31m[ FAILED ] [mUnsigned/TypedTestP/0.Failure, where TypeParam = unsigned char 445 [0;32m[----------] [m2 tests from Unsigned/TypedTestP/1, where TypeParam = unsigned int 455 [0;31m[ FAILED ] [mUnsigned/TypedTestP/1.Failure, where TypeParam = unsigned int [all …]
|
/ndk/sources/host-tools/make-3.81/tests/scripts/features/ |
D | parallelism | 67 # Grant Taylor reports a problem where tokens can be lost (not written back 84 # Michael Matz <matz@suse.de> reported a bug where if make is running in 159 # # Do it again, this time where the include is done by the non-master make.
|
D | patternrules | 13 # TEST #1: Make sure that multiple patterns where the same target
|
/ndk/sources/host-tools/make-3.81/tests/scripts/functions/ |
D | substitution | 25 # Variable subst where a pattern matches multiple times in a single word.
|
D | origin | 6 This function will report on where a variable was
|
/ndk/docs/text/ |
D | ANDROID-ATOMICS.text | 41 policy where all threads of a single process are forced to run on the same 52 never have to debug this issue (life is short). In the case where this would
|
D | HOWTO.text | 101 directory where 'ndk-build' is invoked, and include files must be 108 Which uses a path relative to $(LOCAL_PATH), in the case where you would
|
D | PREBUILTS.text | 23 the build system. Here is a trivial example where we assume that the file 121 Here's an example where we provide two versions of a prebuilt library
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/ |
D | execution_monitor.hpp | 130 location const& where() const { return m_location; } in where() function in boost::execution_exception
|
/ndk/sources/host-tools/make-3.81/ |
D | README.DOS | 39 Simply unzip the makNNNb.zip file (where NNN is the version number) 61 where its sources are kept, just type "configure.bat" and press 85 need to tell Make where the sources are, like this: 175 `system' where it would invoke the shell on Unix. The most 233 The bottom line is that you can now write Makefiles where some 246 GNU Make knows about standard directories where it searches for 276 In any case, if you hit a situation where you must force Make to 292 you use a Unix-style shell (where a backslash is a quote
|
D | INSTALL | 92 directory where you want the object files and executables to go and run 129 `configure', where FEATURE indicates an optional part of the package. 130 They may also pay attention to `--with-PACKAGE' options, where PACKAGE 153 where SYSTEM can have one of these forms:
|
/ndk/sources/host-tools/make-3.81/tests/scripts/options/ |
D | dash-l | 8 This test creates a makefile where all depends on three rules
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/ |
D | cstddef | 50 // Re-use the compiler's <stddef.h> max_align_t where possible.
|
/ndk/sources/host-tools/sed-4.2.1/ |
D | INSTALL | 92 directory where you want the object files and executables to go and run 129 `configure', where FEATURE indicates an optional part of the package. 130 They may also pay attention to `--with-PACKAGE' options, where PACKAGE 153 where SYSTEM can have one of these forms:
|