/system/extras/tests/sdcard/ |
Android.mk | 15 # Build control file for Bionic's test programs 16 # define the BIONIC_TESTS environment variable to build the test programs
|
/bootable/recovery/updater/ |
Android.mk | 10 # Build a statically-linked binary to include in OTA packages 14 # Build only in eng, so we don't end up with a copy of this in /system 15 # on user builds. (TODO: find a better way to build device binaries
|
/development/build/tools/ |
windows_sdk.mk | 1 # Makefile to build the Windows SDK under linux. 3 # This file is included by build/core/Makefile when a PRODUCT-sdk-win_sdk build 8 # - build a few Windows tools 12 # made complicated by the fact the build system does not support cross-compilation. 19 $(error MinGW is required to build a Windows SDK. Please 'apt-get install mingw32') 36 # LINUX_SDK_NAME/DIR is set in build/core/Makefile 62 $(call winsdk-banner,Build Windows Tools) 66 $(call winsdk-banner,Build $(WIN_SDK_NAME)) 72 $(TOPDIR)development/build/tools/patch_windows_sdk.sh [all...] |
/external/fdlibm/ |
Android.mk | 50 # Build for the target (device). 70 # Build for the host.
|
/external/webkit/WebKitTools/Scripts/webkitpy/steps/ |
__init__.py | 32 from webkitpy.steps.build import Build
|
/frameworks/base/libs/rs/ |
Android.mk | 5 # Build rsg-generator ==================== 23 # TODO: This should go into build/core/config.mk 28 # Build render script lib ====================
|
/external/openssl/crypto/ |
crypto-lib.com | 18 $! Specify the following as P1 to build just that part or ALL to just 19 $! build everything. 160 $! Build our options file for the application 304 $! Figure Out What Other Modules We Are To Build. 492 $! Exit The Build. 561 $! Time To Build Some Applications 764 $! P1 Is Blank, So Build Everything. 790 $ WRITE SYS$OUTPUT " ALL : Just Build Everything." 1167 $! Build a MACRO command for the architecture at hand [all...] |
/bootable/recovery/edify/ |
expr.h | 93 Expr* Build(Function fn, YYLTYPE loc, int count, ...);
|
/external/icu4c/common/ |
Android.mk | 105 # Build for the target (device). 125 # Build for the host.
|
/external/icu4c/i18n/ |
Android.mk | 82 # Build for the target (device). 102 # Build for the host.
|
/external/webkit/WebKitTools/Scripts/ |
build-webkit | 30 # Build script wrapper for the WebKit Open Source Project. 199 Usage: $programName [options] [options to pass to build system] 201 --clean Cleanup the build directory 203 --cairo-win32 Build using Cairo (rather than CoreGraphics) on Windows 204 --chromium Build the Chromium port on Mac/Win/Linux 205 --gtk Build the GTK+ port 206 --qt Build the Qt port 207 --inspector-frontend Copy changes to the inspector front-end files to the build directory 222 # Build usage text and options list from features 340 # Chromium doesn't build by project directories [all...] |
/external/webkit/WebKitTools/Scripts/webkitpy/commands/ |
download_unittest.py | 42 options.build = True 50 self.assert_execute_outputs(Build(), [], options=self._default_options(), expected_stderr=expected_stderr)
|
/packages/apps/Settings/src/com/android/settings/ |
SettingsSafetyLegalActivity.java | 22 import android.os.Build;
|
/cts/tests/ |
Android.mk | 34 # Build the test APK using its own makefile, and any other CTS-related packages
|
/external/libffi/ |
Android.mk | 17 # minimize duplication between the build rules. 23 # Build rules for the target. 26 # We only build ffi at all for non-arm, non-x86 targets.
|
/external/libpng/contrib/gregbook/ |
makevms.com | 64 $! Build 'em.
|
/frameworks/base/common/ |
Android.mk | 18 # the framework library, and build/core/pathmap.mk expects a java/ subdirectory. 28 # Include this library in the build server's output directory 31 # Build the test package
|
/frameworks/base/media/libdrm/mobile2/ |
Android.mk | 6 # Build DRM2 core library
|
/packages/apps/VoiceDialer/src/com/android/voicedialer/ |
RecognizerLogger.java | 21 import android.os.Build; 124 mWriter.write(Build.FINGERPRINT);
|
/packages/experimental/BugReportSender/src/com/android/bugreportsender/ |
BugReportListActivity.java | 22 import android.os.Build; 112 intent.putExtra("body", "Build: " + Build.DISPLAY + "\n(Sent by BugReportSender)");
|
/frameworks/base/core/java/android/webkit/ |
WebSettings.java | 22 import android.os.Build; 376 final String version = Build.VERSION.RELEASE; 396 // add the model for the release build 397 if ("REL".equals(Build.VERSION.CODENAME)) { 398 final String model = Build.MODEL; 404 final String id = Build.ID; 406 buffer.append(" Build/"); [all...] |
/external/quake/quake/src/QW/client/ |
qwcl.mak | [all...] |
/frameworks/base/core/java/android/widget/ |
TabHost.java | 25 import android.os.Build; 515 if (context.getApplicationInfo().targetSdkVersion <= Build.VERSION_CODES.DONUT) { 552 if (context.getApplicationInfo().targetSdkVersion <= Build.VERSION_CODES.DONUT) {
|
/external/v8/src/ |
d8.js | 420 // Build a lookup request. 426 // Build an evaluate request. 441 // Build a references request. 524 // Build a backtrace request from the text command. 571 // Build a frame request from the text command. 584 // Build a scopes request from the text command. 592 // Build a scope request from the text command. 605 // Build an evaluate request from the text command. 615 // Build an evaluate request from the text command. 625 // Build an evaluate request from the text command [all...] |
/dalvik/libcore/ |
JavaLibrary.mk | 47 # Build for the target (device). 145 # Build for the host.
|