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
51
) sorted by null
1
2
3
/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/freetype/include/freetype/config/
ftmodule.h
5
* the objects directory (normally `<
topdir
>/objs/') based on information
6
* from `<
topdir
>/modules.cfg'.
/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
/sdk/monitor/
Android.mk
16
RCP_MONITOR_DIR := $(
TOPDIR
)out/host/eclipse/rcp/build/I.RcpBuild
26
MONITOR_DEP_LIBRARIES := $(shell $(
TOPDIR
)sdk/eclipse/scripts/create_all_symlinks.sh -d)
30
$(LOCAL_BUILT_MODULE) : $(
TOPDIR
)sdk/monitor/monitor \
31
$(
TOPDIR
)sdk/monitor/build.xml \
32
$(
TOPDIR
)sdk/monitor/build.properties \
35
$(hide)$(
TOPDIR
)sdk/eclipse/scripts/create_all_symlinks.sh -c
36
$(hide)cd $(
TOPDIR
)sdk/monitor && \
60
$(hide)$(ACP) -fp $(V) $(
TOPDIR
)sdk/monitor/monitor $@
/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
...]
/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)
28
include $(
TOPDIR
)sdk/build/windows_sdk_tools.mk
32
# the
topdir
/development directory and are somehow platform-dependent.
91
$(
TOPDIR
)development/build/tools/patch_windows_sdk.sh $(subst @,-q,$(hide)) \
92
$(WIN_SDK_DIR)/$(WIN_SDK_NAME) $(OUT_DIR) $(
TOPDIR
)
94
$(
TOPDIR
)sdk/build/patch_windows_sdk.sh $(subst @,-q,$(hide)) \
95
$(WIN_SDK_DIR)/$(WIN_SDK_NAME) $(OUT_DIR) $(
TOPDIR
)
/sdk/adtproductbuild/
Android.mk
24
ADT_IDE_MODULE_DEPS := $(
TOPDIR
)sdk/adtproductbuild/$(LOCAL_MODULE)
26
ADT_IDE_BUILD_LOG := $(
TOPDIR
)out/host/eclipse/adtproduct/adtproduct.log
27
ADT_IDE_ARTIFACT_DIR := $(
TOPDIR
)out/host/eclipse/adtproduct/pbuild/I.RcpBuild
28
ADT_IDE_RELEASE_DIR := $(
TOPDIR
)out/host/eclipse/adtproduct/release
30
ADT_IDE_JAVA_LIBS := $(shell $(
TOPDIR
)sdk/eclipse/scripts/create_all_symlinks.sh -d)
34
ADT_VERSION := $(shell grep Bundle-Version $(
TOPDIR
)sdk/eclipse/plugins/com.android.ide.eclipse.adt/META-INF/MANIFEST.MF | sed 's/.*: \([0-9]\+.[0-9]\+.[0-9]\+\).*/\1/')
40
$(ADT_IDE_JAVA_TARGET) : $(
TOPDIR
)sdk/adtproductbuild/adt_eclipse_ide \
41
$(
TOPDIR
)sdk/adtproductbuild/build.xml \
42
$(
TOPDIR
)sdk/adtproductbuild/build.properties \
44
@if [[ ! -d $(
TOPDIR
)prebuilts/eclipse-build-deps ]]; then
[
all
...]
/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
/frameworks/rs/java/tests/ImageProcessing2/
Android.mk
31
LOCAL_RENDERSCRIPT_INCLUDES_OVERRIDE := $(
TOPDIR
)external/clang/lib/Headers \
32
$(
TOPDIR
)frameworks/rs/scriptc
/frameworks/rs/java/tests/RSTest_CompatLib/
Android.mk
34
$(
TOPDIR
)external/clang/lib/Headers \
35
$(
TOPDIR
)frameworks/rs/scriptc
/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
/frameworks/compile/mclinker/unittests/
LinkerTest.cpp
87
/// -L=${
TOPDIR
}/test/libs/ARM/Android/android-14
88
Path search_dir(
TOPDIR
);
103
/// ${
TOPDIR
}/test/libs/ARM/Android/android-14/crtbegin_so.o
108
/// ${
TOPDIR
}/test/Android/Plasma/ARM/plasma.o
109
Path plasma(
TOPDIR
);
119
/// ${
TOPDIR
}/test/libs/ARM/Android/android-14/crtend_so.o
144
/// -L=${
TOPDIR
}/test/libs/ARM/Android/android-14
145
Path search_dir(
TOPDIR
);
160
/// ${
TOPDIR
}/test/libs/ARM/Android/android-14/crtbegin_so.o
165
/// ${
TOPDIR
}/test/Android/Plasma/ARM/plasma.
[
all
...]
/external/oprofile/libutil++/tests/
Makefile.am
4
SRCDIR := $(shell $(REALPATH) $(
topdir
)/libutil++/tests/ )
/sdk/find_lock/
Android.mk
24
LOCAL_CFLAGS += -I$(
TOPDIR
)sdk/find_java
47
# $(
TOPDIR
)/$(LOCALPATH) will always be prepended to this value, which forces
/development/build/
Android.mk
5
$(
TOPDIR
)development/sdk/%_source.prop_template, \
7
$(wildcard $(
TOPDIR
)development/sdk/*_source.prop_template)) \
9
$(
TOPDIR
)development/samples/%_source.prop_template, \
11
$(wildcard $(
TOPDIR
)development/samples/*_source.prop_template))
18
$(HOST_OUT)/development/sdk/%_source.properties : $(
TOPDIR
)development/sdk/%_source.prop_template
26
$(HOST_OUT)/development/samples/%_source.properties : $(
TOPDIR
)development/samples/%_source.prop_template
/build/core/
config.mk
27
SRC_DOCS:= $(
TOPDIR
)docs
32
$(
TOPDIR
)system/core/include \
33
$(
TOPDIR
)hardware/libhardware/include \
34
$(
TOPDIR
)hardware/libhardware_legacy/include \
35
$(
TOPDIR
)hardware/ril/include \
36
$(
TOPDIR
)libnativehelper/include \
37
$(
TOPDIR
)frameworks/native/include \
38
$(
TOPDIR
)frameworks/native/opengl/include \
39
$(
TOPDIR
)frameworks/av/include \
40
$(
TOPDIR
)frameworks/base/include
[
all
...]
Completed in 484 milliseconds
1
2
3