Home
last modified time | relevance | path

Searched refs:inspect (Results 76 - 100 of 1394) sorted by relevance

12345678910>>...56

/third_party/python/Lib/
H A Drlcompleter.py34 import inspect namespace
104 if not inspect.signature(val).parameters:
/third_party/node/test/parallel/
H A Dtest-crypto-authenticated.js29 const { inspect } = require('util');
334 `Received ${inspect(authTagLength)}`
348 `Received ${inspect(authTagLength)}`
358 `Received ${inspect(authTagLength)}`
367 `Received ${inspect(authTagLength)}`
458 `Received ${inspect(plaintextLength)}`
H A Dtest-console-not-call-toString.js32 require('util').inspect(func);
H A Dtest-repl-autocomplete.js11 const { inspect } = require('util');
169 console.error('Last outputs: ' + inspect(lastChunks, {
H A Dtest-repl-reverse-search.js11 const { inspect } = require('util');
315 console.error('Last outputs: ' + inspect(lastChunks, {
H A Dtest-events-customevent.js7 const { inspect } = require('node:util');
312 // Works with inspect
316 const evConstructorName = inspect(ev, {
321 const inspectResult = inspect(ev, {
H A Dtest-fs-stat-bigint.js10 const { inspect } = require('util');
85 `${inspect(bigintStats[key])} !== ${inspect(BigInt(val))}\n` +
H A Dtest-string-decoder.js25 const inspect = require('util').inspect;
246 `Full Decoder State: ${inspect(decoder)}`;
H A Dtest-util-inspect-long-running.js20 util.inspect(obj, { depth: Infinity });
H A Dtest-promises-unhandled-rejections.js5 const { inspect } = require('util');
16 `${inspect(error)}\nFrom previous event:\n${currentTest.stack}` :
17 inspect(error);
46 const stack = inspect(new Error()).split('\n').slice(1).join('\n');
H A Dtest-tls-peer-certificate-encoding.js48 console.error(util.inspect(peerCert));
H A Dtest-tls-retain-handle-no-abort.js25 util.inspect(ssl);
/third_party/node/test/fixtures/workload/
H A Dallocation-exit.js8 string += util.inspect(process.env);
H A Dallocation.js8 string += util.inspect(process.env);
H A Dallocation-sigint.js8 string += util.inspect(process.env);
/third_party/mbedtls/scripts/mbedtls_dev/
H A Dtest_data_generation.py28 import inspect namespace
144 if issubclass(cls, BaseTest) and not inspect.isabstract(cls):
/third_party/node/lib/internal/main/
H A Dwatch_mode.js23 const { inspect } = require('util');
38 const kCommandStr = inspect(ArrayPrototypeJoin(kCommand, ' '));
/third_party/node/lib/internal/perf/
H A Dperformance.js42 const { inspect } = require('util');
61 return `Performance ${inspect({
/third_party/node/test/internet/
H A Dtest-dgram-broadcast-multi-process.js202 util.inspect(buf.toString()),
231 util.inspect(buf.toString()),
/third_party/skia/third_party/externals/spirv-tools/utils/
H A Dcheck_copyright.py24 import inspect namespace
202 description=inspect.getdoc(sys.modules[__name__]))
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/utils/
H A Dcheck_copyright.py24 import inspect namespace
202 description=inspect.getdoc(sys.modules[__name__]))
/third_party/spirv-tools/utils/
H A Dcheck_copyright.py25 import inspect namespace
221 description=inspect.getdoc(sys.modules[__name__]))
/third_party/node/deps/npm/lib/commands/
H A Dprofile.js1 const inspect = require('util').inspect
343 ', got: ' + inspect(challenge.tfa)
/third_party/python/Lib/unittest/test/testmock/
H A Dtesthelpers.py1 import inspect namespace
961 self.assertEqual(inspect.signature(Foo.static_method), inspect.signature(mock))
970 self.assertEqual(inspect.signature(Foo.class_method), inspect.signature(mock))
981 self.assertEqual(inspect.signature(mock), inspect.signature(myfunc))
996 self.assertEqual(inspect.signature(mock), inspect.signature(foo))
/third_party/node/lib/internal/
H A Dasync_hooks.js96 // Lazy load of internal/util/inspect;
97 let inspect;
154 inspect ??= require('internal/util/inspect').inspect;
155 return { message: inspect(e) };

Completed in 12 milliseconds

12345678910>>...56