| /third_party/node/test/parallel/ |
| D | test-runner-reporters.js | 18 const child = spawnSync(process.execPath, ['--test', testFile]); constant 27 const child = spawnSync(process.execPath, ['--test', '--test-reporter', 'dot', testFile]); constant 33 …const child = spawnSync(process.execPath, ['--test', '--test-reporter', 'dot', '--test-reporter', … constant 39 …const child = spawnSync(process.execPath, ['--test', '--test-reporter-destination', 'tap', testFil… constant 45 const child = spawnSync(process.execPath, constant 52 const child = spawnSync(process.execPath, constant 60 const child = spawnSync(process.execPath, constant 68 …const child = spawnSync(process.execPath, ['--test', '--test-reporter', 'v8-serializer', testFile]… constant 77 const child = spawnSync(process.execPath, constant 95 const child = spawnSync(process.execPath, constant [all …]
|
| D | test-runner-cli.js | 14 const child = spawnSync(process.execPath, args); constant 26 const child = spawnSync(process.execPath, args, { cwd: join(testFixtures, 'default-behavior') }); constant 43 const child = spawnSync(process.execPath, args, { cwd: join(testFixtures, 'default-behavior') }); constant 60 const child = spawnSync(process.execPath, args, { cwd: testFixtures }); constant 72 const child = spawnSync(process.execPath, args); constant 85 const child = spawnSync(process.execPath, args, options); constant 109 const child = spawnSync(process.execPath, args); constant 127 const child = spawnSync(process.execPath, args); constant 176 const child = spawnSync(process.execPath, args); constant 202 const child = spawnSync(process.execPath, args); constant [all …]
|
| D | test-snapshot-basic.js | 21 const child = spawnSync(process.execPath, [ constant 39 const child = spawnSync(process.execPath, [ constant 59 const child = spawnSync(process.execPath, [ constant 79 const child = spawnSync(process.execPath, [ constant 99 const child = spawnSync(process.execPath, [ constant
|
| D | test-startup-empty-regexp-statics.js | 35 const child = spawnSync(process.execPath, constant 44 const child = spawnSync(process.execPath, constant 61 const child = spawnSync(process.execPath, constant 70 …const child = spawn(process.execPath, [], { stdio: ['pipe', 'pipe', 'inherit'], encoding: 'utf8' }… constant
|
| D | test-child-process-constructor.js | 10 const child = new ChildProcess(); constant 26 const child = new ChildProcess(); constant 42 const child = new ChildProcess(); constant 58 const child = new ChildProcess(); constant 73 const child = new ChildProcess(); constant
|
| D | test-common-expect-warning.js | 10 const child = spawn( constant 20 const child = spawn( constant 30 const child = spawn( constant
|
| D | test-inspector-workers-flat-list.js | 33 function processMessage({ child }) { field 57 parentPort.on('message', ({ child, depth, done }) => { property 64 parentPort.postMessage({ child: depth }); property 69 parentPort.postMessage({ child }); field
|
| D | test-snapshot-eval.js | 20 const child = spawnSync(process.execPath, [ constant 39 const child = spawnSync(process.execPath, [ constant 58 const child = spawnSync(process.execPath, [ constant
|
| D | test-child-process-spawnsync-kill-signal.js | 38 const child = spawn(undefined, (opts) => { constant 47 const child = spawn('SIGKILL', (opts) => { constant 58 const child = spawn(SIGKILL, (opts) => { constant
|
| D | test-snapshot-error.js | 20 const child = spawnSync(process.execPath, [ constant 39 const child = spawnSync(process.execPath, [ constant 58 const child = spawnSync(process.execPath, [ constant
|
| D | test-snapshot-incompatible.js | 23 const child = spawnSync(process.execPath, [ constant 43 const child = spawnSync(process.execPath, [ constant 60 const child = spawnSync(process.execPath, [ constant
|
| D | test-runner-extraneous-async-activity.js | 8 const child = spawnSync(process.execPath, [ constant 22 const child = spawnSync(process.execPath, [ constant
|
| D | test-startup-large-pages.js | 10 const child = spawnSync(process.execPath, constant 21 const child = spawnSync(process.execPath, constant
|
| D | test-child-process-stdio.js | 29 const child = spawn(...common.pwdCommand, { stdio: ['pipe'] }); constant 36 const child = spawn(...common.pwdCommand, { stdio: 'ignore' }); constant 51 const child = spawn(...common.pwdCommand); constant
|
| /third_party/skia/modules/sksg/src/ |
| D | SkSGGeometryEffect.cpp | 24 GeometryEffect::GeometryEffect(sk_sp<GeometryNode> child) in GeometryEffect() 62 SkPath TrimEffect::onRevalidateEffect(const sk_sp<GeometryNode>& child) { in onRevalidateEffect() 74 GeometryTransform::GeometryTransform(sk_sp<GeometryNode> child, sk_sp<Transform> transform) in GeometryTransform() 85 SkPath GeometryTransform::onRevalidateEffect(const sk_sp<GeometryNode>& child) { in onRevalidateEffect() 120 SkPath DashEffect::onRevalidateEffect(const sk_sp<GeometryNode>& child) { in onRevalidateEffect() 132 SkPath RoundEffect::onRevalidateEffect(const sk_sp<GeometryNode>& child) { in onRevalidateEffect() 144 SkPath OffsetEffect::onRevalidateEffect(const sk_sp<GeometryNode>& child) { in onRevalidateEffect()
|
| D | SkSGGroup.cpp | 20 for (const auto& child : fChildren) { in Group() local 26 for (const auto& child : fChildren) { in ~Group() local 32 for (const auto& child : fChildren) { in clear() local 40 for (const auto& child : fChildren) { in addChild() local 66 for (const auto& child : fChildren) { in onRender() local
|
| D | SkSGRenderEffect.cpp | 17 sk_sp<MaskShaderEffect> MaskShaderEffect::Make(sk_sp<RenderNode> child, sk_sp<SkShader> sh) { in Make() 22 MaskShaderEffect::MaskShaderEffect(sk_sp<RenderNode> child, sk_sp<SkShader> sh) in MaskShaderEffect() 34 sk_sp<ShaderEffect> ShaderEffect::Make(sk_sp<RenderNode> child, sk_sp<Shader> shader) { in Make() 39 ShaderEffect::ShaderEffect(sk_sp<RenderNode> child, sk_sp<Shader> shader) in ShaderEffect() 90 sk_sp<RenderNode> ImageFilterEffect::Make(sk_sp<RenderNode> child, sk_sp<ImageFilter> filter) { in Make() 95 ImageFilterEffect::ImageFilterEffect(sk_sp<RenderNode> child, sk_sp<ImageFilter> filter) in ImageFilterEffect() 205 sk_sp<BlendModeEffect> BlendModeEffect::Make(sk_sp<RenderNode> child, SkBlendMode mode) { in Make() 210 BlendModeEffect::BlendModeEffect(sk_sp<RenderNode> child, SkBlendMode mode) in BlendModeEffect() 227 sk_sp<LayerEffect> LayerEffect::Make(sk_sp<RenderNode> child, SkBlendMode mode) { in Make() 232 LayerEffect::LayerEffect(sk_sp<RenderNode> child, SkBlendMode mode) in LayerEffect()
|
| D | SkSGColorFilter.cpp | 19 ColorFilter::ColorFilter(sk_sp<RenderNode> child) in ColorFilter() 41 sk_sp<ExternalColorFilter> ExternalColorFilter::Make(sk_sp<RenderNode> child) { in Make() 46 ExternalColorFilter::ExternalColorFilter(sk_sp<RenderNode> child) : INHERITED(std::move(child)) {} in ExternalColorFilter() 56 sk_sp<ModeColorFilter> ModeColorFilter::Make(sk_sp<RenderNode> child, sk_sp<Color> color, in Make() 63 ModeColorFilter::ModeColorFilter(sk_sp<RenderNode> child, sk_sp<Color> color, SkBlendMode mode) in ModeColorFilter() 79 sk_sp<GradientColorFilter> GradientColorFilter::Make(sk_sp<RenderNode> child, in Make() 84 sk_sp<GradientColorFilter> GradientColorFilter::Make(sk_sp<RenderNode> child, in Make() 91 GradientColorFilter::GradientColorFilter(sk_sp<RenderNode> child, std::vector<sk_sp<Color>> colors) in GradientColorFilter()
|
| /third_party/ltp/libs/libltpsigwait/ |
| D | sigwait.c | 17 pid_t child; in test_empty_set() local 42 pid_t child; in test_timeout() local 76 pid_t child; in test_unmasked_matching() local 103 pid_t child; in test_unmasked_matching_noinfo() local 126 pid_t child; in test_masked_matching() local 174 pid_t child[2]; in test_masked_matching_rt() local 239 pid_t child; in test_masked_matching_noinfo() local 281 pid_t child; in test_bad_address() local
|
| /third_party/node/test/pummel/ |
| D | test-heapsnapshot-near-heap-limit.js | 21 const child = spawnSync(process.execPath, [ constant 35 const child = spawnSync(process.execPath, [ constant 56 const child = spawnSync(process.execPath, [ constant 82 const child = spawnSync(process.execPath, [ constant
|
| D | test-heapsnapshot-near-heap-limit-by-api.js | 35 const child = spawnSync(process.execPath, [ constant 64 const child = spawnSync(process.execPath, [ constant 92 const child = spawnSync(process.execPath, [ constant 121 const child = spawnSync(process.execPath, [ constant
|
| /third_party/skia/modules/sksg/include/ |
| D | SkSGGeometryEffect.h | 49 static sk_sp<TrimEffect> Make(sk_sp<GeometryNode> child) { in Make() 74 static sk_sp<GeometryTransform> Make(sk_sp<GeometryNode> child, sk_sp<Transform> transform) { in Make() 104 static sk_sp<DashEffect> Make(sk_sp<GeometryNode> child) { in Make() 127 static sk_sp<RoundEffect> Make(sk_sp<GeometryNode> child) { in Make() 148 static sk_sp<OffsetEffect> Make(sk_sp<GeometryNode> child) { in Make()
|
| /third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/ |
| D | cord_rep_ring.cc | 68 CordRep* child = rep->entry_child(ix); in UnrefEntries() local 91 CordRep* child = rep.entry_child(head); in operator <<() local 119 void Add(CordRep* child, size_t offset, pos_type end_pos) { in Add() 166 CordRep* child = entry_child(head); in IsValid() local 262 CordRep* child = src->entry_child(index); in Fill() local 297 CordRep* child = entry_child(back); in GetAppendBuffer() local 316 CordRep* child = entry_child(head_); in GetPrependBuffer() local 329 CordRepRing* CordRepRing::CreateFromLeaf(CordRep* child, size_t offset, in CreateFromLeaf() 341 CordRepRing* CordRepRing::CreateSlow(CordRep* child, size_t extra) { in CreateSlow() 358 CordRepRing* CordRepRing::Create(CordRep* child, size_t extra) { in Create() [all …]
|
| /third_party/node/test/async-hooks/ |
| D | test-callback-error.js | 40 const child = spawnSync(process.execPath, [__filename, 'test_init_callback']); constant 51 const child = spawnSync(process.execPath, [__filename, 'test_callback']); constant 71 const child = spawnSync(program, args, options); constant
|
| /third_party/skia/src/gpu/ |
| D | GrColorSpaceXform.cpp | 65 GrColorSpaceXformEffect::GrColorSpaceXformEffect(std::unique_ptr<GrFragmentProcessor> child, in GrColorSpaceXformEffect() 129 const GrFragmentProcessor* child) { in OptFlags() 142 std::unique_ptr<GrFragmentProcessor> child, in Make() 149 std::unique_ptr<GrFragmentProcessor> child, in Make() 156 std::unique_ptr<GrFragmentProcessor> child, in Make()
|