/packages/apps/Gallery/tests/src/com/android/camera/ |
UnitTests.java | 34 .build();
|
/packages/apps/Mms/tests/ |
Android.mk | 18 # We only want this apk build for tests.
|
/packages/apps/QuickSearchBox/ |
Android.mk | 41 # Also build our test apk
|
/packages/apps/QuickSearchBox/benchmarks/src/com/android/quicksearchbox/benchmarks/ |
ApplicationsLatency.java | 23 To build and run:
|
ContactsLatency.java | 23 To build and run:
|
WebConcurrency.java | 25 To build and run:
|
/packages/apps/QuickSearchBox/tests/ |
Android.mk | 20 # We only want this apk build for tests.
|
/packages/apps/QuickSearchBox/tests/src/com/android/quicksearchbox/ |
MockIconLoader.java | 52 .build();
|
/packages/apps/Settings/src/com/android/settings/ |
DeviceInfoSettings.java | 23 import android.os.Build; 59 setStringSummary("firmware_version", Build.VERSION.RELEASE); 61 setStringSummary("device_model", Build.MODEL); 62 setStringSummary("build_number", Build.DISPLAY);
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/preferences/ |
AdtPrefs.java | 57 /** Verbosity of the build */ 64 /** Build verbosity "Always". Those messages are always displayed, even in silent mode */ 66 /** Build verbosity level "Normal" */ 68 /** Build verbosity level "Verbose". Those messages are only displayed in verbose mode */
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/build/ |
BaseBuilderTest.java | 17 package com.android.ide.eclipse.adt.internal.build;
|
/sdk/eclipse/scripts/ |
create_bridge_symlinks.sh | 28 make -j3 showcommands $LIBS || die "Bridge: Failed to build one of $LIBS."
|
/sdk/emulator/tools/ |
Android.mk | 15 # this file is used to build emulator-specific program tools
|
/system/core/libacc/ |
Android.mk | 28 # Build children
|
/system/core/toolbox/ |
mv.c | 34 /* assume we build "dest/source", and let rename() fail on pathsize */
|
/system/extras/tests/bionic/libc/ |
README.TXT | 7 You must define the BIONIC_TESTS environment variable to build these
|
/system/wlan/ti/sta_dk_4_0_4_32/ |
Makefile | 89 ## Build process 98 ## This is the kernel build phase - set the appropriate arguments 129 ## This is the regular build phase - act according to the make actions 140 # Build the driver lib file
|
/system/wlan/ti/sta_dk_4_0_4_32/common/src/core/sme/siteMgr/ |
templates.c | 63 DESCRIPTION: This function build a NULL data template to set to the HAL 66 - Build a template & set the template len, the template type is set in the site mgr 97 /* Build Source address */ 117 DESCRIPTION: This function build a probe request template to set to the HAL in the scan process. 119 - Build a template & set the template len, the template type is set in the site mgr 160 /* Build Source address */ 253 DESCRIPTION: This function build a probe response template to set to the HAL 256 - Build a template & set the template len, the template type is set in the site mgr 259 NOTE: This function is used to build beacon template too. 300 /* Build Source address * [all...] |
/dalvik/dx/src/com/android/dx/dex/code/ |
StdCatchBuilder.java | 38 /** {@code non-null;} method to build the list for */ 49 * a subsequent call to {@link #build}. 51 * @param method {@code non-null;} method to build the list for 75 public CatchTable build() { method in class:StdCatchBuilder 76 return build(method, order, addresses); 117 * @param method {@code non-null;} method to build the list for 122 public static CatchTable build(RopMethod method, int[] order, method in class:StdCatchBuilder
|
/development/build/ |
sdk.atree | 46 # copy build prop from out/.../sdk/ 47 sdk/sdk-build.prop platforms/${PLATFORM_NAME}/build.prop 62 sdk/templates/build.template tools/lib/build.template 70 # legacy Ant build rules, copied under the old name 197 # NOTICE files are copied by build/core/Makefile from sdk.git
|
/external/stlport/doc/ |
README.evc3 | 22 To build and use STLport you will need following tools and libraries: 33 _STLP_NO_IOSTREAMS), you don't have to build the library. You can skip straight 49 Go into STLport's 'build\lib' folder and type: 66 removing intermediate build files. This is done with the following command: 70 Note: MIPS platform is also available for build, but it may not compile or work 77 STLports 'build\test\unit' folder and type: 81 If you want to build the unit tests for the emulator, you have to reconfigure
|
/external/webkit/WebKitTools/Scripts/ |
webkitdirs.pm | 118 # cause build failure. The presence of 120 # respecting global settings such as a custom build products directory 274 # autotool builds (non build-webkit). In this case and if 276 # allows us to run run-webkit-tests without using build-webkit. 877 print "Mac OS X Version 10.4.0 or later is required to build WebKit.\n"; 878 print "You have " . $productVersion . ", thus the build will most likely fail.\n"; 884 print "Xcode Version 2.3 or later is required to build WebKit.\n"; 885 print "You have an earlier version of Xcode, thus the build will\n"; 900 die "ERROR: $list missing but required to build WebKit.\n"; 941 # Those environment variables must be set to be able to build inside Visual Studio [all...] |
/frameworks/base/services/java/com/android/server/ |
PackageManagerBackupAgent.java | 27 import android.os.Build; 133 || !mStoredIncrementalVersion.equals(Build.VERSION.INCREMENTAL)) { 135 + Build.VERSION.INCREMENTAL + " - rewriting"); 151 outputBufferStream.writeInt(Build.VERSION.SDK_INT); 152 outputBufferStream.writeUTF(Build.VERSION.INCREMENTAL); 275 if (storedSystemVersion > Build.VERSION.SDK_INT) { 285 + " is compatible with OS version " + Build.VERSION.SDK_INT 287 + Build.VERSION.INCREMENTAL + ")"); 412 out.writeInt(Build.VERSION.SDK_INT); 413 out.writeUTF(Build.VERSION.INCREMENTAL) [all...] |
/development/docs/ |
howto_SDK_git_cygwin.txt | 36 As stated in development/docs/howto_build_SDK.txt, one can't build the whole 37 Android source code under Windows. You can only build the SDK tools for 58 Note: if you want to build the SDK, check the howto_build_SDK.txt file 74 And you're done. You can build as explained in howto_build_SDK.txt and ignore 102 Solution: we can simply ignore these projects as they are not needed to build
|
/external/bluetooth/glib/build/win32/ |
make.msc | 2 # manual editing, and not really part of a recommended way to build 4 # persons use a build setup that involves this file. 9 # Debug builds shoud link with msvcrtd release build with msvcrt. 52 DIRENT_CFLAGS = -I $(GLIB)\build\win32\dirent 53 DIRENT_LIBS = $(GLIB)\build\win32\dirent\dirent.lib
|