OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:builddir
(Results
26 - 50
of
355
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/harfbuzz_ng/test/shaping/
run-tests.sh
4
test "x$
builddir
" = x &&
builddir
=.
Makefile.am
55
builddir
="$(
builddir
)"; \
56
export
builddir
; \
/external/icu/icu4c/source/test/iotest/
Makefile.in
27
BUILDDIR
:= $(CURR_SRCCODE_FULL_DIR)/../../
29
BUILDDIR
:= $(
BUILDDIR
:test/iotest/../../=)
31
BUILDDIR
:= $(
BUILDDIR
:test\\iotest/../../=)
33
BUILDDIR
:= $(
BUILDDIR
:TEST\\IOTEST/../../=)
37
DEFS += -D'U_TOPSRCDIR="$(top_srcdir)/"' -D'U_TOPBUILDDIR="$(
BUILDDIR
)"'
/external/icu/icu4c/source/test/letest/
Makefile.in
26
BUILDDIR
:= $(CURR_SRCCODE_FULL_DIR)/../../
28
BUILDDIR
:= $(
BUILDDIR
:test/cintltst/../../=)
30
BUILDDIR
:= $(
BUILDDIR
:test\\cintltst/../../=)
32
BUILDDIR
:= $(
BUILDDIR
:TEST\\CINTLTST/../../=)
35
DEFS += -D'U_TOPSRCDIR="$(top_srcdir)/"' -D'U_TOPBUILDDIR="$(
BUILDDIR
)"'
/external/chromium_org/tools/gyp/test/builddir/src/subdir2/subdir3/subdir4/
prog4.gyp
7
'../../../
builddir
.gypi',
/external/chromium_org/tools/gyp/test/builddir/src/subdir2/subdir3/subdir4/subdir5/
prog5.gyp
7
'../../../../
builddir
.gypi',
/external/e2fsprogs/debian/attic/libs/
rules
27
builddir
= $(topdir)/
builddir
46
make -C $(
builddir
)
47
make -C $(
builddir
)/misc findsuper
54
mkdir -p $(
builddir
)
55
cd $(
builddir
) && CFLAGS="$(CFLAGS)" \
63
-make -C $(
builddir
) -i distclean
64
rm -rf $(
builddir
)
78
make -C $(
builddir
) install DESTDIR=$(maindir)
79
install -m 755 $(
builddir
)/misc/findsuper $(maindir)/sbi
[
all
...]
/external/chromium_org/third_party/icu/source/data/
Makefile.in
78
BUILDDIR
=$(MAINBUILDDIR)/$(ICUDATA_PLATFORM_NAME)
82
CURRBLDDIR=$(
BUILDDIR
)/curr
84
LANGBLDDIR=$(
BUILDDIR
)/lang
86
REGIONBLDDIR=$(
BUILDDIR
)/region
88
ZONEBLDDIR=$(
BUILDDIR
)/zone
90
COLBLDDIR=$(
BUILDDIR
)/coll
92
RBNFBLDDIR=$(
BUILDDIR
)/rbnf
94
TRANSLITBLDDIR=$(
BUILDDIR
)/translit
97
BRKBLDDIR=$(
BUILDDIR
)/brkitr
103
BUILD_DIRS=$(OUTDIR) $(MAINBUILDDIR) $(
BUILDDIR
) $(CURRBLDDIR) $(LANGBLDDIR) $(REGIONBLDDIR) $(ZONEBLDDIR) $(BRKBLDDIR) $(COLBLDDIR) $(RBNFBLDDIR) (…)
[
all
...]
/external/icu/icu4c/source/data/
Makefile.in
82
BUILDDIR
=$(MAINBUILDDIR)/$(ICUDATA_PLATFORM_NAME)
86
CURRBLDDIR=$(
BUILDDIR
)/curr
88
LANGBLDDIR=$(
BUILDDIR
)/lang
90
REGIONBLDDIR=$(
BUILDDIR
)/region
92
ZONEBLDDIR=$(
BUILDDIR
)/zone
94
COLBLDDIR=$(
BUILDDIR
)/coll
96
RBNFBLDDIR=$(
BUILDDIR
)/rbnf
98
TRANSLITBLDDIR=$(
BUILDDIR
)/translit
101
BRKBLDDIR=$(
BUILDDIR
)/brkitr
107
BUILD_DIRS=$(OUTDIR) $(MAINBUILDDIR) $(
BUILDDIR
) $(CURRBLDDIR) $(LANGBLDDIR) $(REGIONBLDDIR) $(ZONEBLDDIR) $(BRKBLDDIR) $(COLBLDDIR) $(RBNFBLDDIR) (…)
[
all
...]
/external/chromium_org/third_party/skia/platform_tools/android/bin/
android_perf
51
BUILDDIR
="${SKIA_OUT}/${BUILDTYPE}"
52
if [ ! -f "${
BUILDDIR
}/lib/lib${runVars[0]}.so" ];
54
echo "Unable to find the ${runVars[0]} library in ${
BUILDDIR
}/lib."
60
"${
BUILDDIR
}/skia_launcher" \
61
"${
BUILDDIR
}/lib/libskia_android.so" \
62
"${
BUILDDIR
}/lib/lib${runVars[0]}.so" \
/external/skia/platform_tools/android/bin/
android_perf
51
BUILDDIR
="${SKIA_OUT}/${BUILDTYPE}"
52
if [ ! -f "${
BUILDDIR
}/lib/lib${runVars[0]}.so" ];
54
echo "Unable to find the ${runVars[0]} library in ${
BUILDDIR
}/lib."
60
"${
BUILDDIR
}/skia_launcher" \
61
"${
BUILDDIR
}/lib/libskia_android.so" \
62
"${
BUILDDIR
}/lib/lib${runVars[0]}.so" \
/external/mdnsresponder/mDNSPosix/
Makefile
76
BUILDDIR
= build/debug
84
BUILDDIR
?= build/prod
224
@if test ! -d $(
BUILDDIR
) ; then mkdir -p $(
BUILDDIR
) ; fi
229
@if test -d $(
BUILDDIR
) ; then rm -r $(
BUILDDIR
) ; fi
243
Daemon: setup $(
BUILDDIR
)/mdnsd
246
$(
BUILDDIR
)/mdnsd: $(DAEMONOBJS)
251
libdns_sd: setup $(
BUILDDIR
)/libdns_sd.$(LDSUFFIX)
256
$(
BUILDDIR
)/libdns_sd.$(LDSUFFIX): $(CLIENTLIBOBJS
[
all
...]
/external/chromium_org/tools/gyp/test/builddir/src/
prog1.gyp
7
'
builddir
.gypi',
/external/llvm/test/Bindings/Ocaml/
bitreader.ml
1
(* RUN: rm -rf %t.
builddir
2
* RUN: mkdir -p %t.
builddir
3
* RUN: cp %s %t.
builddir
4
* RUN: %ocamlopt -warn-error A llvm.cmxa llvm_bitreader.cmxa llvm_bitwriter.cmxa %t.
builddir
/bitreader.ml -o %t
irreader.ml
1
(* RUN: rm -rf %t.
builddir
2
* RUN: mkdir -p %t.
builddir
3
* RUN: cp %s %t.
builddir
4
* RUN: %ocamlopt -g -warn-error A llvm.cmxa llvm_irreader.cmxa %t.
builddir
/irreader.ml -o %t
linker.ml
1
(* RUN: rm -rf %t.
builddir
2
* RUN: mkdir -p %t.
builddir
3
* RUN: cp %s %t.
builddir
4
* RUN: %ocamlopt -warn-error A llvm.cmxa llvm_linker.cmxa %t.
builddir
/linker.ml -o %t
passmgr_builder.ml
1
(* RUN: rm -rf %t.
builddir
2
* RUN: mkdir -p %t.
builddir
3
* RUN: cp %s %t.
builddir
4
* RUN: %ocamlopt -warn-error A llvm.cmxa llvm_passmgr_builder.cmxa %t.
builddir
/passmgr_builder.ml -o %t
vectorize_opts.ml
1
(* RUN: rm -rf %t.
builddir
2
* RUN: mkdir -p %t.
builddir
3
* RUN: cp %s %t.
builddir
4
* RUN: %ocamlopt -warn-error A llvm.cmxa llvm_vectorize.cmxa llvm_target.cmxa %t.
builddir
/vectorize_opts.ml -o %t
/external/llvm/utils/release/
test-release.sh
41
BuildDir
="`pwd`"
90
-build-dir | --build-dir | -
builddir
| --
builddir
)
92
BuildDir
="$1"
169
BuildDir
=$
BuildDir
/$RC
170
mkdir -p $
BuildDir
171
cd $
BuildDir
174
LogDir=$
BuildDir
/logs
245
cd $
BuildDir
/llvm.src/tool
[
all
...]
/external/chromium_org/chrome/installer/linux/debian/
build.sh
8
# builds don't add the "${
BUILDDIR
}/installer/" files needed for packaging.
79
process_template "${
BUILDDIR
}/installer/common/repo.cron" \
85
process_template "${
BUILDDIR
}/installer/debian/debian.menu" \
88
process_template "${
BUILDDIR
}/installer/debian/postinst" \
91
process_template "${
BUILDDIR
}/installer/debian/prerm" \
94
process_template "${
BUILDDIR
}/installer/debian/postrm" \
129
echo "-b dir build input directory [${
BUILDDIR
}]"
172
BUILDDIR
=$(readlink -f "${OPTARG}")
220
BUILDDIR
=${
BUILDDIR
:=$(readlink -f "${SCRIPTDIR}/../../../../out/Release")
[
all
...]
/external/chromium_org/third_party/icu/source/test/cintltst/
Makefile.in
27
BUILDDIR
:= $(CURR_SRCCODE_FULL_DIR)/../../
29
BUILDDIR
:= $(
BUILDDIR
:test/cintltst/../../=)
31
BUILDDIR
:= $(
BUILDDIR
:test\\cintltst/../../=)
33
BUILDDIR
:= $(
BUILDDIR
:TEST\\CINTLTST/../../=)
37
DEFS += -D'ICU_UNICODE_VERSION="$(UNICODE_VERSION)"' -D'ICU_VERSION="@VERSION@"' -D'ICUDATA_NAME="$(ICUDATA_PLATFORM_NAME)"' -D'U_TOPSRCDIR="$(top_srcdir)/"' -D'U_TOPBUILDDIR="$(
BUILDDIR
)"'
/external/chromium_org/third_party/icu/source/test/intltest/
Makefile.in
27
BUILDDIR
:= $(CURR_SRCCODE_FULL_DIR)/../../
29
BUILDDIR
:= $(
BUILDDIR
:test/intltest/../../=)
31
BUILDDIR
:= $(
BUILDDIR
:test\\intltest/../../=)
33
BUILDDIR
:= $(
BUILDDIR
:TEST\\INTLTEST/../../=)
36
DEFS += -D'U_TOPSRCDIR="$(top_srcdir)/"' -D'U_TOPBUILDDIR="$(
BUILDDIR
)"'
/external/chromium_org/tools/gyp/test/make_global_settings/basics/
gyptest-make_global_settings.py
30
LINK ?= flock $(
builddir
)/linker.lock $(abspath clang)
34
LINK ?= ./gyp-mac-tool flock $(
builddir
)/linker.lock $(abspath clang)
/external/icu/icu4c/source/test/cintltst/
Makefile.in
27
BUILDDIR
:= $(CURR_SRCCODE_FULL_DIR)/../../
29
BUILDDIR
:= $(
BUILDDIR
:test/cintltst/../../=)
31
BUILDDIR
:= $(
BUILDDIR
:test\\cintltst/../../=)
33
BUILDDIR
:= $(
BUILDDIR
:TEST\\CINTLTST/../../=)
37
DEFS += -D'ICU_UNICODE_VERSION="$(UNICODE_VERSION)"' -D'ICU_VERSION="@VERSION@"' -D'ICUDATA_NAME="$(ICUDATA_PLATFORM_NAME)"' -D'U_TOPSRCDIR="$(top_srcdir)/"' -D'U_TOPBUILDDIR="$(
BUILDDIR
)"'
/external/icu/icu4c/source/test/intltest/
Makefile.in
27
BUILDDIR
:= $(CURR_SRCCODE_FULL_DIR)/../../
29
BUILDDIR
:= $(
BUILDDIR
:test/intltest/../../=)
31
BUILDDIR
:= $(
BUILDDIR
:test\\intltest/../../=)
33
BUILDDIR
:= $(
BUILDDIR
:TEST\\INTLTEST/../../=)
37
DEFS += -D'U_TOPSRCDIR="$(top_srcdir)/"' -D'U_TOPBUILDDIR="$(
BUILDDIR
)"'
Completed in 654 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>