HomeSort by relevance Sort by last modified time
    Searched refs:build (Results 1 - 25 of 927) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /
Makefile 2 include build/core/main.mk
  /build/core/
root.mk 2 include build/core/main.mk
  /ndk/tests/build/multi-module-path/
build.sh 7 ../../../ndk-build
9 echo "ERROR: Can't build test program!"
run.sh 7 ../../../ndk-build
9 echo "ERROR: Can't build test program!"
  /external/e2fsprogs/
.missing-copyright 4 | grep -v ^./build
  /dalvik/hit/test/
testparser 3 find ../src -name \*java | xargs javac -d build -Xlint:unchecked
6 #java -Djava.compiler=NONE -Xdebug -Xrunjdwp:transport=dt_socket,address=53635,server=y,suspend=y -cp build com.android.hit.Main ../samples/android.hprof
8 java -cp build com.android.hit.Main ../samples/android.hprof
  /external/dropbear/libtomcrypt/
run.sh 2 bash build.sh " $1" "$2 -O2" "$3 IGNORE_SPEED=1" "$4" "$5"
12 bash build.sh " $1" "$2 -Os" " $3 IGNORE_SPEED=1 LTC_SMALL=1" "$4" "$5"
22 bash build.sh " $1" " $2" " $3 " "$4" "$5"
  /external/webkit/WebKitTools/Scripts/webkitpy/steps/
build.py 34 class Build(AbstractStep):
38 Options.build,
43 def build(self, build_style): member in class:Build
47 if not self._options.build:
51 self.build("debug")
52 self.build("release")
54 self.build(self._options.build_style)
  /libcore/dom/src/test/java/org/w3c/domts/
DOMTestSuite.java 61 abstract public void build(DOMTestSink sink); method in class:DOMTestSuite
  /ndk/tests/build/prebuild-stlport/jni/
Application.mk 1 # We want to build support for all ARM ABIs
2 # This can be overriden by build/tools/rebuild-stlport.sh though
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/
config.h 4 #error config.h is for the host, not build, machine.
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/
config.h 4 #error config.h is for the host, not build, machine.
  /external/bluetooth/glib/gmodule/
makefile.msc.in 6 !INCLUDE ..\build\win32\make.msc
  /external/bluetooth/glib/gthread/
makefile.msc.in 6 !INCLUDE ..\build\win32\make.msc
  /frameworks/base/core/tests/coretests/apks/
Android.mk 4 # build sub packages
  /ndk/build/tools/
make-release.sh 17 # This script is used to build an NDK release package *from* scratch !!
42 # Force the build
44 register_var_option "--force" FORCE "Force build (do not ask initial question)"
53 register_var_option "--darwin-ssh=<hostname>" DARWIN_SSH "Specify Darwin hostname to ssh to for the build."
56 # Determine the host platforms we can build for.
74 register_var_option "--systems=<list>" HOST_SYSTEMS "List of host systems to build for"
179 $ANDROID_NDK_ROOT/build/tools/download-toolchain-sources.sh "$TOOLCHAIN_SRCDIR"
185 timestamp_clear build-prebuilts
186 timestamp_clear build-host-prebuilts
187 timestamp_clear build-darwin-prebuilt
    [all...]
  /external/qemu/
Makefile 17 # even if we're not using the Android build system.
20 BUILD_SYSTEM := android/build
  /external/srec/srec/include/
sizes.h 41 #error Unknown build processor!
  /external/stlport/
Makefile 9 SRCROOT := build
10 SUBDIRS := build/lib
18 +$(call doinsubdirs,build/test/unit)
24 ${MAKE} -C build/lib install-headers
  /external/stlport/test/compiler/StTerm-order/
Makefile 3 SRCROOT := ../../../build
  /external/webkit/WebCore/svg/
SVGFEFloodElement.h 34 virtual bool build(SVGResourceFilter*);
SVGFEMergeElement.h 35 virtual bool build(SVGResourceFilter*);
  /ndk/
ndk-build 17 # This shell script is a wrapper to launch the NDK build from the
23 # ndk-build
28 # $NDK_ROOT/ndk-build
38 # ./ndk-build -C <project-path>
69 CYGWIN_GNUMAKE=`$GNUMAKE -f "$PROGDIR_MIXED/build/core/check-cygwin-make.mk" 2>&1`
83 echo "3. Call 'ndk-build' again."
89 $GNUMAKE -f $PROGDIR/build/core/build-local.mk "$@"
  /external/bluetooth/glib/gobject/
makefile.msc.in 6 !INCLUDE ..\build\win32\make.msc
  /external/libpng/projects/visualc71/
README_zlib.txt 19 3) Set one of the project as the StartUp project. If you just want to build the
21 Project | Set as StartUp project). If you want to build and test the
23 Set as StartUp project), If you want to build the minigzip utility set it to
27 4) Select "Build | Configuration Manager...".
28 Choose the configuration you wish to build.
30 5) Select "Build | Clean Solution".
32 6) Select "Build | Build Solution (Ctrl-Shift-B)"
36 * Win32_DLL_Release\zlib1.dll DLL build
37 * Win32_DLL_Debug\zlib1d.dll DLL build (debug version
    [all...]

Completed in 348 milliseconds

1 2 3 4 5 6 7 8 91011>>