Home
last modified time | relevance | path

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

12345

/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/host-tools/sed-4.2.1/lib/
Dobstack.h295 # 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 …]
Dmemchr.valgrind3 # 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/
Dvalues.pass.cpp29 void where(const _Tp &) {} in where() function
38 where(E::table_size); in test1()
/ndk/sources/host-tools/sed-4.2.1/testsuite/
Ddollar.inp1 I can't quite remember where I heard it,
Ddollar.good1 I can't quite remember where I heard it,
/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/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/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/docs/text/
DANDROID-ATOMICS.text41 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
DHOWTO.text101 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
DPREBUILTS.text23 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/
Dexecution_monitor.hpp130 location const& where() const { return m_location; } in where() function in boost::execution_exception
/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/host-tools/make-3.81/tests/scripts/options/
Ddash-l8 This test creates a makefile where all depends on three rules
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
Dcstddef50 // Re-use the compiler's <stddef.h> max_align_t where possible.
/ndk/sources/host-tools/sed-4.2.1/
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:

12345