HomeSort by relevance Sort by last modified time
    Searched refs:build (Results 1 - 25 of 903) 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
  /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
  /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
  /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*);
  /external/bluetooth/glib/gobject/
makefile.msc.in 6 !INCLUDE ..\build\win32\make.msc
  /external/libnfc-nxp/src/
phLibNfcStatus.h 34 #define LIB_NFC_VERSION_SET(v,major,minor,patch,build) ((v) = \
38 ( (build) & 0x000000FF ) )
  /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...]
  /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 "$@"
  /system/core/libzipfile/
Android.mk 3 # build host static library
19 # build device static library
36 # build test_zipfile
  /external/chromium/sdch/open-vcdiff/packages/deb/
rules 42 CFLAGS="$(CFLAGS)" LDFLAGS="-Wl,-z,defs" ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info
45 build: build-stamp
46 build-stamp: config.status
52 touch build-stamp
57 rm -f build-stamp
59 # Add here commands to clean up after the build process.
71 install: build
81 # Build architecture-independent files here.
82 binary-indep: build instal
    [all...]
  /external/webkit/WebKitTools/wx/packaging/debian/
rules 8 build: build-stamp
9 build-stamp: $(PYVERS:%=build-python%)
11 build-python%:
15 rm -rf *-stamp build-python* build
21 install: build-stamp install-prereq $(PYVERS:%=install-python%) install-libs install-nover
23 install-prereq: build-stamp
44 (cd WebKitTools/Scripts && ./build-webkit --wx --makeargs="--wxpython"
    [all...]

Completed in 872 milliseconds

1 2 3 4 5 6 7 8 91011>>