HomeSort by relevance Sort by last modified time
    Searched refs:folder (Results 76 - 100 of 207) sorted by null

1 2 34 5 6 7 8 9

  /packages/apps/Email/src/com/android/email/mail/store/
Pop3Store.java 33 import com.android.emailcommon.mail.Folder;
34 import com.android.emailcommon.mail.Folder.OpenMode;
61 private final HashMap<String, Folder> mFolders = new HashMap<String, Folder>();
145 public Folder getFolder(String name) {
146 Folder folder = mFolders.get(name); local
147 if (folder == null) {
148 folder = new Pop3Folder(name);
149 mFolders.put(folder.getName(), folder) local
193 Pop3Folder folder = new Pop3Folder(POP3_MAILBOX_NAME); local
    [all...]
  /external/chromium/chrome/browser/resources/bookmark_manager/css/
bmm.css 56 list > .folder > .label {
67 list > .folder > .url:empty:after {
162 html[dir=rtl] list > .folder > .label {
166 html[os=mac] list > .folder > .label {
  /external/chromium/chrome/browser/resources/file_manager/js/
mock_chrome.js 119 FILE_IS_DIRECTORY: 'Folder',
130 ERROR_CREATING_FOLDER: 'Unable to create folder "$1": $2',
131 ERROR_INVALID_FOLDER_CHARACTER: 'Invalid character in folder name: $1',
133 NEW_FOLDER_PROMPT: 'Enter a name for the new folder',
134 NEW_FOLDER_BUTTON_LABEL: 'New Folder',
167 SELECT_FOLDER_TITLE: 'Select a folder to open',
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
CreateNewConfigJob.java 59 // get the folder name
63 // get the res folder
86 // to find the best configuration takes the new folder into account.
89 IFolder folder = root.getFolder(newParentFolder.getFullPath()); local
90 resourceManager.getResourceFolder(folder);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/
CreateFileChange.java 91 IFolder folder = ResourcesPlugin.getWorkspace().getRoot().getFolder( local
93 AdtUtils.ensureExists(folder);
  /sdk/sdk_common/src/com/android/ide/common/resources/
MultiResourceFile.java 53 public MultiResourceFile(IAbstractFile file, ResourceFolder folder) {
54 super(file, folder);
  /tools/motodev/src/plugins/android.codeutils/src/com/motorola/studio/android/db/deployment/
DatabaseDeployer.java 96 // get the destination folder
106 for (String folder : folders)
108 // get destination folder with the next one to be created
109 destinationFolder = destinationFolder.getFolder(folder);
111 // proceed in case the destination folder does not exists and can be created
114 // create the folder
136 // create the destination folder
  /tools/motodev/src/plugins/preflighting.checkers/src/com/motorolamobility/preflighting/checkers/missingdrawable/
MissingDrawableResourcesCondition.java 89 // For each drawable element, check if it exists in all 4 expected drawable folder: ldpi, mdpi, hdpi, xhdpi
153 private ValidationResultData createMissingDrawableResult(String s, FolderElement folder,
164 result.addFileToIssueLines(folder.getFile(), Collections.<Integer> emptyList());
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/mail/
Folder.java 23 public abstract class Folder {
36 INBOX, // NOTE: The folder's name must be INBOX
42 OTHER, // this folder has no specific role
43 UNKNOWN // the role of this folder is unknown
49 * Not all {@link Folder} implementations may invoke it.
61 * @param callbacks Pointer to callbacks class. This may be used by the folder between this
84 * Returns the mode the folder was opened with. This may be different than the mode the open
91 * Does not actually attempt to create a folder.
98 * Attempt to create the given folder remotely using the given type.
106 * Returns the number of messages in the selected folder
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/
SourceChangeHandler.java 83 * @param folder
86 protected boolean filterResourceFolder(IContainer folder) {
  /sdk/monkeyrunner/etc/
monkeyrunner.bat 57 echo SWT folder '%swt_path%' does not exist.
58 echo Please set ANDROID_SWT to point to the folder containing swt.jar for your platform.
  /sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/internal/project/
ProjectProperties.java 213 "# 'source.dir' for the location of your java source folder and\n" +
214 "# 'out.dir' for the location of your output folder.\n" +
231 * @param projectFolderOsPath the project folder.
243 * @param projectFolder the project folder.
262 * @param projectFolder the project folder.
280 * @param projectFolderOsPath the project folder.
293 * @param projectFolderOsPath the project folder.
301 IAbstractFolder folder = new FolderWrapper(projectFolderOsPath); local
302 return create(folder, type);
308 * @param projectFolder the project folder
331 IAbstractFolder folder = new FolderWrapper(projectFolderOsPath); local
    [all...]
  /sdk/traceview/etc/
traceview.bat 56 echo SWT folder '%swt_path%' does not exist.
57 echo Please set ANDROID_SWT to point to the folder containing swt.jar for your platform.
  /sdk/uiautomatorviewer/etc/
uiautomatorviewer.bat 56 echo SWT folder '%swt_path%' does not exist.
57 echo Please set ANDROID_SWT to point to the folder containing swt.jar for your platform.
  /tools/motodev/src/plugins/db.core/src/com/motorolamobility/studio/android/db/core/project/
ProjectNode.java 156 File folder = local
159 if (folder.exists() && (folder.list().length > 0))
161 File[] foundFiles = folder.listFiles();
340 * Refresh assets folder under the android project.
  /external/chromium/chrome/browser/bookmarks/
bookmark_model_unittest.cc 213 ASSERT_EQ(BookmarkNode::FOLDER, new_node->type());
218 // Add another folder, just to make sure folder_ids are incremented correctly.
243 const BookmarkNode* folder = model.AddFolder(root, 0, ASCIIToUTF16("foo")); local
250 model.AddURL(folder, 0, title, url);
254 // Now remove the folder.
312 // And remove the folder.
330 // Copy 'd' to be after '1:b': URL item from bar to folder.
337 // Copy '1:d' to be after 'a': URL item from folder to bar.
338 const BookmarkNode* folder = root->GetChild(1); local
339 nodeToCopy = folder->GetChild(1)
389 const BookmarkNode* folder = model.AddFolder(model.other_node(), 0, local
    [all...]
  /external/webkit/Source/WebCore/platform/brew/
FileSystemBrew.cpp 150 String folder(path.substring(0, endPos));
154 IFILEMGR_MkDir(fileManager, folder.utf8().data());
157 if (IFILEMGR_GetInfo(fileManager, folder.utf8().data(), &fileInfo) != SUCCESS)
  /external/webkit/Source/WebCore/platform/wince/
FileSystemWinCE.cpp 161 String folder(path.substring(0, endPos));
162 CreateDirectory(folder.charactersWithNullTermination(), 0);
164 DWORD fileAttr = GetFileAttributes(folder.charactersWithNullTermination());
311 // all plugins in a folder, where it's not supposed to list sub-folders.
  /external/chromium/third_party/libjingle/source/talk/base/
win32filesystem.cc 207 bool Win32Filesystem::DeleteEmptyFolder(const Pathname &folder) {
208 LOG(LS_INFO) << "Deleting folder " << folder.pathname();
210 std::string no_slash(folder.pathname(), 0, folder.pathname().length()-1);
408 } else if (path.folder().substr(0, 2) == "\\\\") {
diskcache.cc 84 bool DiskCache::Initialize(const std::string& folder, size_t size) {
85 if (!folder_.empty() || !Filesystem::CreateFolder(folder))
88 folder_ = folder;
  /external/chromium/chrome/browser/resources/bookmark_manager/js/
main.js 155 // We listen to hashchange so that we can update the currently shown folder when
189 // folder part.
249 * @param {string} id The id of the bookmark folder that was reordered.
333 * This returns the user visible path to the folder where the bookmark is
335 * @param {number} parentId The ID of the parent folder.
438 // If we are dragging a folder we cannot drop it on any of its descendants
556 // We can only drop on a folder.
970 * folder.
1029 case 'new-folder-command':
1062 case 'rename-folder-command'
    [all...]
  /sdk/lint/libs/lint_checks/src/com/android/tools/lint/checks/
IconDetector.java 75 * density independent drawable folder, etc.
133 "images are either placed in the wrong folder, or icons are changed to new sizes " +
141 /** Images in res/drawable folder */
144 "Ensures that images are not defined in the density-independent drawable folder",
145 "The res/drawable folder is intended for density-independent graphics such as " +
231 "catches cases where the same icon is provided in different configuration folder " +
239 /** Icons appearing in both -nodpi and a -Ndpi folder */
242 "Finds icons that appear in both a -nodpi folder and a dpi folder",
245 "a `-nodpi` folder as well as a dpi folder such as `drawable-hdpi`, then "
776 File folder = entry.getKey(); local
    [all...]
  /tools/motodev/src/plugins/android/src/com/motorola/studio/android/model/
ProjectCreationSupport.java 1151 IFolder folder = project.getFolder(parentFolder + folderName); local
    [all...]
  /external/chromium/chrome/browser/sync/syncable/
syncable_unittest.cc 166 // Verify it exists in the folder.
    [all...]
  /external/chromium/chrome/browser/ui/views/bookmarks/
bookmark_context_menu_test.cc 124 // Tests open all on a folder with a couple of bookmarks.
126 const BookmarkNode* folder = model_->GetBookmarkBarNode()->GetChild(1); local
128 NULL, profile_.get(), &navigator_, folder, NEW_FOREGROUND_TAB);
132 ASSERT_TRUE(folder->GetChild(0)->GetURL() == navigator_.urls_[0]);
190 // folder.

Completed in 759 milliseconds

1 2 34 5 6 7 8 9