HomeSort by relevance Sort by last modified time
    Searched defs:files (Results 126 - 150 of 2469) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/mesa3d/src/hgl/
GLRendererRoster.cpp 142 int32 files = 0; local
154 files++;
157 if (files != 0 && count == 0)
  /external/mockftpserver/MockFtpServer/src/test/java/org/mockftpserver/stub/example/
SpringConfigurationTest.java 55 FTPFile[] files = ftpClient.listFiles(); local
56 LOG.info("FTPFile[0]=" + files[0]);
57 LOG.info("FTPFile[1]=" + files[1]);
58 assertEquals("number of files from LIST", 2, files.length);
  /external/mockftpserver/branches/1.x_Branch/src/test/java/org/mockftpserver/stub/example/
SpringConfigurationTest.java 54 FTPFile[] files = ftpClient.listFiles(); local
55 LOG.info("FTPFile[0]=" + files[0]);
56 LOG.info("FTPFile[1]=" + files[1]);
57 assertEquals("number of files from LIST", 2, files.length);
  /external/objenesis/tck/src/main/java/org/objenesis/tck/search/
ClassEnumerator.java 34 // Get the list of the files contained in the package
35 String[] files = directory.list(); local
37 for (int i = 0; i < files.length; i++) {
38 String fileName = files[i];
39 // we are only interested in .class files
  /external/proguard/src/proguard/
UpToDateChecker.java 85 // Check the dates of the auxiliary input files.
91 // Check the dates of the auxiliary output files.
157 // its files.
158 File[] files = file.listFiles(); local
162 if (files.length == 0 && isOutput)
167 for (int index = 0; index < files.length; index++)
169 updateModificationTime(files[index], isOutput);
  /external/python/cpython2/Lib/test/
test_pep277.py 56 # Destroy directory dirname and all files under it, to one level.
68 files = set(filenames) variable in class:UnicodeFileTests
76 files = set()
77 for name in self.files:
82 files.add(name)
83 self.files = files
108 for name in self.files:
119 for name in self.files:
131 files = set(f for f in self.files if isinstance(f, unicode)
    [all...]
  /external/robolectric-shadows/robolectric/src/main/java/org/robolectric/internal/
BuckManifestFactory.java 79 List<FsFile> files = new ArrayList<>(); local
81 files.add(Fs.fileFromPath(dir));
83 return files;
  /external/sl4a/ScriptingLayer/src/com/googlecode/android_scripting/
ScriptStorageAdapter.java 95 // Filter out any files that don't have interpreters installed.
118 List<File> files = listAllScripts(directory); local
120 // Filter out any files that don't have interpreters installed.
121 for (Iterator<File> it = files.iterator(); it.hasNext();) {
  /external/snakeyaml/src/test/java/org/pyyaml/
PyCanonicalTest.java 34 File[] files = getStreamsByExtension(".canonical"); local
35 assertTrue("No test files found.", files.length > 0);
36 for (int i = 0; i < files.length; i++) {
37 InputStream input = new FileInputStream(files[i]);
60 File[] files = getStreamsByExtension(".canonical"); local
61 assertTrue("No test files found.", files.length > 0);
62 for (int i = 0; i < files.length; i++) {
63 InputStream input = new FileInputStream(files[i])
    [all...]
PyTokensTest.java 81 assertTrue("No test files found.", tokensFiles.length > 0);
122 File[] files = getStreamsByExtension(".data", true); local
123 assertTrue("No test files found.", files.length > 0);
124 for (File file : files) {
  /external/tremolo/Tremolo/
misc.c 46 static char **files=NULL; variable
98 if(!strcmp(file,files[i]))break;
102 if(!files){
103 files=malloc(filecount*sizeof(*files));
106 files=realloc(files,filecount*sizeof(*files));
109 files[i]=strdup(file);
163 if(!strcmp(file,files[i]))break
    [all...]
  /external/wpa_supplicant_8/hs20/server/www/
users.php 195 $files = scandir("$osu_root/spp/policy"); variable
196 foreach ($files as $file) {
  /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...]
SharedPreferencesBackupHelper.java 105 String[] files = new String[N]; local
107 files[i] = context.getSharedPrefsFile(prefGroups[i]).getAbsolutePath();
111 performBackup_checked(oldState, data, newState, files, prefGroups);
  /packages/apps/CarrierConfig/tests/src/com/android/carrierconfig/
CarrierConfigTest.java 28 * Iterate over all XML files in assets/ and ensure they parse without error.
41 * Check that the config bundles in XML files have valid filter attributes.
138 String[] files = assetMgr.list(""); local
139 assertNotNull("failed to list files", files);
140 assertTrue("no files", files.length > 0);
141 for (String fileName : files) {
168 * Get the set of config variable names, as used in XML files.
  /packages/apps/StorageManager/src/com/android/storagemanager/deletionhelper/
FetchDownloadsLoader.java 35 * FetchDownloadsLoader is an asynchronous task which returns files in the Downloads
77 // Skip files that have been modified too recently.
85 result.files.add(currentFile);
103 * The DownloadsResult is the result of a {@link FetchDownloadsLoader} with the files
109 public ArrayList<File> files; field in class:FetchDownloadsLoader.DownloadsResult
119 ArrayList<File> files,
123 this.files = files;
  /packages/providers/MediaProvider/src/com/android/providers/media/
MediaUpgradeReceiver.java 60 String[] files = dbDir.list(); local
61 if (files == null) return;
62 for (int i=0; i<files.length; i++) {
63 String file = files[i];
  /prebuilts/clang/host/darwin-x86/clang-4579689/share/opt-viewer/
opt-viewer.py 23 desc = '''Generate HTML output to visualize optimization records from the YAML files
214 print('Rendering HTML files...')
235 help='List of optimization record files or directories searched '
236 'for optimization record files.')
241 help='Path to a directory where generated HTML files will be output. '
260 help='Do not display any indicator of how many YAML files were read '
266 files = optrecord.find_opt_files(*args.yaml_dirs_or_files) variable
267 if not files:
268 parser.error("No *.opt.yaml files found")
272 optrecord.gather_results(files, args.jobs, print_progress
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/share/opt-viewer/
opt-viewer.py 23 desc = '''Generate HTML output to visualize optimization records from the YAML files
214 print('Rendering HTML files...')
235 help='List of optimization record files or directories searched '
236 'for optimization record files.')
241 help='Path to a directory where generated HTML files will be output. '
260 help='Do not display any indicator of how many YAML files were read '
266 files = optrecord.find_opt_files(*args.yaml_dirs_or_files) variable
267 if not files:
268 parser.error("No *.opt.yaml files found")
272 optrecord.gather_results(files, args.jobs, print_progress
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/share/opt-viewer/
opt-viewer.py 23 desc = '''Generate HTML output to visualize optimization records from the YAML files
214 print('Rendering HTML files...')
235 help='List of optimization record files or directories searched '
236 'for optimization record files.')
241 help='Path to a directory where generated HTML files will be output. '
260 help='Do not display any indicator of how many YAML files were read '
266 files = optrecord.find_opt_files(*args.yaml_dirs_or_files) variable
267 if not files:
268 parser.error("No *.opt.yaml files found")
272 optrecord.gather_results(files, args.jobs, print_progress
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/share/opt-viewer/
opt-viewer.py 23 desc = '''Generate HTML output to visualize optimization records from the YAML files
214 print('Rendering HTML files...')
235 help='List of optimization record files or directories searched '
236 'for optimization record files.')
241 help='Path to a directory where generated HTML files will be output. '
260 help='Do not display any indicator of how many YAML files were read '
266 files = optrecord.find_opt_files(*args.yaml_dirs_or_files) variable
267 if not files:
268 parser.error("No *.opt.yaml files found")
272 optrecord.gather_results(files, args.jobs, print_progress
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/share/opt-viewer/
opt-viewer.py 23 desc = '''Generate HTML output to visualize optimization records from the YAML files
214 print('Rendering HTML files...')
235 help='List of optimization record files or directories searched '
236 'for optimization record files.')
241 help='Path to a directory where generated HTML files will be output. '
260 help='Do not display any indicator of how many YAML files were read '
266 files = optrecord.find_opt_files(*args.yaml_dirs_or_files) variable
267 if not files:
268 parser.error("No *.opt.yaml files found")
272 optrecord.gather_results(files, args.jobs, print_progress
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/share/opt-viewer/
opt-viewer.py 23 desc = '''Generate HTML output to visualize optimization records from the YAML files
214 print('Rendering HTML files...')
235 help='List of optimization record files or directories searched '
236 'for optimization record files.')
241 help='Path to a directory where generated HTML files will be output. '
260 help='Do not display any indicator of how many YAML files were read '
266 files = optrecord.find_opt_files(*args.yaml_dirs_or_files) variable
267 if not files:
268 parser.error("No *.opt.yaml files found")
272 optrecord.gather_results(files, args.jobs, print_progress
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/share/opt-viewer/
opt-viewer.py 23 desc = '''Generate HTML output to visualize optimization records from the YAML files
214 print('Rendering HTML files...')
235 help='List of optimization record files or directories searched '
236 'for optimization record files.')
241 help='Path to a directory where generated HTML files will be output. '
260 help='Do not display any indicator of how many YAML files were read '
266 files = optrecord.find_opt_files(*args.yaml_dirs_or_files) variable
267 if not files:
268 parser.error("No *.opt.yaml files found")
272 optrecord.gather_results(files, args.jobs, print_progress
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/share/opt-viewer/
opt-viewer.py 23 desc = '''Generate HTML output to visualize optimization records from the YAML files
214 print('Rendering HTML files...')
235 help='List of optimization record files or directories searched '
236 'for optimization record files.')
241 help='Path to a directory where generated HTML files will be output. '
260 help='Do not display any indicator of how many YAML files were read '
266 files = optrecord.find_opt_files(*args.yaml_dirs_or_files) variable
267 if not files:
268 parser.error("No *.opt.yaml files found")
272 optrecord.gather_results(files, args.jobs, print_progress
    [all...]

Completed in 1654 milliseconds

1 2 3 4 56 7 8 91011>>