/packages/apps/Music/res/values-en-rGB-keysexposed/ |
strings.xml | 23 <string name="rename_playlist_same_prompt" msgid="6311998573141605099">"Rename \"<xliff:g id="PLAYLIST">%s</xliff:g>\" to"</string> 24 <string name="rename_playlist_diff_prompt" msgid="621210762456614321">"Rename \"<xliff:g id="PLAYLIST">%s</xliff:g>\" to"</string>
|
/packages/apps/Music/res/values-en-rIN-keysexposed/ |
strings.xml | 23 <string name="rename_playlist_same_prompt" msgid="6311998573141605099">"Rename \"<xliff:g id="PLAYLIST">%s</xliff:g>\" to"</string> 24 <string name="rename_playlist_diff_prompt" msgid="621210762456614321">"Rename \"<xliff:g id="PLAYLIST">%s</xliff:g>\" to"</string>
|
/system/core/toolbox/ |
mv.c | 34 /* assume we build "dest/source", and let rename() fail on pathsize */ 51 if (rename(source, fullDest)) {
|
/external/chromium_org/third_party/sqlite/src/test/ |
alter.test | 44 # Create some tables to rename. Be sure to include some TEMP tables 105 ALTER TABLE [T1] RENAME to [-t1-]; 106 ALTER TABLE "t1'x1" RENAME TO T2; 107 ALTER TABLE [temp table] RENAME to TempTab; 195 ALTER TABLE [-t1-] RENAME to [*t1*]; 196 ALTER TABLE T2 RENAME TO [<t2>]; 247 ALTER TABLE t4 RENAME TO t5; 263 ALTER TABLE aux.t4 RENAME TO t5; 282 ALTER TABLE tbl1 RENAME TO tbl2; 296 ALTER TABLE none RENAME TO hi [all...] |
fts3ao.test | 52 # Test that it is possible to rename an fts3 table. 58 execsql { ALTER TABLE t1 RENAME to fts_t1; } 72 ALTER TABLE fts_t1 RENAME to t1; 92 ALTER TABLE fts_t1 RENAME to t1; 136 # Test that it is possible to rename an fts3 table in an attached 160 execsql { ALTER TABLE aux.t1 RENAME TO t2 } 172 # Test that it is possible to rename an fts3 table within a 187 do_test fts3ao-4.3 { execsql { ALTER TABLE t4 RENAME TO t5; } } {} 197 ALTER TABLE t5 RENAME TO t6; 204 # Test that it is possible to rename an FTS4 table. Renaming an FTS4 tabl [all...] |
/external/proguard/src/proguard/obfuscate/ |
ClassRenamer.java | 50 // Rename this class. 53 // Rename the class members. 63 // Rename the class members.
|
/external/chromium/chrome/browser/first_run/ |
upgrade_util_win.cc | 88 // First try to rename exe by launching rename command ourselves. 109 // Rename didn't work so try to rename by calling Google Update
|
upgrade_util_win.h | 19 // SwapNewChromeExeIfPresent, to perform the rename and relaunch of
|
/external/chromium/net/disk_cache/ |
cache_util.h | 17 // permission for the operation. This is basically a rename operation
|
/external/chromium_org/build/linux/unbundle/ |
re2.gyp | 20 # Chromium copy of re2 is patched to rename POSIX to POSIX_SYNTAX
|
/external/chromium_org/chrome/browser/first_run/ |
upgrade_util_win.h | 18 // SwapNewChromeExeIfPresent, to perform the rename and relaunch of
|
/external/chromium_org/chrome/browser/sync/glue/ |
extension_data_type_controller.h | 16 // TODO(zea): Rename this and ExtensionSettingsDTC to ExtensionOrApp*, since
|
/external/chromium_org/chrome/browser/ui/views/toolbar/ |
wrench_toolbar_button.h | 11 // TODO(gbillock): Rename this? No longer a wrench.
|
/external/chromium_org/chrome/renderer/extensions/ |
chrome_v8_extension_handler.h | 18 // TODO(koz): Rename/refactor this somehow. Maybe just pull it into
|
/external/chromium_org/components/ |
tracing.gyp | 8 # on this, thus if you try to rename this to gypi and include it in
|
/external/chromium_org/gin/test/ |
file_runner.h | 19 // TODO(abarth): Rename FileRunnerDelegate to TestRunnerDelegate.
|
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/ |
mount_dev.h | 25 virtual Error Rename(const Path& path, const Path& newpath);
|
mount_passthrough.h | 28 virtual Error Rename(const Path& path, const Path& newpath);
|
/external/chromium_org/native_client_sdk/src/tests/nacl_io_test/ |
mount_mock.h | 33 MOCK_METHOD2(Rename, Error(const Path&, const Path&));
|
/external/llvm/test/Linker/ |
2003-05-31-LinkerRename.ll | 4 ; the function name, we must rename the internal function to something that
|
/external/llvm/utils/lit/ |
TODO | 11 - Rename 'lit' injected variable for config to be lit_config.
|
/external/valgrind/main/memcheck/tests/linux/ |
with-space.vgtest | 6 # easily rename an executable with a .dSYM -- the original executable name
|
/system/core/ |
README | 20 - should probably rename bionic to libc
|
/external/chromium/chrome/browser/ui/cocoa/bookmarks/ |
bookmark_name_folder_controller.h | 18 // rename an existing folder. Accessible from a context menu on a 41 // Use the 1st initializer for a "rename existing folder" request.
|
/external/chromium_org/chrome/browser/ui/cocoa/bookmarks/ |
bookmark_name_folder_controller.h | 17 // rename an existing folder. Accessible from a context menu on a 40 // Use the 1st initializer for a "rename existing folder" request.
|