/third_party/ltp/testcases/kernel/mce-test/tools/ |
D | loop-mce-test.sh | 16 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
|
D | mce_shell.sh | 14 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/ |
D | dirs.sh | 17 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/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/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/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/ltp/testcases/kernel/mce-test/cases/soft-inj/poll_noser/ |
D | cases.sh | 12 . $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/recoverable_ucr/ |
D | cases.sh | 12 . $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/ |
D | cases.sh | 13 . $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/non-panic/ |
D | cases.sh | 13 . $ROOT/lib/functions.sh 14 . $ROOT/lib/dirs.sh 15 . $ROOT/lib/mce.sh 16 . $ROOT/lib/soft-inject.sh
|
/third_party/node/deps/npm/test/fixtures/ |
D | tmock.js | 3 const ROOT = path.resolve(__dirname, '../..') constant 4 const BIN = path.join(ROOT, 'bin') 5 const LIB = path.join(ROOT, 'lib') 16 .replace(/^\{ROOT\}/, ROOT)
|
/third_party/ltp/testcases/kernel/mce-test/cases/soft-inj/poll_ucr/ |
D | cases.sh | 12 . $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/ |
D | cases.sh | 12 . $ROOT/lib/functions.sh 13 . $ROOT/lib/dirs.sh 14 . $ROOT/lib/mce.sh 15 . $ROOT/lib/soft-inject.sh
|
/third_party/rust/crates/cxx/syntax/ |
D | namespace.rs | 19 pub const ROOT: Self = Namespace { constant 29 return Ok(Namespace::ROOT); in parse_bridge_attr_namespace() 42 const ROOT: &Namespace = &Namespace::ROOT; in default() constant 43 ROOT in default()
|
/third_party/node/deps/npm/node_modules/postcss-selector-parser/dist/selectors/ |
D | types.js | 4 exports.UNIVERSAL = exports.TAG = exports.STRING = exports.SELECTOR = exports.ROOT = exports.PSEUDO… 11 var ROOT = 'root'; variable 12 exports.ROOT = ROOT;
|
/third_party/ltp/testcases/kernel/mce-test/cases/soft-inj/panic_ucr/ |
D | cases.sh | 12 . $ROOT/lib/functions.sh 13 . $ROOT/lib/dirs.sh 14 . $ROOT/lib/mce.sh 15 . $ROOT/lib/soft-inject.sh
|
/third_party/node/tools/dep_updaters/ |
D | update-acorn.sh | 10 ROOT=$(cd "$(dirname "$0")/../.." && pwd) 11 [ -z "$NODE" ] && NODE="$ROOT/out/Release/node" 13 NPM="$ROOT/deps/npm/bin/npm-cli.js" 40 cat > "$ROOT/src/acorn_version.h" <<EOF
|
D | update-undici.sh | 10 ROOT=$(cd "$(dirname "$0")/../.." && pwd) 11 [ -z "$NODE" ] && NODE="$ROOT/out/Release/node" 13 NPM="$ROOT/deps/npm/bin/npm-cli.js" 45 cat > "$ROOT/src/undici_version.h" <<EOF
|
D | update-acorn-walk.sh | 10 ROOT=$(cd "$(dirname "$0")/../.." && pwd) 11 [ -z "$NODE" ] && NODE="$ROOT/out/Release/node" 13 NPM="$ROOT/deps/npm/bin/npm-cli.js"
|
/third_party/ltp/testcases/kernel/mce-test/cases/soft-inj/panic/ |
D | cases.sh | 12 . $ROOT/lib/functions.sh 13 . $ROOT/lib/dirs.sh 14 . $ROOT/lib/mce.sh 15 . $ROOT/lib/soft-inject.sh
|
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/ |
D | check_spec_links.py | 52 ROOT = Path(__file__).resolve().parent.parent variable 74 registryFile = str(ROOT / 'xml/vk.xml') 151 return MacroChecker(enabled_messages, entity_db, VulkanMacroCheckerFile, ROOT) 159 for fn in sorted((ROOT / 'chapters/').glob('**/*.txt'))] 161 for fn in sorted((ROOT / 'appendices/').glob('**/*.txt'))])
|
/third_party/ltp/testcases/kernel/mce-test/cases/soft-inj/panic_npcc/ |
D | cases.sh | 12 . $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/drivers/simple/ |
D | driver.sh | 13 export ROOT=`(cd $sd/../..; pwd)` 17 . $ROOT/lib/functions.sh 19 . $ROOT/lib/dirs.sh 20 . $ROOT/lib/mce.sh
|
/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()
|