HomeSort by relevance Sort by last modified time
    Searched refs:folders (Results 1 - 18 of 18) sorted by null

  /packages/apps/Browser/
Android.mk 19 # additionally, build tests in sub-folders in a separate .apk
  /development/tools/findunused/
findunusedstrings 8 folder option causes only that app folder to be scanned, default is to scan all folders onder apps/
findunusedresources 10 folder option causes only that app folder to be scanned, default is to scan all folders onder apps/
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/resources/manager/
FolderTypeRelationship.java 158 Set<ResourceFolderType> folders = folderToTypeMap.keySet(); local
159 for (ResourceFolderType folder : folders) {
ProjectResources.java 157 // get the list of folders for the resource type.
171 // The easiest way is to touch one of the other folders of the same type.
242 // could be created from multiple folders, even for the folders that only create
251 List<ResourceFolder> folders = mFolderMap.get(folderType); local
252 if (folders != null) {
253 for (ResourceFolder folder : folders) {
344 // get the folders for the given type
345 List<ResourceFolder> folders = mFolderMap.get(type); local
347 // look for folders containing a file with the given name
750 List<ResourceFolder> folders = mFolderMap.get(folderType); local
795 List<ResourceFolder> folders = mFolderMap.get(folderType); local
    [all...]
  /external/chromium/net/tools/crash_cache/
crash_cache.cc 83 const char* folders[] = { local
108 COMPILE_ASSERT(arraysize(folders) == disk_cache::MAX_CRASH, sync_folders);
111 *full_path = path.AppendASCII(folders[action]);
  /packages/apps/Email/src/com/android/email/activity/
UpgradeAccounts.java 462 * 1 (account) + # folders + # messages + # attachments
469 Folder[] folders = store.getPersonalNamespaces(); local
470 estimate += folders.length;
471 for (int i = 0; i < folders.length; i++) {
472 Folder folder = folders[i];
503 Folder[] folders = store.getPersonalNamespaces(); local
504 for (Folder folder : folders) {
515 // for all other folders, delete the folder (and its messages & attachments)
572 // copy the folders, making a set of them as we go, and recording a few that we
581 Folder[] folders = store.getPersonalNamespaces() local
    [all...]
MessageList.java 459 case R.id.folders:
    [all...]
  /packages/apps/Email/tests/src/com/android/email/mail/store/
ImapStoreUnitTests.java 402 * TODO: Test this with multiple folders provided by mock server
1111 Folder[] folders = mStore.getPersonalNamespaces(); local
1650 final Folder[] folders = mStore.getPersonalNamespaces(); local
    [all...]
Pop3StoreUnitTests.java 239 * Test small Store & Folder functions that manage folders & namespace
244 Folder[] folders = mStore.getPersonalNamespaces(); local
245 assertEquals(1, folders.length);
246 assertSame(mFolder, folders[0]);
    [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
LauncherModel.java 103 public void bindFolders(HashMap<Long,FolderInfo> folders);
    [all...]
Launcher.java 1012 final ArrayList<Folder> folders = mWorkspace.getOpenFolders(); local
    [all...]
Workspace.java 54 * screen contains a number of icons, folders or widgets the user can interact with.
262 ArrayList<Folder> folders = new ArrayList<Folder>(screens); local
271 folders.add((Folder) child);
277 return folders;
778 * This happens when live folders requery, and if they're off screen, they
    [all...]
  /packages/apps/Email/src/com/android/email/mail/store/
ImapStore.java 383 ArrayList<Folder> folders = new ArrayList<Folder>(); local
405 folders.add(getFolder(folder));
409 folders.add(getFolder(ImapConstants.INBOX));
410 return folders.toArray(new Folder[] {});
    [all...]
LocalStore.java 139 mDb.execSQL("DROP TABLE IF EXISTS folders");
140 mDb.execSQL("CREATE TABLE folders (id INTEGER PRIMARY KEY, name TEXT, "
256 + "BEFORE DELETE ON folders "
317 ArrayList<Folder> folders = new ArrayList<Folder>(); local
320 cursor = mDb.rawQuery("SELECT name FROM folders", null);
322 folders.add(new LocalFolder(cursor.getString(0)));
330 return folders.toArray(new Folder[] {});
450 * Set the visible limit for all folders in a given store.
452 * @param visibleLimit the value to write to all folders. -1 may also be used as a marker.
458 mDb.update("folders", cv, null, null)
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newproject/
NewProjectWizard.java 604 * Creates the actual project, sets its nature and adds the required folders
635 // Create folders in the project if they don't already exist
643 // Create the resource folders in the project if they don't already exist.
650 // Setup class path: mark folders as source folders
721 * @param folders Folders to be added.
727 String[] folders, IProgressMonitor monitor) throws CoreException {
728 for (String name : folders) {
    [all...]
  /frameworks/base/docs/html/resources/
resources_toc.cs 89 <li><a href="<?cs var:toroot ?>resources/articles/live-folders.html">
90 <span class="en">Live Folders</span>
  /external/stlport/
configure.bat 623 echo install STLport to the "lib" and "bin" folders.

Completed in 358 milliseconds