/external/libcxx/test/std/utilities/function.objects/bind/func.bind/func.bind.place/ |
placeholders.pass.cpp | 12 // placeholders 33 test(std::placeholders::_1); 34 test(std::placeholders::_2); 35 test(std::placeholders::_3); 36 test(std::placeholders::_4); 37 test(std::placeholders::_5); 38 test(std::placeholders::_6); 39 test(std::placeholders::_7); 40 test(std::placeholders::_8); 41 test(std::placeholders::_9) [all...] |
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/function.objects/bind/func.bind/func.bind.place/ |
placeholders.pass.cpp | 12 // placeholders 26 test(std::placeholders::_1); 27 test(std::placeholders::_2); 28 test(std::placeholders::_3); 29 test(std::placeholders::_4); 30 test(std::placeholders::_5); 31 test(std::placeholders::_6); 32 test(std::placeholders::_7); 33 test(std::placeholders::_8); 34 test(std::placeholders::_9) [all...] |
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/preprocessed/gcc/ |
placeholders.hpp | 10 // Preprocessed version of "boost/mpl/placeholders.hpp" header 20 namespace placeholders { namespace in namespace:boost::mpl 36 namespace placeholders { namespace in namespace:boost::mpl 49 namespace placeholders { namespace in namespace:boost::mpl 62 namespace placeholders { namespace in namespace:boost::mpl 75 namespace placeholders { namespace in namespace:boost::mpl 88 namespace placeholders { namespace in namespace:boost::mpl 101 namespace placeholders { namespace in namespace:boost::mpl
|
/external/libcxx/test/std/utilities/function.objects/bind/func.bind/func.bind.isbind/ |
is_placeholder.pass.cpp | 27 test<1>(std::placeholders::_1); 28 test<2>(std::placeholders::_2); 29 test<3>(std::placeholders::_3); 30 test<4>(std::placeholders::_4); 31 test<5>(std::placeholders::_5); 32 test<6>(std::placeholders::_6); 33 test<7>(std::placeholders::_7); 34 test<8>(std::placeholders::_8); 35 test<9>(std::placeholders::_9); 36 test<10>(std::placeholders::_10) [all...] |
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/function.objects/bind/func.bind/func.bind.isbind/ |
is_placeholder.pass.cpp | 27 test<1>(std::placeholders::_1); 28 test<2>(std::placeholders::_2); 29 test<3>(std::placeholders::_3); 30 test<4>(std::placeholders::_4); 31 test<5>(std::placeholders::_5); 32 test<6>(std::placeholders::_6); 33 test<7>(std::placeholders::_7); 34 test<8>(std::placeholders::_8); 35 test<9>(std::placeholders::_9); 36 test<10>(std::placeholders::_10) [all...] |
is_bind_expression.pass.cpp | 28 test<true>(std::bind(C(), std::placeholders::_2)); 31 test<false>(std::placeholders::_2);
|
/prebuilts/go/darwin-x86/src/net/ |
hook_cloexec.go | 12 // Placeholders for socket system calls.
|
main_cloexec_test.go | 15 // Placeholders for saving original socket system calls.
|
hook_unix.go | 14 // Placeholders for socket system calls.
|
hook_windows.go | 15 // Placeholders for socket system calls.
|
main_unix_test.go | 10 // Placeholders for saving original socket system calls.
|
main_windows_test.go | 8 // Placeholders for saving original socket system calls.
|
/prebuilts/go/linux-x86/src/net/ |
hook_cloexec.go | 12 // Placeholders for socket system calls.
|
main_cloexec_test.go | 15 // Placeholders for saving original socket system calls.
|
hook_unix.go | 14 // Placeholders for socket system calls.
|
hook_windows.go | 15 // Placeholders for socket system calls.
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/ |
placeholders.hpp | 18 // $Id: placeholders.hpp 49267 2008-10-11 06:19:02Z agurtovoy $ 42 # define BOOST_MPL_PREPROCESSED_HEADER placeholders.hpp 62 namespace placeholders { namespace in namespace:boost::mpl 72 (3,(1, BOOST_MPL_LIMIT_METAFUNCTION_ARITY + 1, <boost/mpl/placeholders.hpp>)) 93 namespace placeholders {
|
/external/llvm/test/Assembler/ |
2002-08-16-ConstExprInlined.ll | 3 ; assembly (because there are placeholders still around), which the assembler 8 ; reader should NEVER produce a program "successfully" with placeholders still
|
/external/clang/test/Parser/ |
placeholder-recovery.m | 4 // placeholders somehow. However, we're content with not generating
|
/system/extras/simpleperf/ |
read_elf_test.cpp | 54 std::bind(ParseSymbol, std::placeholders::_1, &symbols))); 61 std::bind(ParseSymbol, std::placeholders::_1, &symbols))); 69 std::bind(ParseSymbol, std::placeholders::_1, &symbols))); 76 std::bind(ParseSymbol, std::placeholders::_1, &symbols)));
|
environment_test.cpp | 62 tempfile.path, std::bind(&KernelSymbolsMatch, std::placeholders::_1, expected_symbol))); 69 tempfile.path, std::bind(&KernelSymbolsMatch, std::placeholders::_1, expected_symbol))); 73 tempfile.path, std::bind(&KernelSymbolsMatch, std::placeholders::_1, expected_symbol)));
|
/external/libcxx/src/ |
bind.cpp | 14 namespace placeholders namespace 28 } // placeholders
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/ |
bind.cpp | 14 namespace placeholders namespace 28 } // placeholders
|
/external/vogar/ |
.vogarconfig.example | 6 # .vogarconfig file. Names contained in angle brackets are placeholders.
|
/frameworks/base/tools/aapt2/xml/ |
XmlActionExecutor.cpp | 33 std::placeholders::_1, 34 std::placeholders::_2)); 39 std::placeholders::_1, 40 std::placeholders::_2));
|