Home
last modified time | relevance | path

Searched refs:expl (Results 1 – 25 of 63) sorted by relevance

123

/third_party/node/deps/npm/lib/commands/
Dexplain.js63 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/
Dexplain-eresolve.js11 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')
Dexplain-dep.js261 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/
Dexplain-eresolve.js10 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}`,
Ddisplay.js202 #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/
Dplace-dep.js495 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/
Dthreads_scenarii.c46 #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/
Dthreads_scenarii.c89 #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/
Dthreads_scenarii.c46 #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/
Dthreads_scenarii.c46 #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/
Dexpl.c71 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
Dcoshl.c33 t = expl(x); in coshl()
38 t = expl(0.5*x); in coshl()
Derfl.c283 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/
Dexpl.c71 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
Dcoshl.c33 t = expl(x); in coshl()
38 t = expl(0.5*x); in coshl()
Derfl.c283 return expl(-z*z - 0.5625) * expl((z - x) * (z + x) + R / S) / x; in erfc2()
/third_party/ltp/scripts/
Dcheckbashisms.pl411 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/
Dexpl.s6 .global expl symbol
7 .type expl,@function
8 expl: label
/third_party/musl/src/math/x86_64/
Dexpl.s6 .global expl symbol
7 .type expl,@function
8 expl: label
/third_party/musl/src/math/x32/
Dexpl.s6 .global expl symbol
7 .type expl,@function
8 expl: label
/third_party/musl/libc-test/src/functionalext/supplement/math/math_gtest/
Dmath_exp_test.cpp72 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/
Dexplain.js11 explainNode: (expl, depth, chalk) => { argument
13 return `${expl.name}@${expl.version} depth=${depth} color=${color}`
/third_party/FreeBSD/lib/msun/ld128/
Ds_erfl.c249 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/
Dcheck.pl648 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/
DWaddress-space-strict.c6 static void expl(ulong u, void *v, obj_t *o, obj_t __user *p) in expl() function

123