HomeSort by relevance Sort by last modified time
    Searched full:rename (Results 1101 - 1125 of 2344) sorted by null

<<41424344454647484950>>

  /libcore/luni/src/main/java/org/apache/harmony/xml/dom/
NodeImpl.java 268 "Cannot rename nodes of type " + node.getNodeType());
304 "Cannot rename nodes of type " + node.getNodeType());
  /ndk/build/tools/
ndk-common.sh 878 # If older log files exist, rename them to -<n+1>
903 # Rename existing older versions
  /packages/apps/Music/res/values/
strings.xml 137 <!-- Playlist context menu item to rename the selected playlist-->
138 <string name="rename_playlist_menu">Rename</string>
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/libexec/gcc/i686-linux/4.4.3/
collect2 
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_ftplib.py 458 self.client.rename('a', 'b')
460 self.assertRaises(ftplib.error_reply, self.client.rename, 'a', 'b')
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_ftplib.py 458 self.client.rename('a', 'b')
460 self.assertRaises(ftplib.error_reply, self.client.rename, 'a', 'b')
  /system/vold/
CommandListener.cpp 398 } else if (!strcmp(argv[1], "rename")) {
402 "Usage: asec rename <old_id> <new_id>", false);
Volume.cpp 480 if (rename(legacy_path, secure_path)) {
481 SLOGE("Failed to rename legacy asec dir (%s)", strerror(errno));
  /external/chromium/chrome/browser/webdata/
autofill_table.cc     [all...]
  /external/chromium_org/chrome/browser/resources/file_manager/foreground/css/
file_manager.css 896 .table-row-cell input.rename {
901 input.rename:focus {
905 input.rename {
912 .table-row-cell input.rename {
921 .thumbnail-grid input.rename {
    [all...]
  /external/chromium_org/chrome/third_party/chromevox/closure/
base.js 1358 rename = function(a) { function
    [all...]
  /external/chromium_org/content/browser/fileapi/
obfuscated_file_util_unittest.cc 62 // rename vs. same-name
    [all...]
  /prebuilts/sdk/tools/linux/
aapt 
  /external/chromium_org/third_party/WebKit/Tools/Scripts/
VCSUtils.pm 695 } elsif (/^rename from (\S+)/) {
697 # This will simplify adding rename support to svn-unapply.
    [all...]
  /external/zlib/src/
ChangeLog 101 - Rename zconf.h in CMakeLists.txt to move it out of the way
497 - Rename Makefile.in targets allstatic to static and allshared to shared
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
mailbox.py 294 os.rename(tmp_file.name, dest)
339 os.rename(os.path.join(self._path, temp_subpath), new_path)
590 # don't need a full rewrite + rename, sync is enough.
687 os.rename(new_file.name, self._path)
692 os.rename(new_file.name, self._path)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
mailbox.py 294 os.rename(tmp_file.name, dest)
339 os.rename(os.path.join(self._path, temp_subpath), new_path)
590 # don't need a full rewrite + rename, sync is enough.
687 os.rename(new_file.name, self._path)
692 os.rename(new_file.name, self._path)
    [all...]
  /ndk/sources/host-tools/sed-4.2.1/doc/
sed.info 82 * Rename files to lower case::
    [all...]
  /bootable/recovery/updater/
install.c 312 if (rename(src_name, dst_name) != 0) {
313 ErrorAbort(state, "Rename of %s() to %s() failed, error %s()",
    [all...]
  /external/chromium/chrome/browser/download/
save_package.cc 564 // rename the SaveItem.
566 save_item->Rename(final_name);
569 save_item->Rename(saved_main_file_path_);
    [all...]
  /external/chromium_org/content/browser/download/
save_package.cc 603 // rename the SaveItem.
606 save_item->Rename(final_name);
609 save_item->Rename(saved_main_file_path_);
    [all...]
  /external/chromium_org/net/spdy/
spdy_session.h 273 // TODO(wtc): rename this function and the Net.SpdyIPPoolDomainMatch
595 // TODO(akalin): Rename this to EnqueueResetStreamFrame().
634 // TODO(akalin): Rename the Send* and Write* functions below to
    [all...]
  /external/libffi/
ltcf-cxx.sh 389 # ends with ".so" (or ".sl" for HP-UX), so rename the library
461 # ends with ".so" (or ".sl" for HP-UX), so rename the library
520 # ends with ".so" (or ".sl" for HP-UX), so rename the library
    [all...]
  /ndk/sources/host-tools/make-3.81/tests/
ChangeLog 235 * scripts/variables/DEFAULT_GOAL: Rename DEFAULT_TARGET to
291 Rename MAKEFILE_LIST test to MFILE_LIST, for systems that need 8.3
367 * scripts/features/patternrules: Rename from implicit_prereq_eval.
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
RenderPreview.java 813 // Edit. For now, just rename
816 "Rename Preview", // title
824 mManager.rename(mDescription, newName);
    [all...]

Completed in 1214 milliseconds

<<41424344454647484950>>