Searched refs:build (Results 1 - 25 of 994) 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/nanopb-c/tests/
H A DMakefile8 rm -rf build coverage
14 find build -name '*.gcda' -and \! \( -name '*pb_encode*' -or -name '*pb_decode*' \) -exec rm '{}' \;
17 mkdir build/coverage
18 lcov --base-directory . --directory build/ --gcov-tool gcov-4.6 -c -o build/coverage/nanopb.info
21 genhtml -o build/coverage build/coverage/nanopb.info
/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/elfutils/src/tests/
H A Drun-buildid.sh20 # Just some random testfiles, four with, one without build-id,
30 testfile42: build ID: d826d96c4d097bdc5c254b1f7344a907e36b0439
31 testfile42_noshdrs: build ID: d826d96c4d097bdc5c254b1f7344a907e36b0439
32 testfile_multi.dwz: build ID: a0d6c06e0d912d74033b6fe2808753cae8f6f594
33 testfile-dwzstr.multi: build ID: 6da22627dae55c1d62cf9122827c665e240a056b
34 test-offset-loop.alt: build ID: 066bbf1a7bc5676f5015ee1966a088f23bdb83ae
H A Drun-debugaltlink.sh28 testfile_multi_main: testfile_multi.dwz, build ID: a0d6c06e0d912d74033b6fe2808753cae8f6f594
29 testfile-dwzstr: testfile-dwzstr.multi, build ID: 6da22627dae55c1d62cf9122827c665e240a056b
30 test-offset-loop: test-offset-loop.alt, build ID: 066bbf1a7bc5676f5015ee1966a088f23bdb83ae
31 libtestfile_multi_shared.so: testfile_multi.dwz, build ID: a0d6c06e0d912d74033b6fe2808753cae8f6f594
H A Drun-funcscopes.sh24 inline-test.c (0x11): 0x8048348 (/home/roland/build/stock-elfutils/inline-test.c:7) .. 0x804834f (/home/roland/build/stock-elfutils/inline-test.c:9)
25 incr (0x2e): 0x8048348 (/home/roland/build/stock-elfutils/inline-test.c:7) .. 0x804834f (/home/roland/build/stock-elfutils/inline-test.c:9)
/external/chromium-trace/trace-viewer/tracing/
H A Dtrace2html9 from build import trace2html
H A Dvulcanize_trace_viewer8 from build import vulcanize_trace_viewer
/external/glide/library/src/main/java/com/bumptech/glide/request/animation/
H A DGlideAnimationFactory.java16 GlideAnimation<R> build(boolean isFromMemoryCache, boolean isFirstResource); method in interface:GlideAnimationFactory
/external/strace/debian/
H A Drules35 CONFIG_OPTS = --build=$(DEB_BUILD_GNU_TYPE)
37 CONFIG_OPTS = --build=$(DEB_BUILD_GNU_TYPE) --host=$(DEB_HOST_GNU_TYPE)
40 all: build
42 build: build-arch build-indep
44 build-arch: build-stamp $(extra_build_targets)
45 build-indep: build
[all...]
/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/clang/utils/ABITest/
H A Dbuild-and-summarize-all.sh13 (cd $kind-$bits && ../build-and-summarize.sh $1)
/external/eigen/scripts/
H A Deigen_gen_docs11 # step 1 : build
12 rm build/doc/html -Rf
13 mkdir build -p
14 (cd build && cmake .. && make doc) || { echo "make failed"; exit 1; }
18 rsync -az --no-p --delete build/doc/html/ $USER@ssh.tuxfamily.org:eigen/eigen.tuxfamily.org-web/htdocs/$UPLOAD_DIR/ || { echo "upload failed"; exit 1; }
/external/cmockery/cmockery_0_1_2/packages/deb/
H A Drules42 CFLAGS="$(CFLAGS)" ./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/protobuf/java/src/test/java/com/google/protobuf/
H A DLiteEqualsAndHashTest.java62 .build();
66 .build();
70 .build();
81 Bar bar = Bar.newBuilder().setName("bar").build();
82 BarPrime barPrime = BarPrime.newBuilder().setName("bar").build();
/external/v8/tools/
H A Dmingw-generate-makefiles.sh30 cat > build/gyp/gyp.mingw << EOF
77 mv build/gyp/gyp build/gyp/gyp.original
78 mv build/gyp/gyp.mingw build/gyp/gyp
80 mv build/gyp/gyp build/gyp/gyp.mingw
81 mv build/gyp/gyp.original build/gyp/gyp
/external/chromium-trace/trace-viewer/tracing/build/
H A Dcheck_common_unittest.py7 from tracing.build import check_common
H A Ddev_server_unittest.py7 from tracing.build import temporary_dev_server
/external/clang/
H A Dclang.mk5 CLANG_HOST_BUILD_MK := $(CLANG_ROOT_PATH)/clang-host-build.mk
6 CLANG_DEVICE_BUILD_MK := $(CLANG_ROOT_PATH)/clang-device-build.mk
/external/glide/library/src/main/java/com/bumptech/glide/load/model/
H A DModelLoaderFactory.java25 ModelLoader<T, Y> build(Context context, GenericLoaderFactory factories); method in interface:ModelLoaderFactory
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/builder/
H A DMp4Builder.java33 public IsoFile build(Movie movie); method in interface:Mp4Builder

Completed in 809 milliseconds

1234567891011>>