OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TOPDIR
(Results
1 - 25
of
65
) sorted by null
1
2
3
/external/llvm/utils/
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
" \
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 '\
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
"
/external/curl/packages/OS400/
makefile.sh
10
cd "${
TOPDIR
}"
32
for TEXT in "${
TOPDIR
}/COPYING" "${SCRIPTDIR}/README.OS400" \
33
"${
TOPDIR
}/CHANGES" "${
TOPDIR
}/docs/THANKS" "${
TOPDIR
}/docs/FAQ" \
34
"${
TOPDIR
}/docs/FEATURES" "${
TOPDIR
}/docs/SSLCERTS" \
35
"${
TOPDIR
}/docs/RESOURCES" "${
TOPDIR
}/docs/VERSIONS" \
36
"${
TOPDIR
}/docs/HISTORY
[
all
...]
initscript.sh
26
# The script directory is supposed to be in $
TOPDIR
/packages/os400.
28
TOPDIR
=`dirname "${SCRIPTDIR}"`
29
TOPDIR
=`dirname "${
TOPDIR
}"`
30
export SCRIPTDIR
TOPDIR
35
< "${
TOPDIR
}/lib/Makefile.am"`
69
"${
TOPDIR
}/include/curl/curlver.h" |
72
"${
TOPDIR
}/include/curl/curlver.h" |
75
"${
TOPDIR
}/include/curl/curlver.h" |
78
"${
TOPDIR
}/include/curl/curlver.h"
[
all
...]
make-tests.sh
9
cd "${
TOPDIR
}/tests"
47
INCLUDES="'${
TOPDIR
}/tests/libtest' '${
TOPDIR
}/lib'"
/sdk/build/
patch_windows_sdk.sh
35
TOPDIR
=${
TOPDIR
:-$3}
38
if [[ -f ${
TOPDIR
}sdk/build/tools.windows.atree ]]; then
39
${
TOPDIR
}out/host/linux-x86/bin/atree -f ${
TOPDIR
}sdk/build/tools.windows.atree \
41
-I ${
TOPDIR
:-.} \
/external/libxml2/os400/
make.sh
13
cd "${
TOPDIR
}"
36
for TEXT in "${
TOPDIR
}/AUTHORS" "${
TOPDIR
}/ChangeLog" \
37
"${
TOPDIR
}/Copyright" "${
TOPDIR
}/HACKING" "${
TOPDIR
}/README" \
38
"${
TOPDIR
}/MAINTAINERS" "${
TOPDIR
}/NEWS" "${
TOPDIR
}/TODO" \
39
"${
TOPDIR
}/TODO_SCHEMAS" "${TOPDIR}/os400/README400
[
all
...]
initscript.sh
23
# The script directory is supposed to be in $
TOPDIR
/os400.
25
TOPDIR
=`dirname "${SCRIPTDIR}"`
26
export SCRIPTDIR
TOPDIR
122
AUTOCONFSCRIPT="${
TOPDIR
}/configure.ac"
125
then AUTOCONFSCRIPT="${
TOPDIR
}/configure.in"
200
CMD="${CMD} '${
TOPDIR
}/os400/iconv'"
204
CMD="${CMD} '${
TOPDIR
}/os400' '${
TOPDIR
}/os400/dlfcn'"
209
CMD="${CMD} '${
TOPDIR
}' ${INCLUDES})"
make-bldcsndfa.sh
12
cd "${
TOPDIR
}/os400/iconv/bldcsndfa"
/external/toybox/scripts/
test.sh
3
[ -z "$
TOPDIR
" ] &&
TOPDIR
="$(pwd)"
25
. "$
TOPDIR
"/scripts/runtest.sh
26
[ -f "$
TOPDIR
/generated/config.h" ] && export OPTIONFLAGS=:$(echo $(sed -nr 's/^#define CFG_(.*) 1/\1/p' "$
TOPDIR
/generated/config.h") | sed 's/ /:/g')
32
. "$
TOPDIR
"/tests/$i.test
35
for i in "$
TOPDIR
"/tests/*.test
/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
:-.} \
/external/squashfs-tools/kernel-2.4/fs/squashfs/
Makefile
11
include $(
TOPDIR
)/Rules.make
/frameworks/av/services/audiopolicy/
Android.mk
22
$(
TOPDIR
)frameworks/av/services/audioflinger \
25
$(
TOPDIR
)frameworks/av/services/audiopolicy/common/include \
26
$(
TOPDIR
)frameworks/av/services/audiopolicy/engine/interface \
27
$(
TOPDIR
)frameworks/av/services/audiopolicy/utilities
78
LOCAL_C_INCLUDES += $(
TOPDIR
)frameworks/av/services/audiopolicy/engineconfigurable/include
89
$(
TOPDIR
)frameworks/av/services/audiopolicy/common/include \
90
$(
TOPDIR
)frameworks/av/services/audiopolicy/engine/interface \
91
$(
TOPDIR
)frameworks/av/services/audiopolicy/utilities
125
$(
TOPDIR
)frameworks/av/services/audiopolicy/common/include \
126
$(
TOPDIR
)frameworks/av/services/audiopolicy/engine/interfac
[
all
...]
/hardware/qcom/audio/msm8909/policy_hal/
Android.mk
8
LOCAL_C_INCLUDES := $(
TOPDIR
)frameworks/av/services \
9
$(
TOPDIR
)frameworks/av/services/audioflinger \
12
$(
TOPDIR
)frameworks/av/services/audiopolicy/common/include \
13
$(
TOPDIR
)frameworks/av/services/audiopolicy/engine/interface \
14
$(
TOPDIR
)frameworks/av/services/audiopolicy \
15
$(
TOPDIR
)frameworks/av/services/audiopolicy/common/managerdefinitions/include \
/frameworks/av/services/audiopolicy/engineconfigurable/parameter-framework/plugin/
Android.mk
24
$(
TOPDIR
)frameworks/av/services/audiopolicy/common/include \
25
$(
TOPDIR
)frameworks/av/services/audiopolicy/engineconfigurable/include \
26
$(
TOPDIR
)frameworks/av/services/audiopolicy/engineconfigurable/interface \
/frameworks/av/services/audiopolicy/engineconfigurable/wrapper/
Android.mk
12
$(
TOPDIR
)frameworks/av/services/audiopolicy/engineconfigurable/include \
13
$(
TOPDIR
)frameworks/av/services/audiopolicy/engineconfigurable/interface \
14
$(
TOPDIR
)frameworks/av/services/audiopolicy/utilities/convert \
/external/toybox/tests/
blkid.test
7
BDIR="$
TOPDIR
/tests/blkid"
/frameworks/av/services/audiopolicy/engineconfigurable/
Android.mk
19
$(
TOPDIR
)frameworks/av/services/audiopolicy/engineconfigurable/include \
20
$(
TOPDIR
)frameworks/av/services/audiopolicy/engineconfigurable/interface \
21
$(
TOPDIR
)frameworks/av/services/audiopolicy/engine/interface
36
$(
TOPDIR
)frameworks/av/services/audiopolicy/common/include
/frameworks/rs/java/tests/HealingBrush/
Android.mk
34
$(
TOPDIR
)external/clang/lib/Headers \
35
$(
TOPDIR
)frameworks/rs/scriptc
/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
/frameworks/rs/java/tests/Refocus/
Android.mk
35
$(
TOPDIR
)external/clang/lib/Headers \
36
$(
TOPDIR
)frameworks/rs/scriptc
/frameworks/av/services/audiopolicy/common/managerdefinitions/
Android.mk
33
$(
TOPDIR
)frameworks/av/services/audiopolicy/common/include \
34
$(
TOPDIR
)frameworks/av/services/audiopolicy \
35
$(
TOPDIR
)frameworks/av/services/audiopolicy/utilities \
46
$(
TOPDIR
)external/libxml2/include \
47
$(
TOPDIR
)external/icu/icu4c/source/common
Completed in 1431 milliseconds
1
2
3