/third_party/node/deps/npm/lib/commands/ |
D | explain.js | 63 const expl = node.explain() 65 expl.extraneous = true 67 expl.dev = dev 68 expl.optional = optional 69 expl.devOptional = devOptional 70 expl.peer = peer 71 expl.bundled = inBundle 72 expl.overridden = overridden 74 expls.push(expl) 80 this.npm.output(expls.map(expl => { [all …]
|
/third_party/node/deps/npm/test/lib/utils/ |
D | explain-eresolve.js | 11 for (const [name, expl] of Object.entries(cases)) { 14 expl.toJSON = () => ({ name, json: true }) 17 const colorReport = report(expl, color, noColor) 21 const noColorReport = report(expl, noColor, noColor) 25 t.matchSnapshot(explain(expl, color, 2), 'explain with color, depth of 2') 26 t.matchSnapshot(explain(expl, noColor, 6), 'explain with no color, depth of 6')
|
D | explain-dep.js | 261 for (const [name, expl] of Object.entries(getCases(testdir))) { 263 t.matchSnapshot(printNode(expl, color), 'print color') 264 t.matchSnapshot(printNode(expl, noColor), 'print nocolor') 265 t.matchSnapshot(explainNode(expl, Infinity, color), 'explain color deep') 266 t.matchSnapshot(explainNode(expl, 2, noColor), 'explain nocolor shallow')
|
/third_party/node/deps/npm/lib/utils/ |
D | explain-eresolve.js | 10 const explain = (expl, chalk, depth) => { argument 11 const { edge, dep, current, peerConflict, currentEdge } = expl 47 const report = (expl, chalk, noColorChalk) => { argument 49 expl.strictPeerDeps ? '--no-strict-peer-deps' : '', 63 explanation: `${explain(expl, chalk, 4)}\n\n${fix}`, 64 file: `# npm resolution error report\n\n${explain(expl, noColorChalk, Infinity)}\n\n${fix}`,
|
D | display.js | 202 #eresolveWarn (level, heading, message, expl) { argument 205 expl && typeof expl === 'object' 208 this.#npmlog(level, '', explain(expl, this.#chalk, 2))
|
/third_party/node/deps/npm/node_modules/@npmcli/arborist/lib/ |
D | place-dep.js | 495 const expl = this.explainPeerConflict(edge, dep) 496 log.warn('ERESOLVE', 'overriding peer dependency', expl) 502 const expl = this.explainPeerConflict(edge, dep) 503 throw Object.assign(new Error('could not resolve'), expl) 512 const expl = { variable 523 expl.current = curNode && curNode.explain(edge) 524 expl.peerConflict = this.current && this.current.explain(this.edge) 526 expl.current = curNode && curNode.explain() 532 expl.peerConflict = { 540 expl.peerConflict = { [all …]
|
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/pthread_self/ |
D | threads_scenarii.c | 46 #define CASE(det,expl,scp,spa,sco,sta,gua,ssi,desc,res) \ argument 49 .explicitsched=expl, \ 59 #define CASE_POS(det,expl,scp,spa,sco,sta,gua,ssi,desc) CASE(det,expl,scp,spa,sco,sta,gua,ssi,desc,… argument 60 #define CASE_NEG(det,expl,scp,spa,sco,sta,gua,ssi,desc) CASE(det,expl,scp,spa,sco,sta,gua,ssi,desc,… argument 61 #define CASE_UNK(det,expl,scp,spa,sco,sta,gua,ssi,desc) CASE(det,expl,scp,spa,sco,sta,gua,ssi,desc,… argument
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/testfrmw/ |
D | threads_scenarii.c | 89 #define CASE(det, expl, scp, spa, sco, sta, gua, ssi, desc, res) \ argument 92 .explicitsched = expl, \ 103 #define CASE_POS(det, expl, scp, spa, sco, sta, gua, ssi, desc) \ argument 104 CASE(det, expl, scp, spa, sco, sta, gua, ssi, desc, 0) 105 #define CASE_NEG(det, expl, scp, spa, sco, sta, gua, ssi, desc) \ argument 106 CASE(det, expl, scp, spa, sco, sta, gua, ssi, desc, 1) 107 #define CASE_UNK(det, expl, scp, spa, sco, sta, gua, ssi, desc) \ argument 108 CASE(det, expl, scp, spa, sco, sta, gua, ssi, desc, 2)
|
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/pthread_exit/ |
D | threads_scenarii.c | 46 #define CASE(det,expl,scp,spa,sco,sta,gua,ssi,desc,res) \ argument 49 .explicitsched=expl, \ 59 #define CASE_POS(det,expl,scp,spa,sco,sta,gua,ssi,desc) CASE(det,expl,scp,spa,sco,sta,gua,ssi,desc,… argument 60 #define CASE_NEG(det,expl,scp,spa,sco,sta,gua,ssi,desc) CASE(det,expl,scp,spa,sco,sta,gua,ssi,desc,… argument 61 #define CASE_UNK(det,expl,scp,spa,sco,sta,gua,ssi,desc) CASE(det,expl,scp,spa,sco,sta,gua,ssi,desc,… argument
|
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/pthread_create/ |
D | threads_scenarii.c | 46 #define CASE(det,expl,scp,spa,sco,sta,gua,ssi,desc,res) \ argument 49 .explicitsched=expl, \ 59 #define CASE_POS(det,expl,scp,spa,sco,sta,gua,ssi,desc) CASE(det,expl,scp,spa,sco,sta,gua,ssi,desc,… argument 60 #define CASE_NEG(det,expl,scp,spa,sco,sta,gua,ssi,desc) CASE(det,expl,scp,spa,sco,sta,gua,ssi,desc,… argument 61 #define CASE_UNK(det,expl,scp,spa,sco,sta,gua,ssi,desc) CASE(det,expl,scp,spa,sco,sta,gua,ssi,desc,… argument
|
/third_party/musl/src/math/ |
D | expl.c | 71 long double expl(long double x) in expl() function 93 long double expl(long double x) in expl() function 124 long double expl(long double x) in expl() function
|
D | coshl.c | 33 t = expl(x); in coshl() 38 t = expl(0.5*x); in coshl()
|
D | erfl.c | 283 return expl(-z*z - 0.5625) * expl((z - x) * (z + x) + R / S) / x; in erfc2()
|
/third_party/musl/porting/liteos_a/kernel/src/math/ |
D | expl.c | 71 long double expl(long double x) in expl() function 93 long double expl(long double x) in expl() function 124 long double expl(long double x) in expl() function
|
D | coshl.c | 33 t = expl(x); in coshl() 38 t = expl(0.5*x); in coshl()
|
D | erfl.c | 283 return expl(-z*z - 0.5625) * expl((z - x) * (z + x) + R / S) / x; in erfc2()
|
/third_party/ltp/scripts/ |
D | checkbashisms.pl | 411 my $expl = $singlequote_bashisms{$re}; 415 $explanation = $expl; 460 my $expl = $string_bashisms{$re}; 464 $explanation = $expl; 475 my $expl = $bashisms{$re}; 479 $explanation = $expl;
|
/third_party/musl/src/math/i386/ |
D | expl.s | 6 .global expl symbol 7 .type expl,@function 8 expl: label
|
/third_party/musl/src/math/x86_64/ |
D | expl.s | 6 .global expl symbol 7 .type expl,@function 8 expl: label
|
/third_party/musl/src/math/x32/ |
D | expl.s | 6 .global expl symbol 7 .type expl,@function 8 expl: label
|
/third_party/musl/libc-test/src/functionalext/supplement/math/math_gtest/ |
D | math_exp_test.cpp | 72 EXPECT_DOUBLE_EQ(1.0L, expl(0.0L)); 73 EXPECT_DOUBLE_EQ(M_E, expl(1.0L));
|
/third_party/node/deps/npm/test/lib/commands/ |
D | explain.js | 11 explainNode: (expl, depth, chalk) => { argument 13 return `${expl.name}@${expl.version} depth=${depth} color=${color}`
|
/third_party/FreeBSD/lib/msun/ld128/ |
D | s_erfl.c | 249 r = expl(-z*z-0.5625)*expl((z-ax)*(z+ax)+R/S); in erfl() 322 r = expl(-z*z-0.5625)*expl((z-ax)*(z+ax)+R/S); in erfcl()
|
/third_party/mksh/ |
D | check.pl | 648 local($expl); 652 $expl = "stopped"; 654 $expl = "signal " . ($status & 0x7f); 656 $expl = "exit-code " . (($status >> 8) & 0xff); 659 "\tunexpected exit status $status ($expl), expected $test{'expected-exit'}\n";
|
/third_party/ltp/tools/sparse/sparse-src/validation/ |
D | Waddress-space-strict.c | 6 static void expl(ulong u, void *v, obj_t *o, obj_t __user *p) in expl() function
|