HomeSort by relevance Sort by last modified time
    Searched full:placeholders (Results 1 - 25 of 339) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /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...]
is_bind_expression.pass.cpp 28 test<true>(std::bind(C(), std::placeholders::_2));
31 test<false>(std::placeholders::_2);
  /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);
  /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/icu/icu4c/source/common/
simplepatternformatter.cpp 24 // Handles parsing placeholders in the pattern string, e.g {4} or {35}
136 placeholders(),
144 placeholders(),
155 placeholders(),
161 placeholders.getAlias(),
162 other.placeholders.getAlias(),
176 placeholders.getAlias(),
177 other.placeholders.getAlias(),
392 // If result is the value for other placeholders, call off optimization.
444 placeholders[0].offset
    [all...]
simplepatternformatter.h 34 * Placeholders are of the form \{[0-9]+\}. If a curly brace is preceded
56 * fewer placeholders in it.
79 * there are three or fewer placeholders in pattern. May fail with
80 * U_MEMORY_ALLOCATION_ERROR if there are more than three placeholders.
96 * Returns this pattern with none of the placeholders.
137 * must be at least large enough to provide values for all placeholders
168 * must be at least large enough to provide values for all placeholders
192 MaybeStackArray<PlaceholderInfo, 3> placeholders; member in class:SimplePatternFormatter
211 // ensureCapacity ensures that the capacity of the placeholders array
212 // is desiredCapacity. If ensureCapacity must resize the placeholders
    [all...]
  /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
  /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
  /system/extras/simpleperf/
environment_test.cpp 49 tempfile, std::bind(&FindKernelSymbol, std::placeholders::_1, expected_symbol)));
56 tempfile, std::bind(&FindKernelSymbol, std::placeholders::_1, expected_symbol)));
60 tempfile, std::bind(&FindKernelSymbol, std::placeholders::_1, expected_symbol)));
  /external/vogar/
.vogarconfig.example 6 # .vogarconfig file. Names contained in angle brackets are placeholders.
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_stacktrace_printer.h 23 // string with placeholders, which is copied to the output with
24 // placeholders substituted with the contents of "info". For example,
32 // Here's the full list of available placeholders:
  /ndk/sources/cxx-stl/stlport/stlport/
functional 50 #include <boost/bind/placeholders.hpp>
84 namespace placeholders {
94 } // placeholders
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/
functional 50 #include <boost/bind/placeholders.hpp>
84 namespace placeholders {
94 } // placeholders
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/
functional 50 #include <boost/bind/placeholders.hpp>
84 namespace placeholders {
94 } // placeholders
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/
functional 50 #include <boost/bind/placeholders.hpp>
84 namespace placeholders {
94 } // placeholders
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/
functional 50 #include <boost/bind/placeholders.hpp>
84 namespace placeholders {
94 } // placeholders
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/
functional 50 #include <boost/bind/placeholders.hpp>
84 namespace placeholders {
94 } // placeholders
  /external/guava/guava-gwt/test-super/com/google/common/collect/testing/super/com/google/common/collect/testing/
Platform.java 47 // start substituting the arguments into the '%s' placeholders
63 // if we run out of placeholders, append the extra args in square braces
  /external/guava/guava-gwt/test-super/com/google/common/collect/testing/super/com/google/common/collect/testing/testers/
Platform.java 45 // start substituting the arguments into the '%s' placeholders
61 // if we run out of placeholders, append the extra args in square braces

Completed in 542 milliseconds

1 2 3 4 5 6 7 8 91011>>