Home
last modified time | relevance | path

Searched refs:canDelete (Results 1 – 3 of 3) sorted by relevance

/external/guava/guava-tests/test/com/google/common/io/
DFilesTest.java479 private final boolean canDelete; field in FilesTest.UnmovableFile
481 public UnmovableFile(File file, boolean canRename, boolean canDelete) { in UnmovableFile() argument
484 this.canDelete = canDelete; in UnmovableFile()
494 return canDelete && super.delete(); in delete()
/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/ime/translit/
DTransliteratorInputMethod.java541 private boolean canDelete() { in canDelete() method in TransliteratorInputMethod
648 return canDelete(); // this too? in handlePressed()
/external/v8/src/debug/
Dmirrors.js1410 PropertyMirror.prototype.canDelete = function() { method in PropertyMirror