| /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/io/ |
| D | FileSystem.java | 106 Source source(File file) throws FileNotFoundException; in source() 112 Sink sink(File file) throws FileNotFoundException; in sink() 118 Sink appendingSink(File file) throws FileNotFoundException; in appendingSink() 121 void delete(File file) throws IOException; in delete() method 124 boolean exists(File file) throws IOException; in exists() 127 long size(File file); in size()
|
| /external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/ |
| D | FaultyFileSystem.java | 37 public void setFaulty(File file, boolean faulty) { in setFaulty() 45 @Override public Source source(File file) throws FileNotFoundException { in source() 49 @Override public Sink sink(File file) throws FileNotFoundException { in sink() 53 @Override public Sink appendingSink(File file) throws FileNotFoundException { in appendingSink() 57 @Override public void delete(File file) throws IOException { in delete() method in FaultyFileSystem 61 @Override public boolean exists(File file) throws IOException { in exists() 65 @Override public long size(File file) { in size() 78 private final File file; field in FaultyFileSystem.FaultySink 80 public FaultySink(Sink delegate, File file) { in FaultySink()
|
| /external/glide/library/src/main/java/com/bumptech/glide/load/engine/cache/ |
| D | DiskCache.java | 21 boolean write(File file); in write() 51 void delete(Key key); in delete() method
|
| D | DiskLruCacheWrapper.java | 91 File file = editor.getFile(0); in put() local 107 public void delete(Key key) { in delete() method in DiskLruCacheWrapper
|
| /external/guava/guava-tests/test/com/google/common/io/ |
| D | IoTestCase.java | 99 File file = new File(getTestDir(), name); in getTestFile() local 163 private static void copy(URL url, File file) throws IOException { in copy() 180 private boolean delete(File file) { in delete() method in IoTestCase
|
| D | FilesTest.java | 364 File file = root(); in testCreateParentDirs_root() local 371 File file = file("nonexistent.file"); in testCreateParentDirs_relativePath() local 378 File file = file(getTempDir(), "nonexistent.file"); in testCreateParentDirs_noParentsNeeded() local 384 File file = file(getTempDir(), "parent", "nonexistent.file"); in testCreateParentDirs_oneParentNeeded() local 396 File file = file(getTempDir(), "grandparent", "parent", "nonexistent.file"); in testCreateParentDirs_multipleParentsNeeded() local 407 File file = file(parent, "foo"); in testCreateParentDirs_nonDirectoryParentExists() local 481 public UnmovableFile(File file, boolean canRename, boolean canDelete) { in UnmovableFile() 493 public boolean delete() { in delete() method in FilesTest.UnmovableFile 591 File file = createTempFile(); in testMap() local 604 File file = createTempFile(); in testMap_noSuchFile() local [all …]
|
| /external/junit/src/main/java/org/junit/rules/ |
| D | TemporaryFolder.java | 66 File file = new File(getRoot(), fileName); in newFile() local 94 File file = getRoot(); in newFolder() local 155 public void delete() { in delete() method in TemporaryFolder 161 private void recursiveDelete(File file) { in recursiveDelete()
|
| /external/sl4a/Utils/src/com/googlecode/android_scripting/ |
| D | FileUtils.java | 67 public static boolean delete(File path) { in delete() method in FileUtils 94 File file = new File(name); in copyFromStream() local 140 public static boolean rename(File file, String name) { in rename() 144 public static String readToString(File file) throws IOException { in readToString()
|
| /external/conscrypt/common/src/main/java/org/conscrypt/ |
| D | FileClientSessionCache.java | 139 File file = accessOrder.get(name); in getSessionData() local 184 static void logReadError(String host, File file, Throwable t) { in logReadError() 198 File file = new File(directory, name); in putSessionData() local 298 private void delete(File file) { in delete() method in FileClientSessionCache.Impl 305 static void logWriteError(String host, File file, Throwable t) { in logWriteError()
|
| /external/sl4a/Common/src/com/googlecode/android_scripting/facade/telephony/ |
| D | MmsFileProvider.java | 54 public int delete(Uri uri, String selection, String[] selectionArgs) { in delete() method in MmsFileProvider 73 File file = new File(getContext().getCacheDir(), uri.getPath()); in openFile() local
|
| /external/selinux/gui/ |
| D | modulesPage.py | 123 def delete(self): member in modulesPage 190 def add(self, file): argument
|
| /external/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/provider/ |
| D | TelephonyTestProvider.java | 69 public int delete(Uri uri, String selection, String[] selectionArgs) { in delete() method in TelephonyTestProvider 84 File file = new File(getContext().getCacheDir(), uri.getPath()); in openFile() local
|
| /external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/ |
| D | RequestTest.java | 77 @Test public void file() throws Exception { in file() method in RequestTest 78 File file = File.createTempFile("RequestTest", "tmp"); in file() local 104 Request delete = new Request.Builder().url("http://localhost/api").delete().build(); in crudVerbs() local
|
| /external/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/activity/ |
| D | ScriptManager.java | 219 File file = (File) mAdapter.getItem(info.position); in onContextItemSelected() local 360 final File file = (File) list.getItemAtPosition(position); in onListItemClick() local 422 private void delete(final File file) { in delete() method in ScriptManager 471 private void rename(final File file) { in rename()
|
| /external/selinux/python/semanage/ |
| D | seobject.py | 387 def add(self, file, priority): argument 417 def modify(self, file): argument 422 def delete(self, module, priority): member in moduleRecords 507 def delete(self, name): member in permissiveRecords 692 def delete(self, name): member in loginRecords 968 def delete(self, name): member in seluserRecords 1238 def delete(self, port, proto): member in portRecords 1494 def delete(self, addr, mask, proto): member in nodeRecords 1691 def delete(self, interface): member in interfaceRecords 2062 def delete(self, target, ftype): member in fcontextRecords [all …]
|
| /external/glide/third_party/disklrucache/src/main/java/com/bumptech/glide/disklrucache/ |
| D | DiskLruCache.java | 386 private static void deleteIfExists(File file) throws IOException { in deleteIfExists() 588 File file = entry.getCleanFile(i); in remove() local 656 public void delete() throws IOException { in delete() method in DiskLruCache
|
| /external/toybox/toys/pending/ |
| D | crond.c | 328 int delete = 1; in remove_completed_jobs() local 433 char *file = "/bin/sh"; in do_fork() local
|
| /external/nanohttpd/core/src/main/java/fi/iki/elonen/ |
| D | NanoHTTPD.java | 278 public void delete(String name) { in delete() method in NanoHTTPD.CookieHandler 387 private final File file; field in NanoHTTPD.DefaultTempFile 397 public void delete() throws Exception { in delete() method in NanoHTTPD.DefaultTempFile
|
| /external/antlr/antlr-3.4/runtime/Python/antlr3/ |
| D | streams.py | 569 def __init__(self, file, encoding=None): argument 1209 def delete(self, *args): member in TokenRewriteStream
|
| /external/squashfs-tools/squashfs-tools/ |
| D | mksquashfs.c | 100 int delete = FALSE; variable 1535 unsigned short get_fragment_checksum(struct file_info *file) in get_fragment_checksum() 1890 struct file_info *file; in add_file() local 2188 int file = pseudo_exec_file(get_pseudo_file(inode->pseudo_id), &child); in reader_read_process() local 2269 int blocks, file, res; in reader_read_file() local
|
| /external/libxml2/ |
| D | xmlschemas.c | 2044 const char *file = NULL; in xmlSchemaErr4Line() local 9551 xmlNodePtr delete, cur; in xmlSchemaCleanupDoc() local 28764 xmlSchemaValidateStreamLocator(void *ctx, const char **file, in xmlSchemaValidateStreamLocator()
|