HomeSort by relevance Sort by last modified time
    Searched refs:Replace (Results 1 - 25 of 46) sorted by null

1 2

  /external/clang/test/SemaTemplate/
deduction.cpp 38 struct Replace {
44 struct Replace<_1, Arg1, Arg2> {
49 struct Replace<_2, Arg1, Arg2> {
55 struct Replace<const T, Arg1, Arg2> {
56 typedef typename Replace<T, Arg1, Arg2>::type const type;
61 struct Replace<TT<T1>, Arg1, Arg2> {
62 typedef TT<typename Replace<T1, Arg1, Arg2>::type> type;
67 struct Replace<TT<T1, T2>, Arg1, Arg2> {
68 typedef TT<typename Replace<T1, Arg1, Arg2>::type,
69 typename Replace<T2, Arg1, Arg2>::type> type
    [all...]
  /external/chromium/chrome/browser/ui/views/tabs/
native_view_photobooth.h 37 virtual void Replace(gfx::NativeView new_view) = 0;
native_view_photobooth_gtk.cc 26 void NativeViewPhotoboothGtk::Replace(gfx::NativeView new_view) {
native_view_photobooth_gtk.h 20 virtual void Replace(gfx::NativeView new_view) OVERRIDE;
native_view_photobooth_win.h 38 virtual void Replace(gfx::NativeView new_view) OVERRIDE;
native_view_photobooth_win.cc 61 Replace(NULL);
65 void NativeViewPhotoboothWin::Replace(HWND new_hwnd) {
92 // us until someone calls Replace(NULL).
95 Replace(current_hwnd_);
164 Replace(initial_hwnd);
  /external/skia/src/animator/
SkDisplayAdd.h 74 DECLARE_MEMBER_INFO(Replace);
SkDisplayType.cpp 183 CASE_NEW(Replace);
338 CASE_GET_INFO(Replace);
505 { "replace", SkType_Replace INIT_BOOL_FIELDS },
  /cts/tests/tests/example/
Android.mk 19 # Replace "Example" with your name.
  /cts/tests/tests/renderscript/
Android.mk 19 # Replace "Example" with your name.
  /external/chromium/net/data/proxy_resolver_v8_unittest/
passthrough.js 13 // Form a string that kind-of resembles a host. We will replace any
21 c = '.'; // Replace unsupported characters with a dot.
  /external/chromium/third_party/libjingle/source/talk/site_scons/
talk.py 469 env.Replace(**{field : value})
482 env_64bit.Replace(OBJSUFFIX = '64' + env_64bit['OBJSUFFIX'])
483 env_64bit.Replace(SHOBJSUFFIX = '64' + env_64bit['SHOBJSUFFIX'])
495 env_64bit.Replace(LIBS = libs)
  /external/chromium/chrome/browser/notifications/
notification_ui_manager.cc 36 void Replace(const Notification& new_notification) {
193 (*iter)->Replace(notification);
  /external/v8/test/mjsunit/
array-join.js 46 // Replace array.prototype.toString.
  /external/webkit/LayoutTests/dom/html/level1/core/
hc_nodereplacechild.js 81 Replace the first element of the second employee with
hc_nodereplacechildnodename.js 81 Replace the second Element of the second employee with
  /external/webkit/LayoutTests/dom/xhtml/level1/core/
hc_nodereplacechild.js 81 Replace the first element of the second employee with
hc_nodereplacechildnodename.js 81 Replace the second Element of the second employee with
  /external/webkit/LayoutTests/dom/xhtml/level3/core/
textiselementcontentwhitespace04.js 78 Replace the text node child of the "p" element in barfoo with whitespace and normalize with validation.
textiselementcontentwhitespace05.js 81 Replace the whitespace before the "p" element in barfoo with non-whitespace and normalize with validation.
  /external/clang/test/CXX/temp/temp.decls/temp.variadic/
metafunctions.cpp 54 namespace Replace {
  /external/qemu/distrib/sdl-1.2.12/src/cpuinfo/
SDL_cpuinfo.c 66 " popfl # Replace current EFLAGS value \n"
86 " popfq # Replace current EFLAGS value \n"
104 popfd ; Replace current EFLAGS value
  /external/pcre/
pcrecpp.h 304 // You can replace the first match of "pattern" in "str" with
311 // pcrecpp::RE("b+").Replace("d", &s);
316 // GlobalReplace() is like Replace(), except that it replaces all
326 // Extract() is like Replace(), except that if the pattern matches,
607 bool Replace(const StringPiece& rewrite,
  /external/chromium/third_party/libjingle/source/talk/
main.scons 176 win_env.Replace(
381 linux_common_env.Replace(
  /external/clang/lib/StaticAnalyzer/Checkers/
CheckSecuritySyntaxOnly.cpp 390 "provide bounding of the memory buffer. Replace "
414 "provide bounding of the memory buffer. Replace "
538 "Replace calls to vfork with calls to the safer "

Completed in 527 milliseconds

1 2