Searched refs:nth (Results 1 – 9 of 9) sorted by relevance
/ndk/tests/device/test-gnustl-full/unit/ |
D | allocator_test.cpp | 155 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()
|
D | string_test.cpp | 213 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/ |
D | allocator_test.cpp | 155 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()
|
D | string_test.cpp | 213 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/ |
D | Android.mk | 4 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/ |
D | jquery.js | 12 … o.dir(E,"parentNode")},next:function(E){return o.nth(E,2,"nextSibling")},prev:function(E){return … 20 …nth: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/ |
D | algorithm | 370 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/ |
D | Android.mk | 254 $(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/ |
D | Android.mk | 263 $(call gen-test, algorithms/alg.sorting/alg.nth.element/nth_element_comp) 264 $(call gen-test, algorithms/alg.sorting/alg.nth.element/nth_element)
|