Searched refs:old_name (Results 1 – 8 of 8) sorted by relevance
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/ |
D | template.rb | 154 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/ |
D | process_commit_response_command.cc | 420 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()
|
D | syncapi.cc | 480 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/ |
D | pub_tool_libcfile.h | 86 extern Int VG_(rename) ( const Char* old_name, const Char* new_name );
|
/external/oprofile/libpp/ |
D | xml_utils.cpp | 901 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/ |
D | m_libcfile.c | 380 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/ |
D | nfs_xdr.h | 646 const struct qstr * old_name; member
|
/external/webkit/Source/WebKit/gtk/webkit/ |
D | webkitwebview.cpp | 1142 …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()
|