Searched refs:build (Results 1 - 25 of 585) sorted by relevance

1234567891011>>

/external/mdnsresponder/Clients/
H A DMakefile29 TARGETS = build/dns-sd build/dns-sd64
32 TARGETS = build/dns-sd
33 LIBS = -L../mDNSPosix/build/prod/ -ldns_sd
39 rm -rf build
41 build:
42 mkdir build
44 build/dns-sd: build dns-sd.c ClientCommon.c
47 build/dn
[all...]
/external/antlr/antlr-3.4/runtime/Perl5/
H A DBuild.PL3 my $build = Module::Build->new(
20 $build->create_build_script;
/external/e2fsprogs/
H A D.missing-copyright4 | grep -v ^./build
/external/antlr/antlr-3.4/runtime/Python/
H A Dmkdoxy.sh7 rm -fr build/doc
8 mkdir -p build/doc/antlr3
12 >>build/doc/antlr3.py
15 touch build/doc/antlr3/__init__.py
17 cp -f antlr3/tree.py build/doc/antlr3
18 cp -f antlr3/treewizard.py build/doc/antlr3
/external/dropbear/libtomcrypt/
H A Drun.sh2 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/Tools/Scripts/webkitpy/tool/steps/
H A Dbuild.py38 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)
/external/wpa_supplicant_8/hostapd/src/drivers/
H A DMakefile6 rm -f build.wpa_supplicant build.hostapd
/external/wpa_supplicant_8/src/drivers/
H A DMakefile6 rm -f build.wpa_supplicant build.hostapd
/external/wpa_supplicant_8/wpa_supplicant/src/drivers/
H A DMakefile6 rm -f build.wpa_supplicant build.hostapd
/external/bluetooth/glib/gmodule/
H A Dmakefile.msc.in6 !INCLUDE ..\build\win32\make.msc
/external/bluetooth/glib/gthread/
H A Dmakefile.msc.in6 !INCLUDE ..\build\win32\make.msc
/external/chromium/chrome/common/extensions/docs/build/
H A Dbuild.sh27 # The output from build.py doesn't seem seem to print to the console until
30 echo "(it goes faster if you have a Release build of DumpRenderTree)"
32 $PYTHON_PATH $BUILD_DIR/build.py $*
35 $BUILD_DIR/build.py $*
/external/clang/utils/ABITest/
H A Dbuild-and-summarize-all.sh13 (cd $kind-$bits && ../build-and-summarize.sh $1)
/external/elfutils/tests/
H A Drun-funcscopes.sh32 inline-test.c (0x11): 0x8048348 (/home/roland/build/stock-elfutils/inline-test.c:7) .. 0x804834f (/home/roland/build/stock-elfutils/inline-test.c:9)
33 incr (0x2e): 0x8048348 (/home/roland/build/stock-elfutils/inline-test.c:7) .. 0x804834f (/home/roland/build/stock-elfutils/inline-test.c:9)
H A Drun-allfcts.sh32 /home/drepper/gnu/new-bu/build/ttt/m.c:5:main
33 /home/drepper/gnu/new-bu/build/ttt/b.c:4:bar
34 /home/drepper/gnu/new-bu/build/ttt/f.c:3:foo
38 /home/drepper/gnu/elfutils/build/src/../../src/strip.c:107:main
39 /home/drepper/gnu/elfutils/build/src/../../src/strip.c:159:print_version
40 /home/drepper/gnu/elfutils/build/src/../../src/strip.c:173:parse_opt
41 /home/drepper/gnu/elfutils/build/src/../../src/strip.c:201:more_help
42 /home/drepper/gnu/elfutils/build/src/../../src/strip.c:217:process_file
44 /home/drepper/gnu/elfutils/build/src/../../src/strip.c:291:crc32_file
45 /home/drepper/gnu/elfutils/build/sr
[all...]
/external/srec/srec/include/
H A Dsizes.h41 #error Unknown build processor!
/external/stlport/
H A DMakefile9 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/
H A DMakefile3 SRCROOT := ../../../build
/external/bluetooth/glib/gobject/
H A Dmakefile.msc.in6 !INCLUDE ..\build\win32\make.msc
/external/webkit/Source/ThirdParty/ANGLE/src/compiler/
H A Dossource_posix.cpp13 #error Trying to build a posix specific file in a non-posix build.
/external/webkit/Tools/Scripts/webkitpy/common/config/
H A Dbuild_unittest.py25 from webkitpy.common.config import build namespace
57 (["Tools/BuildSlaveSupport/build.webkit.org-config/public_html/LeaksViewer/LeaksViewer.js"], []),
63 # build._should_file_trigger_build is implemented for them.
66 self.assertEqual(build.should_build(platform, files), should_build, "%s should%s have built but did%s (files: %s)" % (platform, "" if should_build else "n't", "n't" if should_build else "", str(files)))
/external/libpng/projects/visualc71/
H A DREADME_zlib.txt19 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
28 Choose the configuration you wish to build.
36 * Win32_DLL_Release\zlib1.dll DLL build
37 * Win32_DLL_Debug\zlib1d.dll DLL build (debug version)
38 * Win32_DLL_ASM_Release\zlib1.dll DLL build using ASM code
39 * Win32_DLL_ASM_Debug\zlib1d.dll DLL build using ASM code (debug version)
40 * Win32_LIB_Release\zlib.lib static build
41 * Win32_LIB_Debug\zlibd.lib static build (debu
[all...]
/external/chromium/sdch/open-vcdiff/packages/deb/
H A Drules42 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
82 binary-indep: build install
86 binary-arch: build instal
[all...]
/external/webkit/Tools/wx/packaging/debian/
H A Drules8 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 Tools/Scripts && ./build
[all...]
/external/dexmaker/src/test/java/com/google/dexmaker/stock/
H A DProxyBuilderTest.java43 SimpleClass proxy = proxyFor(SimpleClass.class).build();
63 .build();
70 proxyFor(ConstructorTakesArguments.class).build();
79 proxyFor(MethodVisibilityClass.class).build();
89 proxyFor(PrivateVisibilityClass.class).build();
101 assertEquals("fake result", proxyFor(ProtectedVisibilityClass.class).build().foo());
115 HasFinalMethod proxy = proxyFor(HasFinalMethod.class).build();
127 assertEquals("expected", proxyFor(HasPrivateMethod.class).build().result());
137 assertEquals("fake result", proxyFor(HasPackagePrivateMethod.class).build().result());
147 assertEquals("fake result", proxyFor(HasProtectedMethod.class).build()
[all...]

Completed in 958 milliseconds

1234567891011>>