/third_party/grpc/tools/run_tests/helper_scripts/ |
D | build_python.sh | 118 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 …]
|
D | run_python.sh | 23 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/ |
D | Makefile | 43 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/ |
D | root.txt | 30 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/ |
D | root.txt | 30 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/ |
D | root.txt | 30 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/ |
D | compile_et.sh.in | 39 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/ |
D | mkroot.sh | 43 [ -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/ |
D | attr4.xml.err | 2 <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"/>
|
D | attr4.xml.ent | 2 <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"/>
|
D | attr4.xml.str | 2 <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/ |
D | HuffmanEncoder.java | 26 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/ |
D | HuffmanEncoder.java | 26 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/ |
D | doctor-ping-registry-404.js | 15 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)
|
D | doctor.js | 15 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/ |
D | ExponentialTaper.java | 40 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/ |
D | Jamfile | 8 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/ |
D | mk_cmds.sh.in | 36 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/ |
D | root.txt | 21 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/ |
D | check_shellcheck.sh | 19 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/ |
D | CollationLoader.java | 49 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/ |
D | CMakeLists.txt | 12 configLib(CMSISDSPStatistics ${ROOT}) 13 configDsp(CMSISDSPStatistics ${ROOT})
|
/third_party/cmsis/CMSIS/DSP/Source/SVMFunctions/ |
D | CMakeLists.txt | 12 configLib(CMSISDSPSVM ${ROOT}) 13 configDsp(CMSISDSPSVM ${ROOT})
|
/third_party/cmsis/CMSIS/DSP/Source/BasicMathFunctions/ |
D | CMakeLists.txt | 12 configLib(CMSISDSPBasicMath ${ROOT}) 13 configDsp(CMSISDSPBasicMath ${ROOT})
|
/third_party/cmsis/CMSIS/DSP/Source/SupportFunctions/ |
D | CMakeLists.txt | 12 configLib(CMSISDSPSupport ${ROOT}) 13 configDsp(CMSISDSPSupport ${ROOT})
|