HomeSort by relevance Sort by last modified time
    Searched full:placeholders (Results 26 - 50 of 350) sorted by null

12 3 4 5 6 7 8 91011>>

  /prebuilts/go/linux-x86/src/net/
main_unix_test.go 10 // Placeholders for saving original socket system calls.
main_windows_test.go 8 // Placeholders for saving original socket system calls.
  /external/libcxx/test/std/utilities/function.objects/bind/func.bind/func.bind.isbind/
is_bind_expression.pass.cpp 30 test<true>(std::bind(C(), std::placeholders::_2));
33 test<false>(std::placeholders::_2);
  /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/current/sources/cxx-stl/stlport/stlport/
functional 50 #include <boost/bind/placeholders.hpp>
84 namespace placeholders {
94 } // placeholders
  /external/icu/icu4c/source/common/
simplepatternformatter.h 25 * and for too few or too many arguments/placeholders.
62 * @param min The pattern must have at least this many placeholders.
63 * @param max The pattern must have at most this many placeholders.
100 * @param min The pattern must have at least this many placeholders.
101 * @param max The pattern must have at most this many placeholders.
214 * Returns the pattern text with none of the 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
  /external/icu/icu4c/source/test/intltest/
quantityformattertest.cpp 45 fmt.addIfAbsent("other", "{0} {1} too many placeholders", status));
50 "Adding good pattern with no placeholders",
  /external/chromium-trace/catapult/dashboard/dashboard/elements/
base-form.html 20 * String substitution using "{{" and "}}" for placeholders.
  /external/kernel-headers/original/uapi/asm-mips/asm/
break.h 15 * unused ones are here as placeholders; we might encounter them in
  /system/core/libbacktrace/
backtrace_offline_test.cpp 160 std::bind(test_level_one, 1, 2, 3, 4, std::placeholders::_1, std::placeholders::_2);
183 test_recursive_call, MAX_BACKTRACE_FRAMES + 10, std::placeholders::_1, std::placeholders::_2);
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/tic6x/
insns-c674x-sploop.s 1 # Test C674x SPLOOP instructions. The present tests are placeholders
  /external/icu/android_icu4j/src/main/java/android/icu/impl/
SimplePatternFormatter.java 18 * and for too few or too many arguments/placeholders.
93 * @param min The pattern must have at least this many placeholders.
94 * @param max The pattern must have at most this many placeholders.
107 * @param min The pattern must have at least this many placeholders.
108 * @param max The pattern must have at most this many placeholders.
195 "Fewer than minimum " + min + " placeholders in pattern \"" + pattern + "\"");
199 "More than maximum " + max + " placeholders in pattern \"" + pattern + "\"");
364 * Returns the pattern text with none of the placeholders.
372 * Returns the pattern text with none of the placeholders.
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
SimplePatternFormatter.java 17 * and for too few or too many arguments/placeholders.
91 * @param min The pattern must have at least this many placeholders.
92 * @param max The pattern must have at most this many placeholders.
105 * @param min The pattern must have at least this many placeholders.
106 * @param max The pattern must have at most this many placeholders.
193 "Fewer than minimum " + min + " placeholders in pattern \"" + pattern + "\"");
197 "More than maximum " + max + " placeholders in pattern \"" + pattern + "\"");
362 * Returns the pattern text with none of the placeholders.
370 * Returns the pattern text with none of the placeholders.
  /external/markdown/markdown/
treeprocessors.py 80 with placeholders
87 Returns: String with placeholders.
102 Process placeholders in Element.text or Element.tail
135 Process string with placeholders and generate ElementTree tree.
139 * data: string with placeholders instead of ElementTree elements.
210 Returns: String with placeholders instead of ElementTree elements.
  /system/extras/simpleperf/
dso.cpp 240 std::bind(VmlinuxSymbolCallback, std::placeholders::_1, this));
254 std::bind(&KernelSymbolCallback, std::placeholders::_1, this));
288 std::bind(ElfFileSymbolCallback, std::placeholders::_1, this, SymbolFilterForKernelModule));
304 std::bind(ElfFileSymbolCallback, std::placeholders::_1, this, SymbolFilterForDso));
309 std::bind(ElfFileSymbolCallback, std::placeholders::_1, this, SymbolFilterForDso));
320 std::bind(ElfFileSymbolCallback, std::placeholders::_1,
  /system/bt/vendor_libs/test_vendor_lib/src/
vendor_manager.cc 84 std::placeholders::_1, std::placeholders::_2));
  /system/bt/vendor_libs/test_vendor_lib/test/
hci_transport_unittest.cc 119 &HciTransportTest::CommandCallback, this, std::placeholders::_1));
128 &HciTransportTest::MultiCommandCallback, this, std::placeholders::_1));
  /external/clang/test/SemaObjCXX/
property-reference.mm 66 // is syntactic and runs before placeholders are handled.
  /external/jsoncpp/include/json/
features.h 48 /// \c true if dropped null placeholders are allowed. Default: \c false.
  /external/libcxx/test/std/utilities/function.objects/bind/func.bind/func.bind.bind/
invoke_lvalue.pass.cpp 47 using namespace std::placeholders;
163 using namespace std::placeholders;
237 using namespace std::placeholders;
277 using namespace std::placeholders;
invoke_rvalue.pass.cpp 47 using namespace std::placeholders;
153 using namespace std::placeholders;
221 using namespace std::placeholders;
258 using namespace std::placeholders;
nested.pass.cpp 48 using std::placeholders::_1;

Completed in 1207 milliseconds

12 3 4 5 6 7 8 91011>>