HomeSort by relevance Sort by last modified time
    Searched refs:folder (Results 301 - 325 of 495) sorted by null

<<11121314151617181920

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/
BuildHelper.java 179 // Get the resources folder to crunch from
184 // Get the output folder where the cache is stored.
230 // get the cache folder
233 // get the BC folder
236 // get the resource folder
239 // and the assets folder
247 // list of res folder (main project + maybe libraries)
255 // png cache folder first.
259 // regular res folder next.
265 // png cache folder firs
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
RenderPreviewList.java 158 // TODO: Make sure this layout isn't in some v-folder which is incompatible
178 configuration.getFullConfig().set(description.folder);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
ExtractIncludeRefactoring.java 321 // place the extracted include in the base layout folder (if not it goes next to
405 for (IResource folder : resources.members()) {
406 if (folder.getName().startsWith(FD_RES_LAYOUT) &&
407 folder instanceof IFolder) {
408 IFolder layoutFolder = (IFolder) folder;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/core/
RenameResourceParticipant.java 104 * The type of the resource folder we're refactoring in, such as
438 for (IResource folder : folders) {
439 if (!(folder instanceof IFolder)) {
442 String folderName = folder.getName();
444 IResource[] files = ((IFolder) folder).members();
  /external/lldb/test/
lldbtest.py     [all...]
  /external/chromium_org/third_party/icu/source/data/
makedata.mak 782 # copy the locales/pool.res file from the source folder to the build output folder
804 # copy the curr/pool.res file from the source folder to the build output folder
826 # copy the lang/pool.res file from the source folder to the build output folder
848 # copy the region/pool.res file from the source folder to the build output folder
870 # copy the zone/pool.res file from the source folder to the build output folder
    [all...]
  /external/icu/icu4c/source/data/
makedata.mak 780 # copy the locales/pool.res file from the source folder to the build output folder
802 # copy the curr/pool.res file from the source folder to the build output folder
824 # copy the lang/pool.res file from the source folder to the build output folder
846 # copy the region/pool.res file from the source folder to the build output folder
868 # copy the zone/pool.res file from the source folder to the build output folder
    [all...]
  /prebuilts/devtools/tools/lib/
sdklib.jar 
  /prebuilts/gradle-plugin/com/android/tools/sdklib/22.2.0/
sdklib-22.2.0.jar 
  /external/chromium_org/ui/file_manager/file_manager/foreground/js/
folder_shortcuts_data_model.js 12 * Model for the folder shortcuts. This object is cr.ui.ArrayDataModel-like
13 * object with additional methods for the folder shortcut feature.
56 FolderShortcutsDataModel.NAME = 'folder-shortcuts-list';
  /external/libmtp/src/
libmtp.c 322 register_filetype("Folder", LIBMTP_FILETYPE_FOLDER, PTP_OFC_Association);
504 register_property("Allowed Folder Contents", LIBMTP_PROPERTY_AllowedFolderContents, PTP_OPC_AllowedFolderContents);
6688 LIBMTP_folder_t *folder; local
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newproject/
NewProjectCreator.java 235 * @param destination The destination folder where the new project is to be created.
951 IFolder folder = project.getFolder(parentFolder + name); local
    [all...]
  /external/chromium_org/chrome/browser/resources/sync_internals/
data.js 92 // Some types, such as 'Top level folder', appear in the list of nodes
  /external/chromium_org/tools/gyp/pylib/gyp/generator/
msvs.py 175 """Converts a list split source file paths into a vcproj folder hierarchy.
218 # Add a folder for excluded files.
    [all...]
  /external/stlport/
configure.bat 518 echo Error: Invalid boost intallation folder ("%2").
622 echo Go to build/lib folder and type "nmake clean install" to build and
624 echo Go to build/test/unit folder and type nmake clean install to
625 echo build unit tests and install them in bin folder.
  /packages/apps/Email/provider_src/com/android/email/service/
Pop3Service.java 42 import com.android.emailcommon.mail.Folder.OpenMode;
98 * Start foreground synchronization of the specified folder. This is called
103 * @param folder
109 final Mailbox folder, final int deltaMessageCount) throws MessagingException {
114 synchronizePop3Mailbox(context, account, folder, deltaMessageCount);
164 * @param remoteFolder the (open) Folder we're working on
264 // Open the remote folder and create the remote folder if necessary
272 // Open the remote folder. This pre-loads certain metadata like message
308 // Save the folder message count
    [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/
FocusHelper.java 585 * Handles key events for items in a Folder.
591 final Folder folder = (Folder) scrollView.getParent(); local
592 View title = folder.mFolderName;
  /packages/apps/UnifiedEmail/src/com/android/mail/browse/
SelectedConversationsActionMenu.java 34 import com.android.mail.providers.Folder;
91 private final Folder mFolder;
98 ControllableActivity activity, ConversationCheckedSet checkedSet, Folder folder) {
109 mFolder = folder;
173 LogUtils.d(LOG_TAG, "We are in a starred folder, removing the star");
176 LogUtils.d(LOG_TAG, "Not in a starred folder.");
210 new AsyncTask<Void, Void, Folder>() {
212 protected Folder doInBackground(final Void... params) {
219 protected void onPostExecute(final Folder moveToInbox)
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/providers/
Conversation.java 154 // Conversation is no longer in the ConversationList for the current folder,
155 // that is it's now in some other folder(s)
645 * Get the <strong>immutable</strong> list of {@link Folder}s for this conversation. To modify
648 * @return <strong>Immutable</strong> list of {@link Folder}s.
650 public List<Folder> getRawFolders() {
700 // The null folder exists everywhere.
760 * Returns {@code true} if the conversation is in the trash folder.
763 for (Folder folder : getRawFolders()) {
764 if (folder.isTrash())
    [all...]
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-compiler-plugin/0.20.0/
tycho-compiler-plugin-0.20.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/sdklib/22.4.0/
sdklib-22.4.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/sdklib/22.4.2/
sdklib-22.4.2.jar 
  /prebuilts/gradle-plugin/com/android/tools/sdklib/22.5.0/
sdklib-22.5.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/sdklib/22.5.1/
sdklib-22.5.1.jar 
  /prebuilts/gradle-plugin/com/android/tools/sdklib/22.5.3/
sdklib-22.5.3.jar 

Completed in 5775 milliseconds

<<11121314151617181920