HomeSort by relevance Sort by last modified time
    Searched full:folder (Results 126 - 150 of 549) sorted by null

1 2 3 4 56 7 8 91011>>

  /sdk/anttasks/src/com/android/ant/
TaskHelper.java 61 * @param sdkFile the {@link File} for the root folder of the SDK
67 // tools folder must exist, or this custom task wouldn't run!
  /sdk/sdkmanager/app/etc/
android.bat 73 echo ERROR: SWT folder '%swt_path%' does not exist.
74 echo Please set ANDROID_SWT to point to the folder containing swt.jar for your platform.
  /sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/internal/project/
ProjectProperties.java 168 "# 'source.dir' for the location of your java source folder and\n" +
169 "# 'out.dir' for the location of your output folder.\n" +
204 * @param projectFolderOsPath the project folder.
216 * @param projectFolder the project folder.
235 * @param projectFolderOsPath the project folder.
241 IAbstractFolder folder = new FolderWrapper(projectFolderOsPath); local
242 return create(folder, type);
248 * @param projectFolder the project folder.
  /external/svox/pico_resources/tools/LingwareBuilding/
Readme.txt 19 - unzip both packages on the same folder
  /external/webkit/WebCore/platform/wince/
FileSystemWince.cpp 147 String folder(path.substring(0, endPos));
148 CreateDirectory(folder.charactersWithNullTermination(), 0);
150 DWORD fileAttr = GetFileAttributes(folder.charactersWithNullTermination());
273 // all plugins in a folder, where it's not supposed to list sub-folders.
  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/
BridgeConstants.java 28 * <li><code>FD_</code> Folder name constant.</li>
  /packages/apps/Email/res/menu/
message_list_option_smart_folder.xml 17 <!-- This menu is shown when MessageList is viewing a smart-folder mailbox. -->
  /packages/apps/Email/src/com/android/email/mail/store/
ExchangeStore.java 22 import com.android.email.mail.Folder;
116 public Folder getFolder(String name) {
121 public Folder[] getPersonalNamespaces() {
157 * Inform MessagingController that messages sent via EAS will be placed in the Sent folder
  /sdk/docs/
gscripts.txt 1 This file describes the "gscripts" folder in ADT (Android Eclipse Plugin).
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/resources/configurations/
EnumBasedResourceQualifier.java 59 * Returns the string used to represent this qualifier in the folder name.
ScreenDimensionQualifier.java 38 /** Screen size 1 value. This is not size X or Y because the folder name always
44 /** Screen size 2 value. This is not size X or Y because the folder name always
147 * Returns the string used to represent this qualifier in the folder name.
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newxmlfile/
NewXmlFileWizard.java 50 * the resource folder, resource type and file name. It then creates the XML file.
199 if (wsPath.getType() == IContainer.FOLDER) {
204 IFolder folder = (IFolder) wsPath; local
207 folder.create(true /* force */, true /* local */, null /* monitor */);
  /sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/internal/repository/
DocPackage.java 145 * Computes a potential installation folder if an archive of this package were
150 * @param osSdkRoot The OS path of the SDK root folder.
151 * @param suggestedDir A suggestion for the installation folder name, based on the root
152 * folder used in the zip archive.
ToolPackage.java 101 * Computes a potential installation folder if an archive of this package were
106 * @param osSdkRoot The OS path of the SDK root folder.
107 * @param suggestedDir A suggestion for the installation folder name, based on the root
108 * folder used in the zip archive.
  /sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/resources/
DockMode.java 21 * <p/>This is used in the resource folder names.
NavigationState.java 21 * <p/>This is used in the resource folder names.
NightMode.java 21 * <p/>This is used in the resource folder names.
ResourceEnum.java 25 * Returns the resource string. This is to be used in resource folder names.
ScreenRatio.java 21 * <p/>This is used in the manifest in the uses-configuration node and in the resource folder names.
  /external/stlport/doc/
build_system.txt 24 tests) (TODO: what is the misc/ folder for?).
28 what are the other files in that folder?)
44 build/lib folder. From there, the following include tree is created:
  /packages/apps/Email/
proguard.flags 138 -keepclasseswithmembers class com.android.email.mail.Folder {
144 -keep class com.android.email.mail.Folder$FolderRole
146 -keepclasseswithmembers class com.android.email.mail.Folder$PersistentDataCallbacks {
  /packages/apps/Launcher2/src/com/android/launcher2/
LauncherSettings.java 170 * The favorite is a user created folder
175 * The favorite is a live folder
223 * The display mode if the item is a live folder.
Launcher.java 1433 Folder folder = mWorkspace.getOpenFolder(); local
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/
build_messages.properties 8 Failed_To_Get_Output=Failed to get project output folder\!
9 Output_Missing=Output folder missing\! Make sure your project is configured properly.
51 ApkBuilder_UnableBuild_Dex_Not_loaded=Unable to build: the file dex.jar was not loaded from the SDK folder\!
  /sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/internal/build/
DebugKeyProvider.java 119 String folder = AndroidLocation.getFolder(); local
120 if (folder == null) {
123 String osKeyStorePath = folder + "debug.keystore";

Completed in 2486 milliseconds

1 2 3 4 56 7 8 91011>>