Home
last modified time | relevance | path

Searched refs:where (Results 1 – 25 of 66) sorted by relevance

123

/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.eng/rand.eng.mers/
Dvalues.pass.cpp44 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/
Dsupport.h125 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/
Dconstants.pass.cpp32 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/
Dvalues.pass.cpp32 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/
Dvalues.pass.cpp30 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/
Dvalues.pass.cpp29 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/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.adapt/rand.adapt.shuf/
Dvalues.pass.cpp29 void where(const _Tp &) {} in where() function
38 where(E::table_size); in test1()
/ndk/sources/third_party/googletest/googletest/test/
Dgtest_output_test_golden_lin.txt17 [----------] 1 test from ATypedDeathTest/0, where TypeParam = int
20 [----------] 1 test from ATypedDeathTest/1, where TypeParam = double
23 [----------] 1 test from My/ATypeParamDeathTest/0, where TypeParam = int
26 [----------] 1 test from My/ATypeParamDeathTest/1, where TypeParam = double
424 [----------] 2 tests from TypedTest/0, where TypeParam = int
433 [ FAILED ] TypedTest/0.Failure, where TypeParam = int
434 [----------] 2 tests from Unsigned/TypedTestP/0, where TypeParam = unsigned char
444 [ FAILED ] Unsigned/TypedTestP/0.Failure, where TypeParam = unsigned char
445 [----------] 2 tests from Unsigned/TypedTestP/1, where TypeParam = unsigned int
455 [ FAILED ] Unsigned/TypedTestP/1.Failure, where TypeParam = unsigned int
[all …]
/ndk/sources/host-tools/make-3.81/tests/scripts/functions/
Dsubstitution25 # Variable subst where a pattern matches multiple times in a single word.
Dorigin6 This function will report on where a variable was
/ndk/sources/host-tools/make-3.81/tests/scripts/features/
Dparallelism67 # 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.
Dpatternrules13 # TEST #1: Make sure that multiple patterns where the same target
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/
Dexecution_monitor.hpp130 location const& where() const { return m_location; } in where() function in boost::execution_exception
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/
Dlit.cfg20 # test_source_root: The root path where tests are located.
/ndk/sources/host-tools/make-3.81/tests/scripts/options/
Ddash-l8 This test creates a makefile where all depends on three rules
/ndk/sources/host-tools/make-3.81/
DREADME.DOS39 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
DINSTALL92 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/cxx-stl/llvm-libc++/libcxx/include/
Dcstddef50 // Re-use the compiler's <stddef.h> max_align_t where possible.
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/test/
Dlit.cfg23 # test_source_root: The root path where tests are located.
/ndk/sources/cxx-stl/stlport/stlport/
Dbitset34 // important special case where the bitset is only a single word.
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/impl/
Dxml_log_formatter.ipp115 execution_exception::location const& loc = ex.where();
/ndk/sources/third_party/googletest/googletest/
DREADME110 build system where to find its headers and source files. The exact
140 use to build Google Test on systems where GNU make is available
275 Google Test is thread-safe where the pthread library is available.
370 On platforms where the pthread library is available, Google Test uses
398 PYTHON_EXECUTABLE)"), try telling it explicitly where your Python
414 where FOO is the name of the file it will generate. For example, the
/ndk/build/gmsl/
Dgmsl65 # Try to determine where this file is located. If the caller did
/ndk/sources/host-tools/make-3.81/po/
DMakevars51 # It can be your email address, or a mailing list address where translators
/ndk/sources/host-tools/make-3.81/tests/scripts/variables/
Dflavors100 # (where V=@) can be seen by the user to be obviously different than this:

123