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

1 2 3 45 6 7 8 91011>>

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/
TemplateManager.java 70 List<File> folders = new ArrayList<File>(); local
83 folders.add(folder);
92 folders.add(folder);
97 return folders;
  /external/python/cpython2/Doc/library/
macostools.rst 27 Copy file *src* to *dst*. If *createpath* is non-zero the folders leading to
40 Recursively copy a file tree from *src* to *dst*, creating folders as needed.
100 applications are started, folders are opened and documents are opened in the
  /packages/apps/Launcher2/src/com/android/launcher2/
LauncherSettings.java 186 * Note: live folders can no longer be added to Launcher, and any live folders which
230 * live folders to find the content provider.
  /packages/apps/UnifiedEmail/res/layout/
conversation_item_view.xml 155 <!-- snippet overlaps folders completely in the layout;
166 <!-- folders overlap snippet completely in the layout;
169 android:id="@+id/folders"
  /packages/apps/UnifiedEmail/src/com/android/emailcommon/mail/
Folder.java 35 * Identifiers of "special" folders.
43 OUTBOX, // Local folders only - not used in remote Stores
92 * Reports if the Store is able to create folders of the given type.
  /packages/apps/UnifiedEmail/src/com/android/mail/drawer/
DrawerItem.java 66 /** An account object, which allows switching accounts rather than folders. */
107 * @param itemCategory the type of the folder. For folders this is:
109 * or for non-folders this is {@link #NONFOLDER_ITEM}
217 * A folder might be in two places at once: in "All Folders", and in
218 * "Recent Folder". Valid types of selected folders are :
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
FolderSelectionActivity.java 51 * This activity displays the list of available folders for the current account.
183 // TODO(mindyp) disable the manage folders buttons until we have a manage folders screen.
202 * Gets an {@link ArrayList} of canonical names of any folders to exclude from displaying.
226 // TODO (mindyp): open manage folders screen.
  /external/lzma/CPP/7zip/Archive/7z/
7zIn.h 379 CFolders &folders);
382 CFolders &folders,
389 CFolders &folders,
  /external/tagsoup/
build.xml 51 <!-- ensure needed folders are available -->
52 <target name="prepare" description="Set up folders.">
139 <target name="clean" description="Clean up folders.">
  /external/libchrome/base/trace_event/
heap_profiler_type_name_deduplicator_unittest.cc 91 // The exported value for passed file name should be the folders in the path.
  /external/okhttp/okhttp-hpacktests/src/test/java/com/squareup/okhttp/internal/spdy/
HpackDecodeTestBase.java 36 * Reads all stories in the folders provided, asserts if no story found.
  /frameworks/base/packages/CtsShim/build/
README 9 For local testing, build the apk and put them in the following folders.
  /packages/apps/UnifiedEmail/src/com/android/mail/providers/
FolderObserver.java 76 * in addition to changes of Folders: alice@example.com -> bob@example.com.
RecentFolderObserver.java 28 * A simple extension of {@link DataSetObserver} to provide the updated recent folders
  /packages/apps/UnifiedEmail/src/com/android/mail/text/
FolderSpan.java 30 * A replacement span to use when displaying folders in conversation view. Prevents a folder name
  /sdk/find_java2/src/
utils.h 54 // This prevents the app from correctly searching for java.exe in these folders.
  /packages/apps/Email/tests/src/com/android/email/mail/store/
ImapStoreUnitTests.java 524 * TODO: Test this with multiple folders provided by mock server
1272 Folder[] folders = mStore.updateFolders(); local
2152 final Folder[] folders = mStore.updateFolders(); local
2333 ImapFolder[] folders = { local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
mhlib.py 17 list = mh.listfolders() # names of top-level folders
18 list = mh.listallfolders() # names of all folders, including subfolders
96 """Class representing a particular collection of folders.
145 """Return the names of the top-level folders."""
146 folders = []
151 folders.append(name)
152 folders.sort()
153 return folders
159 # Get the link count so we can avoid listing folders
180 """Return the names of all folders and subfolders, recursively."""
    [all...]
  /external/python/cpython2/Lib/
mhlib.py 17 list = mh.listfolders() # names of top-level folders
18 list = mh.listallfolders() # names of all folders, including subfolders
96 """Class representing a particular collection of folders.
145 """Return the names of the top-level folders."""
146 folders = []
151 folders.append(name)
152 folders.sort()
153 return folders
159 # Get the link count so we can avoid listing folders
180 """Return the names of all folders and subfolders, recursively.""
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
mhlib.py 17 list = mh.listfolders() # names of top-level folders
18 list = mh.listallfolders() # names of all folders, including subfolders
96 """Class representing a particular collection of folders.
145 """Return the names of the top-level folders."""
146 folders = []
151 folders.append(name)
152 folders.sort()
153 return folders
159 # Get the link count so we can avoid listing folders
180 """Return the names of all folders and subfolders, recursively.""
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
mhlib.py 17 list = mh.listfolders() # names of top-level folders
18 list = mh.listallfolders() # names of all folders, including subfolders
96 """Class representing a particular collection of folders.
145 """Return the names of the top-level folders."""
146 folders = []
151 folders.append(name)
152 folders.sort()
153 return folders
159 # Get the link count so we can avoid listing folders
180 """Return the names of all folders and subfolders, recursively.""
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
mhlib.py 17 list = mh.listfolders() # names of top-level folders
18 list = mh.listallfolders() # names of all folders, including subfolders
96 """Class representing a particular collection of folders.
145 """Return the names of the top-level folders."""
146 folders = []
151 folders.append(name)
152 folders.sort()
153 return folders
159 # Get the link count so we can avoid listing folders
180 """Return the names of all folders and subfolders, recursively.""
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
mhlib.py 17 list = mh.listfolders() # names of top-level folders
18 list = mh.listallfolders() # names of all folders, including subfolders
96 """Class representing a particular collection of folders.
145 """Return the names of the top-level folders."""
146 folders = []
151 folders.append(name)
152 folders.sort()
153 return folders
159 # Get the link count so we can avoid listing folders
180 """Return the names of all folders and subfolders, recursively.""
    [all...]
  /external/libmtp/examples/
connect.c 33 LIBMTP_folder_t *folders; variable
78 folders = LIBMTP_Get_Folder_List (device);
  /packages/apps/Car/LocalMediaPlayer/src/com/android/car/media/localmediaplayer/
LocalMediaBrowserService.java 83 MediaDescription folders = new MediaDescription.Builder() local
88 mRootItems.add(new MediaBrowser.MediaItem(folders, MediaBrowser.MediaItem.FLAG_BROWSABLE));

Completed in 4432 milliseconds

1 2 3 45 6 7 8 91011>>