HomeSort by relevance Sort by last modified time
    Searched full:folder (Results 51 - 75 of 1941) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/jsr305/ri/nbproject/
project.xml 13 <source-folder>
18 </source-folder>
19 <source-folder>
24 </source-folder>
25 <source-folder>
29 </source-folder>
44 <type>folder</type>
50 <source-folder style="packages">
53 </source-folder>
54 <source-folder style="packages"
    [all...]
  /external/libmtp/examples/
newfolder.c 3 * Example program to create a folder on the device.
41 printf(" parent = parent folder or 0 to create the new folder in the root dir\n");
42 printf(" storage = storage id or 0 to create the new folder on the primary storage\n");
48 printf("Folder creation failed.\n");
50 printf("New folder created with ID: %d\n", newid);
57 printf("Creating new folder %s\n",path);
59 char * folder = basename(path); local
61 int newid = LIBMTP_Create_Folder(device, folder, id, 0);
63 printf("Folder creation failed.\n")
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/providers/
Folder.java 48 * A folder is a collection of conversations, and perhaps other folders.
51 public class Folder implements Parcelable, Comparable<Folder> {
60 // TODO: remove this once we figure out which folder is returning a "null" string as the
68 * Unique id of this folder.
73 * Persistent (across installations) id of this folder.
78 * The content provider URI that returns this folder for this account.
83 * The human visible name for this folder.
88 * The possible capabilities that this folder supports.
93 * Whether or not this folder has children folders
    [all...]
FolderList.java 13 * Simple class to encapsulate an immutable list of {@link Folder} objects, and handle serialization
18 private static final FolderList EMPTY = new FolderList(Collections.<Folder> emptyList());
20 public final ImmutableList<Folder> folders;
24 private FolderList(Collection<Folder> in) {
33 folders = ImmutableList.copyOf(in.createTypedArrayList(Folder.CREATOR));
55 * Directly turns a list of {@link Folder}s into a byte-array. Avoids the
61 public static byte[] listToBlob(List<Folder> in) {
82 public static FolderList copyOf(Collection<Folder> in) {
  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapFolderElement.java 46 * Fetch the parent folder.
47 * @return the parent folder or null if we are at the root folder.
54 * Fetch the root folder.
55 * @return the parent folder or null if we are at the root folder.
65 * Add a folder.
66 * @param name the name of the folder to add.
67 * @return the added folder element.
84 * Returns the subFolder element matching the supplied folder name
    [all...]
  /frameworks/base/core/java/android/provider/
LiveFolders.java 22 * <p>A LiveFolder is a special folder whose content is provided by a
23 * {@link android.content.ContentProvider}. To create a live folder, two components
27 * activity is responsible for creating the live folder.</li>
28 * <li>A {@link android.content.ContentProvider} to provide the live folder items.</li>
32 * <p>When a user wants to create a live folder, the system looks for all activities with the
35 * {@link #ACTION_CREATE_LIVE_FOLDER} action. The activity then creates the live folder and
38 * live folder is described by a content provider URI, a name, an icon and a display mode.
39 * Finally, when the user opens the live folder, the system queries the content provider
40 * to retrieve the folder's content.</p>
42 * <h3>Setting up the live folder activity</h3
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
FolderListFragment.java 45 import com.android.mail.providers.Folder;
78 * <br /> Tapping on a parent folder creates a new fragment with the child folders at
84 * any folder for a given account.
89 LoaderManager.LoaderCallbacks<ObjectCursor<Folder>> {
99 * True if you want a divided FolderList. A divided folder list shows the following groups:
106 /** True if the folder list belongs to a folder selection activity (one account only) */
115 /** The currently selected folder (the folder being viewed). This is never null. */
118 * The current folder from the controller. This is meant only to check when the unread coun
452 final Folder folder; local
1001 final Folder folder = getItem(position); local
1070 final Folder folder = getItem(i); local
    [all...]
FolderDisplayer.java 28 import com.android.mail.providers.Folder;
34 * Used to generate folder display information given a raw folders string.
41 protected final SortedSet<Folder> mFoldersSortedSet = Sets.newTreeSet();
57 * @param ignoreFolderUri (optional) folder to omit from the displayed set
63 for (Folder folder : conv.getRawFolders()) {
65 if (ignoreFolderType >= 0 && folder.isType(ignoreFolderType)) {
69 if (ignoreFolderUri != null && ignoreFolderUri.equals(folder.folderUri)) {
72 mFoldersSortedSet.add(folder);
ErrorListener.java 20 import com.android.mail.providers.Folder;
26 public void onError(final Folder folder, boolean replaceVisibleToast);
FolderSelectionActivity.java 38 import com.android.mail.providers.Folder;
64 private Folder mSelectedFolder;
137 Account account, Folder folder) {
202 * Create a Fragment showing this folder and its children.
214 * @return An {@link ArrayList} of folder canonical names
246 * Create a widget for the specified account and folder
248 protected void createWidget(int id, Account account, Folder selectedFolder) {
269 public void onFolderChanged(Folder folder, final boolean force)
    [all...]
FolderSelectorAdapter.java 21 import com.android.mail.providers.Folder;
48 * An adapter for translating a cursor of {@link Folder} to a set of selectable views to be used for
54 private final Folder mFolder;
59 public FolderRow(Folder folder, boolean isPresent) {
60 mFolder = folder;
64 public Folder getFolder() {
94 private Folder mExcludedFolder;
106 Folder excludedFolder) {
122 final Folder folder = new Folder(folders) local
140 final Folder folder = row.getFolder(); local
214 final Folder folder = folderRow.mFolder; local
348 final Folder folder = row.getFolder(); local
    [all...]
SingleFolderSelectionDialog.java 27 import com.android.mail.providers.Folder;
36 * Displays a folder selection dialog for the conversation provided. It allows
37 * the user to switch a conversation from one folder to another.
50 * @param currentFolder the current folder that the
55 final boolean isBatch, final Folder currentFolder) {
70 // will have divided folder sections.
96 final Folder folder = ((FolderRow) item).getFolder(); local
98 // Remove the current folder and add the new folder
    [all...]
  /external/chromium/chrome/browser/policy/
policy_path_parser.h 26 // ${documents} - The "Documents" folder for the current user.
28 // ${local_app_data} - The Application Data folder for the current user.
30 // ${roaming_app_data}- The Roamed AppData folder for the current user.
32 // ${profile} - The home folder for the current user.
34 // ${global_app_data} - The system-wide Application Data folder.
36 // ${program_files} - The "Program Files" folder for the current process.
39 // ${windows} - The Windows folder
42 // ${users} - The folder where users profiles are stored
44 // ${documents} - The "Documents" folder of the current user.
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/SystemEvents/
Folder_Actions_Suite.py 1 """Suite Folder Actions Suite: Terms and Events for controlling Folder Actions
20 """attach action to: Attach an action to a folder
42 """attached scripts: List the actions attached to a folder
69 """do folder action: Event the Finder sends to the Folder Actions FBA
71 Keyword argument with_window_size: the new window size for the folder action message to process
72 Keyword argument with_item_list: a list of items for the folder action message to process
73 Keyword argument folder_action_code: the folder action message to process
99 """edit action of: Edit as action of a folder
    [all...]
  /packages/apps/Email/src/com/android/email/provider/
FolderPickerCallback.java 20 import com.android.mail.providers.Folder;
23 public void select(Folder folder);
  /external/chromium/chrome/browser/ui/cocoa/bookmarks/
bookmark_name_folder_controller.h 17 // A controller for dialog to let the user create a new folder or
18 // rename an existing folder. Accessible from a context menu on a
29 // is non-NULL (renaming a folder), or parent_ is non-NULL (adding a
41 // Use the 1st initializer for a "rename existing folder" request.
43 // Use the 2nd initializer for an "add folder" request. If creating a
44 // new folder |parent| and |newIndex| specify where to put the new
  /external/chromium_org/chrome/browser/ui/cocoa/bookmarks/
bookmark_name_folder_controller.h 16 // A controller for dialog to let the user create a new folder or
17 // rename an existing folder. Accessible from a context menu on a
28 // is non-NULL (renaming a folder), or parent_ is non-NULL (adding a
40 // Use the 1st initializer for a "rename existing folder" request.
42 // Use the 2nd initializer for an "add folder" request. If creating a
43 // new folder |parent| and |newIndex| specify where to put the new
  /external/chromium/chrome/browser/importer/
firefox_importer_utils_linux.cc 11 // The default location of the profile folder containing user data is
12 // under user HOME directory in .mozilla/firefox folder on Linux.
  /external/chromium/chrome/browser/ui/cocoa/applescript/examples/
open_tabs_from_bookmark_folder.applescript 6 set var to bookmark folder "New" of bookmarks bar
7 -- Change the folder to whichever you want.
  /external/chromium_org/chrome/browser/ui/cocoa/applescript/examples/
open_tabs_from_bookmark_folder.applescript 6 set var to bookmark folder "New" of bookmarks bar
7 -- Change the folder to whichever you want.
  /external/sonivox/jet_tools/JetCreator_content/
README.txt 3 The "JetCreator_content" folder contains JetCreator sample files.
11 4. After importing the first time, you can use the OPEN command to open the .jtc file in the folder you selected as the target for import.
  /sdk/eclipse/plugins/com.android.ide.eclipse.hierarchyviewer/src/com/android/ide/eclipse/hierarchyviewer/
PixelPerfectPespective.java 39 IFolderLayout folder; local
41 folder = layout.createFolder("tree", IPageLayout.LEFT, 0.25f, editorArea); //$NON-NLS-1$
42 folder.addView(DeviceSelectorView.ID);
43 folder.addView(PixelPerfectTreeView.ID);
45 folder = layout.createFolder("overview", IPageLayout.RIGHT, 0.4f, editorArea); //$NON-NLS-1$
46 folder.addView(PixelPerfectView.ID);
48 folder = layout.createFolder("main", IPageLayout.RIGHT, 0.35f, editorArea); //$NON-NLS-1$
49 folder.addView(PixelPerfectLoupeView.ID);
  /packages/apps/UnifiedEmail/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...]
  /external/chromium/third_party/libjingle/source/talk/base/
pathutils.h 40 // To establish consistent terminology, a filename never contains a folder
41 // component. A folder never contains a filename. A pathname may include
42 // a folder and/or filename component. Here are some examples:
45 // folder() /home/john/
52 // Basename may begin, end, and/or include periods, but no folder delimiters.
59 // Folder delimiters are slash and backslash
65 Pathname(const std::string& folder, const std::string& filename);
67 // Set's the default folder delimiter for this Pathname
71 // Normalize changes all folder delimiters to folder_delimiter()
83 // Returns the folder and filename components. If the pathname is empty
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/base/
pathutils.h 40 // To establish consistent terminology, a filename never contains a folder
41 // component. A folder never contains a filename. A pathname may include
42 // a folder and/or filename component. Here are some examples:
45 // folder() /home/john/
52 // Basename may begin, end, and/or include periods, but no folder delimiters.
59 // Folder delimiters are slash and backslash
65 Pathname(const std::string& folder, const std::string& filename);
67 // Set's the default folder delimiter for this Pathname
71 // Normalize changes all folder delimiters to folder_delimiter()
83 // Returns the folder and filename components. If the pathname is empty
    [all...]

Completed in 5566 milliseconds

1 23 4 5 6 7 8 91011>>