Home
last modified time | relevance | path

Searched refs:placeholders (Results 1 – 25 of 28) sorted by relevance

12

/external/libcxx/test/std/utilities/function.objects/bind/func.bind/func.bind.isbind/
Dis_placeholder.pass.cpp27 test<1>(std::placeholders::_1); in main()
28 test<2>(std::placeholders::_2); in main()
29 test<3>(std::placeholders::_3); in main()
30 test<4>(std::placeholders::_4); in main()
31 test<5>(std::placeholders::_5); in main()
32 test<6>(std::placeholders::_6); in main()
33 test<7>(std::placeholders::_7); in main()
34 test<8>(std::placeholders::_8); in main()
35 test<9>(std::placeholders::_9); in main()
36 test<10>(std::placeholders::_10); in main()
Dis_bind_expression.pass.cpp28 test<true>(std::bind(C(), std::placeholders::_2)); in main()
31 test<false>(std::placeholders::_2); in main()
/external/libcxx/test/std/utilities/function.objects/bind/func.bind/func.bind.place/
Dplaceholders.pass.cpp33 test(std::placeholders::_1); in main()
34 test(std::placeholders::_2); in main()
35 test(std::placeholders::_3); in main()
36 test(std::placeholders::_4); in main()
37 test(std::placeholders::_5); in main()
38 test(std::placeholders::_6); in main()
39 test(std::placeholders::_7); in main()
40 test(std::placeholders::_8); in main()
41 test(std::placeholders::_9); in main()
42 test(std::placeholders::_10); in main()
/external/icu/icu4c/source/common/
Dsimplepatternformatter.cpp136 placeholders(), in SimplePatternFormatter()
144 placeholders(), in SimplePatternFormatter()
155 placeholders(), in SimplePatternFormatter()
161 placeholders.getAlias(), in SimplePatternFormatter()
162 other.placeholders.getAlias(), in SimplePatternFormatter()
176 placeholders.getAlias(), in operator =()
177 other.placeholders.getAlias(), in operator =()
444 placeholders[0].offset, in formatAndAppend()
447 placeholders[0].id, in formatAndAppend()
451 const UnicodeString *placeholderValue = &values.get(placeholders[0].id); in formatAndAppend()
[all …]
Dsimplepatternformatter.h192 MaybeStackArray<PlaceholderInfo, 3> placeholders; variable
/external/libcxx/test/std/utilities/function.objects/bind/func.bind/func.bind.bind/
Dinvoke_rvalue.pass.cpp45 using namespace std::placeholders; in test_void_1()
151 using namespace std::placeholders; in test_int_1()
219 using namespace std::placeholders; in test_void_2()
256 using namespace std::placeholders; in test_nested()
Dinvoke_lvalue.pass.cpp45 using namespace std::placeholders; in test_void_1()
161 using namespace std::placeholders; in test_int_1()
235 using namespace std::placeholders; in test_void_2()
275 using namespace std::placeholders; in test3()
Dnested.pass.cpp46 using std::placeholders::_1; in main()
/external/llvm/test/Assembler/
D2002-08-16-ConstExprInlined.ll3 ; assembly (because there are placeholders still around), which the assembler
8 ; reader should NEVER produce a program "successfully" with placeholders still
/external/libcxx/src/
Dbind.cpp14 namespace placeholders namespace
/external/clang/test/Parser/
Dplaceholder-recovery.m4 // placeholders somehow. However, we're content with not generating
/external/libcxx/test/std/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con/
Dalloc_F.pass.cpp88 std::function<void(int)> fun = std::bind(&Foo::bar, &f, std::placeholders::_1); in main()
/external/vogar/
D.vogarconfig.example6 # .vogarconfig file. Names contained in angle brackets are placeholders.
/external/clang/test/SemaObjCXX/
Dproperty-reference.mm66 // is syntactic and runs before placeholders are handled.
/external/objenesis/tck/test/org/springframework/osgi/test/internal/
Dboot-bundles.properties49 # Note: inner placeholders are not supported.
/external/libcxx/include/
Dfunctional218 namespace placeholders {
219 // M is the implementation-defined number of placeholders
1863 namespace placeholders
1879 } // placeholders
1882 struct __is_placeholder<placeholders::__ph<_Np> >
D__functional_031879 namespace placeholders
1895 } // placeholders
1898 struct __is_placeholder<placeholders::__ph<_Np> >
/external/owasp/sanitizer/tools/findbugs/doc/
DAddingDetectors.txt182 The placeholders in the long description ({0}, {1}, etc.)
/external/libvorbis/doc/
D04-codec.tex103 (placeholders in Vorbis I), floor configurations, residue
122 These hooks are placeholders in Vorbis I. Nevertheless, the
/external/harfbuzz_ng/
DNEWS202 * Allow digits and a some punctuation as consonant placeholders.
/external/llvm/lib/Analysis/
DScalarEvolution.cpp1930 using namespace std::placeholders; in StrengthenNoWrapFlags()
/external/strace/
DChangeLog-CVS3864 * linux/ia64/syscallent.h: Remove placeholders 275-298 to catch up
/external/e2fsprogs/lib/et/
Dtexinfo.tex5868 \let\hash=##% convert placeholders to macro parameter chars
/external/e2fsprogs/doc/
Dtexinfo.tex5868 \let\hash=##% convert placeholders to macro parameter chars
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...

12