HomeSort by relevance Sort by last modified time
    Searched refs:PROJECT (Results 26 - 28 of 28) sorted by null

12

  /sdk/sdkmanager/app/src/com/android/sdkmanager/
Main.java 2 * Copyright (C) 2008 The Android Open Source Project
35 import com.android.sdklib.internal.project.ProjectCreator;
36 import com.android.sdklib.internal.project.ProjectProperties;
37 import com.android.sdklib.internal.project.ProjectCreator.OutputLevel;
38 import com.android.sdklib.internal.project.ProjectProperties.PropertyType;
489 * Creates a new Android project based on command-line parameters
518 "Project name '%1$s' contains invalid characters.\nAllowed characters are: %2$s",
551 * Creates a new Android test project based on command-line parameters
557 // first check the path of the parent project, and make sure it's valid.
563 // destination path of the project
    [all...]
  /ndk/build/core/
definitions.mk 1 # Copyright (C) 2009 The Android Open Source Project
260 # native debugging). It is generally under $PROJECT/obj/local/
264 # this module will be stored. Usually $PROJECT/obj/local/<module>/obj
268 # of the module. Usually $PROJECT/libs/<abi>/<prefix><module><suffix>
349 # An installable module is one that will be copied to $PROJECT/libs/<abi>/
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/junit/
AndroidJUnitLaunchConfigurationTab.java 2 * Copyright (C) 2009 The Android Open Source Project
23 import com.android.ide.eclipse.adt.internal.project.BaseProjectHelper;
24 import com.android.ide.eclipse.adt.internal.project.ProjectChooserHelper;
101 // Project UI widgets
549 * Show a dialog that lets the user select a Android project. This in turn provides
551 * constraining the search for main types to the specified project.
554 IJavaProject project = mProjectChooserHelper.chooseJavaProject(getProjectName(), local
555 "Please select a project to launch");
556 if (project == null) {
560 String projectName = project.getElementName()
653 IProject project = getWorkspaceRoot().getProject(projectName); local
    [all...]

Completed in 724 milliseconds

12