Home
last modified time | relevance | path

Searched refs:ROOT (Results 1 – 25 of 208) sorted by relevance

123456789

/third_party/grpc/tools/run_tests/helper_scripts/
Dbuild_python.sh118 ROOT=$(pwd)
119 export CFLAGS="-I$ROOT/include -std=gnu99 -fno-wrapv $CFLAGS"
197 pip_install_dir "$ROOT"
199 $VENV_PYTHON "$ROOT/tools/distrib/python/make_grpcio_tools.py"
200 pip_install_dir "$ROOT/tools/distrib/python/grpcio_tools"
203 $VENV_PYTHON "$ROOT/src/python/grpcio_channelz/setup.py" preprocess
204 $VENV_PYTHON "$ROOT/src/python/grpcio_channelz/setup.py" build_package_protos
205 pip_install_dir "$ROOT/src/python/grpcio_channelz"
208 $VENV_PYTHON "$ROOT/src/python/grpcio_health_checking/setup.py" preprocess
209 $VENV_PYTHON "$ROOT/src/python/grpcio_health_checking/setup.py" build_package_protos
[all …]
Drun_python.sh23 ROOT=$(pwd)
25 $PYTHON "$ROOT/src/python/grpcio_tests/setup.py" "$2"
27 mkdir -p "$ROOT/reports"
28 rm -rf "$ROOT/reports/python-coverage"
29 (mv -T "$ROOT/htmlcov" "$ROOT/reports/python-coverage") || true
/third_party/gettext/os2/
DMakefile43 ROOT = ../ macro
50 INCLUDE = -I. -I$(ROOT) -I$(ROOT)intl -I$(ROOT)src -I$(ROOT)lib
95 INTL.SOURCES = $(addprefix $(ROOT)intl/,\
100 $(shell sed $(ROOT)intl/Makefile.in -ne "/^OBJECTS =/,/[^\]$$/p"))))))
101 INTL.OBJECTS = $(addprefix $(OUT),$(subst $(ROOT),,$(INTL.SOURCES:.c=.o)))
105 $(shell sed $(ROOT)src/Makefile.am -ne "/^bin_PROGRAMS =/,/[^\]$$/p"))))
107 SRC.SOURCES = $(filter-out $(addprefix $(ROOT)src/,$(PROGRAMS:.exe=.c)),\
108 $(wildcard $(ROOT)src/*.c))
109 SRC.OBJECTS = $(addprefix $(OUT),$(subst $(ROOT),,$(SRC.SOURCES:.c=.o)))
110 LIB.SOURCES = $(addprefix $(ROOT)lib/, error.c stpcpy.c stpncpy.c mkdtemp.c getline.c \
[all …]
/third_party/ltp/testcases/kernel/mce-test/tools/
Dloop-mce-test.sh16 export ROOT=`(cd $sd/..; pwd)`
25 . $ROOT/lib/functions.sh
29 [ -f $ROOT/config/$config ] || usage
35 rm $ROOT/results/simple/result
37 sh $ROOT/drivers/simple/driver.sh $ROOT/config/$1
39 sed -e'/gcov/d' $ROOT/results/simple/result | grep "Fail" > /dev/null
Dmce_shell.sh14 export ROOT=`(cd $sd/..; pwd)`
35 . $ROOT/lib/functions.sh
37 . $ROOT/lib/dirs.sh
38 . $ROOT/lib/mce.sh
39 . $ROOT/lib/soft-inject.sh
/third_party/ltp/testcases/kernel/mce-test/lib/
Ddirs.sh17 CDIR=$ROOT/cases
18 CONF_DIR=$ROOT/config
19 RDIR=$ROOT/results/$driver
20 WDIR=$ROOT/work/$driver
21 LDIR=$ROOT/lib
22 TDIR=$ROOT/tools
/third_party/flutter/skia/third_party/externals/icu/source/samples/uresb/
Droot.txt30 udata { "ROOT udata help topic" }
31 resourcebundles { "ROOT resource bundle help topic" }
32 collation { "ROOT collation help topic" }
33 breakit { "ROOT break iterator help topic" }
34 translit { "ROOT transliteration help topic" }
35 unicode { "ROOT unicode help topic" }
36 format { "ROOT format help topic" }
/third_party/skia/third_party/externals/icu/source/samples/uresb/
Droot.txt30 udata { "ROOT udata help topic" }
31 resourcebundles { "ROOT resource bundle help topic" }
32 collation { "ROOT collation help topic" }
33 breakit { "ROOT break iterator help topic" }
34 translit { "ROOT transliteration help topic" }
35 unicode { "ROOT unicode help topic" }
36 format { "ROOT format help topic" }
/third_party/icu/icu4c/source/samples/uresb/
Droot.txt30 udata { "ROOT udata help topic" }
31 resourcebundles { "ROOT resource bundle help topic" }
32 collation { "ROOT collation help topic" }
33 breakit { "ROOT break iterator help topic" }
34 translit { "ROOT transliteration help topic" }
35 unicode { "ROOT unicode help topic" }
36 format { "ROOT format help topic" }
/third_party/toybox/scripts/
Dmkroot.sh43 [ -z "$ROOT" ] && ROOT="$OUTPUT/${CROSS_BASE}fs" && rm -rf "$ROOT"
62 mkdir -p "$ROOT"/{etc,tmp,proc,sys,dev,home,mnt,root,usr/{bin,sbin,lib},var} &&
63 chmod a+rwxt "$ROOT"/tmp && ln -s usr/{bin,sbin,lib} "$ROOT" || exit 1
66 cat > "$ROOT"/init << 'EOF' &&
100 chmod +x "$ROOT"/init &&
103 cat > "$ROOT"/etc/passwd << 'EOF' &&
110 cat > "$ROOT"/etc/group << 'EOF' &&
118 echo "nameserver 8.8.8.8" > "$ROOT"/etc/resolv.conf || exit 1
132 LDFLAGS=--static PREFIX="$ROOT" make toybox install || exit 1
510 (cd "$ROOT" && find . | cpio -o -H newc | gzip) > \
/third_party/e2fsprogs/lib/et/
Dcompile_et.sh.in39 ROOT=`echo $1 | sed -e s/.et$//`
40 BASE=`basename $ROOT`
42 if test ! -f "$ROOT.et" ; then
43 echo "compile_et: $ROOT.et: File not found"
47 $AWK -f "${DIR}/et_h.awk" "outfile=${BASE}.h.$$" "outfn=${BASE}.h" "$ROOT.et"
54 $AWK -f "${DIR}/et_c.awk" "outfile=${BASE}.c.$$" "outfn=${BASE}.c" "$ROOT.et"
/third_party/libxml2/result/errors/
Dattr4.xml.err2 <ROOT attr="XY"/>
5 <ROOT attr="XY"/>
7 ./test/errors/attr4.xml:1: parser error : Couldn't find end of Start Tag ROOT line 1
8 <ROOT attr="XY"/>
11 <ROOT attr="XY"/>
Dattr4.xml.ent2 <ROOT attr="XY"/>
5 <ROOT attr="XY"/>
7 ./test/errors/attr4.xml:1: parser error : Couldn't find end of Start Tag ROOT line 1
8 <ROOT attr="XY"/>
11 <ROOT attr="XY"/>
Dattr4.xml.str2 <ROOT attr="XY"/>
5 <ROOT attr="XY"/>
7 ./test/errors/attr4.xml:1: parser error : Couldn't find end of Start Tag ROOT
8 <ROOT attr="XY"/>
/third_party/flutter/skia/third_party/externals/sfntly/java/src/com/google/typography/font/tools/conversion/eot/
DHuffmanEncoder.java26 private static final int ROOT = 1; field in HuffmanEncoder
72 initWeight(ROOT); in HuffmanEncoder()
94 for (int i = ROOT; i < range; i++) { in checkTree()
104 for (int i = ROOT; i < range; i++) { in checkTree()
113 for (int i = ROOT; i < j; i++) { in checkTree()
119 for (int i = ROOT + 1; i < j; i++) { in checkTree()
129 for (int i = ROOT + 1; i < range * 2; i++) { in checkTree()
147 for (; a != ROOT; a = tree[a].up) { in updateWeight()
155 if (b > ROOT) { in updateWeight()
196 } while (a != ROOT); in writeSymbolCost()
[all …]
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/tools/conversion/eot/
DHuffmanEncoder.java26 private static final int ROOT = 1; field in HuffmanEncoder
72 initWeight(ROOT); in HuffmanEncoder()
94 for (int i = ROOT; i < range; i++) { in checkTree()
104 for (int i = ROOT; i < range; i++) { in checkTree()
113 for (int i = ROOT; i < j; i++) { in checkTree()
119 for (int i = ROOT + 1; i < j; i++) { in checkTree()
129 for (int i = ROOT + 1; i < range * 2; i++) { in checkTree()
147 for (; a != ROOT; a = tree[a].up) { in updateWeight()
155 if (b > ROOT) { in updateWeight()
196 } while (a != ROOT); in writeSymbolCost()
[all …]
/third_party/ltp/testcases/kernel/mce-test/cases/soft-inj/poll_noser/
Dcases.sh12 . $ROOT/lib/functions.sh
13 . $ROOT/lib/dirs.sh
14 . $ROOT/lib/mce.sh
15 . $ROOT/lib/soft-inject.sh
/third_party/ltp/testcases/kernel/mce-test/cases/apei-inj/ucr/
Dcases.sh13 . $ROOT/lib/functions.sh
14 . $ROOT/lib/dirs.sh
15 . $ROOT/lib/mce.sh
16 . $ROOT/lib/apei-inject.sh
/third_party/ltp/testcases/kernel/mce-test/cases/soft-inj/recoverable_ucr/
Dcases.sh12 . $ROOT/lib/functions.sh
13 . $ROOT/lib/dirs.sh
14 . $ROOT/lib/mce.sh
15 . $ROOT/lib/soft-inject.sh
/third_party/ltp/testcases/kernel/mce-test/cases/soft-inj/non-panic/
Dcases.sh13 . $ROOT/lib/functions.sh
14 . $ROOT/lib/dirs.sh
15 . $ROOT/lib/mce.sh
16 . $ROOT/lib/soft-inject.sh
/third_party/ltp/testcases/kernel/mce-test/cases/soft-inj/poll_ucr/
Dcases.sh12 . $ROOT/lib/functions.sh
13 . $ROOT/lib/dirs.sh
14 . $ROOT/lib/mce.sh
15 . $ROOT/lib/soft-inject.sh
/third_party/ltp/testcases/kernel/mce-test/cases/soft-inj/panic_noser/
Dcases.sh12 . $ROOT/lib/functions.sh
13 . $ROOT/lib/dirs.sh
14 . $ROOT/lib/mce.sh
15 . $ROOT/lib/soft-inject.sh
/third_party/ltp/testcases/kernel/mce-test/cases/soft-inj/panic_ucr/
Dcases.sh12 . $ROOT/lib/functions.sh
13 . $ROOT/lib/dirs.sh
14 . $ROOT/lib/mce.sh
15 . $ROOT/lib/soft-inject.sh
/third_party/ltp/testcases/kernel/mce-test/cases/soft-inj/panic/
Dcases.sh12 . $ROOT/lib/functions.sh
13 . $ROOT/lib/dirs.sh
14 . $ROOT/lib/mce.sh
15 . $ROOT/lib/soft-inject.sh
/third_party/node/deps/npm/test/tap/
Ddoctor-ping-registry-404.js15 const ROOT = common.pkg constant
17 const TMP = path.join(ROOT, 'tmp')
18 const PREFIX = path.join(ROOT, 'global-prefix')
19 const PKG = path.join(ROOT, 'pkg')
71 fixture.create(ROOT)

123456789