OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SDK
(Results
76 - 100
of
139
) sorted by null
1
2
3
4
5
6
/frameworks/rs/api/
rs_object_info.spec
302
deprecated: 22, This function is deprecated and will be removed from the
SDK
in a future release.
/ndk/build/core/toolchains/x86-4.9/
setup.mk
62
# The ABI-specific sub-directory that the
SDK
tools recognize for
/ndk/build/core/toolchains/x86_64-4.9/
setup.mk
60
# The ABI-specific sub-directory that the
SDK
tools recognize for
/ndk/build/core/toolchains/x86_64-clang3.6/
setup.mk
80
# The ABI-specific sub-directory that the
SDK
tools recognize for
/external/llvm/tools/llvm-readobj/
MachODumper.cpp
726
SmallString<32>
SDK
;
727
if (VMC.
sdk
== 0)
728
SDK
= "n/a";
730
SDK
= utostr(MachOObjectFile::getVersionMinMajor(VMC, true)) + "." +
734
SDK
+= "." + utostr(MachOObjectFile::getVersionMinUpdate(VMC, true));
736
W.printString("
SDK
",
SDK
);
/build/core/
java.mk
174
# Defaulting to an empty string uses the latest available platform
SDK
.
502
# we artifically raises the "
SDK
version" "linked" by ProGuard, to
503
# - suppress ProGuard warnings of referencing symbols unknown to the lower
SDK
version.
504
# - prevent ProGuard stripping subclass in the support library that extends class added in the higher
SDK
version.
513
# For platform build, we can't just raise to the "current"
SDK
,
514
# that would break apps that use APIs removed from the current
SDK
.
pdk_config.mk
46
TARGET_BUILD_JAVA_SUPPORT_LEVEL :=
sdk
143
#
SDK
used for Java build under PDK
145
$(info PDK Build uses
SDK
$(PDK_BUILD_SDK_VERSION))
/external/llvm/utils/release/
build_llvm_package.bat
13
REM Visual Studio 2013
SDK
(for the clang-format plugin).
/frameworks/support/
Android.mk
84
# Check APIs and generate support AIDL file for
SDK
build
85
sdk
: check-support-api $(support-aidl)
/ndk/build/core/toolchains/x86-clang3.6/
setup.mk
82
# The ABI-specific sub-directory that the
SDK
tools recognize for
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/
CameraFacade.java
64
int sSdkLevel = Integer.parseInt(android.os.Build.VERSION.
SDK
);
90
@RpcParameter(name = "cameraId", description = "Id of camera to use.
SDK
9") @RpcDefault("0") Integer cameraId)
/dalvik/dx/etc/
mainDexClasses.bat
53
REM set proguard location for the
SDK
case
/external/apache-http/
Android.mk
116
# For unbundled build we'll use the prebuilt jar from prebuilts/
sdk
.
130
# Archive a copy of the classes.jar in
SDK
build.
131
$(call dist-for-goals,
sdk
win_sdk,$(full_classes_jar):org.apache.http.legacy.jar)
/external/curl/lib/
ldap.c
41
# error Your Platform
SDK
is NOT sufficient for LDAP support! \
42
Update your Platform
SDK
, or disable LDAP support!
271
/* Win32 LDAP
SDK
doesn't support insecure mode without CA! */
285
/* Novell
SDK
supports DER or BASE64 files. */
327
/* OpenLDAP
SDK
supports BASE64 files. */
/external/harfbuzz_ng/win32/
detectenv-msvc.mak
54
# VCINSTALLDIR) or with the MS Platform
SDK
(MSSDK or WindowsSDKDir)
info-msvc.mak
84
@echo Enable DirectWrite support, requires a recent enough Windows
SDK
.
/external/junit/
Android.mk
147
# the
SDK
to provide the junit.framework.* classes, we must add
/external/mockito/
Android.mk
102
# dependencies. Since host modules are not compiled against the
SDK
,
/external/neven/
Android.mk
106
FaceRecEm/common/src/b_FDSDK/
SDK
.c
/prebuilts/gradle-plugin/com/android/tools/jack/jack-api/0.9.0/
jack-api-0.9.0.jar
/prebuilts/tools/common/offline-m2/com/android/tools/jack/jack-api/0.9.0/
jack-api-0.9.0.jar
/sdk/find_java/
find_java.bat
65
echo You can find the complete Android
SDK
requirements here:
66
echo http://developer.android.com/
sdk
/requirements.html
/external/libgdx/backends/gdx-backend-android/src/com/badlogic/gdx/backends/android/
AndroidLiveWallpaperService.java
146
if (config.getTouchEventsForLiveWallpaper && Integer.parseInt(android.os.Build.VERSION.
SDK
) >= 7)
/cts/tools/device-setup/TestDeviceSetup/src/android/tests/getinfo/
DeviceInfoInstrument.java
88
addResult(VERSION_SDK, Build.VERSION.
SDK
);
260
* name and availability pairs like "feature1:
sdk
:true;feature2:
sdk
:false;feature3:other:true;".
272
addFeature(features, featureName, "
sdk
", hasFeature);
296
* Use reflection to get the features defined by the
SDK
. If there are features that do not fit
300
* @return list of feature names from
sdk
/external/replicaisland/src/com/replica/replicaisland/
MainMenuActivity.java
202
final int sdkVersion = Integer.parseInt(Build.VERSION.
SDK
);
Completed in 2677 milliseconds
1
2
3
4
5
6