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

1 2 3 45 6 7 8 91011>>

  /external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/util/
SQLite.java 132 throw new SQLiteException("bind or column index out of range: count of selectionArgs does not match count of (?) placeholders for given sql statement!");
  /external/v8/src/ast/
variables.h 14 // The AST refers to variables via VariableProxies - placeholders for the actual
  /packages/apps/Camera2/src/com/android/camera/session/
PlaceholderManager.java 38 * Handles placeholders in filmstrip that show up temporarily while a final
  /system/extras/simpleperf/
cmd_report.cpp 280 &ReportCommand::CompareSampleEntry, this, std::placeholders::_1, std::placeholders::_2);
679 std::bind(&ReportCommand::PrintReportEntry, this, std::placeholders::_1));
707 std::bind(&ReportCommand::CollectReportEntryWidth, this, std::placeholders::_1));
sample_tree_test.cpp 76 std::bind(&CheckSampleCallback, std::placeholders::_1, expected_samples, &pos));
  /art/compiler/utils/arm/
assembler_arm32_test.cc 28 using std::placeholders::_1;
29 using std::placeholders::_2;
30 using std::placeholders::_3;
31 using std::placeholders::_4;
32 using std::placeholders::_5;
  /frameworks/native/services/surfaceflinger/DisplayHardware/
HWComposer.cpp 96 std::placeholders::_1, std::placeholders::_2);
99 std::placeholders::_1);
102 std::placeholders::_1, std::placeholders::_2);
  /external/icu/icu4c/source/test/intltest/
unifiedcachetest.cpp 375 // 3 keys in cache zh, zhTW, zhHk all pointing to error placeholders
378 // error placeholders have no hard references so they always get flushed.
  /bootable/recovery/
ui.cpp 86 ev_iterate_available_keys(std::bind(&RecoveryUI::OnKeyDetected, this, std::placeholders::_1));
  /external/compiler-rt/lib/ubsan/
ubsan_diag.h 136 /// The message which will be emitted, with %0, %1, ... placeholders for
  /external/kernel-headers/original/uapi/drm/
i810_drm.h 236 /* These may be placeholders if we have more cliprects than
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/drm/
i810_drm.h 234 /* These may be placeholders if we have more cliprects than
i830_drm.h 290 /* These may be placeholders if we have more cliprects than
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/drm/
i810_drm.h 234 /* These may be placeholders if we have more cliprects than
  /prebuilts/go/darwin-x86/src/database/sql/driver/
driver.go 129 // its number of placeholders. In that case, the sql package
  /prebuilts/go/linux-x86/src/database/sql/driver/
driver.go 129 // its number of placeholders. In that case, the sql package
  /system/extras/iotop/
iotop.cpp 72 using namespace std::placeholders;
  /libcore/ojluni/src/main/java/java/sql/
Connection.java 133 * parameter placeholders
165 * parameter placeholders. Typically this statement is specified using JDBC
181 * parameter placeholders
    [all...]
  /external/chromium-trace/catapult/dashboard/dashboard/
quick_logger.py 164 template: String template which can contain placeholders for arguments
  /external/markdown/markdown/extensions/
footnotes.py 298 """ Replace placeholders with html entities. """
  /external/mesa3d/src/gallium/drivers/r300/
r300_tgsi_to_rc.c 341 /* Allocate constants placeholders.
  /external/mesa3d/src/mesa/swrast/
s_context.h 272 * Placeholders for when separate specular (or secondary color) is
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/
bind.hpp 24 # include <boost/mpl/placeholders.hpp>
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/event/
DeadKeyCombiner.java 37 /* Characters used to display placeholders for dead keys. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/x86_64-linux/32/bits/
c++config.h 159 namespace placeholders { }
169 namespace placeholders { }
210 namespace placeholders { inline namespace __7 { } } namespace in namespace:std::tr1
221 namespace placeholders { inline namespace __7 { } } namespace in namespace:std
    [all...]

Completed in 3238 milliseconds

1 2 3 45 6 7 8 91011>>