Home
last modified time | relevance | path

Searched refs:old_name (Results 1 – 8 of 8) sorted by relevance

/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
Dtemplate.rb154 def alias_template( new_name, old_name ) argument
155 new_name, old_name = new_name.to_s.dup.freeze, old_name.to_s
156 context = self::TEMPLATES.fetch( old_name.to_s ) do
158 "undefined template `%s' for template group %p" % [ old_name, self ]
/external/chromium/chrome/browser/sync/engine/
Dprocess_commit_response_command.cc420 const string& old_name = in OverrideClientFieldsAfterCommit() local
423 if (!server_name.empty() && old_name != server_name) { in OverrideClientFieldsAfterCommit()
424 VLOG(1) << "During commit, server changed name: " << old_name in OverrideClientFieldsAfterCommit()
Dsyncapi.cc480 string old_name = entry_->Get(syncable::NON_UNIQUE_NAME); in SetTitle() local
482 if (server_legal_name == old_name) in SetTitle()
/external/valgrind/main/include/
Dpub_tool_libcfile.h86 extern Int VG_(rename) ( const Char* old_name, const Char* new_name );
/external/oprofile/libpp/
Dxml_utils.cpp901 string old_name = in add_modules() local
903 if (nr_modules > 0 && old_name != module) { in add_modules()
906 if (!m.is_closed(old_name)) in add_modules()
911 if (nr_modules == 0 || module != old_name) { in add_modules()
/external/valgrind/main/coregrind/
Dm_libcfile.c380 Int VG_(rename) ( const Char* old_name, const Char* new_name ) in VG_()
382 SysRes res = VG_(do_syscall2)(__NR_rename, (UWord)old_name, (UWord)new_name); in VG_()
/external/kernel-headers/original/linux/
Dnfs_xdr.h646 const struct qstr * old_name; member
/external/webkit/Source/WebKit/gtk/webkit/
Dwebkitwebview.cpp1142 …tic gchar* webkit_web_view_real_choose_file(WebKitWebView*, WebKitWebFrame*, const gchar* old_name) in webkit_web_view_real_choose_file() argument
1145 return g_strdup(old_name); in webkit_web_view_real_choose_file()