HomeSort by relevance Sort by last modified time
    Searched defs:files (Results 276 - 300 of 1077) sorted by null

<<11121314151617181920>>

  /external/nanohttpd/core/src/main/java/fi/iki/elonen/
NanoHTTPD.java 41 * <li>No fixed config files, logging, authorization etc. (Implement yourself if you need them.)</li>
49 * <li>Default code serves files and shows all HTTP parameters and headers</li>
54 * <li>File server supports simple skipping for files (continue download)</li>
55 * <li>File server serves also very long files without memory overhead</li>
100 * Pluggable strategy for creating and cleaning up temporary files.
270 Map<String, String> files) {
284 Map<String, String> files = new HashMap<String, String>(); local
288 session.parseBody(files);
298 return serve(session.getUri(), method, session.getHeaders(), parms, files);
378 * Pluggable strategy for creating and cleaning up temporary files
    [all...]
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-api/22.5.1/
lint-api-22.5.1.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-api/22.5.3/
lint-api-22.5.3.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-api/22.7.0/
lint-api-22.7.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-api/22.7.1/
lint-api-22.7.1.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-api/22.7.3/
lint-api-22.7.3.jar 
  /bionic/libc/upstream-netbsd/lib/libc/isc/
eventlib_p.h 224 /* Files. */
225 evFile *files, *fdNext; member in struct:__anon1093
  /cts/tests/tests/media/src/android/media/cts/
MediaScannerTest.java 90 String files[] = new File(mFileDir).list(); local
91 if (files != null) {
92 for (String f: files) {
138 values.put(MediaStore.Files.FileColumns.FORMAT, MtpConstants.FORMAT_UNDEFINED);
139 Uri nomediauri = res.insert(MediaStore.Files.getContentUri("external"), values);
151 // Give the 2nd stage scan that makes the unhidden files visible again
167 res.delete(MediaStore.Files.getContentUri("external"),
168 MediaStore.Files.FileColumns.DATA + "=?",
170 res.delete(MediaStore.Files.getContentUri("external"),
171 MediaStore.Files.FileColumns.DATA + "=?"
    [all...]
  /cts/tests/tests/permission/src/android/permission/cts/
FileSystemPermissionTest.java 74 "Newly created files should have 0600 permissions",
410 * <li>Data destruction by deleting or renaming files you don't own</li>
411 * <li>Data substitution by replacing trusted files with untrusted files</li>
599 * <li>Data destruction by deleting or renaming files you don't own</li>
600 * <li>Data substitution by replacing trusted files with untrusted files</li>
634 File[] files = dir.listFiles(); local
636 if (files != null) {
637 for (File f : files) {
    [all...]
  /developers/build/prebuilts/gradle/DisplayingBitmaps/Application/src/main/java/com/example/android/displayingbitmaps/util/
DiskLruCache.java 60 * sequences, accessible as streams or files. Each value must be between {@code
65 * files from its directory. It is an error for multiple processes to use the
71 * not strict: the cache may temporarily exceed it while waiting for files to be
94 * <p>This class is tolerant of some I/O errors. If files are missing from the
141 * temporary files may need to be deleted.
253 // TODO: this should specify paths as Strings rather than as Files
255 File[] files = dir.listFiles(); local
256 if (files == null) {
259 for (File file : files) {
535 // flush the journal before creating files to prevent file leak
    [all...]
  /developers/samples/android/ui/graphics/DisplayingBitmaps/Application/src/main/java/com/example/android/displayingbitmaps/util/
DiskLruCache.java 60 * sequences, accessible as streams or files. Each value must be between {@code
65 * files from its directory. It is an error for multiple processes to use the
71 * not strict: the cache may temporarily exceed it while waiting for files to be
94 * <p>This class is tolerant of some I/O errors. If files are missing from the
141 * temporary files may need to be deleted.
253 // TODO: this should specify paths as Strings rather than as Files
255 File[] files = dir.listFiles(); local
256 if (files == null) {
259 for (File file : files) {
535 // flush the journal before creating files to prevent file leak
    [all...]
  /development/samples/browseable/DisplayingBitmaps/src/com.example.android.displayingbitmaps/util/
DiskLruCache.java 60 * sequences, accessible as streams or files. Each value must be between {@code
65 * files from its directory. It is an error for multiple processes to use the
71 * not strict: the cache may temporarily exceed it while waiting for files to be
94 * <p>This class is tolerant of some I/O errors. If files are missing from the
141 * temporary files may need to be deleted.
253 // TODO: this should specify paths as Strings rather than as Files
255 File[] files = dir.listFiles(); local
256 if (files == null) {
259 for (File file : files) {
535 // flush the journal before creating files to prevent file leak
    [all...]
  /external/antlr/antlr-3.4/antlr-ant/main/antlr3-task/antlr3-src/org/apache/tools/ant/antlr/
ANTLR3.java 72 /** location of token files */
138 * The directory to write the generated files to.
146 * The directory to write the generated files to.
153 * The token files output directory.
406 * stringtemplate-*.jar files in the lib directory and add them
424 String[] files = ds.getIncludedFiles(); local
425 for (String file : files) {
  /external/antlr/antlr-3.4/tool/src/test/java/org/antlr/test/
BaseTest.java 789 String[] files = tmpdirF.list(); local
790 for(int i = 0; files!=null && i < files.length; i++) {
791 if ( files[i].endsWith(filesEndingWith) ) {
792 new File(tmpdir+"/"+files[i]).delete();
799 String[] files = tmpdirF.list(); local
800 for(int i = 0; files!=null && i < files.length; i++) {
801 new File(tmpdir+"/"+files[i]).delete();
  /external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/
FileHandlerTest.java 280 File[] files = file.listFiles(); local
281 for (int i = 0; i < files.length; i++) {
282 files[i].delete();
  /external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
PathDiagnostic.h 64 ConsumerFiles files; member in class:clang::ento::PathDiagnosticConsumer::PDFileEntry
109 /// PathDiagnostics that span multiple files.
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/bundles/118/1/.cp/lib/
jarprocessor-ant.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-jmf.jar 
  /external/elfutils/src/src/
nm.c 105 static const char doc[] = N_("List symbols from FILEs (a.out by default).");
248 /* Process all the remaining files. */
488 /* Process all the files contained in the archive. */
658 Dwarf_Files *files; local
660 if (dwarf_getsrcfiles (cudie, &files, &nfiles) != 0)
709 newp->file = dwarf_filesrc (files, fileidx, NULL, NULL);
947 /* We do not print the entries for files. */
    [all...]
  /external/fio/t/
btrace2fio.c 78 struct trace_file *files; member in struct:btrace_pid
293 f = &p->files[i];
309 p->files = realloc(p->files, (p->nr_files + 1) * sizeof(*f));
310 f = &p->files[p->nr_files];
640 printf("files:\t");
642 printf("%s,", p->files[i].name);
711 printf("%s", p->files[i].name);
778 p->files = malloc(sizeof(struct trace_file));
780 p->files[0].name = filename
    [all...]
  /external/glide/third_party/disklrucache/src/main/java/com/bumptech/glide/disklrucache/
DiskLruCache.java 45 * accessible as streams or files. Each value must be between {@code 0} and
50 * files from its directory. It is an error for multiple processes to use the
56 * not strict: the cache may temporarily exceed it while waiting for files to be
79 * <p>This class is tolerant of some I/O errors. If files are missing from the
124 * temporary files may need to be deleted.
461 // Flush the journal before creating files to prevent file leaks.
653 * all files in the cache directory including files that weren't created by
670 private final File[] files; field in class:DiskLruCache.Value
672 private Value(String key, long sequenceNumber, File[] files, long[] lengths)
    [all...]
  /external/lzma/C/
7zIn.c 110 p->Files = 0;
127 IAlloc_Free(alloc, p->Files);
206 CSzFileItem *file = p->db.Files + i;
269 CObjectVector<CSzFileItem> &files, UInt64 type)
272 RINOK(ReadBoolVector2(files.Size(), boolVector))
277 for (int i = 0; i < files.Size(); i++)
279 CSzFileItem &file = files[i];
955 CSzFileItem *files = 0; local
989 MY_ALLOC(CSzFileItem, files, (size_t)numFiles, allocMain);
991 p->db.Files = files;
    [all...]
  /external/mockftpserver/MockFtpServer/src/test/java/org/mockftpserver/stub/
StubFtpServerIntegrationTest.java 124 FTPFile[] files = ftpClient.listFiles(); local
125 assertEquals("number of files", 2, files.length);
126 verifyFTPFile(files[0], FTPFile.FILE_TYPE, "File2350.log", 406348L);
127 verifyFTPFile(files[1], FTPFile.DIRECTORY_TYPE, "archive", 0L);
144 FTPFile[] files = ftpClient.listFiles(); local
145 assertEquals("number of files", 1, files.length);
158 assertEquals("number of files", 2, filenames.length);
349 * Test GET and PUT of ASCII files
    [all...]
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/res/
ResourceLoader.java 496 File[] files = dir.listFiles(); local
497 if (files != null) {
498 for (File f : files) {
  /frameworks/base/core/tests/coretests/src/android/content/pm/
AppCacheTest.java 133 //this should free up the test files that were created earlier
359 assertTrue("Files should have been removed", removedFlag);
382 //introduce sleep for 1 s to avoid common time stamps for files being created
391 List<String> files = new ArrayList<String>(); local
395 files.add(file1.getName());
398 if (files.size() > 0) {
399 fail("Files should have been deleted: "
400 + Arrays.toString(files.toArray(new String[files.size()])));
432 //introduce sleep for 10 ms to avoid common time stamps for files being create
    [all...]

Completed in 851 milliseconds

<<11121314151617181920>>