HomeSort by relevance Sort by last modified time
    Searched defs:files (Results 301 - 325 of 2215) sorted by null

<<11121314151617181920>>

  /prebuilts/gradle-plugin/com/android/tools/lint/lint-tests/25.2.0-alpha7/
lint-tests-25.2.0-alpha7.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-tests/25.2.0-beta1/
lint-tests-25.2.0-beta1.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-tests/25.2.0-beta2/
lint-tests-25.2.0-beta2.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-tests/25.2.0-beta3/
lint-tests-25.2.0-beta3.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-tests/25.2.0-rc1/
lint-tests-25.2.0-rc1.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-tests/25.2.0-rc2/
lint-tests-25.2.0-rc2.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-tests/25.2.1/
lint-tests-25.2.1.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-tests/25.2.3/
lint-tests-25.2.3.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-tests/25.2.4/
lint-tests-25.2.4.jar 
  /build/make/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.
268 # A list of module names of BOOTCLASSPATH (jar files)
280 # TODO: also keep track of things like "port", "land" in product files.
381 # of these keys are stored in the target-files zip so that post-build
  /build/make/tools/fs_config/
fs_config_generator.py 2 """Generates config files for Android file system properties.
4 This script is used for generating configuration files for configuring
509 This class is responsible for parsing the config.fs ini format files.
510 It collects and checks all the data in these files and makes it available
530 config_files ([str]): The list of config.fs files to parse.
551 """Parses and verifies config.fs files. Internal use only.
562 # read(filenames...) later files can override earlier files which is
563 # not what we want. Track state across files and enforce with
669 to the internal dirs or files list based on path. If it end
736 def files(self): member in class:FSConfigFileParser
    [all...]
  /cts/common/device-side/util/tests/src/com/android/compatibility/common/util/
DeviceReportTest.java 93 final File dir = new File(Environment.getExternalStorageDirectory(), "report-log-files");
96 // Remove files from earlier possible runs.
97 File[] files = dir.listFiles(); local
98 for (File file : files) {
  /cts/tests/tests/os/src/android/os/cts/
FileAccessPermissionTest.java 70 // Test not writable / deletable for all files
84 // Test readable for only apk files
104 File[] files = file.listFiles(); local
105 assertTrue(files == null || files.length == 0);
123 files = userAppDataDir.listFiles();
124 assertTrue(files == null || files.length == 0);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Parser/
asdl.py 392 print lines[err.lineno - 1] # lines starts at 0, files at 1
399 files = sys.argv[1:] variable
402 files = glob.glob(testdir + "/*.asdl") variable
404 for file in files:
  /device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/support/genmk/
genmk.c 12 #include "pcctscfg.h" /* be sensitive to what ANTLR/DLG call the files */
50 static char *project="t", *files[MAX_FILES], *classes[MAX_CLASSES]; variable
53 static int num_sfiles[MAX_SORS]; /*sorcerer files in group */
55 static int num_files = 0; /* grammar files */
56 static int num_cfiles = 0; /* additional C/C++ files */
72 void mk(char *project, char **files, int n, int argc, char **argv);
73 void pfiles(char **files, int n, char *suffix);
198 "exceeded max # of sorcerer input files");
211 require(num_cfiles<MAX_CFILES, "exceeded max # of C/C++ input files");
257 require(num_files<MAX_FILES, "exceeded max # of input files");
    [all...]
genmk_old.c 11 #include "pcctscfg.h" /* be sensitive to what ANTLR/DLG call the files */
46 static char *project="t", *files[MAX_FILES], *classes[MAX_CLASSES]; variable
143 require(num_files<MAX_FILES, "exceeded max # of input files");
144 files[num_files++] = s;
241 { "-o", 1, pOdir, "Directory where output files should go (default=\".\")"},
247 { "-cfiles",1,pCFiles, "Additional files in C or C++ to compile"},
288 if ( num_files == 0 ) fatal("no grammar files specified; exiting...");
297 mk(project, files, num_files, argc, argv);
317 void mk(project, files, n, argc, argv)
319 char **files;
    [all...]
  /external/ImageMagick/MagickCore/
utility.c 705 % WARNING: filenames starting with '.' (hidden files in a UNIX file system)
829 *files;
841 files=FileToString(option+1,~0UL,exception);
843 if (files == (char *) NULL)
845 filelist=StringToArgv(files,&length);
848 files=DestroyString(files);
818 *files; local
    [all...]
  /external/conscrypt/platform/src/main/java/org/conscrypt/
TrustedCertificateStore.java 250 String[] files = dir.list(); local
251 if (files == null) {
254 for (String filename : files) {
264 String[] files = systemDir.list(); local
265 if (files == null) {
268 for (String filename : files) {
  /external/fio/
client.h 72 struct client_file *files; member in struct:fio_client
  /external/guava/guava/src/com/google/common/reflect/
ClassPath.java 68 /** Separator for the Class-Path manifest attribute value in jar files. */
86 * @throws IOException if the attempt to read class path resources (jar files or directories)
98 * Returns all resources loadable from the current class path, including the class files of all
343 File[] files = directory.listFiles(); local
344 if (files == null) {
353 for (File f : files) {
  /external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/charsetdet/mbcs/
BIG5Tool.java 24 * Source directory for the text files to be analyzed.
25 * All files in the specified directory must be in the Big5 encoding.
49 boolean sjis = false; // True if input text files are Shift_JIS encoded.
105 // Collect statistics from all ordinary files in a specified directory.
113 File[] files = dir.listFiles(); local
114 for (i=0; i<files.length; i++) {
117 if (files[i].isFile()) {
118 is = new FileInputStream(files[i]);
121 System.out.println(files[i].getPath());
179 // We've processed through all of the files
    [all...]
EUCTool.java 22 * Source directory for the files to be analyzed.
26 * should be text files in the specified encoding.
105 // Collect statistics from all ordinary files in a specified directory.
113 File[] files = dir.listFiles(); local
114 for (i=0; i<files.length; i++) {
117 if (files[i].isFile()) {
118 is = new FileInputStream(files[i]);
121 System.out.println(files[i].getPath());
179 // We've processed through all of the files.
  /external/libmojo/base/android/java/src/org/chromium/base/
ResourceExtractor.java 45 * Holds information about a res/raw file (e.g. locale .pak files).
104 // Use the version only to see if files should be deleted, not to skip extraction.
105 // We've seen files be corrupted, so always attempt extraction.
131 // Try to recover here, can we try again after deleting files instead of
212 * Specifies the files that should be extracted from the APK.
243 // Don't leave the files in an inconsistent state.
292 // deleteFiles() will not run and some files will be left. This currently
294 // locale pak files.
312 * Pak files (UI strings and other resources) should be updated along with
314 * Failing to update the V8 snapshot files will lead to a version mismatc
335 File[] files = dir.listFiles(); local
    [all...]
  /external/libxml2/
testSAX.c 1131 int files = 0; local
1185 files ++;
  /external/ltp/testcases/realtime/func/rt-migrate/
rt-migrate.c 87 char *files[] = { local
95 for (i = 0; i < (sizeof(files) / sizeof(char *)); i++) {
96 ret = stat(files[i], &st);
103 mark_fd = open(files[i], O_WRONLY);

Completed in 947 milliseconds

<<11121314151617181920>>