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

  /external/tensorflow/tensorflow/contrib/makefile/
build_all_ios_with_tflite.sh 27 TOP_SRCDIR="${SCRIPT_DIR}/../../../"
28 cd ${TOP_SRCDIR}
37 cd "${TOP_SRCDIR}/tensorflow/contrib/makefile"
build_all_ios.sh 55 TOP_SRCDIR="${SCRIPT_DIR}/../../../"
56 cd ${TOP_SRCDIR}
70 PRNT_SLCTV_BIN="${TOP_SRCDIR}bazel-bin/tensorflow/python/tools/print_selective_registration_header"
78 cd ${TOP_SRCDIR}
92 ${PRNT_SLCTV_BIN} --graphs=${OPTIMIZE_FOR_GRAPH} > ${TOP_SRCDIR}/tensorflow/core/framework/ops_to_register.h
  /external/ltp/testcases/open_posix_testsuite/scripts/
generate-makefiles.sh 110 top_srcdir?= `echo "$prereq_dir" | awk '{ gsub(/[^\/]+/, "..", $0); print }'`
112 srcdir= \$(top_srcdir)/\$(subdir)
120 CFLAGS+= -I\$(top_srcdir)/include
139 if [ -f "${TOP_SRCDIR}/$var" ]; then
190 @echo "\$(top_srcdir)/bin/run-tests.sh \$(subdir) \$(INSTALL_TARGETS)" >> \$@
301 TOP_SRCDIR=${TOP_SRCDIR:=`dirname "$0"`/..}
303 GLOBAL_BOILERPLATE="${TOP_SRCDIR}/.global_boilerplate"
310 if [ -f "$TOP_SRCDIR/$var" ]; then
312 $var+= `cat "$TOP_SRCDIR/$var"
    [all...]
  /external/brotli/
configure-cmake 24 TOP_SRCDIR="$(dirname $0)"
35 if [ -e "${TOP_SRCDIR}/scripts/.configure-custom.sh" ]; then
36 . "${TOP_SRCDIR}/scripts/.configure-custom.sh"
318 eval "${CMAKE_CMD}" "${TOP_SRCDIR}" -DCMAKE_BUILD_TYPE="${BUILD_TYPE}" -DCMAKE_INSTALL_PREFIX="${PREFIX}" -DCMAKE_INSTALL_LIBDIR="${LIBDIR}" ${CMAKE_ARGS}

Completed in 313 milliseconds