Home
last modified time | relevance | path

Searched refs:files (Results 1 – 25 of 67) sorted by relevance

123

/sdk/
Dbuild.gradle1 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 …]
Dchanges.txt17 * 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/
DBuildFileCreator.java132 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 …]
DExportMessages.properties15 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...
DFinalPage.java80 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/
DTemplateManager.java156 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/
DREADME.txt5 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/
DAdtUtils.java497 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/
DProjectClassLoader.java215 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/
Dchanges.txt8 * 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/
DAndroid.mk19 LOCAL_SRC_FILES := $(call all-java-files-under, src)
Dbuild.gradle2 apply plugin: 'sdk-files'
/sdk/eventanalyzer/src/
DAndroid.mk19 LOCAL_SRC_FILES := $(call all-subdir-java-files)
/sdk/dumpeventlog/src/
DAndroid.mk6 LOCAL_SRC_FILES := $(call all-subdir-java-files)
/sdk/hierarchyviewer/src/
DAndroid.mk18 LOCAL_SRC_FILES := $(call all-subdir-java-files)
/sdk/emulator/skins/assets/
DREADME.txt1 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/
DLintJob.java98 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/
Dhowto_SDK_git_cygwin.txt97 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/
DREADME.txt3 tools/base/files/devices.xml).
/sdk/eclipse/plugins/com.android.ide.eclipse.traceview/src/com/android/ide/eclipse/traceview/editors/
DTraceviewEditor.java91 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/
DIFolderWrapper.java99 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/
DSimpleFile.java62 ProcessArgument[][] files = arg.getComplexArrayValue(); in process() local
63 for (ProcessArgument[] file : files) { in process()
/sdk/bash_completion/
Dadb.bash437 local -a dirs files
457 files=( ${COMPREPLY[@]:-} $(compgen -f -- "${cur}") )
459 files=( ${COMPREPLY[@]:-} $(compgen -f -X "${xspec}" -- "${cur}") )
/sdk/avdlauncher/
Dbuild.gradle2 apply plugin: 'sdk-files'
/sdk/sdklauncher/
Dbuild.gradle2 apply plugin: 'sdk-files'

123