/sdk/ |
D | build.gradle | 1 apply plugin: 'sdk-files' 5 item('files/tools_source.properties') { 9 item('files/plugin.prop') { 36 item('files/ant') { 38 notice 'files/ant/NOTICE' 40 item('files/proguard-project.txt') { 44 item('files/proguard-project.txt') { 48 item('files/proguard-android.txt') { 52 item('files/proguard-android-optimize.txt') { 57 item('files/devices.xml') { [all …]
|
D | changes.txt | 17 * Aidl files from library projects are now in the import list. 42 @SuppressLint annotation, and in XML files with the new tools: 56 * Find manifest files which declare more than one <uses-sdk> 79 * Find Java code which creates world-writeable files (which can lead 95 * Find XML files using a different encoding format than UTF-8, since 98 * Find XML resource files that contain text which should not be 110 configuration files, etc. For a full list of available issues run 122 * PNG files that are optimized during resource packaging are now cached 138 source files (in the gen directory) and bytecode (in the res/raw 139 directory) from your native .rs files [all …]
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/exportgradle/ |
D | BuildFileCreator.java | 132 List<IFile> files = new ArrayList<IFile>(); in createBuildFiles() local 138 files.add(file); in createBuildFiles() 168 files.add(iFile); in createBuildFiles() 180 files.add(file); in createBuildFiles() 189 Set<IFile> confirmedFiles = validateEdit(files, status, shell); in createBuildFiles() 307 List<File> files = new ArrayList<File>(GRADLE_WRAPPER_FILES.length); in getGradleWrapperFiles() local 309 files.add(new File(root, file)); in getGradleWrapperFiles() 311 return files; in getGradleWrapperFiles() 537 @NonNull List<IFile> files, in validateEdit() 541 if (files.size() == 0) { in validateEdit() [all …]
|
D | ExportMessages.properties | 15 PageTitle=Generate Gradle Build files 16 PageDescription=Generates Gradle build files based on the configuration of the Java projects 25 StatusMessage=Creating Gradle build files...
|
D | FinalPage.java | 80 Collection<File> files = fileStatusMap.values(); in setVisible() local 81 if (files != null) { in setVisible() 83 for (File file : files) { in setVisible()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/ |
D | TemplateManager.java | 156 File[] files = new File(root, folder).listFiles(); in getTemplates() local 157 if (files != null) { in getTemplates() 158 for (File file : files) { in getTemplates() 169 File[] files = new File(extra, folder).listFiles(); in getTemplates() local 170 if (files != null) { in getTemplates() 171 for (File file : files) { in getTemplates()
|
/sdk/attribute_stats/ |
D | README.txt | 5 files. This is how the "topAttrs" attributes listed in ADT's 11 all of them recursively for layout files that are not in folders
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/ |
D | AdtUtils.java | 497 IFile[] files = workspace.findFilesForLocationURI(file.toURI()); in fileToIFile() local 498 if (files.length > 0) { in fileToIFile() 499 return files[0]; in fileToIFile() 518 IFile[] files = workspace.findFilesForLocationURI(file.toURI()); in fileToResource() local 519 if (files.length > 0) { in fileToResource() 520 return files[0]; in fileToResource() 536 IFile[] files = workspace.findFilesForLocationURI(URIUtil.toURI(path.makeAbsolute())); in pathToIFile() local 537 if (files.length > 0) { in pathToIFile() 538 return files[0]; in pathToIFile() 564 IFile[] files = workspace.findFilesForLocationURI(URIUtil.toURI(path.makeAbsolute())); in pathToResource() local [all …]
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/resources/manager/ |
D | ProjectClassLoader.java | 215 File[] files = parent.listFiles(); in getFile() local 221 if (files != null) { in getFile() 222 for (File file : files) { in getFile() 235 if (files != null) { in getFile() 236 for (File file : files) { in getFile()
|
/sdk/eclipse/ |
D | changes.txt | 8 * Find misspellings in English string files 11 * Find private key files placed in directories where they end up 14 * Find invalid selector files where a later state is fully covered 24 * Automatic merging of library project manifest files into the 29 file containing classes to keep that are referenced from XML files 36 * Aidl files from library projects are now in the import list. 47 * Lint is run incrementally in Java files on save, just like XML 48 files already are. 57 files and preferences, look for calls to 123 manifest files now include version descriptions for each of the [all …]
|
/sdk/annotations/ |
D | Android.mk | 19 LOCAL_SRC_FILES := $(call all-java-files-under, src)
|
D | build.gradle | 2 apply plugin: 'sdk-files'
|
/sdk/eventanalyzer/src/ |
D | Android.mk | 19 LOCAL_SRC_FILES := $(call all-subdir-java-files)
|
/sdk/dumpeventlog/src/ |
D | Android.mk | 6 LOCAL_SRC_FILES := $(call all-subdir-java-files)
|
/sdk/hierarchyviewer/src/ |
D | Android.mk | 18 LOCAL_SRC_FILES := $(call all-subdir-java-files)
|
/sdk/emulator/skins/assets/ |
D | README.txt | 1 The svg files in these folder were used to generate the corresponding
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/ |
D | LintJob.java | 98 List<File> files = new ArrayList<File>(mResources.size()); in run() local 101 files.add(file); in run() 163 mLint.analyze(new LintRequest(mClient, files).setScope(scope)); in run()
|
/sdk/docs/ |
D | howto_SDK_git_cygwin.txt | 97 sync" some projects are marked as having modified files. This happens on the 98 "bionic" and the "external/iptables" project. The issue is that they have files 113 The other thing we can do is tell git not to track the files that cause 130 needed and tell git to ignore the offending files: 164 # These files cause trouble too, we need to ignore them
|
/sdk/apps/DeviceConfig/ |
D | README.txt | 3 tools/base/files/devices.xml).
|
/sdk/eclipse/plugins/com.android.ide.eclipse.traceview/src/com/android/ide/eclipse/traceview/editors/ |
D | TraceviewEditor.java | 91 IFile[] files = workspaceRoot.findFilesForLocationURI(fileStore.toURI()); in getWorkspaceFile() local 92 if (files != null && files.length == 1) in getWorkspaceFile() 93 return files[0]; in getWorkspaceFile()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/io/ |
D | IFolderWrapper.java | 99 IResource[] files = mContainer.members(); in hasFile() local 100 for (IResource file : files) { in hasFile()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.ndk/src/com/android/ide/eclipse/ndk/internal/templates/ |
D | SimpleFile.java | 62 ProcessArgument[][] files = arg.getComplexArrayValue(); in process() local 63 for (ProcessArgument[] file : files) { in process()
|
/sdk/bash_completion/ |
D | adb.bash | 437 local -a dirs files 457 files=( ${COMPREPLY[@]:-} $(compgen -f -- "${cur}") ) 459 files=( ${COMPREPLY[@]:-} $(compgen -f -X "${xspec}" -- "${cur}") )
|
/sdk/avdlauncher/ |
D | build.gradle | 2 apply plugin: 'sdk-files'
|
/sdk/sdklauncher/ |
D | build.gradle | 2 apply plugin: 'sdk-files'
|