Home
last modified time | relevance | path

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

123456

/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/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/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/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/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/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/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/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/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/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)
Ddoctor.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')
75 fixture.create(ROOT)
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/java/com/google/sample/oboe/manualtest/
DExponentialTaper.java40 private static final double ROOT = 10.0; // because we are using log10 field in ExponentialTaper
61 return a * Math.pow(ROOT, b * linear) - offset; in linearToExponential()
65 return Math.log((exponential + offset) / a) / (b * Math.log(ROOT)); in exponentialToLinear()
/third_party/boost/tools/boostdep/test/
DJamfile8 path-constant ROOT : ../../.. ;
11 run ../src/boostdep.cpp /boost//filesystem : --boost-root $(ROOT) --capture-output assert --compare…
12 run ../src/boostdep.cpp /boost//filesystem : --boost-root $(ROOT) --capture-output --secondary bind…
/third_party/e2fsprogs/lib/ss/
Dmk_cmds.sh.in36 ROOT=`echo $1 | sed -e s/.ct$//`
37 BASE=`basename "$ROOT"`
46 | ${AWK} -f "${DIR}/ct_c.awk" "rootname=${ROOT}" "outfile=${TMP}" -
/third_party/icu/icu4c/source/test/testdata/
Droot.txt21 string_only_in_Root { ROOT }
43 string_in_Root_te_te_IN { ROOT }
63 string_in_Root_te { ROOT }
83 string_in_Root_te_IN { ROOT }
/third_party/grpc/tools/run_tests/sanity/
Dcheck_shellcheck.sh19 ROOT="$(dirname "$0")/../../.."
28 find "$ROOT/$dir/" -name "*.sh" -type f -print0 | xargs -n1 -0 shellcheck
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/coll/
DCollationLoader.java49 ICUData.ICU_COLLATION_BASE_NAME, ULocale.ROOT); in loadRootRules()
106 outValidLocale.value = ULocale.ROOT; in loadTailoring()
116 outValidLocale.value = ULocale.ROOT; in loadTailoring()
125 validLocale = ULocale.ROOT; in loadTailoring()
194 actualLocale = ULocale.ROOT; in loadTailoring()
/third_party/cmsis/CMSIS/DSP/Source/StatisticsFunctions/
DCMakeLists.txt12 configLib(CMSISDSPStatistics ${ROOT})
13 configDsp(CMSISDSPStatistics ${ROOT})
/third_party/cmsis/CMSIS/DSP/Source/SVMFunctions/
DCMakeLists.txt12 configLib(CMSISDSPSVM ${ROOT})
13 configDsp(CMSISDSPSVM ${ROOT})
/third_party/cmsis/CMSIS/DSP/Source/BasicMathFunctions/
DCMakeLists.txt12 configLib(CMSISDSPBasicMath ${ROOT})
13 configDsp(CMSISDSPBasicMath ${ROOT})
/third_party/cmsis/CMSIS/DSP/Source/SupportFunctions/
DCMakeLists.txt12 configLib(CMSISDSPSupport ${ROOT})
13 configDsp(CMSISDSPSupport ${ROOT})

123456