HomeSort by relevance Sort by last modified time
    Searched refs:ROOTDIR (Results 1 - 5 of 5) sorted by null

  /external/compiler-rt/lib/tsan/
check_memcpy.sh 7 ROOTDIR=$(dirname $0)
8 TEST_DIR=$ROOTDIR/../../test/tsan
12 LDFLAGS="-pie -lpthread -ldl -lrt -lm -Wl,--whole-archive $ROOTDIR/rtl/libtsan.a -Wl,--no-whole-archive"
  /development/ndk/tests/
run-all.sh 9 ROOTDIR=`dirname $PROGDIR`
105 SAMPLE_DIRS=`cd $ROOTDIR && ls -d samples/*`
106 SAMPLE_DIRS="$SAMPLE_DIRS "`cd $ROOTDIR && ls -d platforms/android-*/samples/*`
115 SAMPLEDIR=$ROOTDIR/$1
  /external/iproute2/
Makefile 0 ROOTDIR=$(DESTDIR)
12 DBM_INCLUDE:=$(ROOTDIR)/usr/include
  /ndk/tests/
run-tests.sh 30 ROOTDIR=`cd $PROGDIR/.. && pwd`
31 NDK_BUILDTOOLS_PATH=$ROOTDIR/build/tools
165 echo " --ndk=<path> Path to NDK to test [$ROOTDIR]"
317 NDK="$ROOTDIR"
384 local SCRIPT="$ROOTDIR/build/awk/$SCRIPT_NAME.awk"
402 AWKDIR="$ROOTDIR/build/awk"
755 for DIR in `ls -d $ROOTDIR/tests/build/*`; do
922 for DIR in `ls -d $ROOTDIR/tests/device/*`; do
    [all...]
  /external/chromium_org/third_party/cython/src/
runtests.py 422 def __init__(self, rootdir, workdir, selectors, exclude_selectors, annotate,
425 self.rootdir = rootdir
442 filenames = os.listdir(self.rootdir)
445 path = os.path.join(self.rootdir, filename)
    [all...]

Completed in 319 milliseconds