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

1 2 3 4 5 67 8 91011>>

  /external/chromium_org/ui/gl/
surface_jni_headers.target.linux-x86.mk 23 $(gyp_shared_intermediate_dir)/ui/gl/jni/Surface_jni.h: $(LOCAL_PATH)/base/android/jni_generator/jni_generator.py $(PWD)/prebuilts/sdk/18/android.jar $(GYP_TARGET_DEPENDENCIES)
24 @echo "Gyp action: Generating JNI bindings from $(PWD)/prebuilts/sdk/18/android.jar/android/view/Surface.class ($@)"
25 $(hide)cd $(gyp_local_path)/ui/gl; mkdir -p $(gyp_shared_intermediate_dir)/ui/gl/jni; ../../base/android/jni_generator/jni_generator.py -j "$(PWD)/prebuilts/sdk/18/android.jar" --input_file android/view/Surface.class --output_dir "$(gyp_shared_intermediate_dir)/ui/gl/jni" --includes base/android/jni_generator/jni_generator_helper.h --optimize_generation 0 --native_exports
surface_jni_headers.target.linux-x86_64.mk 23 $(gyp_shared_intermediate_dir)/ui/gl/jni/Surface_jni.h: $(LOCAL_PATH)/base/android/jni_generator/jni_generator.py $(PWD)/prebuilts/sdk/18/android.jar $(GYP_TARGET_DEPENDENCIES)
24 @echo "Gyp action: Generating JNI bindings from $(PWD)/prebuilts/sdk/18/android.jar/android/view/Surface.class ($@)"
25 $(hide)cd $(gyp_local_path)/ui/gl; mkdir -p $(gyp_shared_intermediate_dir)/ui/gl/jni; ../../base/android/jni_generator/jni_generator.py -j "$(PWD)/prebuilts/sdk/18/android.jar" --input_file android/view/Surface.class --output_dir "$(gyp_shared_intermediate_dir)/ui/gl/jni" --includes base/android/jni_generator/jni_generator_helper.h --optimize_generation 0 --native_exports
  /frameworks/support/v17/leanback/
Android.mk 17 # Build the resources using the current SDK version.
19 # SDK version than the resources. The resources library and the R class that it
117 LOCAL_DROIDDOC_CUSTOM_TEMPLATE_DIR := build/tools/droiddoc/templates-sdk
125 -federationapi Android prebuilts/sdk/api/17.txt \
146 LOCAL_DROIDDOC_CUSTOM_TEMPLATE_DIR := build/tools/droiddoc/templates-sdk
  /external/clang/runtime/compiler-rt/
Makefile 100 ACTIVE_SDK_PATH := $(shell xcrun --show-sdk-path 2> /dev/null)
104 IOSSIM_SDK_PATH := $(shell xcrun --show-sdk-path -sdk iphonesimulator 2> /dev/null)
  /external/llvm/utils/buildit/
GNUmakefile 81 ARM_PLATFORM=`xcodebuild -version -sdk iphoneos PlatformPath` && \
  /ndk/build/tools/
common-build-host-funcs.sh 390 # Used to determine the minimum possible Darwin version that a Darwin SDK
393 # out: SDK version number (e.g. 10.4 or 10.5)
403 # Use the check for the availability of a compatibility SDK in Darwin
407 # $1: SDK root path
462 # DARWIN_SDK_VERSION -> Darwin SDK version
467 # DARWIN_SYSROOT -> Path to Darwin SDK sysroot (cross-compile only).
519 # Compute SDK subdirectory name
522 *) DARWIN_SDK_SUBDIR=$DARWIN_SDK.sdk;;
529 _bh_check_darwin_sdk /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk $DARWIN_MIN_VERSION
530 _bh_check_darwin_sdk /Developer/SDKs/MacOSX10.7.sdk $DARWIN_MIN_VERSIO
    [all...]
  /packages/apps/Email/
Android.mk 23 appcompat_dir := ../../../prebuilts/sdk/current/support/v7/appcompat/res
28 gridlayout_dir := ../../../prebuilts/sdk/current/support/v7/gridlayout/res
  /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
  /frameworks/opt/photoviewer/sample/
Android.mk 44 res_dirs := $(photo_dir) res ../../../../prebuilts/sdk/current/support/v7/appcompat/res
  /hardware/qcom/display/msm8974/
common.mk 38 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
  /external/qemu/
android-configure.sh 126 PROBE_HOST_CC=$(dirname $0)/../../prebuilts/tools/gcc-sdk/gcc
226 # find the Android SDK Tools revision number
227 TOOLS_PROPS=$ANDROID_TOP/sdk/files/tools_source.properties
252 GLES_DIR=../../sdk/emulator/opengl
289 # For OS X, detect the location of the SDK to use.
301 log "OSX: Using SDK version $OSX_SDK_VERSION"
306 OSX_SDK_ROOT=$XCODE_PATH/Platforms/MacOSX.platform/Developer/SDKs/MacOSX${OSX_SDK_VERSION}.sdk
309 OSX_SDK_ROOT=/Developer/SDKs/MaxOSX${OSX_SDK_VERSION}.sdk
312 echo "ERROR: Could not find SDK $OSX_SDK_VERSION at $OSX_SDK_ROOT"
316 echo "OSX SDK : Found at $OSX_SDK_ROOT
    [all...]

Completed in 2368 milliseconds

1 2 3 4 5 67 8 91011>>