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

<<11121314151617181920>>

  /external/chromium_org/third_party/WebKit/Source/bindings/templates/
interface.cpp 65 {# FIXME: rename to ForceSetAttributeOnThis, since also used for Constructors #}
71 {# FIXME: rename to ForceSetAttributeOnThisCallback, since also used for Constructors #}
278 {# FIXME: rename to install_attributes and put into configure_class_template #}
298 {# FIXME: rename install_accessors and put into configure_class_template #}
312 {# FIXME: rename to install_methods and put into configure_class_template #}
392 {# FIXME: rename to install_dom_template and Install{{v8_class}}DOMTemplate #}
573 {# FIXME: rename to get_dom_template and GetDOMTemplate #}
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/core/
AndroidTypeRenameParticipant.java 60 import org.eclipse.jdt.internal.corext.refactoring.rename.RenameCompilationUnitProcessor;
61 import org.eclipse.jdt.internal.corext.refactoring.rename.RenameTypeProcessor;
90 * A participant to participate in refactorings that rename a type in an Android project.
94 * Rename participants are registered via the extension point <code>
121 return "Android Type Rename";
260 // Also rename styleables, if any
276 // Rename styleable fields
  /external/chromium_org/content/browser/download/
download_item_impl_unittest.cc 97 // MockDownloadFile::Rename as follows:
98 // EXPECT_CALL(download_file, Rename*(_,_))
270 // Perform the intermediate rename for |item|. The target path for the
575 // DownloadFile::Rename(). Once the rename
749 // Destination errors that occur before the intermediate rename shouldn't cause
750 // the download to be marked as interrupted until after the intermediate rename.
783 // the intermediate rename succeeds.
817 // As above. If the intermediate rename fails, then the interrupt reason should
    [all...]
base_file.cc 151 DownloadInterruptReason BaseFile::Rename(const base::FilePath& new_path) {
170 // A simple rename wouldn't work here since we want the file to have
287 // We may be re-opening the file after rename. Always make sure we're
  /external/chromium_org/chrome/browser/resources/enhanced_bookmark_manager/js/
main.js 85 'rename-folder': 'Enter',
95 'rename-folder': 'F2',
536 case 'rename-folder-command':
537 // Show rename if a single folder is selected.
611 case 'rename-folder-command':
642 var commandNames = ['copy', 'cut', 'delete', 'rename-folder', 'edit',
659 var editingCommands = ['cut', 'delete', 'rename-folder', 'edit',
908 * Callback for rename folder and edit command. This starts editing for
923 * a rename of it.
    [all...]
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/
mount_fuse.cc 196 Error MountFuse::Rename(const Path& path, const Path& newpath) {
197 if (!fuse_ops_->rename)
200 int result = fuse_ops_->rename(path.Join().c_str(), newpath.Join().c_str());
  /external/chromium_org/third_party/WebKit/Tools/Scripts/
svn-unapply 179 rename($fullPath, "$fullPath.orig") if -e $fullPath;
189 rename($fullPath, $tempPath);
191 rename($tempPath, $fullPath);
  /external/javassist/src/main/javassist/bytecode/
LocalVariableAttribute.java 110 return Descriptor.rename(desc, oldname, newname);
128 return Descriptor.rename(desc, classnames);
317 sig = Descriptor.rename(sig, classnames);
  /external/openssh/
sftp.0 58 rename, ln, rm, mkdir, chdir, ls, lchdir, chmod, chown, chgrp,
307 rename oldpath newpath
308 Rename remote file from oldpath to newpath.
  /frameworks/base/core/jni/
com_android_internal_content_NativeLibraryHelper.cpp 257 // Finally, rename it to the final name.
258 if (rename(localTmpFileName, localFileName) < 0) {
259 ALOGI("Couldn't rename %s to %s: %s\n", localTmpFileName, localFileName, strerror(errno));
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/config/
install-sh 221 # If we're going to rename the final executable, determine the name now.
276 echo "$0: cannot unlink or rename $dstdir/$dstfile" >&2
284 # Now rename the file to the real destination.
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/config/
install-sh 221 # If we're going to rename the final executable, determine the name now.
276 echo "$0: cannot unlink or rename $dstdir/$dstfile" >&2
284 # Now rename the file to the real destination.
  /development/testrunner/test_defs/
test_suite.py 24 TODO: rename this as AbstractTestDef.
  /external/antlr/antlr-3.4/runtime/Python/
TODO 44 - rename @members/@init to @classmembers, @instancemembers?
  /external/bison/lib/
dirname-lgpl.c 67 rename (base_name (FILE), "foo"); } succeeds, you have renamed FILE
  /external/chromium/chrome/browser/download/
download_item.cc 465 void DownloadItem::Rename(const FilePath& full_path) {
495 << " needs rename = " << NeedsRename()
522 << " needed rename = " << NeedsRename()
526 Rename(full_path);
  /external/chromium/chrome/browser/
plugin_download_helper.cc 157 DLOG(ERROR) << "Failed to rename file:"
  /external/chromium/chrome/browser/sync/glue/
data_type_manager.h 50 // TODO(tim): We should rename this / ConfigureResult to something more
  /external/chromium/chrome/common/extensions/docs/static/
bookmarks.html 53 in the root folder. You also cannot rename, move, or remove the special
  /external/chromium/chrome/common/
important_file_writer.h 34 // to a temporary file. Only after that write is successful, we rename the
  /external/chromium/third_party/libjingle/source/talk/base/
asyncsocket.h 37 // TODO: Remove Socket and rename AsyncSocket to Socket.
  /external/chromium_org/ash/
shell_window_ids.h 42 // TODO(sky): rename kShellWindowId_DefaultContainer.
  /external/chromium_org/base/files/
important_file_writer.h 34 // to a temporary file. Only after that write is successful, we rename the
  /external/chromium_org/base/threading/
platform_thread_android.cc 84 // We don't want to do this for the main thread because that would rename
platform_thread_linux.cc 54 // thread because that would rename the process, causing tools like killall

Completed in 588 milliseconds

<<11121314151617181920>>