OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:topdir
(Results
1 - 25
of
35
) sorted by null
1
2
/external/freetype/include/freetype/config/
ftmodule.h
5
* the objects directory (normally `<
topdir
>/objs/') based on information
6
* from `<
topdir
>/modules.cfg'.
/external/llvm/utils/
countloc.sh
15
# The script takes one optional option, -
topdir
, which specifies the top llvm
24
if test "$1" = "-
topdir
" ; then
25
TOPDIR
="$2"
28
TOPDIR
=`llvm-config --src-root`
32
if test -d "$
TOPDIR
" ; then
33
cd $
TOPDIR
34
./utils/llvmdo -
topdir
"$
TOPDIR
" -dirs "include lib tools test utils examples" -code-only wc -l | awk '\
getsrcs.sh
13
# The optional -
topdir
option can be used to specify the top LLVM source
21
if test "$1" = "-
topdir
" ; then
22
TOPDIR
="$2"
25
TOPDIR
=`llvm-config --src-root`
28
if test -d "$
TOPDIR
" ; then
29
cd $
TOPDIR
30
./utils/llvmdo -
topdir
"$
TOPDIR
" \
llvmgrep
21
if test "$1" = "-
topdir
" ; then
22
TOPDIR
="$2"
25
TOPDIR
=`llvm-config --src-root`
28
if test -d "$
TOPDIR
" ; then
29
cd $
TOPDIR
35
./utils/llvmdo -
topdir
"$
TOPDIR
" \
llvmdo
20
# llvmdo [-
topdir
DIR] [-dirs "DIRNAMES..."] [-code-only] PROGRAM ARGS...
22
# The -
topdir
option allows you to specify the llvm source root directly. If it
41
echo "Usage: llvmdo [-
topdir
DIR] [-dirs "DIRNAMES..."] [-code-only] PROGRAM ARGS..."
45
if test "$1" = "-
topdir
" ; then
46
TOPDIR
="$2"
49
TOPDIR
=`llvm-config --src-root`
167
if test -d "$
TOPDIR
" ; then
168
cd $
TOPDIR
183
echo "Can't find LLVM top directory in $
TOPDIR
"
/sdk/build/
patch_windows_sdk.sh
36
TOPDIR
=${
TOPDIR
:-$3}
40
${
TOPDIR
}out/host/linux-x86/bin/atree -f ${
TOPDIR
}sdk/build/tools.windows.atree \
42
-I ${
TOPDIR
:-.} \
/external/oprofile/module/
Makefile.in
18
TOPDIR
:= $(KSRC)
19
CONFIG_SHELL :=
TOPDIR
=$(KSRC) /bin/bash
/external/oprofile/module/ia64/
Makefile.in
26
TOPDIR
:= $(KSRC)
27
CONFIG_SHELL :=
TOPDIR
=$(KSRC) /bin/bash
/external/oprofile/module/x86/
Makefile.in
24
TOPDIR
:= $(KSRC)
25
CONFIG_SHELL :=
TOPDIR
=$(KSRC) /bin/bash
/development/ide/emacs/
android-compile.el
55
(defun android-find-makefile (
topdir
)
59
TOPDIR
is the root directory of the build.
61
MAKEFILE_PATH is the relative path of the makefile wrt
TOPDIR
.
63
;; TODO: Could check that
topdir
is the start of default-directory.
64
(unless (> (length
topdir
) 2)
65
(error "
Topdir
invalid %s for current dir %s"
topdir
default-directory))
69
(while (and (> (length default-directory) (length
topdir
))
78
(if (string= default-directory
topdir
)
81
(setq default-directory (substring default-directory (length
topdir
) nil)
[
all
...]
/external/valgrind/tsan/
get_and_build_tsan.sh
20
TOPDIR
=`pwd`
45
cd $
TOPDIR
/third_party || exit 1
49
cd $
TOPDIR
/tsan || exit 1
54
TSAN=$
TOPDIR
/tsan/bin/tsan-$VG_ARCH-$VG_OS-self-contained.sh
57
cd $
TOPDIR
/unittest || exit 1
/development/build/tools/
patch_windows_sdk.sh
32
# $3 = An optional replacement for $
TOPDIR
(inherited from the Android
50
TOPDIR
=${
TOPDIR
:-$3}
68
$USB_DRIVER_HOOK $V $TEMP_SDK_DIR $
TOPDIR
74
${
TOPDIR
}out/host/linux-x86/bin/atree -f ${
TOPDIR
}development/build/sdk-windows-x86.atree \
76
-I ${
TOPDIR
:-.} \
windows_sdk.mk
25
# Define WIN_SDK_TARGETS, the list of targets located in
topdir
/sdk
27
include $(
TOPDIR
)sdk/build/windows_sdk_tools.mk
31
# the
topdir
/development directory and are somehow platform-dependent.
88
$(
TOPDIR
)development/build/tools/patch_windows_sdk.sh $(subst @,-q,$(hide)) \
89
$(WIN_SDK_DIR)/$(WIN_SDK_NAME) $(OUT_DIR) $(
TOPDIR
)
90
$(hide) $(
TOPDIR
)sdk/build/patch_windows_sdk.sh $(subst @,-q,$(hide)) \
91
$(WIN_SDK_DIR)/$(WIN_SDK_NAME) $(OUT_DIR) $(
TOPDIR
)
sdk_repo.mk
91
$(call sdk-repo-pkg-zip,$(1),$(2),$(3)): $(2) $(
TOPDIR
)development/sdk/source_source.properties
93
$(hide) $(
TOPDIR
)development/build/tools/mk_sources_zip.py --exec-zip \
94
$(
TOPDIR
)development/sdk/source_source.properties \
96
$(
TOPDIR
).
163
$(
TOPDIR
)sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/repository/sdk-addon-*.xsd \
167
$(hide) $(
TOPDIR
)development/build/tools/mk_sdk_repo_xml.sh \
185
$(
TOPDIR
)sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/repository/sdk-repository-*.xsd \
189
$(hide) $(
TOPDIR
)development/build/tools/mk_sdk_repo_xml.sh \
/external/e2fsprogs/debian/attic/libs/
rules
24
topdir
= $(shell pwd)
25
debdir = $(
topdir
)/debian
27
builddir = $(
topdir
)/builddir
85
sed s%$(
topdir
)/lib/et%/usr/share/comerr% \
94
sed s%$(
topdir
)/lib/ss%/usr/share/ss% \
115
install -p $(
topdir
)/doc/libext2fs_*.html \
118
install -p $(
topdir
)/lib/et/com_err_*.html \
122
install -p $(
topdir
)/doc/libext2fs.texinfo \
124
install -p $(
topdir
)/lib/et/com_err.texinfo \
139
install -p $(
topdir
)/lib/et/compile_et.1 $(maindir)/usr/man/man1
[
all
...]
/external/qemu/distrib/
make-distrib.sh
12
TOPDIR
=`cd $CURDIR/.. && pwd`
27
cd $TMPDIR && git clone file://$
TOPDIR
$QEMUDIR && rm -rf $QEMUDIR/.git
/build/core/
config.mk
22
SRC_DOCS:= $(
TOPDIR
)docs
27
$(
TOPDIR
)system/core/include \
28
$(
TOPDIR
)hardware/libhardware/include \
29
$(
TOPDIR
)hardware/libhardware_legacy/include \
30
$(
TOPDIR
)hardware/ril/include \
31
$(
TOPDIR
)dalvik/libnativehelper/include \
32
$(
TOPDIR
)frameworks/base/include \
33
$(
TOPDIR
)frameworks/base/opengl/include \
34
$(
TOPDIR
)frameworks/base/native/include \
35
$(
TOPDIR
)external/skia/includ
[
all
...]
binary.mk
290
$(
TOPDIR
)$(LOCAL_PATH)/%.y \
312
$(
TOPDIR
)$(LOCAL_PATH)/%.l
345
$(
TOPDIR
)$(LOCAL_PATH)/%$(LOCAL_CPP_EXTENSION) \
410
$(c_objects): $(intermediates)/%.o: $(
TOPDIR
)$(LOCAL_PATH)/%.c $(yacc_cpps) $(proto_generated_headers) $(LOCAL_ADDITIONAL_DEPENDENCIES)
440
$(objc_objects): $(intermediates)/%.o: $(
TOPDIR
)$(LOCAL_PATH)/%.m $(yacc_cpps) $(proto_generated_headers) $(LOCAL_ADDITIONAL_DEPENDENCIES)
453
$(asm_objects_S): $(intermediates)/%.o: $(
TOPDIR
)$(LOCAL_PATH)/%.S $(LOCAL_ADDITIONAL_DEPENDENCIES)
462
$(asm_objects_s): $(intermediates)/%.o: $(
TOPDIR
)$(LOCAL_PATH)/%.s $(LOCAL_ADDITIONAL_DEPENDENCIES)
487
$(addprefix $(
TOPDIR
)$(LOCAL_PATH)/,$(LOCAL_PREBUILT_OBJ_FILES))
489
LOCAL_C_INCLUDES += $(
TOPDIR
)$(LOCAL_PATH) $(intermediates) $(base_intermediates)
/development/ndk/platforms/android-9/samples/native-activity/
Android.mk
34
$(
TOPDIR
)frameworks/base/native/include \
35
$(
TOPDIR
)frameworks/base/opengl/include \
36
$(
TOPDIR
)development/ndk/sources/android/native_app_glue
/external/flac/libFLAC/
Makefile.lite
35
topdir
= ../..
47
INCLUDES = -I./include -I$(
topdir
)/include -I$(OGG_INCLUDE_DIR)
88
include $(
topdir
)/build/lib.mk
/external/oprofile/libutil++/tests/
Makefile.am
4
SRCDIR := $(shell $(REALPATH) $(
topdir
)/libutil++/tests/ )
/external/chromium/sdch/open-vcdiff/packages/
deb.sh
31
topdir
="${PWD%/*}"
52
ln -s "${
topdir
}/${archive}.tar.gz" "${LIB}${archive}.orig.tar.gz"
54
ln -s "${
topdir
}/${archive}.tar.gz" "${LIB}${archive_with_underscore}.orig.tar.gz"
/external/bluetooth/glib/gio/
glocalfile.c
1632
char *
topdir
, *globaldir, *trashdir, *tmpname;
local
1708
char *trashdir, *
topdir
, *infodir, *filesdir;
local
[
all
...]
/external/e2fsprogs/debian/
rules
50
topdir
=$(shell pwd)
macro
51
debdir=${
topdir
}/debian
182
${
topdir
}/configure ${COMMON_CONF_FLAGS} ${STD_CONF_FLAGS} \
186
${
topdir
}/configure ${COMMON_CONF_FLAGS} ${STD_CONF_FLAGS} \
195
${
topdir
}/configure ${MIPS_NOPIC_CONF_FLAGS} CFLAGS="${CFLAGS}"
197
${
topdir
}/configure ${MIPS_NOPIC_CONF_FLAGS} CFLAGS="${CFLAGS}"
210
${
topdir
}/configure ${COMMON_CONF_FLAGS} ${BF_CONF_FLAGS} \
214
${
topdir
}/configure ${COMMON_CONF_FLAGS} ${BF_CONF_FLAGS} \
229
${
topdir
}/configure ${STATIC_CONF_FLAGS} \
233
${
topdir
}/configure ${STATIC_CONF_FLAGS}
[
all
...]
/sdk/avdlauncher/
Android.mk
46
# $(
TOPDIR
)/$(LOCALPATH) will always be prepended to this value, which forces
Completed in 1271 milliseconds
1
2