Searched defs:exists (Results 1 - 13 of 13) sorted by relevance

/sdk/common/src/com/android/io/
H A DIAbstractResource.java37 * Returns whether the resource actually exists.
39 boolean exists(); method in interface:IAbstractResource
H A DFileWrapper.java141 public boolean exists() { method in class:FileWrapper
H A DFolderWrapper.java141 public boolean exists() { method in class:FolderWrapper
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/binaryxml/
H A DXmlStorageEditorInput.java56 public boolean exists() { method in class:XmlStorageEditorInput
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/io/
H A DIFileWrapper.java101 public boolean exists() { method in class:IFileWrapper
102 return mFile.exists();
H A DIFolderWrapper.java57 public boolean exists() { method in class:IFolderWrapper
58 return mContainer.exists();
/sdk/monkeyrunner/src/com/android/monkeyrunner/easy/
H A DEasyMonkeyDevice.java129 @MonkeyRunnerExported(doc = "Checks if the specified object exists.",
131 returns = "True if the object exists.",
133 public boolean exists(PyObject[] args, String[] kws) { method in class:EasyMonkeyDevice
138 return exists(selector);
141 public boolean exists(By selector) { method in class:EasyMonkeyDevice
/sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/io/
H A DFileOp.java111 if (!exists(fileOrFolder)) {
304 /** Invokes {@link File#exists()} on the given {@code file}. */
306 public boolean exists(File file) { method in class:FileOp
307 return file.exists();
H A DIFileOp.java88 /** Invokes {@link File#exists()} on the given {@code file}. */
89 public abstract boolean exists(File file); method in interface:IFileOp
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gre/
H A DClientRulesEngine.java238 final boolean uniqueInLayout, final boolean exists, final String... allowed) {
248 assert !exists;
266 if (exists) {
236 getResourceValidator( @onNull final String resourceTypeName, final boolean uniqueInProject, final boolean uniqueInLayout, final boolean exists, final String... allowed) argument
/sdk/rule_api/src/com/android/ide/common/api/
H A DIClientRulesEngine.java125 * @param exists if true, the resource name must already exist
135 boolean uniqueInProject, boolean uniqueInLayout, boolean exists,
134 getResourceValidator(@onNull String resourceTypeName, boolean uniqueInProject, boolean uniqueInLayout, boolean exists, String... allowed) argument
/sdk/sdkmanager/libs/sdklib/tests/src/com/android/sdklib/io/
H A DMockFileOp.java229 // then the directory exists implicitely.
248 /** Invokes {@link File#exists()} on the given {@code file}. */
250 public boolean exists(File file) { method in class:MockFileOp
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/common/layout/
H A DLayoutTestBase.java269 boolean uniqueInLayout, boolean exists, String... allowed) {
268 getResourceValidator(String resourceTypeName, boolean uniqueInProject, boolean uniqueInLayout, boolean exists, String... allowed) argument

Completed in 208 milliseconds