HomeSort by relevance Sort by last modified time
    Searched full:exists (Results 826 - 850 of 2592) sorted by null

<<31323334353637383940>>

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/editors/layout/gscripts/
INode.java 131 * @return the attribute as a {@link String}, if it exists, or <code>null</code>
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/
PreCompilerDeltaVisitor.java 460 if (resource != null && resource.exists()) {
477 * null object only if the resource actually exists and is a folder (and not a file)
479 * @return a handle to the folder if it exists, or null otherwise.
483 if (resource != null && resource.exists() && resource.getType() == IResource.FOLDER) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/pages/
ApplicationPage.java 96 * exists, even if there is no matching XML node.
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/
DelayedLaunchInfo.java 32 * Used to indicate behavior when Android app already exists
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/junit/
AndroidJUnitPropertyTester.java 122 if (testType != null && testType.exists()) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/
ExportHelper.java 78 if (file.exists() == false || file.isFile() == false) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/extractstring/
XmlStringFileHelper.java 107 if (resource != null && resource.exists() && resource.getType() == IResource.FILE) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/resources/manager/
ResourceManager.java 377 * Returns the {@link ResourceFolder} for the given file or <code>null</code> if none exists.
395 * Returns the {@link ResourceFolder} for the given folder or <code>null</code> if none exists.
416 if (frameworkRes.exists()) {
503 if (resourceFolder != null && resourceFolder.exists()) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/tests/groovytests/
TestGroovy.java 75 // The stream is null if the file does not exists.
  /sdk/eclipse/scripts/
build_server.sh 57 # Check dest dir exists
  /sdk/layoutopt/libs/uix/src/com/android/layoutopt/uix/
LayoutAnalysis.java 41 + "XML layout, if the specified file exists, etc.");
LayoutAnalyzer.java 124 if (file != null && file.exists()) {
  /sdk/sdklauncher/
sdklauncher.c 104 CREATE_ALWAYS, // create even if exists
  /sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/internal/repository/
RepoSources.java 87 if (f.exists()) {
  /system/wlan/ti/wilink_6_1/platforms/os/linux/build/
Makefile 207 # Make sure the output directory exists
  /frameworks/base/media/java/android/media/
MediaScanner.java 790 // see if the genre already exists
801 // genre already exists, so compute its Uri
810 // release the cursor if it exists
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newproject/
NewTestProjectCreationPage.java 476 * <li>When mMainInfo exists, this is part of a new Android Project. In which case
    [all...]
  /sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/internal/avd/
AvdManager.java 511 if (avdFolder.exists()) {
513 // AVD already exists and removePrevious is set, try to remove the
539 if (userdataSrc.exists() == false && target.isPlatform() == false) {
544 if (userdataSrc.exists() == false) {
768 if (iniFile != null && iniFile.exists()) {
    [all...]
  /external/dropbear/
scp.c 832 int amt, exists, first, mask, mode, ofd, omode; local
956 exists = stat(np, &stb) == 0;
961 if (exists) {
1057 if (exists || omode != mode)
1068 if (!exists && omode != mode)
  /packages/apps/Browser/src/com/android/browser/
BrowserProvider.java 280 db.execSQL("DROP TABLE IF EXISTS labels");
295 db.execSQL("DROP TABLE IF EXISTS bookmarks");
296 db.execSQL("DROP TABLE IF EXISTS searches");
311 if (!appPluginsDir.exists()) {
330 if (!gearsDataDir.exists()) {
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ui/tree/
UiTreeBlock.java 281 // The UiElementNode for the application XML node always exists, even
288 boolean exists = mAutoCreateRoot || (ui_node.getXmlNode() != null);
291 if (section.getEnabled() != exists) {
292 section.setEnabled(exists);
294 c.setEnabled(exists);
    [all...]
  /dalvik/libcore/xml/src/main/java/org/apache/xml/dtm/ref/
DTMDocumentImpl.java     [all...]
  /dalvik/libcore/luni/src/main/java/java/io/
File.java 430 * @return {@code true} if this file exists, {@code false} otherwise.
437 public boolean exists() { method in class:File
    [all...]
  /dalvik/libcore/security/src/main/java/java/security/
KeyStore.java 346 * If the specified alias already exists, it will be reassigned.
384 * If the specified alias already exists, it will be reassigned.
418 * If the specified alias already exists, it will be reassigned.
488 * @return {@code true} if the alias exists, {@code false} otherwise.
742 * If the specified alias already exists, it will be reassigned.
    [all...]
  /external/bluetooth/glib/gio/
glocalfile.c 1081 * none exists. */
1092 * none exists. */
1105 * exists. */
    [all...]

Completed in 192 milliseconds

<<31323334353637383940>>