HomeSort by relevance Sort by last modified time
    Searched refs:TOPDIR (Results 1 - 25 of 60) 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.md" \
35 "${TOPDIR}/docs/RESOURCES" "${TOPDIR}/docs/VERSIONS" \
36 "${TOPDIR}/docs/HISTORY.md
    [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}/CONTRIBUTING" "${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})"
make-bldcsndfa.sh 12 cd "${TOPDIR}/os400/iconv/bldcsndfa"
make-include.sh 12 cd "${TOPDIR}/include"
49 for HFILE in "${TOPDIR}/os400/transcode.h" libxml/*.h libxml/*.h.in
  /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
  /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')
51 do_test "$TOPDIR"/tests/$i.test
54 for i in "$TOPDIR"/tests/*.test
  /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 33 $(TOPDIR)external/clang/lib/Headers \
34 $(TOPDIR)frameworks/rs/script_api/include
  /art/tools/veridex/
Android.mk 21 $(system_stub_dex): $(TOPDIR)prebuilts/sdk/system_current/android.jar | $(ZIP2ZIP) $(DX)
27 $(oahl_stub_dex): $(TOPDIR)prebuilts/sdk/org.apache.http.legacy/org.apache.http.legacy.jar | $(ZIP2ZIP) $(DX)
  /frameworks/rs/tests/java_api/RSTest_CompatLibLegacy/
Android.mk 40 $(TOPDIR)external/clang/lib/Headers \
41 $(TOPDIR)frameworks/rs/script_api/include
  /frameworks/rs/tests/java_api/Refocus/
Android.mk 35 $(TOPDIR)external/clang/lib/Headers \
36 $(TOPDIR)frameworks/rs/script_api/include

Completed in 465 milliseconds

1 2 3