HomeSort by relevance Sort by last modified time
    Searched defs:files (Results 201 - 225 of 1947) sorted by null

1 2 3 4 5 6 7 891011>>

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
LintJob.java 98 List<File> files = new ArrayList<File>(mResources.size()); local
101 files.add(file);
133 "Only XML & Java files are supported for single file lint", null); //$NON-NLS-1$
163 mLint.analyze(new LintRequest(mClient, files).setScope(scope));
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/io/
IFolderWrapper.java 99 IResource[] files = mContainer.members(); local
100 for (IResource file : files) {
  /system/update_engine/payload_generator/
ext2_filesystem.cc 81 vector<FilesystemInterface::File>* files = nullptr; member in struct:chromeos_update_engine::__anon75164::UpdateFileAndAppendState
114 state->files->push_back(ino_file->second);
153 bool Ext2Filesystem::GetFiles(vector<File>* files) const {
162 // List of directories. We need to first parse all the files in a directory
215 // For normal files, inode blocks are indirect, double indirect
240 // here than in files since the later can contain repeated inodes due to
241 // hardlink files.
247 priv_data.files = files;
250 files->clear()
    [all...]
  /external/libgdx/gdx/src/com/badlogic/gdx/files/
FileHandle.java 17 package com.badlogic.gdx.files;
36 import com.badlogic.gdx.Files;
37 import com.badlogic.gdx.Files.FileType;
43 * created via a {@link Files} instance.
45 * Because some of the file types are backed by composite files and may be compressed (for example, if they are in an Android .apk
59 * Do not use this constructor in case you write something cross-platform. Use the {@link Files} interface instead.
67 * backends. Do not use this constructor in case you write something cross-platform. Use the {@link Files} interface instead.
84 /** @return the path of the file as specified on construction, e.g. Gdx.files.internal("dir/file.png") -> dir/file.png. backward
126 if (type == FileType.External) return new File(Gdx.files.getExternalStoragePath(), file.getPath());
406 * @param filter the {@link FileFilter} to filter files
661 File[] files = file.listFiles(); local
691 FileHandle[] files = sourceDir.list(); local
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/exportgradle/
BuildFileCreator.java 39 import com.google.common.io.Files;
72 * Creates build.gradle and settings.gradle files for a set of projects.
131 // determine files to create/change
132 List<IFile> files = new ArrayList<IFile>(); local
138 files.add(file);
153 // then the files won't be handled by the workspace.
161 // Locate the settings.gradle file and add it to the changed files list
165 // to add settings.gradle and wrapper files to the list of files to add.
168 files.add(iFile)
307 List<File> files = new ArrayList<File>(GRADLE_WRAPPER_FILES.length); local
    [all...]
  /art/compiler/debug/
elf_debug_line_writer.h 63 std::vector<dwarf::FileEntry> files; local
204 file_index = 1 + files.size();
206 files.push_back(dwarf::FileEntry {
268 WriteDebugLineTable(directories, files, opcodes, offset, &buffer, &debug_line_patches_);
  /build/core/
product_config.mk 52 # TODO: push this into the combo files; unfortunately, we don't even
67 ## List all of the files in a subdirectory in a format
76 define find-copy-subdir-files
188 # files in the tree.
264 # A list of module names of BOOTCLASSPATH (jar files)
274 # TODO: also keep track of things like "port", "land" in product files.
382 # of these keys are stored in the target-files zip so that post-build
  /build/kati/
eval.cc 242 vector<string>* files; local
243 Glob(pat.data(), &files);
246 if (files->empty()) {
252 for (const string& fname : *files) {
pathutil.go 72 func (c *fsCacheT) files() int { func
235 // glob searches for files matching pattern in the directory dir
288 files, err := fsCache.Glob(pat)
292 for _, file := range files {
regen.cc 262 vector<string>* files; local
263 Glob(gr->pat.c_str(), &files);
264 sort(files->begin(), files->end());
265 bool needs_regen = files->size() != gr->result.size();
268 if ((*files)[i] != gr->result[i]) {
  /cts/hostsidetests/appsecurity/test-apps/MultiUserStorageApp/src/com/android/cts/multiuserstorageapp/
MultiUserStorageTest.java 49 final File[] files = dir.listFiles(); local
50 if (files == null) return;
51 for (File file : files) {
  /cts/tests/tests/content/src/android/content/res/cts/
AssetManagerTest.java 80 String[] files = mAssets.list(""); local
82 for (int i = 0; i < files.length; i++) {
83 if (files[i].equals(fileName)) {
141 // specified in the Android.mk files (assuming they have corresponding resources), plus the
  /cts/tools/dasm/src/dasm/
Main.java 46 * generate human-readable files
51 * input files codepage
188 String files[] = new String[args.length]; local
221 files[num_files++] = args[i];
226 assemble(files[i]);
  /dalvik/dx/src/com/android/dx/cf/direct/
ClassPathOpener.java 33 * Opens all the class files found in a class path element. Path elements
34 * can point to class files, {jar,zip,apk} files, or directories containing
35 * class files.
216 File[] files = dir.listFiles(); local
217 int len = files.length;
221 Arrays.sort(files, new Comparator<File>() {
229 any |= processOne(files[i], false);
  /development/tools/idegen/src/com/android/idegen/
IntellijProject.java 21 import com.google.common.io.Files;
88 // Finally create iml files for dependencies
117 String modulesContent = Files.toString(new File(DirectorySearch.findTemplateDir(),
129 Files.write(modulesContent, out, CHARSET);
133 String vcsTemplate = Files.toString(new File(DirectorySearch.findTemplateDir(),
156 Files.write(vcsTemplate, new File(ideaDir, "vcs.xml"), CHARSET);
161 Files.write(name, out, CHARSET);
171 File[] files = fromDir.listFiles(); local
172 for (File file : files) {
183 Files.copy(file, toFile)
    [all...]
  /development/tools/rmtypedefs/src/com/android/tools/rmtypedefs/
RmTypeDefs.java 21 import com.google.common.io.Files;
101 System.out.println("Deleting @IntDef and @StringDef annotation class files");
104 // Record typedef annotation names and files
109 // Rewrite the .class files for any classes that *contain* typedefs as innerclasses
112 // Removes the actual .class files for the typedef annotations
120 * for any .class files encountered
124 File[] files = file.listFiles(); local
125 if (files != null) {
126 for (File f : files) {
135 System.err.println(path + ": Warning: Encountered .jar file; .class files "
    [all...]
  /development/tools/rmtypedefs/test/com/android/tools/rmtypedefs/
RmTypeDefsTest.java 5 import com.google.common.io.Files;
30 File dir = Files.createTempDir();
108 Files.write(testClass, srcFile1, Charsets.UTF_8);
114 Files.write(intdef, srcFile2, Charsets.UTF_8);
184 byte[] contents = Files.toByteArray(file);
228 File[] files = file.listFiles(); local
229 if (files != null) {
231 Collections.addAll(children, files);
256 File[] files = root.listFiles(); local
257 if (files != null)
    [all...]
  /external/ImageMagick/MagickCore/
resource.c 353 Remove any lingering temporary files.
1052 files, local
    [all...]
  /external/antlr/antlr-3.4/antlr3-maven-archetype/src/main/resources/archetype-resources/src/main/java/
Main.java 79 String files[] = source.list(); local
81 for (int i=0; i<files.length; i++)
83 parse(new File(source, files[i]));
  /external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/protorpc/
descriptor.py 36 to make source code files that use these descriptors easier to read. For
297 files: Files in file-set.
300 files = messages.MessageField(FileDescriptor, 1, repeated=True) variable in class:FileSet
531 descriptor.files = file_descriptors
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src/org/eclipse/releng/
CompileErrorCheck.java 105 File files[] = aFile.listFiles(); local
107 if (files != null) {
108 for (int i = 0, max = files.length; i < max; i++) {
109 findLogs(files[i]);
  /external/harfbuzz_ng/src/
gen-use-table.py 11 files = [file (x) for x in sys.argv[1:]] variable
13 headers = [[f.readline () for i in range (2)] for j,f in enumerate(files) if j != 2]
16 data = [{} for f in files]
17 values = [{} for f in files]
18 for i, f in enumerate (files):
44 # TODO Characters that are not in Unicode Indic files, but used in USE
350 print " * on files with these headers:"
  /external/icu/icu4c/source/tools/pkgdata/
pkgtypes.h 106 CharList *fileListFiles; /* list of files containing files for inclusion in the package */
107 CharList *filePaths; /* All the files, with long paths */
108 CharList *files; /* All the files */ member in struct:UPKGOptions_
109 CharList *outFiles; /* output files [full paths] */
  /external/icu/icu4c/source/tools/toolutil/
pkg_gencmn.c 26 /* ICU package data file format (.dat files) ------------------------------- ***
88 static File *files = NULL; variable
167 /* read the list of files and get their lengths */
213 fprintf(stderr, "gencmn: no files listed in %s\n", dataFile == NULL ? "<stdin>" : dataFile);
217 /* sort the files by basename */
218 qsort(files, fileCount, sizeof(File), compareFiles);
223 /* determine the offsets of all basenames and files in this common one */
227 files[i].fileOffset=fileOffset;
228 fileOffset+=(files[i].fileSize+15)&~0xf;
229 files[i].basenameOffset=basenameOffset
    [all...]
  /external/javassist/src/main/javassist/
ClassPoolTail.java 79 File[] files = new File(dirName).listFiles(new FilenameFilter() { local
86 if (files != null) {
87 jars = new JarClassPath[files.length];
88 for (int i = 0; i < files.length; i++)
89 jars[i] = new JarClassPath(files[i].getPath());

Completed in 3257 milliseconds

1 2 3 4 5 6 7 891011>>