HomeSort by relevance Sort by last modified time
    Searched refs:sdk (Results 101 - 125 of 491) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/clang/tools/scan-build/
ccc-analyzer 45 # If on OSX, use xcrun to determine the SDK root.
52 # query the SDK location.
516 # On OSX/iOS, record if an SDK path was specified. This
667 # default SDK is inferred by xcrun use xcrun to infer
668 # the SDK.
670 my $sdk = `/usr/bin/xcrun --show-sdk-path -sdk macosx`;
671 chomp $sdk;
672 push @CompileOpts, "-isysroot", $sdk;
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/
ConfigurationDescription.java 35 import com.android.ide.eclipse.adt.internal.sdk.AndroidTargetData;
36 import com.android.ide.eclipse.adt.internal.sdk.Sdk;
377 Sdk sdk = Sdk.getCurrent(); local
378 if (sdk != null) {
379 AndroidTargetData data = sdk.getTargetData(target);
  /external/apache-http/
Android.mk 95 # For unbundled build we'll use the prebuilt jar from prebuilts/sdk.
109 # Archive a copy of the classes.jar in SDK build.
110 $(call dist-for-goals,sdk win_sdk,$(full_classes_jar):org.apache.http.legacy.jar)
  /external/llvm/utils/buildit/
GNUmakefile 81 ARM_PLATFORM=`xcodebuild -version -sdk iphoneos PlatformPath` && \
  /ndk/build/tools/
common-build-host-funcs.sh 326 # Used to determine the minimum possible Darwin version that a Darwin SDK
329 # out: SDK version number (e.g. 10.4 or 10.5)
339 # Use the check for the availability of a compatibility SDK in Darwin
343 # $1: SDK root path
398 # DARWIN_SDK_VERSION -> Darwin SDK version
403 # DARWIN_SYSROOT -> Path to Darwin SDK sysroot (cross-compile only).
455 # Compute SDK subdirectory name
458 *) DARWIN_SDK_SUBDIR=$DARWIN_SDK.sdk;;
465 _bh_check_darwin_sdk /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk $DARWIN_MIN_VERSION
466 _bh_check_darwin_sdk /Developer/SDKs/MacOSX10.7.sdk $DARWIN_MIN_VERSIO
    [all...]
  /packages/apps/Messaging/build/
android_lint.mk 26 # Lint tool expects api-versions.xml from the SDK to be in development/sdk but
27 # it's not. Create a symbolic link to the android SDK to fix it
28 API_VERSIONS_XML := $(abspath development/sdk/api-versions.xml)
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/color/
ColorEditorDelegate.java 26 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/otherxml/
OtherXmlEditorDelegate.java 26 import com.android.ide.eclipse.adt.internal.sdk.AndroidTargetData;
  /build/tools/droiddoc/templates-pdk/
customizations.cs 6 include:"../../../../frameworks/base/docs/html/sdk/sdk_toc.cs" ?>
118 elif:sdk ?><?cs
155 Android <?cs var:sdk.version ?>&nbsp;r<?cs var:sdk.rel.id ?> - <?cs var:page.now ?>
  /external/lldb/scripts/
build-llvm.pl 211 chomp(my $actual_prog_path = `xcrun -sdk '$ENV{SDKROOT}' -find ${prog}`);
223 chomp(my $actual_prog_path = `xcrun -sdk '$ENV{SDKROOT}' -find ${prog}`);
  /external/proguard/examples/
android.pro 7 # If you're using the Android SDK, the Ant release build and Eclipse export
22 -libraryjars /usr/local/android-sdk/platforms/android-9/android.jar
23 #-libraryjars /usr/local/android-sdk/add-ons/google_apis-7_r01/libs/maps.jar
  /hardware/qcom/display/msm8974/
common.mk 38 ifneq ($(call is-platform-sdk-version-at-least,18),true)
  /hardware/qcom/display/msm8994/
common.mk 39 ifneq ($(call is-platform-sdk-version-at-least,18),true)
  /prebuilts/devtools/adt/lib/
sdktestutils.jar 
  /prebuilts/tools/common/proguard/proguard4.7/examples/
android.pro 7 # If you're using the Android SDK (version 2.3 or higher), the android tool
21 -libraryjars /usr/local/android-sdk/platforms/android-9/android.jar
22 #-libraryjars /usr/local/android-sdk/add-ons/google_apis-7_r01/libs/maps.jar
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
ChangeViewWizard.java 27 import com.android.ide.eclipse.adt.internal.sdk.AndroidTargetData;
28 import com.android.ide.eclipse.adt.internal.sdk.Sdk;
108 Sdk currentSdk = Sdk.getCurrent();
171 combo.add("SDK not initialized");
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/uimodel/
UiViewElementNode.java 39 import com.android.ide.eclipse.adt.internal.sdk.AndroidTargetData;
40 import com.android.ide.eclipse.adt.internal.sdk.Sdk;
91 Sdk currentSdk = Sdk.getCurrent();
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
EclipseLintRunner.java 23 import com.android.ide.eclipse.adt.internal.sdk.ProjectState;
24 import com.android.ide.eclipse.adt.internal.sdk.Sdk;
221 ProjectState state = Sdk.getProjectState(project);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/
ProjectChooserHelper.java 20 import com.android.ide.eclipse.adt.internal.sdk.ProjectState;
21 import com.android.ide.eclipse.adt.internal.sdk.Sdk;
74 ProjectState state = Sdk.getProjectState(project);
94 ProjectState state = Sdk.getProjectState(project);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/properties/
AndroidPropertyPage.java 21 import com.android.ide.eclipse.adt.internal.sdk.ProjectState;
22 import com.android.ide.eclipse.adt.internal.sdk.Sdk;
67 // get the targets from the sdk
69 if (Sdk.getCurrent() != null) {
70 targets = Sdk.getCurrent().getTargets();
115 Sdk currentSdk = Sdk.getCurrent();
117 ProjectState state = Sdk.getProjectState(mProject);
121 // See Sdk.mFileListene
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/resources/manager/
ProjectResources.java 27 import com.android.ide.eclipse.adt.internal.sdk.ProjectState;
28 import com.android.ide.eclipse.adt.internal.sdk.Sdk;
105 ProjectState state = Sdk.getProjectState(mProject);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/
NewTemplateWizardState.java 34 import com.android.ide.eclipse.adt.internal.sdk.ProjectState;
35 import com.android.ide.eclipse.adt.internal.sdk.Sdk;
124 /** Returns the min SDK version to use */
138 IAndroidTarget target = Sdk.getCurrent().getTarget(project);
160 ProjectState projectState = Sdk.getProjectState(project);
  /sdk/find_lock/
Android.mk 24 LOCAL_CFLAGS += -I$(TOPDIR)sdk/find_java
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/
EmulatorConfigTab.java 26 import com.android.ide.eclipse.adt.internal.sdk.AdtConsoleSdkLog;
27 import com.android.ide.eclipse.adt.internal.sdk.Sdk;
146 // SDK can be null if the user opens the dialog before ADT finished
147 // initializing the SDK itself. In this case just don't reload anything
149 Sdk sdk = Sdk.getCurrent(); local
150 if (sdk != null) {
151 AvdManager avdMan = sdk.getAvdManager()
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/
AdtPlugin.java 28 import com.android.ide.common.sdk.LoadStatus;
46 import com.android.ide.eclipse.adt.internal.sdk.Sdk;
47 import com.android.ide.eclipse.adt.internal.sdk.Sdk.ITargetChangeListener;
154 /** Load status of the SDK. Any access MUST be in a synchronized(mPostLoadProjects) block */
156 /** Project to update once the SDK is loaded.
159 /** Project to check validity of cache vs actual once the SDK is loaded.
169 * trying to load the SDK, to avoid re-entrance.
189 * Handle an error message during sdk location check. Returns whateve
    [all...]

Completed in 645 milliseconds

1 2 3 45 6 7 8 91011>>