HomeSort by relevance Sort by last modified time
    Searched refs:sdk (Results 201 - 225 of 432) sorted by null

1 2 3 4 5 6 7 891011>>

  /ndk/build/tools/
build-mingw64-toolchain.sh 204 SDK's compatibility Linux toolchain, one can do the following:
260 # Use the check for the availability of a compatibility SDK in Darwin
264 # $1: SDK root path
270 var_append BUILD_LDFLAGS "-Wl,-syslibroot,$sdk -mmacosx-version-min=$2"
278 elif check_darwin_sdk /Developer/SDKs/MacOSX10.5.sdk 10.5; then
280 elif check_darwin_sdk /Developer/SDKs/MacOSX10.6.sdk 10.6; then
587 --build=$HOST_TAG --with-widl=$WITH_WIDL --enable-sdk=all
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/
build-mingw64-toolchain.sh 204 SDK's compatibility Linux toolchain, one can do the following:
260 # Use the check for the availability of a compatibility SDK in Darwin
264 # $1: SDK root path
270 var_append BUILD_LDFLAGS "-Wl,-syslibroot,$sdk -mmacosx-version-min=$2"
278 elif check_darwin_sdk /Developer/SDKs/MacOSX10.5.sdk 10.5; then
280 elif check_darwin_sdk /Developer/SDKs/MacOSX10.6.sdk 10.6; then
587 --build=$HOST_TAG --with-widl=$WITH_WIDL --enable-sdk=all
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/animator/
AnimationEditorDelegate.java 28 import com.android.ide.eclipse.adt.internal.sdk.AndroidTargetData;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/drawable/
DrawableEditorDelegate.java 27 import com.android.ide.eclipse.adt.internal.sdk.AndroidTargetData;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/menu/
MenuEditorDelegate.java 27 import com.android.ide.eclipse.adt.internal.sdk.AndroidTargetData;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/welcome/
WelcomeWizard.java 21 import com.android.ide.eclipse.adt.internal.sdk.AdtConsoleSdkLog;
39 * Wizard shown on first start for new users: configure SDK location, accept or
55 * @param showInstallSdkPage show page to install SDK's
139 // Set SDK path after installation since this will trigger a SDK refresh.
164 // Get a shell to use for the SDK installation. There are cases where getActiveShell
178 AdtPlugin.log(IStatus.WARNING, "No parent shell for SDK installation dialog");
201 AdtPlugin.printErrorToConsole("Failed to install Android SDK.");
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/common/resources/platform/
AttributeInfoTest.java 294 "SDK git repository", sdkPath);
295 File sdk = new File(sdkPath); local
296 assertNotNull("$ADT_SDK_SOURCE_PATH (" + sdk.getPath() + ") is not a directory",
297 sdk.isDirectory());
298 File git = sdk.getParentFile();
  /sdk/eclipse/scripts/
create_all_symlinks.sh 114 DEST="sdk/eclipse/scripts"
132 BASE_PLUGIN_DEST="sdk/eclipse/plugins/com.android.ide.eclipse.base/libs"
133 BASE_PLUGIN_LIBS="base:common swt:sdkstats base:sdklib base:dvlib base:layoutlib-api base:sdk-common"
154 ADT_DEST="sdk/eclipse/plugins/com.android.ide.eclipse.adt/libs"
170 DDMS_DEST="sdk/eclipse/plugins/com.android.ide.eclipse.ddms/libs"
184 TEST_DEST="sdk/eclipse/plugins/com.android.ide.eclipse.tests"
204 HV_DEST="sdk/eclipse/plugins/com.android.ide.eclipse.hierarchyviewer/libs"
213 TV_DEST="sdk/eclipse/plugins/com.android.ide.eclipse.traceview/libs"
222 MONITOR_DEST="sdk/eclipse/plugins/com.android.ide.eclipse.monitor/libs"
241 GLD_DEST="sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/libs
    [all...]
  /build/core/
Makefile 96 # which are available in the SDK. "dev-keys" marks builds signed with
268 # sdk-build.prop
271 # ship with the sdk; remove them.
283 INSTALLED_SDK_BUILD_PROP_TARGET := $(PRODUCT_OUT)/sdk/sdk-build.prop
285 @echo SDK buildinfo: $@
    [all...]
  /external/doclava/res/assets/templates/assets/
doclava-developer-core.css 278 .sdk #sdk-link a,
292 .sdk #sdk-link a:hover,
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
_osx_support.py 274 # compile an extension using an SDK that is not present
275 # on the current machine it is better to not use an SDK
279 # provide SDKs. If the SDK is not present, it is assumed
286 sdk = m.group(1)
287 if not os.path.exists(sdk):
342 # Check if the SDK that is used during compilation actually exists,
343 # the universal build requires the usage of a universal SDK and not all
355 log.warn("Compiling with an SDK that doesn't seem to exist: %s",
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
_osx_support.py 274 # compile an extension using an SDK that is not present
275 # on the current machine it is better to not use an SDK
279 # provide SDKs. If the SDK is not present, it is assumed
286 sdk = m.group(1)
287 if not os.path.exists(sdk):
342 # Check if the SDK that is used during compilation actually exists,
343 # the universal build requires the usage of a universal SDK and not all
355 log.warn("Compiling with an SDK that doesn't seem to exist: %s",
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/
AdtUtils.java 25 import com.android.ide.common.sdk.SdkVersionInfo;
31 import com.android.ide.eclipse.adt.internal.sdk.Sdk;
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/builders/
ResourceManagerBuilder.java 27 import com.android.ide.eclipse.adt.internal.sdk.ProjectState;
28 import com.android.ide.eclipse.adt.internal.sdk.Sdk;
90 // (this means: no SDK, no target, or unresolvable target.)
121 Sdk currentSdk = Sdk.getCurrent();
129 ProjectState projectState = Sdk.getProjectState(project);
150 // Check that the SDK directory has been setup.
203 // either there is no 'gen' source folder in the project (older SDK),
206 // In case we are migrating from an older SDK, we go through the current sourc
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/
ExplodedRenderingHelper.java 22 import com.android.ide.eclipse.adt.internal.sdk.AndroidTargetData;
23 import com.android.ide.eclipse.adt.internal.sdk.Sdk;
67 IAndroidTarget target = Sdk.getCurrent().getTarget(iProject);
68 AndroidTargetData data = Sdk.getCurrent().getTargetData(target);
LayoutReloadMonitor.java 31 import com.android.ide.eclipse.adt.internal.sdk.ProjectState;
32 import com.android.ide.eclipse.adt.internal.sdk.Sdk;
288 ProjectState state = Sdk.getProjectState(project);
290 Set<ProjectState> mainProjects = Sdk.getMainProjectsFor(project);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
RenderPreview.java 54 import com.android.ide.eclipse.adt.internal.sdk.AndroidTargetData;
55 import com.android.ide.eclipse.adt.internal.sdk.Sdk;
530 Sdk sdk = Sdk.getCurrent(); local
531 if (sdk != null) {
532 data = sdk.getTargetData(target);
620 Sdk sdk = Sdk.getCurrent() local
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
WrapInWizard.java 32 import com.android.ide.eclipse.adt.internal.sdk.AndroidTargetData;
33 import com.android.ide.eclipse.adt.internal.sdk.Sdk;
193 Sdk currentSdk = Sdk.getCurrent();
262 combo.add("SDK not initialized");
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/values/
ValuesContentAssist.java 27 import static com.android.ide.eclipse.adt.internal.sdk.AndroidTargetData.DESCRIPTOR_LAYOUT;
40 import com.android.ide.eclipse.adt.internal.sdk.AndroidTargetData;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/resources/manager/
ProjectClassLoader.java 22 import com.android.ide.eclipse.adt.internal.sdk.ProjectState;
23 import com.android.ide.eclipse.adt.internal.sdk.Sdk;
88 ProjectState projectState = Sdk.getProjectState(mJavaProject.getProject());
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/sdk/
AndroidTargetData.java 17 package com.android.ide.eclipse.adt.internal.sdk;
25 import com.android.ide.common.sdk.LoadStatus;
49 * This class contains the data of an Android Target as loaded from the SDK.
LayoutParamsParser.java 17 package com.android.ide.eclipse.adt.internal.sdk;
24 import com.android.ide.eclipse.adt.internal.sdk.IAndroidClassLoader.IClassDescriptor;
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/wizards/exportgradle/
ExportGradleTest.java 25 import com.android.ide.eclipse.adt.internal.sdk.ProjectState;
26 import com.android.ide.eclipse.adt.internal.sdk.Sdk;
134 ProjectState projectState = Sdk.getProjectState(project.getProject());
  /system/core/adb/
Android.mk 87 $(call dist-for-goals,dist_files sdk,$(LOCAL_BUILT_MODULE))
  /system/core/fastboot/
Android.mk 80 $(call dist-for-goals,dist_files sdk,$(my_dist_files))

Completed in 1332 milliseconds

1 2 3 4 5 6 7 891011>>