Home
last modified time | relevance | path

Searched refs:nth (Results 1 – 9 of 9) sorted by relevance

/ndk/tests/device/test-gnustl-full/unit/
Dallocator_test.cpp155 const size_t nth = 2; in per_thread_alloc() local
156 SharedDatas datas(nth); in per_thread_alloc()
157 pthread_t t[nth]; in per_thread_alloc()
160 for (i = 0; i < nth; ++i) { in per_thread_alloc()
164 for (i = 0; i < nth; ++i ) { in per_thread_alloc()
Dstring_test.cpp213 const int nth = 2; in mt() local
215 pthread_t t[nth]; in mt()
217 for ( int i = 0; i < nth; ++i ) { in mt()
221 for ( int i = 0; i < nth; ++i ) { in mt()
229 HANDLE t[nth]; in mt()
232 for ( i = 0; i < nth; ++i ) { in mt()
236 if (WaitForMultipleObjects(nth, t, TRUE, INFINITE) == WAIT_FAILED) { in mt()
239 for ( i = 0; i < nth; ++i ) { in mt()
/ndk/tests/device/test-stlport/unit/
Dallocator_test.cpp155 const size_t nth = 2; in per_thread_alloc() local
156 SharedDatas datas(nth); in per_thread_alloc()
157 pthread_t t[nth]; in per_thread_alloc()
160 for (i = 0; i < nth; ++i) { in per_thread_alloc()
164 for (i = 0; i < nth; ++i ) { in per_thread_alloc()
Dstring_test.cpp213 const int nth = 2; in mt() local
215 pthread_t t[nth]; in mt()
217 for ( int i = 0; i < nth; ++i ) { in mt()
221 for ( int i = 0; i < nth; ++i ) { in mt()
229 HANDLE t[nth]; in mt()
232 for ( i = 0; i < nth; ++i ) { in mt()
236 if (WaitForMultipleObjects(nth, t, TRUE, INFINITE) == WAIT_FAILED) { in mt()
239 for ( i = 0; i < nth; ++i ) { in mt()
/ndk/tests/device/issue62910-gcc4.8.2-libstdc++-nth-element-segfault/jni/
DAndroid.mk4 LOCAL_MODULE := issue62910-gcc4.8.2-libstdc++-nth-element-segfault
5 LOCAL_SRC_FILES := issue62910-gcc4.8.2-libstdc++-nth-element-segfault.cpp
/ndk/docs/Additional_library_docs/renderscript/
Djquery.js12 … o.dir(E,"parentNode")},next:function(E){return o.nth(E,2,"nextSibling")},prev:function(E){return …
20nth:function(V,U,T){return T[3]-0==U},eq:function(V,U,T){return T[3]-0==U}},filter:{PSEUDO:functio… function
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
Dalgorithm370 nth_element(RandomAccessIterator first, RandomAccessIterator nth, RandomAccessIterator last);
374 …nth_element(RandomAccessIterator first, RandomAccessIterator nth, RandomAccessIterator last, Compa…
/ndk/tests/device/test-libc++-static-full/jni/
DAndroid.mk254 $(call gen-test, algorithms/alg.sorting/alg.nth.element/nth_element_comp)
255 $(call gen-test, algorithms/alg.sorting/alg.nth.element/nth_element)
/ndk/tests/device/test-libc++-shared-full/jni/
DAndroid.mk263 $(call gen-test, algorithms/alg.sorting/alg.nth.element/nth_element_comp)
264 $(call gen-test, algorithms/alg.sorting/alg.nth.element/nth_element)