HomeSort by relevance Sort by last modified time
    Searched refs:TOPDIR (Results 1 - 25 of 69) 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/swiftshader/third_party/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"`
76 "${TOPDIR}/include/curl/curlver.h" |
79 "${TOPDIR}/include/curl/curlver.h" |
82 "${TOPDIR}/include/curl/curlver.h" |
85 "${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"
224 then CMD="${CMD} '${TOPDIR}/os400/iconv'"
229 CMD="${CMD} '${TOPDIR}/os400' '${TOPDIR}/os400/dlfcn'"
234 CMD="${CMD} '${TOPDIR}' ${INCLUDES})"
  /external/toybox/scripts/
test.sh 3 TOPDIR="$PWD"
26 . "$TOPDIR"/scripts/runtest.sh
27 [ -f "$TOPDIR/generated/config.h" ] && export OPTIONFLAGS=:$(echo $(sed -nr 's/^#define CFG_(.*) 1/\1/p' "$TOPDIR/generated/config.h") | sed 's/ /:/g')
46 do_test "$TOPDIR"/tests/$i.test
49 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 12 $(TOPDIR)frameworks/av/services/audioflinger \
14 $(TOPDIR)frameworks/av/services/audiopolicy/common/include \
15 $(TOPDIR)frameworks/av/services/audiopolicy/engine/interface \
16 $(TOPDIR)frameworks/av/services/audiopolicy/utilities
61 LOCAL_C_INCLUDES += $(TOPDIR)frameworks/av/services/audiopolicy/engineconfigurable/include
72 $(TOPDIR)frameworks/av/services/audiopolicy/common/include \
73 $(TOPDIR)frameworks/av/services/audiopolicy/engine/interface \
74 $(TOPDIR)frameworks/av/services/audiopolicy/utilities
109 $(TOPDIR)frameworks/av/services/audiopolicy/common/include \
110 $(TOPDIR)frameworks/av/services/audiopolicy/engine/interfac
    [all...]
  /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 11 $(TOPDIR)frameworks/av/services/audiopolicy/engineconfigurable/include \
12 $(TOPDIR)frameworks/av/services/audiopolicy/engineconfigurable/interface \
13 $(TOPDIR)frameworks/av/services/audiopolicy/utilities/convert \
  /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/tests/java_api/HealingBrush/
Android.mk 34 $(TOPDIR)external/clang/lib/Headers \
35 $(TOPDIR)frameworks/rs/script_api/include
  /frameworks/rs/tests/java_api/ImageProcessing2/
Android.mk 31 LOCAL_RENDERSCRIPT_INCLUDES_OVERRIDE := $(TOPDIR)external/clang/lib/Headers \
32 $(TOPDIR)frameworks/rs/script_api/include
  /frameworks/rs/tests/java_api/RsNbody/
Android.mk 32 $(TOPDIR)external/clang/lib/Headers \
33 $(TOPDIR)frameworks/rs/script_api/include
  /frameworks/av/services/audiopolicy/common/managerdefinitions/
Android.mk 36 $(TOPDIR)frameworks/av/services/audiopolicy/common/include \
37 $(TOPDIR)frameworks/av/services/audiopolicy \
38 $(TOPDIR)frameworks/av/services/audiopolicy/utilities \
47 $(TOPDIR)external/libxml2/include \
48 $(TOPDIR)external/icu/icu4c/source/common

Completed in 565 milliseconds

1 2 3