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

1 23 4 5 6 7 8 91011>>

  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/function.objects/bind/func.bind/func.bind.bind/
invoke_lvalue.pass.cpp 45 using namespace std::placeholders;
161 using namespace std::placeholders;
235 using namespace std::placeholders;
275 using namespace std::placeholders;
invoke_rvalue.pass.cpp 45 using namespace std::placeholders;
151 using namespace std::placeholders;
219 using namespace std::placeholders;
256 using namespace std::placeholders;
nested.pass.cpp 46 using std::placeholders::_1;
  /system/extras/simpleperf/
read_apk_test.cpp 62 std::bind(ParseSymbol, std::placeholders::_1, &symbols)));
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
SimplePatternFormatterTest.java 162 "Placeholders {0} and {1}");
236 "Placeholders {0} and {1}");
240 "Placeholders previous: and frog",
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
SimplePatternFormatterTest.java 158 "Placeholders {0} and {1}");
232 "Placeholders {0} and {1}");
236 "Placeholders previous: and frog",
  /external/icu/icu4c/source/test/intltest/
simplepatternformattertest.cpp 303 SimplePatternFormatter fmt2("Placeholders {0} and {1}", status);
331 SimplePatternFormatter fmt("{0} has no {1} placeholders.", status);
333 "", " has no placeholders.", fmt.getTextWithNoPlaceholders());
483 SimplePatternFormatter fmt("Placeholders {0} and {1}", status);
489 "Placeholders previous: and frog",
  /packages/apps/UnifiedEmail/src/com/google/android/mail/common/base/
Preconditions.java 95 * braces. Unmatched placeholders will be left as-is.
150 * braces. Unmatched placeholders will be left as-is.
209 * braces. Unmatched placeholders will be left as-is.
390 * If there are more arguments than placeholders, the unmatched arguments will
394 * placeholders.
400 // start substituting the arguments into the '%s' placeholders
416 // if we run out of placeholders, append the extra args in square braces
  /system/bt/vendor_libs/test_vendor_lib/src/
dual_mode_controller.cc 148 std::bind(&DualModeController::method, this, std::placeholders::_1);
181 std::bind(&DualModeController::method, this, std::placeholders::_1);
193 this, std::placeholders::_1));
200 std::placeholders::_1, std::placeholders::_2));
240 send_event_ = std::bind(send_delayed_event_, std::placeholders::_1,
  /cts/tests/tests/database/src/android/database/cts/
CursorJoinerTest.java 186 String placeHolders = "";
188 placeHolders += "0";
190 return placeHolders + Integer.toString(value);
  /external/libchrome/base/
command_line.h 113 // command line contains placeholders (eg, %1) and quotes any program or
117 // placeholders should be replaced *before* converting the command line to a
133 // command line contains placeholders (eg, %1) and quotes any argument with a
136 // safe to replace it with an arbitrary string. If possible, placeholders
  /external/libcxx/test/std/utilities/function.objects/bind/func.bind/func.bind.isbind/
is_bind_expression_03.pass.cpp 38 test<decltype(std::placeholders::_2)>();
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/bind/
placeholders.hpp 11 // bind/placeholders.hpp - _N definitions
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
AbstractHtmlTemplates.java 34 * Templates should be UTF-8 encoded HTML with '%s' placeholders to be substituted upon render.
  /sdk/eclipse/
dictionary.txt 207 placeholders
  /external/curl/tests/
symbol-scan.pl 113 # OBSOLETE - names that are just placeholders for a position where we
120 # *_LAST and *_LASTENTRY are just prefix for the placeholders used for the
  /external/libgdx/gdx/src/com/badlogic/gdx/utils/
TextFormatter.java 35 /** Formats the given {@code pattern} replacing its placeholders with the actual arguments specified by {@code args}.
42 * TextFormatter(locale, false)} pattern's placeholders are expected to be in the simplified form {0}, {1}, {2} and so on and
  /external/guava/guava/src/com/google/common/base/
Preconditions.java 134 * in square braces. Unmatched placeholders will be left as-is.
186 * in square braces. Unmatched placeholders will be left as-is.
239 * in square braces. Unmatched placeholders will be left as-is.
401 * placeholders, the unmatched arguments will be appended to the end of the formatted message in
404 * @param template a non-null string containing 0 or more {@code %s} placeholders.
412 // start substituting the arguments into the '%s' placeholders
427 // if we run out of placeholders, append the extra args in square braces
  /prebuilts/go/darwin-x86/src/database/sql/
fakedb_test.go 120 placeholders int // used by INSERT/SELECT: number of ? params
122 whereCol []string // used by SELECT (all placeholders)
391 stmt.placeholders++
457 stmt.placeholders++
572 if len(args) != s.placeholders {
631 if len(args) != s.placeholders {
699 return s.placeholders
  /prebuilts/go/linux-x86/src/database/sql/
fakedb_test.go 120 placeholders int // used by INSERT/SELECT: number of ? params
122 whereCol []string // used by SELECT (all placeholders)
391 stmt.placeholders++
457 stmt.placeholders++
572 if len(args) != s.placeholders {
631 if len(args) != s.placeholders {
699 return s.placeholders
  /external/skia/bench/
ShapesBench.cpp 178 using namespace std::placeholders;
202 fShapes[i].fDraw = std::bind(&SkCanvas::drawDRRect, std::placeholders::_1,
204 std::placeholders::_2);
  /hardware/qcom/media/msm8974/mm-core/src/default/
qc_registry_table.c 33 with placeholders for actual values
qc_registry_table_android.c 33 with placeholders for actual values
  /hardware/qcom/media/msm8996/mm-core/src/default/
qc_registry_table.c 33 with placeholders for actual values
qc_registry_table_android.c 33 with placeholders for actual values

Completed in 637 milliseconds

1 23 4 5 6 7 8 91011>>