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

1 2 3 4 5 6 7 891011>>

  /external/icu/android_icu4j/
Android.mk 38 $(call all-java-files-under,src/main/tests) \
39 $(call all-java-files-under,testing/src)
63 $(call all-java-files-under,src/main/java) \
64 $(call all-java-files-under,testing/src)
86 $(call all-java-files-under,src/main/tests) \
87 $(call all-java-files-under,testing/src)
  /external/icu/tools/srcgen/currysrc/src/main/java/com/google/currysrc/api/input/
DirectoryInputFileGenerator.java 25 * Generates a set of .java input files beneath a given base directory.
40 List<File> files = Lists.newArrayList(); local
41 collectFiles(baseDir, files);
42 return files;
45 private void collectFiles(File baseDir, List<File> files) {
54 collectFiles(file, files);
56 files.add(file);
  /external/oauth/core/src/main/java/
Android.mk 7 # Includes all the java files, and explicitly declares any aidl files
9 $(call all-java-files-under, net)
  /external/robolectric-shadows/resources/src/main/java/org/robolectric/res/
DrawableResourceLoader.java 21 FsFile[] files = resourcePath.getResourceBase().listFiles(); local
22 if (files != null) {
23 for (FsFile f : files) {
34 FsFile[] files = dir.listFiles(); local
35 if (files != null) {
44 for (FsFile f : files) {
RawResourceLoader.java 19 FsFile[] files = resourceBase.listFiles(new StartsWithFilter(folderBaseName)); local
20 if (files == null) {
23 for (FsFile dir : files) {
29 FsFile[] files = rawDir.listFiles(); local
30 if (files != null) {
39 for (FsFile file : files) {
  /frameworks/base/core/java/android/app/backup/
FileBackupHelper.java 28 * files. Whenever backup is performed, all files changed since the last backup
36 * used only with small configuration files, not large binary files.
47 * Construct a helper to manage backup/restore of entire files within the
51 * @param files A list of the files to be backed up or restored.
53 public FileBackupHelper(Context context, String... files) {
58 mFiles = files;
62 * Based on <code>oldState</code>, determine which of the files from th
76 String[] files = mFiles; local
    [all...]
FileBackupHelperBase.java 54 ParcelFileDescriptor newState, String[] files, String[] keys) {
55 if (files.length == 0) {
58 // files must be all absolute paths
59 for (String f: files) {
61 throw new RuntimeException("files must have all absolute paths: " + f);
64 // the length of files and keys must be the same
65 if (files.length != keys.length) {
66 throw new RuntimeException("files.length=" + files.length
76 int err = performBackup_native(oldStateFd, data.mBackupWriter, newStateFd, files, keys)
    [all...]
  /frameworks/base/telephony/java/android/telephony/mbms/
FileServiceInfo.java 31 * Describes a file service available from the carrier from which files can be downloaded via
35 private final List<FileInfo> files; field in class:FileServiceInfo
44 files = new ArrayList<>(newFiles);
62 files = new ArrayList<FileInfo>();
63 in.readList(files, FileInfo.class.getClassLoader());
69 dest.writeList(files);
78 * @return A list of files available from this service. Note that this list may not be
79 * exhaustive -- the middleware may not have information on all files that are available.
83 return files;
  /prebuilts/go/darwin-x86/src/syscall/
fd_nacl.go 6 // We want to provide access to a broader range of (simulated) files than
17 // files is the table indexed by a file descriptor.
18 var files struct { var
24 // A particular *file may appear in files multiple times, due to use of Dup or Dup2.
26 fdref int // uses in files.tab
51 files.Lock()
52 defer files.Unlock()
54 for fd, oldf := range files.tab {
56 files.tab[fd] = f
60 fd := len(files.tab
    [all...]
  /prebuilts/go/linux-x86/src/syscall/
fd_nacl.go 6 // We want to provide access to a broader range of (simulated) files than
17 // files is the table indexed by a file descriptor.
18 var files struct { var
24 // A particular *file may appear in files multiple times, due to use of Dup or Dup2.
26 fdref int // uses in files.tab
51 files.Lock()
52 defer files.Unlock()
54 for fd, oldf := range files.tab {
56 files.tab[fd] = f
60 fd := len(files.tab
    [all...]
  /prebuilts/misc/common/robolectric/android-all/
update.gradle 71 def files = new ArrayList(config.files)
72 if (files.size != 1) {
73 throw new RuntimeException("huh, more than one file in ${dep}? ${files}")
75 // def file = files[0]
  /tools/repohooks/rh/
results.py 32 def __init__(self, hook, project, commit, error, files=(), fixup_func=None):
41 files: The list of files that were involved in the hook execution.
51 self.files = files
68 def __init__(self, hook, project, commit, result, files=(),
72 files=files, fixup_func=fixup_func)
  /external/boringssl/src/util/
generate_build_files.py 15 """Enumerates source files for consumption by various build systems."""
25 # that platform and the extension used by asm files.
40 # NON_PERL_FILES enumerates assembly files that are not processed by the
78 def PrintVariableSection(self, out, name, files):
80 for f in sorted(files):
84 def WriteFiles(self, files, asm_outputs):
92 for f in sorted(files['crypto']):
116 for f in sorted(files['ssl']):
124 for f in sorted(files['tool']):
132 for f in sorted(files['test_support'])
    [all...]
  /external/vixl/tools/
lint.py 54 '''This tool lints C++ files and produces a summary of the errors found.
55 If no files are provided on the command-line, all C++ source files in the
61 parser.add_argument('files', nargs = '*')
122 # Returns the total number of errors found in the files linted.
125 # If not `None`, `cached_results` is used to avoid re-linting files, and new
127 def LintFiles(files,
142 files = filter(os.path.isfile, files)
144 # Filter out files for which we have a cached correct result
254 files = args.files variable
    [all...]
  /frameworks/base/core/tests/coretests/apks/version/
Android.mk 4 LOCAL_SRC_FILES := $(call all-subdir-java-files)
11 LOCAL_SRC_FILES := $(call all-subdir-java-files)
18 LOCAL_SRC_FILES := $(call all-subdir-java-files)
25 LOCAL_SRC_FILES := $(call all-subdir-java-files)
32 LOCAL_SRC_FILES := $(call all-subdir-java-files)
  /packages/apps/DocumentsUI/tests/
Android.mk 6 LOCAL_SRC_FILES := $(call all-java-files-under, common) \
7 $(call all-java-files-under, unit) \
8 $(call all-java-files-under, functional)
10 # For testing ZIP files. Include testing ZIP files as uncompresseed raw
  /test/vts/tools/build/tasks/
vts_package.mk 92 $(call find-files-in-subdirs,test/vts-testcase/hal-trace,"*.vts.trace" -and -type f,.) \
120 # Packaging rule for host-side Python logic, configs, and data files
123 $(call find-files-in-subdirs,test/vts,"*.py" -and -type f,.) \
124 $(call find-files-in-subdirs,test/vts,"*.runner_conf" -and -type f,.) \
125 $(call find-files-in-subdirs,test/vts,"*.push" -and -type f,.)
132 $(call find-files-in-subdirs,test/vts-testcase,"*.py" -and -type f,.) \
133 $(call find-files-in-subdirs,test/vts-testcase,"*.runner_conf" -and -type f,.) \
134 $(call find-files-in-subdirs,test/vts-testcase,"*.push" -and -type f,.) \
135 $(call find-files-in-subdirs,test/vts-testcase,"*.dump" -and -type f,.)
142 $(call find-files-in-subdirs,kernel/configs,"android-base*.cfg" -and -type f,.
    [all...]
  /external/python/cpython2/Lib/distutils/tests/
test_filelist.py 76 l('global/files.x'),
101 self.assertEqual(file_list.files, wanted)
119 files = ['a', 'b', 'c']
120 file_list.set_allfiles(files)
121 self.assertEqual(file_list.allfiles, files)
125 file_list.files = ['a', 'b', 'a', 'g', 'c', 'g']
126 # files must be sorted beforehand (sdist does it)
129 self.assertEqual(file_list.files, ['a', 'b', 'c', 'g'])
157 # return True if files match
159 file_list.files = ['a.py', 'b.py'
    [all...]
  /external/python/cpython3/Lib/distutils/tests/
test_filelist.py 78 l('global/files.x'),
103 self.assertEqual(file_list.files, wanted)
121 files = ['a', 'b', 'c']
122 file_list.set_allfiles(files)
123 self.assertEqual(file_list.allfiles, files)
127 file_list.files = ['a', 'b', 'a', 'g', 'c', 'g']
128 # files must be sorted beforehand (sdist does it)
131 self.assertEqual(file_list.files, ['a', 'b', 'c', 'g'])
159 # return True if files match
161 file_list.files = ['a.py', 'b.py'
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/
test_filelist.py 76 l('global/files.x'),
101 self.assertEqual(file_list.files, wanted)
119 files = ['a', 'b', 'c']
120 file_list.set_allfiles(files)
121 self.assertEqual(file_list.allfiles, files)
125 file_list.files = ['a', 'b', 'a', 'g', 'c', 'g']
126 # files must be sorted beforehand (sdist does it)
129 self.assertEqual(file_list.files, ['a', 'b', 'c', 'g'])
157 # return True if files match
159 file_list.files = ['a.py', 'b.py'
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/
test_filelist.py 76 l('global/files.x'),
101 self.assertEqual(file_list.files, wanted)
119 files = ['a', 'b', 'c']
120 file_list.set_allfiles(files)
121 self.assertEqual(file_list.allfiles, files)
125 file_list.files = ['a', 'b', 'a', 'g', 'c', 'g']
126 # files must be sorted beforehand (sdist does it)
129 self.assertEqual(file_list.files, ['a', 'b', 'c', 'g'])
157 # return True if files match
159 file_list.files = ['a.py', 'b.py'
    [all...]
  /cts/tests/framework/base/activitymanager/
Android.mk 26 $(call all-java-files-under, src) \
27 $(call all-named-files-under,Components.java, app) \
28 $(call all-named-files-under,Components.java, app27) \
29 $(call all-named-files-under,Components.java, appDebuggable) \
30 $(call all-named-files-under,Components.java, appDeprecatedSdk) \
31 $(call all-named-files-under,Components.java, appDisplaySize) \
32 $(call all-named-files-under,Components.java, appPrereleaseSdk) \
33 $(call all-named-files-under,Components.java, appSecondUid) \
34 $(call all-named-files-under,Components.java, appThirdUid) \
35 $(call all-named-files-under,Components.java, translucentapp)
    [all...]
  /external/libxml2/doc/
libxml-doc.el 182 (let ((files
183 (directory-files
194 (while (car files)
195 (message "processing %s" (car files))
197 (insert-file-contents (car files))
203 (setq uri (concat "file://" (car files) (match-string 1)))
213 (setq files (cdr files)))
  /external/llvm/utils/
UpdateCMakeLists.pl 32 my $files;
35 if (!defined $files) {
36 $files = GetFiles($dir);
38 push @$files, $file;
47 my $files = $dirFiles{$dir};
49 if (!defined $files) {
53 foreach my $file (sort @$files) {
  /external/swiftshader/third_party/LLVM/utils/
UpdateCMakeLists.pl 32 my $files;
35 if (!defined $files) {
36 $files = GetFiles($dir);
38 push @$files, $file;
47 my $files = $dirFiles{$dir};
49 if (!defined $files) {
53 foreach my $file (sort @$files) {

Completed in 6093 milliseconds

1 2 3 4 5 6 7 891011>>