HomeSort by relevance Sort by last modified time
    Searched full:folders (Results 1 - 25 of 932) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
SystemFolderSelectorAdapter.java 29 public SystemFolderSelectorAdapter(Context context, Cursor folders,
31 super(context, folders, initiallySelected, layout);
34 public SystemFolderSelectorAdapter(Context context, Cursor folders,
36 super(context, folders, layout, excludedFolder);
47 * but allow other system folders.
51 // We only want to show system folders.
RecentFolderController.java 25 * Controller that can provide recent folders and notify on changes to recent folders.
29 * Registers to receive changes to the recent folders, and obtains the current recent folders.
39 * Returns the current recent folders. Instead of calling this method,
FolderSettingsObservable.java 33 void setIncludedFolders(ArrayList<String> folders);
34 void setPartialFolders(ArrayList<String> folders);
DrawerFragment.java 26 * The drawer shows a list of accounts, the recent folders, and a list of top-level folders for
32 * user to change folders and accounts.
44 // Drawer is always divided: it shows groups for inboxes, recent folders and all other
45 // folders.
FolderSelectorAdapter.java 51 * applying folders to one or more conversations.
80 // TODO: this should sort the system folders in the appropriate order
95 public FolderSelectorAdapter(Context context, Cursor folders,
99 createFolderRows(folders, selected);
102 public FolderSelectorAdapter(Context context, Cursor folders,
107 createFolderRows(folders, null);
110 protected void createFolderRows(Cursor folders, Set<String> selected) {
111 if (folders == null) {
114 final List<FolderRow> allFolders = new ArrayList<FolderRow>(folders.getCount());
116 // Rows corresponding to user created, unchecked folders
    [all...]
  /external/libmtp/examples/
folders.c 2 * \file folders.c
3 * Example program that lists all folders on a device.
53 printf("mtp-folders: no devices found\n");
56 fprintf(stderr, "mtp-folders: There has been an error connecting. Exit\n");
59 fprintf(stderr, "mtp-folders: Memory Allocation Error. Exit\n");
65 fprintf(stderr, "mtp-folders: Unknown error, please report "
71 printf("mtp-folders: Successfully connected\n");
110 LIBMTP_folder_t *folders; local
113 folders = LIBMTP_Get_Folder_List_For_Storage(device, storage->id);
115 if (folders == NULL)
    [all...]
emptyfolders.c 3 * Example program that prunes empty folders.
78 printf("This is a dummy run. No folders will be deleted.\n");
79 printf("To delete folders, use the '-d' option.\n");
83 LIBMTP_folder_t *folders; local
97 folders = LIBMTP_Get_Folder_List(device);
99 if(folders == NULL) {
100 printf("No folders found\n");
102 prune_empty_folders(device,files,folders,do_delete);
105 LIBMTP_destroy_folder_t(folders);
  /packages/apps/UnifiedEmail/src/com/android/mail/providers/
FolderList.java 20 public final ImmutableList<Folder> folders; field in class:FolderList
26 folders = ImmutableList.of();
28 folders = ImmutableList.copyOf(in);
33 folders = ImmutableList.copyOf(in.createTypedArrayList(Folder.CREATOR));
43 dest.writeTypedList(folders);
58 * @param in a list of Folders
88 return folders.equals(o);
93 return folders.hashCode();
  /external/libmtp/doc/
examples.h 7 /** \example folders.c */
  /external/libyuv/files/chromium/
README 3 dependencies by creating symlinks to folders in this checkout,
  /external/swiftshader/
.gitignore 1 # Ignored folders #
  /external/webrtc/chromium/
README 3 dependencies by creating symlinks to folders in this checkout,
  /packages/apps/Launcher2/res/values-sw600dp-land/
config.xml 2 <!-- Folders -->
  /packages/apps/Messaging/src/com/android/messaging/ui/mediapicker/camerafocus/
README.txt 1 The files in this package were copied from the android-4.4.4_r1 branch of ASOP from the folders
  /external/curl/docs/examples/
imap-list.c 24 * IMAP example to list the folders within a mailbox
31 /* This is a simple example showing how to list the folders within an IMAP
48 /* This will list the folders within the user's mailbox. If you want to
49 * list the folders within a specific folder, for example the inbox, then
  /packages/apps/Email/provider_src/com/android/email/provider/
FolderPickerSelectorAdapter.java 31 public FolderPickerSelectorAdapter(Context context, Cursor folders,
33 super(context, folders, initiallySelected, layout);
42 // We only want to show the non-Trash folders that can accept moved messages
  /external/lzma/CPP/7zip/Archive/7z/
7zIn.cpp 623 CFolders &folders)
633 folders.NumFolders = numFolders;
635 folders.FoStartPackStreamIndex.Alloc(numFolders + 1);
636 folders.FoToMainUnpackSizeIndex.Alloc(numFolders);
637 folders.FoCodersDataOffset.Alloc(numFolders + 1);
638 folders.FoToCoderUnpackSizes.Alloc(numFolders + 1);
651 folders.FoCodersDataOffset[fo] = _inByteBack->GetPtr() - startBufPtr;
675 if (folders.ParsedMethods.IDs.Size() < 128)
676 folders.ParsedMethods.IDs.AddToUniqueSorted(id);
700 if (folders.ParsedMethods.Lzma2Prop < v)
1053 CFolders folders; local
    [all...]
  /external/google-benchmark/
.gitignore 44 # out-of-source build top-level folders.
  /external/libcxx/utils/google-benchmark/
.gitignore 44 # out-of-source build top-level folders.
  /external/skia/
README.android 2 key places to look are in the folders:
  /sdk/eclipse/plugins/com.android.ide.eclipse.ndk/src/com/android/ide/eclipse/ndk/internal/
messages.properties 10 SetFolders_No_folders=No folders
  /external/libmtp/src/
playlist-spl.c 72 static void tracks_from_spl_text_t(text_t* p, uint32_t* tracks, LIBMTP_folder_t* folders, LIBMTP_file_t* files);
73 static void spl_text_t_from_tracks(text_t** p, uint32_t* tracks, const uint32_t trackno, const uint32_t ver_major, const uint32_t ver_minor, char* dnse, LIBMTP_folder_t* folders, LIBMTP_file_t* files);
75 static uint32_t discover_id_from_filepath(const char* s, LIBMTP_folder_t* folders, LIBMTP_file_t* files); // TODO add file/dir cached args
76 static void discover_filepath_from_id(char** p, uint32_t track, LIBMTP_folder_t* folders, LIBMTP_file_t* files);
77 static void find_folder_name(LIBMTP_folder_t* folders, uint32_t* id, char** name);
78 static uint32_t find_folder_id(LIBMTP_folder_t* folders, uint32_t parent, char* name);
156 LIBMTP_folder_t *folders; local
158 folders = LIBMTP_Get_Folder_List(device);
165 tracks_from_spl_text_t(p, pl->tracks, folders, files);
186 LIBMTP_folder_t *folders; local
    [all...]
  /build/soong/ui/build/sandbox/darwin/
global.sb 21 ; Allow writes to user-specific temp folders (Java stores hsperfdata there)
23 (subpath "/private/var/folders"))
  /development/scripts/
boardconfig_usage_analysis.py 49 def find_files(folders, filter):
52 for folder in folders:
62 def find_board_config_mks(folders = ['build', 'device', 'vendor', 'hardware']):
63 return find_files(folders, lambda x:
66 # find makefiles (*.mk or Makefile) under specific folders
67 def find_makefiles(folders = ['system', 'frameworks', 'external']):
68 return find_files(folders, lambda x:
166 ' This variable is used by how many makefiles under system/, frameworks/ and external/ folders\n'
  /external/guava/
README.maven 1 These folders host the maven metadata which are used to
8 As a convenience, these folders have been set up to

Completed in 491 milliseconds

1 2 3 4 5 6 7 8 91011>>