OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Sdk
(Results
1 - 3
of
3
) sorted by null
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/
AndroidClasspathContainerInitializer.java
20
import com.android.ide.common.
sdk
.LoadStatus;
23
import com.android.ide.eclipse.adt.internal.
sdk
.ProjectState;
24
import com.android.ide.eclipse.adt.internal.
sdk
.
Sdk
;
171
synchronized (
Sdk
.getLock()) {
175
ProjectState state =
Sdk
.getProjectState(iProject);
182
// this might be null if the
sdk
is not yet loaded.
189
Sdk
.getCurrent().checkAndLoadTargetData(target, null /*project*/);
206
// if there is no hash string we only show this if the
SDK
is loaded.
208
// twice, once when the project is opened, and once after the
SDK
ha
[
all
...]
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/sdk/
Sdk.java
17
package com.android.ide.eclipse.adt.internal.
sdk
;
28
import com.android.ide.common.
sdk
.LoadStatus;
41
import com.android.ide.eclipse.adt.internal.
sdk
.ProjectState.LibraryDifference;
42
import com.android.ide.eclipse.adt.internal.
sdk
.ProjectState.LibraryState;
106
* Central point to load, manipulate and deal with the Android
SDK
. Only one
SDK
can be used
109
* To start using an
SDK
, call {@link #loadSdk(String)} which returns the instance of
110
* the
Sdk
object.
112
* To get the list of platforms or add-ons present in the
SDK
, call {@link #getTargets()}.
114
public final class
Sdk
{
[
all
...]
/prebuilts/gradle-plugin/com/android/tools/build/gradle/0.5.7/
gradle-0.5.7.jar
Completed in 34 milliseconds