Home
last modified time | relevance | path

Searched defs:child (Results 1 – 25 of 948) sorted by relevance

12345678910>>...38

/third_party/flutter/skia/modules/sksg/src/
DSkSGGroup.cpp18 for (const auto& child : fChildren) { in Group() local
24 for (const auto& child : fChildren) { in ~Group() local
30 for (const auto& child : fChildren) { in clear() local
38 for (const auto& child : fChildren) { in addChild() local
68 for (const auto& child : fChildren) { in onRender() local
88 for (const auto& child : fChildren) { in onRevalidate() local
DSkSGColorFilter.cpp19 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()
DSkSGRenderEffect.cpp42 sk_sp<MaskFilterEffect> MaskFilterEffect::Make(sk_sp<RenderNode> child, sk_sp<MaskFilter> mf) { in Make()
47 MaskFilterEffect::MaskFilterEffect(sk_sp<RenderNode> child, sk_sp<MaskFilter> mf) in MaskFilterEffect()
79 sk_sp<ShaderEffect> ShaderEffect::Make(sk_sp<RenderNode> child, sk_sp<Shader> shader) { in Make()
84 ShaderEffect::ShaderEffect(sk_sp<RenderNode> child, sk_sp<Shader> shader) in ShaderEffect()
135 sk_sp<RenderNode> ImageFilterEffect::Make(sk_sp<RenderNode> child, sk_sp<ImageFilter> filter) { in Make()
140 ImageFilterEffect::ImageFilterEffect(sk_sp<RenderNode> child, sk_sp<ImageFilter> filter) in ImageFilterEffect()
244 sk_sp<BlendModeEffect> BlendModeEffect::Make(sk_sp<RenderNode> child, SkBlendMode mode) { in Make()
249 BlendModeEffect::BlendModeEffect(sk_sp<RenderNode> child, SkBlendMode mode) in BlendModeEffect()
/third_party/skia/modules/sksg/src/
DSkSGGeometryEffect.cpp24 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()
DSkSGGroup.cpp20 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
DSkSGRenderEffect.cpp17 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()
DSkSGColorFilter.cpp19 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/
Dsigwait.c17 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/deps/npm/lib/install/
Ddeps.js43 function doesChildVersionMatch (child, requested, requestor) { argument
152 function isDep (tree, child) { argument
174 function addRequiredDep (tree, child) { argument
185 function removeObsoleteDep (child, log) { argument
267 …ewModule(pkg, tree, log.newGroup('loadRequestedDeps'), iferr(depLoaded, function (child, tracker) { argument
309 function computeVersionSpec (tree, child) { argument
344 return function (child) { return moduleName(child) === name } argument
466 return function (er, child, childLog) { argument
565 asyncMap(tree.children.filter(function (child) { return !child.loaded }), function (child, done) { argument
614 function reportBundleOverride (child, log) { argument
[all …]
Dhas-modern-meta.js7 function isLink (child) { argument
11 function hasModernMeta (child) { argument
/third_party/node/test/parallel/
Dtest-child-process-constructor.js10 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
Dtest-heapsnapshot-near-heap-limit.js16 const child = spawnSync(process.execPath, [ constant
30 const child = spawnSync(process.execPath, [ constant
51 const child = spawnSync(process.execPath, [ constant
77 const child = spawnSync(process.execPath, [ constant
Dtest-inspector-workers-flat-list.js33 function processMessage({ child }) { field
57 parentPort.on('message', ({ child, depth, done }) => { property
64 parentPort.postMessage({ child: depth }); property
69 parentPort.postMessage({ child }); field
Dtest-child-process-spawnsync-kill-signal.js38 const child = spawn(undefined, (opts) => { constant
47 const child = spawn('SIGKILL', (opts) => { constant
58 const child = spawn(SIGKILL, (opts) => { constant
Dtest-child-process-stdio.js29 const child = spawn(...common.pwdCommand, { stdio: ['pipe'] }); constant
36 const child = spawn(...common.pwdCommand, { stdio: 'ignore' }); constant
51 const child = spawn(...common.pwdCommand); constant
Dtest-startup-large-pages.js10 const child = spawnSync(process.execPath, constant
21 const child = spawnSync(process.execPath, constant
/third_party/node/test/report/
Dtest-report-fatal-error.js38 const child = spawnSync(process.execPath, args, { cwd: tmpdir.path }); constant
56 const child = spawnSync(process.execPath, args, { cwd: tmpdir.path }); constant
68 const child = spawnSync(process.execPath, args, { }); constant
85 const child = spawnSync(process.execPath, args, { cwd: tmpdir.path }); constant
109 const child = spawnSync(process.execPath, args, { encoding: 'utf8' }); constant
/third_party/skia/modules/sksg/include/
DSkSGGeometryEffect.h49 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/
Dcord_rep_ring.cc68 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/libxml2/test/valid/dtds/
Dcond_sect1.dtd6 <!ELEMENT child (#PCDATA)> element
16 <!ELEMENT child (y)> element
/third_party/skia/src/gpu/
DGrColorSpaceXform.cpp65 GrColorSpaceXformEffect::GrColorSpaceXformEffect(std::unique_ptr<GrFragmentProcessor> child, in GrColorSpaceXformEffect()
122 const GrFragmentProcessor* child) { in OptFlags()
135 std::unique_ptr<GrFragmentProcessor> child, in Make()
142 std::unique_ptr<GrFragmentProcessor> child, in Make()
149 std::unique_ptr<GrFragmentProcessor> child, in Make()
/third_party/flutter/skia/src/gpu/
DGrColorSpaceXform.cpp96 GrColorSpaceXformEffect::GrColorSpaceXformEffect(std::unique_ptr<GrFragmentProcessor> child, in GrColorSpaceXformEffect()
106 std::unique_ptr<GrFragmentProcessor> child = in clone() local
127 const GrFragmentProcessor* child) { in OptFlags()
159 std::unique_ptr<GrFragmentProcessor> child, in Make()
176 std::unique_ptr<GrFragmentProcessor> child, sk_sp<GrColorSpaceXform> colorXform) { in Make()
/third_party/node/test/async-hooks/
Dtest-callback-error.js39 const child = spawnSync(process.execPath, [__filename, 'test_init_callback']); constant
50 const child = spawnSync(process.execPath, [__filename, 'test_callback']); constant
70 const child = spawnSync(program, args, options); constant
/third_party/flutter/skia/modules/skottie/src/effects/
DMotionBlurEffect.cpp17 sk_sp<sksg::RenderNode> child, in Make()
37 sk_sp<sksg::RenderNode> child, in MotionBlurEffect()
51 const auto& child = this->children()[0]; in onRevalidate() local
77 const auto& child = this->children()[0]; in onRender() local
/third_party/mesa3d/src/util/
Ddag.c28 append_edge(struct dag_node *parent, struct dag_node *child, uintptr_t data) in append_edge()
49 dag_add_edge(struct dag_node *parent, struct dag_node *child, uintptr_t data) in dag_add_edge()
68 dag_add_edge_max_data(struct dag_node *parent, struct dag_node *child, in dag_add_edge_max_data()
93 struct dag_node *child = edge->child; in dag_remove_edge() local

12345678910>>...38