Home
last modified time | relevance | path

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

1234567

/sdk/common/src/com/android/io/
DFolderWrapper.java86 File[] files = listFiles(); in listMembers() local
87 final int count = files == null ? 0 : files.length; in listMembers()
90 if (files != null) { in listMembers()
92 File f = files[i]; in listMembers()
147 File[] files = listFiles(); in list() local
148 if (files != null && files.length > 0) { in list()
151 for (File file : files) { in list()
/sdk/emulator/opengl/host/tools/emugen/
DREADME14 * Input files description & format
107 Emugen input files - protocol specification
109 The protocol generated by emugen consists of two input files:
113 from c/c++ header files or similar.
116 the files that are generated for this protocol. A line in the .in
140 This files describes the types that are described by the API. A type
156 Encoder generated code files
158 In order to generate the encoder files, one should run the ‘emugen’
161 emugen -i <input directory> -E <encoder files output directory> <basename>
163 <input directory> containes the api specification files (basename.in + basename.attrib)
[all …]
/sdk/device_validator/app/etc/
DREADME5 command-line with the names of the XML files to validate as the arguments.
14 ./device_validator [files...]
19 java -cp . -jar device_validator.jar [files...]
/sdk/swtmenubar/
DAndroid.mk19 LOCAL_SRC_FILES := $(call all-java-files-under, src)
23 LOCAL_SRC_FILES += $(call all-java-files-under, src-$(HOST_OS))
/sdk/lint/libs/lint_api/src/com/android/tools/lint/client/api/
DLintDriver.java278 public void analyze(@NonNull List<File> files, @Nullable EnumSet<Scope> scope) { in analyze() argument
282 Collection<Project> projects = computeProjects(files); in analyze()
284 mClient.log(null, "No projects found for %1$s", files.toString()); in analyze()
536 private Collection<Project> computeProjects(@NonNull List<File> files) { in computeProjects() argument
544 if (files.size() > 1) { in computeProjects()
545 List<File> absolute = new ArrayList<File>(files.size()); in computeProjects()
546 for (File file : files) { in computeProjects()
549 files = absolute; in computeProjects()
551 sharedRoot = LintUtils.getCommonParent(files); in computeProjects()
558 for (File file : files) { in computeProjects()
[all …]
/sdk/anttasks/src/com/android/ant/
DDependencyGraph.java168 String[] files = sb.toString().split(":"); in parseDependencyFile() local
171 String[] targets = files[0].trim().split(" "); in parseDependencyFile()
175 if (files.length < 1) { in parseDependencyFile()
180 prereqs = files[1].trim().split(" "); in parseDependencyFile()
262 File[] files = folder.listFiles(); in checkInputFolder() local
263 if (files == null) { in checkInputFolder()
268 for (File file : files) { in checkInputFolder()
DSingleDependencyTask.java156 File[] files = file.listFiles(); in writeContent() local
157 if (files != null) { in writeContent()
158 for (File f : files) { in writeContent()
/sdk/build/
Dtools.atree18 # These are the files that comprise the tools component of the SDK.
25 # version files for the SDK updater, from sdk.git
26 sdk/files/tools_source.properties tools/source.properties
29 sdk/files/plugin.prop tools/lib/plugin.prop
32 sdk/files/adb_has_moved.txt tools/adb_has_moved.txt
74 # sdk.git Ant templates for project build files
77 sdk/files/proguard-project.txt tools/lib/proguard-project.txt
78 sdk/files/proguard-android.txt tools/proguard/proguard-android.txt
79 sdk/files/proguard-android-optimize.txt tools/proguard/proguard-android-optimize.txt
82 sdk/files/ant tools/ant
[all …]
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/
DTemplateManager.java151 File[] files = new File(root, folder).listFiles(); in getTemplates() local
152 if (files != null) { in getTemplates()
153 for (File file : files) { in getTemplates()
164 File[] files = new File(extra, folder).listFiles(); in getTemplates() local
165 if (files != null) { in getTemplates()
166 for (File file : files) { in getTemplates()
/sdk/lint/libs/lint_checks/tests/src/com/android/tools/lint/checks/
DAbstractCheckTest.java93 List<File> files = new ArrayList<File>(); in lintFiles() local
98 files.add(file); in lintFiles()
103 return checkLint(files); in lintFiles()
116 protected String checkLint(List<File> files) throws Exception { in checkLint() argument
119 String result = lintClient.analyze(files); in checkLint()
128 for (File f : files) { in checkLint()
164 List<File> files = new ArrayList<File>(); in getProjectDir() local
168 files.add(file); in getProjectDir()
320 public String analyze(List<File> files) throws Exception { in analyze() argument
322 mDriver.analyze(files, getLintScope(files)); in analyze()
/sdk/ddms/libs/ddmuilib/
DREADME10 In order to compile the project, make a user library called ANDROID_SWT containing the jar files
13 You also need a user library called ANDROID_JFREECHART containing the jar files
/sdk/lint/libs/lint_checks/src/com/android/tools/lint/checks/
DIconDetector.java302 File[] files = folder.listFiles(); in checkResourceFolder() local
303 if (files != null) { in checkResourceFolder()
304 checkDrawableDir(context, folder, files, pixelSizes, fileSizes); in checkResourceFolder()
307 Set<String> names = new HashSet<String>(files.length); in checkResourceFolder()
308 for (File f : files) { in checkResourceFolder()
440 List<File> files = new ArrayList<File>(set); in checkDuplicates() local
441 Collections.sort(files); in checkDuplicates()
442 for (int i = 0; i < files.size() - 1; i++) { in checkDuplicates()
443 for (int j = i + 1; j < files.size(); j++) { in checkDuplicates()
444 File file1 = files.get(i); in checkDuplicates()
[all …]
DPrivateKeyDetector.java79 File[] files = dir.listFiles(); in checkFolder() local
80 if (files != null) { in checkFolder()
81 for (File file : files) { in checkFolder()
/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/sdkmanager/libs/sdklib/src/com/android/sdklib/internal/repository/packages/
DPlatformToolPackage.java90 File[] files = platformToolsFolder.listFiles(); in create() local
91 if (files == null || files.length == 0) { in create()
95 for (File file : files) { in create()
/sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/internal/repository/
DDownloadCache.java193 File[] files = mCacheRoot.listFiles(); in getCurrentSize() local
194 if (files != null) { in getCurrentSize()
195 for (File f : files) { in getCurrentSize()
215 File[] files = mCacheRoot.listFiles(); in clearCache() local
216 if (files != null) { in clearCache()
217 for (File f : files) { in clearCache()
238 File[] files = mCacheRoot.listFiles(); in clearOldCache() local
239 if (files != null) { in clearOldCache()
240 for (File f : files) { in clearOldCache()
/sdk/
Dchanges.txt10 * Aidl files from library projects are now in the import list.
35 @SuppressLint annotation, and in XML files with the new tools:
49 * Find manifest files which declare more than one <uses-sdk>
72 * Find Java code which creates world-writeable files (which can lead
88 * Find XML files using a different encoding format than UTF-8, since
91 * Find XML resource files that contain text which should not be
103 configuration files, etc. For a full list of available issues run
115 * PNG files that are optimized during resource packaging are now cached
131 source files (in the gen directory) and bytecode (in the res/raw
132 directory) from your native .rs files
[all …]
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/
DAdtUtils.java439 IFile[] files = workspace.findFilesForLocationURI(file.toURI()); in fileToIFile() local
440 if (files.length > 0) { in fileToIFile()
441 return files[0]; in fileToIFile()
460 IFile[] files = workspace.findFilesForLocationURI(file.toURI()); in fileToResource() local
461 if (files.length > 0) { in fileToResource()
462 return files[0]; in fileToResource()
478 IFile[] files = workspace.findFilesForLocationURI(URIUtil.toURI(path.makeAbsolute())); in pathToIFile() local
479 if (files.length > 0) { in pathToIFile()
480 return files[0]; in pathToIFile()
506 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.java176 File[] files = parent.listFiles(); in getFile() local
182 if (files != null) { in getFile()
183 for (File file : files) { in getFile()
196 if (files != null) { in getFile()
197 for (File file : files) { in getFile()
/sdk/layoutlib_api/
DAndroid.mk19 LOCAL_SRC_FILES := $(call all-java-files-under,src)
/sdk/annotations/
DAndroid.mk19 LOCAL_SRC_FILES := $(call all-java-files-under, src)
/sdk/chimpchat/test/
DAndroid.mk19 LOCAL_SRC_FILES := $(call all-subdir-java-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/screenshot/src/
DAndroid.mk19 LOCAL_SRC_FILES := $(call all-subdir-java-files)

1234567