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

1 2 3 45 6 7 8 91011>>

  /external/clang/tools/clang-format/
clang-format-bbedit.applescript 4 -- selection. Note that you can rename the menu item by renaming the script, and
  /external/e2fsprogs/tests/f_dup_de/
expect-nohtree.1 20 Rename to modules.conf.o~0? yes
expect.1 17 Rename to modules.conf.o~0? yes
  /external/markdown/docs/
release-2.0.1.txt 14 rename the commandline script to ``markdown`` (no ".py"). A matching batch
  /external/sepolicy/
global_macros 28 define(`link_file_perms', `{ getattr link unlink rename }')
  /external/skia/src/pdf/
SkPDFDeviceFlattener.h 19 TODO(edisonn): Rename the class once we know all the things it will do.
  /external/zlib/src/contrib/minizip/
make_vms.com 22 $ rename minizip_info.txt; minizip_info.txt_old
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
VariableSource.java 21 // TODO: Rename back to ValueSource? Seems to make more sense even if we use it as a Variable
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
random.cpp 14 #define rename solaris_headers_are_broken macro
  /ndk/sources/host-tools/make-3.81/tests/scripts/features/
vpathgpath 19 .PHONY: general rename notarget intermediate
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/
Logging.java 38 * TODO rename it to DEBUG_UI.
  /packages/apps/Music/src/com/android/music/
RenamePlaylist.java 66 mRenameId = icicle != null ? icicle.getLong("rename")
67 : getIntent().getLongExtra("rename", -1);
72 Log.i("@@@@", "Rename failed: " + mRenameId + "/" + defaultname);
159 outcicle.putLong("rename", mRenameId);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/core/
RenameResourceWizard.java 37 * Rename refactoring wizard for Android resources such as {@code @id/foo}
56 "Rename Resource",
81 * @return false if initiating the rename failed
112 * @param refactoring the rename refactoring
RenameResourceParticipant.java 61 import org.eclipse.jdt.internal.corext.refactoring.rename.RenameFieldProcessor;
91 * A rename participant handling renames of resources (such as R.id.foo and R.layout.bar).
106 * rename the files as well.
138 * If non null, this refactoring was initiated as a file rename of an XML file (and if
139 * null, we are just reacting to a Java field rename)
167 return "Android Rename Field Participant";
277 * @return a new rename refactoring
378 // If renaming resources in a library project, also offer to rename references
405 // Disable field refactoring added by the default Java field rename handler
461 // Rename this fil
    [all...]
  /external/emma/core/java12/com/vladium/emma/data/
MergeProcessor.java 212 // a temp file and rename it only when the data is safely persisted:
214 boolean rename = false;
224 rename = true;
229 if (rename) // create a temp out file
284 if (rename) // rename-with-delete temp out file into the desired out file
289 throw new EMMARuntimeException ("could not rename temporary file [" + tempDataOutFile.getAbsolutePath () + "] to [" + canonicalDataOutFile + "]: make sure the original file is not locked and can be deleted");
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/refactorings/core/
AndroidPackageRenameParticipantTest.java 27 import org.eclipse.jdt.internal.corext.refactoring.rename.RenamePackageProcessor;
44 "[x] Rename package 'com.example.refactoringtest' to 'my.pkg.name'\n" +
77 "[x] Rename package 'com.example.refactoringtest' to 'my.pkg.name'",
91 "[x] Rename package 'com.example.refactoringtest' to 'my.pkg.name'\n" +
137 "[x] Rename package 'com.example.refactoringtest' and subpackages to 'my.pkg.name'\n" +
195 "[x] Rename package 'com.example.refactoringtest' and subpackages to 'my.pkg.name'",
288 "INFO: To really change application package, choose \"Android Tools\" > \"Rename Application Package.\" from the project context menu.\n" +
  /external/chromium_org/ppapi/api/
ppb_file_ref.idl 153 * Rename() renames a file or directory. Arguments <code>file_ref</code> and
155 * system. It is an error to rename a file or directory that is in use. It
156 * is not valid to rename a file in the external file system.
163 * completion of Rename().
167 int32_t Rename([in] PP_Resource file_ref,
  /external/chromium_org/ppapi/cpp/
file_ref.h 142 /// Rename() renames a file or directory. Argument <code>new_file_ref</code>
144 /// error to rename a file or directory that is in use. It is not valid to
145 /// rename a file in the external file system.
150 /// completion of Rename().
153 int32_t Rename(const FileRef& new_file_ref, const CompletionCallback& cc);
  /ndk/sources/host-tools/sed-4.2.1/testsuite/
mac-mf.sed 102 # Change mv to rename.
103 # /mv/s/^\([ ]*\)mv /\1Rename -y /
104 # /Rename/s/^\([ ]*\)Rename -y -f/\1Rename -y/
  /external/chromium_org/content/browser/download/
base_file_unittest.cc 282 // Rename the file after writing to it, then detach.
293 EXPECT_EQ(DOWNLOAD_INTERRUPT_REASON_NONE, base_file_->Rename(new_path));
420 // Rename the file after all writes to it.
432 base_file_->Rename(new_path));
439 // Rename the file while the download is still in progress.
451 EXPECT_EQ(DOWNLOAD_INTERRUPT_REASON_NONE, base_file_->Rename(new_path));
460 // Test that a failed rename reports the correct error.
465 // that the rename will fail.
476 base_file_->Rename(new_path));
  /external/chromium_org/chrome/browser/first_run/
upgrade_util_win.cc 220 // Open up the registry key containing current version and rename information.
230 // we are given an explicit --chrome-version flag, don't rename unless the
251 // First try to rename exe by launching rename command ourselves.
268 // Rename didn't work so try to rename by calling Google Update
  /packages/providers/CalendarProvider/src/com/android/providers/calendar/
CalendarDatabaseHelper.java     [all...]
  /external/chromium/chrome/browser/download/
save_item.cc 114 // Rename the save item with new path.
115 void SaveItem::Rename(const FilePath& full_path) {
  /external/chromium/chrome/common/
important_file_writer.cc 34 // Write the data to a temp file then rename to avoid data loss if we crash
60 LogFailure("could not rename temporary file");
  /external/chromium_org/base/files/
important_file_writer.cc 56 // Write the data to a temp file then rename to avoid data loss if we crash
94 LogFailure(path, FAILED_RENAMING, "could not rename temporary file");

Completed in 336 milliseconds

1 2 3 45 6 7 8 91011>>