/external/stlport/test/unit/ |
bind_test.cpp | 67 for_each((int*)array, (int*)array + 3, bind2nd(post_increment(), 1)); 85 replace_if(array, array + 3, bind2nd(greater<int>(), 2), 4); 105 transform(array, array + 3, array, bind2nd(ptr_fun(test_func1), 1)); 111 transform(array, array + 3, array, bind2nd(ptr_fun(test_func2), 10)); 145 for_each( array, array + 3, bind2nd( mem_fun_ref(&A::f), 12 ) );
|
mfunptr_test.cpp | 211 // step 2, just check that compiler understand what pass to bind2nd: 212 binder2nd<const_mem_fun1_ref_t<bool,V,int> > b2 = bind2nd( pmf, 2 ); 215 binder2nd<const_mem_fun1_ref_t<bool,V,int> > b3 = bind2nd( mem_fun_ref( &V::f ), 2 ); 222 vector<V>::iterator k = find_if( v.begin(), v.end(), bind2nd( mem_fun_ref( &V::f ), 2 ) );
|
/ndk/tests/device/test-gnustl-full/unit/ |
bind_test.cpp | 67 for_each((int*)array, (int*)array + 3, bind2nd(post_increment(), 1)); 85 replace_if(array, array + 3, bind2nd(greater<int>(), 2), 4); 105 transform(array, array + 3, array, bind2nd(ptr_fun(test_func1), 1)); 111 transform(array, array + 3, array, bind2nd(ptr_fun(test_func2), 10)); 145 for_each( array, array + 3, bind2nd( mem_fun_ref(&A::f), 12 ) );
|
mfunptr_test.cpp | 211 // step 2, just check that compiler understand what pass to bind2nd: 212 binder2nd<const_mem_fun1_ref_t<bool,V,int> > b2 = bind2nd( pmf, 2 ); 215 binder2nd<const_mem_fun1_ref_t<bool,V,int> > b3 = bind2nd( mem_fun_ref( &V::f ), 2 ); 222 vector<V>::iterator k = find_if( v.begin(), v.end(), bind2nd( mem_fun_ref( &V::f ), 2 ) );
|
/ndk/tests/device/test-stlport/unit/ |
bind_test.cpp | 67 for_each((int*)array, (int*)array + 3, bind2nd(post_increment(), 1)); 85 replace_if(array, array + 3, bind2nd(greater<int>(), 2), 4); 105 transform(array, array + 3, array, bind2nd(ptr_fun(test_func1), 1)); 111 transform(array, array + 3, array, bind2nd(ptr_fun(test_func2), 10)); 145 for_each( array, array + 3, bind2nd( mem_fun_ref(&A::f), 12 ) );
|
mfunptr_test.cpp | 211 // step 2, just check that compiler understand what pass to bind2nd: 212 binder2nd<const_mem_fun1_ref_t<bool,V,int> > b2 = bind2nd( pmf, 2 ); 215 binder2nd<const_mem_fun1_ref_t<bool,V,int> > b3 = bind2nd( mem_fun_ref( &V::f ), 2 ); 222 vector<V>::iterator k = find_if( v.begin(), v.end(), bind2nd( mem_fun_ref( &V::f ), 2 ) );
|
/external/oprofile/libutil++/ |
growable_vector.h | 97 std::bind2nd(std::not_equal_to<T>(), T()))
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/backward/ |
binders.h | 78 * The type @c binder2nd and its creator function @c bind2nd do the same 80 * of the first, e.g., @c bind2nd(std::minus<float>,1.3) will create a 159 bind2nd(const _Operation& __fn, const _Tp& __x) function
|
/prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/backward/ |
binders.h | 78 * The type @c binder2nd and its creator function @c bind2nd do the same 80 * of the first, e.g., @c bind2nd(std::minus<float>,1.3) will create a 159 bind2nd(const _Operation& __fn, const _Tp& __x) function
|
/prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/backward/ |
binders.h | 78 * The type @c binder2nd and its creator function @c bind2nd do the same 80 * of the first, e.g., @c bind2nd(std::minus<float>,1.3) will create a 159 bind2nd(const _Operation& __fn, const _Tp& __x) function
|
/external/llvm/include/llvm/CodeGen/PBQP/ |
Math.h | 249 std::bind2nd(std::minus<PBQPNum>(), val)); 263 std::bind2nd(std::not_equal_to<PBQPNum>(), 0)) ==
|
/external/stlport/stlport/stl/ |
_function.h | 252 bind2nd(const _Operation& __fn, const _Tp& __x) { function
|
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
_function.h | 252 bind2nd(const _Operation& __fn, const _Tp& __x) { function
|
/prebuilt/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/ |
_function.h | 252 bind2nd(const _Operation& __fn, const _Tp& __x) { function
|
/prebuilt/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/ |
_function.h | 252 bind2nd(const _Operation& __fn, const _Tp& __x) { function
|
/external/chromium/chrome/browser/sync/glue/ |
autofill_model_associator.cc | 320 std::bind2nd(CompareProfiles(), &p));
|
/external/icu4c/tools/tzcode/ |
tz2icu.cpp | [all...] |