Home
last modified time | relevance | path

Searched defs:child (Results 251 - 275 of 546) sorted by relevance

1...<<11121314151617181920>>...22

/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_create/
H A D3-2.c178 pid_t child, ctrl; in test_stack() local
524 pthread_t child; main() local
[all...]
H A D14-1.c120 pthread_t child; in test() local
179 pid_t child; in main_loop() local
[all...]
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_detach/
H A D4-3.c160 pthread_t child; in test() local
289 pid_t child; in main_loop() local
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_join/
H A D6-3.c126 pthread_t child; in test() local
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/testfrmw/
H A Dthreads_scenarii.c494 pthread_t child; in main() local
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/pthread_mutex_lock/
H A Ds-c2.c114 pthread_t child; member
[all...]
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/pthread_self/
H A Dthreads_scenarii.c516 pthread_t child; in main() local
/third_party/mesa3d/src/gallium/drivers/lima/ir/gp/
H A Dcodegen.c31 static gpir_codegen_src gpir_get_alu_input(gpir_node *parent, gpir_node *child) in gpir_get_alu_input() argument
H A Dnode.c413 void gpir_node_insert_child(gpir_node *parent, gpir_node *child, in gpir_node_insert_child() argument
/third_party/rust/crates/autocfg/src/
H A Dlib.rs226 let mut child = try!(command.spawn().map_err(error::from_io)); in probe() variables
/third_party/skia/src/core/
H A DSkColorFilter_Matrix.cpp174 static std::unique_ptr<GrFragmentProcessor> rgb_to_hsl(std::unique_ptr<GrFragmentProcessor> child) { in rgb_to_hsl() argument
209 static std::unique_ptr<GrFragmentProcessor> hsl_to_rgb(std::unique_ptr<GrFragmentProcessor> child) { in hsl_to_rgb() argument
/third_party/skia/src/gpu/
H A DGrColorSpaceXform.cpp65 GrColorSpaceXformEffect::GrColorSpaceXformEffect(std::unique_ptr<GrFragmentProcessor> child, in GrColorSpaceXformEffect() argument
128 OptFlags( const GrFragmentProcessor* child) OptFlags() argument
141 Make( std::unique_ptr<GrFragmentProcessor> child, SkColorSpace* src, SkAlphaType srcAT, SkColorSpace* dst, SkAlphaType dstAT) Make() argument
148 Make( std::unique_ptr<GrFragmentProcessor> child, const GrColorInfo& srcInfo, const GrColorInfo& dstInfo) Make() argument
155 Make( std::unique_ptr<GrFragmentProcessor> child, sk_sp<GrColorSpaceXform> colorXform) Make() argument
[all...]
/third_party/skia/third_party/externals/microhttpd/src/testspdy/
H A Dtest_session_timeout.c42 pid_t child; variable
/third_party/skia/tests/
H A DSkDSLRuntimeEffectTest.cpp54 SkRuntimeShaderBuilder::BuilderChild child(skstd::string_view name) { in child() function in DSLTestEffect
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/
H A Dcordz_info_test.cc79 TestCordData parent, child; in TEST() local
86 TestCordData parent, child; in TEST() local
93 TestCordData parent, child; in TEST() local
107 TestCordData parent, child; TEST() local
115 TestCordData parent, child; TEST() local
320 TestCordData child; TEST() local
[all...]
/third_party/skia/modules/skottie/src/effects/
H A DBuldgeEffect.cpp75 explicit BulgeNode(sk_sp<RenderNode> child, const SkSize& child_size) in BulgeNode() argument
86 const auto& child = this->children()[0]; in contentShader() local
126 const auto& child = this->children()[0]; variable
H A DEffects.cpp187 MaskShaderEffectBase::MaskShaderEffectBase(sk_sp<sksg::RenderNode> child, const SkSize& ls) in MaskShaderEffectBase() argument
H A DMotionBlurEffect.cpp22 AutoInvalBlocker(const MotionBlurEffect* mb, const sk_sp<RenderNode>& child) in AutoInvalBlocker() argument
100 const sk_sp<RenderNode>& child = this->children()[0]; in renderToRaster8888Pow2Samples() local
199 const auto& child in onRender() local
37 Make(sk_sp<Animator> animator, sk_sp<sksg::RenderNode> child, size_t samples_per_frame, float shutter_angle, float shutter_phase) Make() argument
57 MotionBlurEffect(sk_sp<Animator> animator, sk_sp<sksg::RenderNode> child, size_t samples, float phase, float dt) MotionBlurEffect() argument
[all...]
H A DSkSLEffect.cpp23 explicit SkSLShaderNode(sk_sp<RenderNode> child) : INHERITED({std::move(child)}) {} in SkSLShaderNode() argument
28 const auto& child = this->children()[0]; variable
/third_party/skia/modules/sksg/src/
H A DSkSGColorFilter.cpp19 ColorFilter::ColorFilter(sk_sp<RenderNode> child) in ColorFilter() argument
41 sk_sp<ExternalColorFilter> ExternalColorFilter::Make(sk_sp<RenderNode> child) { in Make() argument
46 ExternalColorFilter::ExternalColorFilter(sk_sp<RenderNode> child) : INHERITED(std::move(child)) {} in ExternalColorFilter() argument
56 sk_sp<ModeColorFilter> ModeColorFilter::Make(sk_sp<RenderNode> child, sk_sp<Color> color, in Make() argument
63 ModeColorFilter(sk_sp<RenderNode> child, sk_sp<Color> color, SkBlendMode mode) ModeColorFilter() argument
79 Make(sk_sp<RenderNode> child, sk_sp<Color> c0, sk_sp<Color> c1) Make() argument
84 Make(sk_sp<RenderNode> child, std::vector<sk_sp<Color>> colors) Make() argument
91 GradientColorFilter(sk_sp<RenderNode> child, std::vector<sk_sp<Color>> colors) GradientColorFilter() argument
[all...]
H A DSkSGRenderEffect.cpp17 sk_sp<MaskShaderEffect> MaskShaderEffect::Make(sk_sp<RenderNode> child, sk_sp<SkShader> sh) { in Make() argument
22 MaskShaderEffect::MaskShaderEffect(sk_sp<RenderNode> child, sk_sp<SkShader> sh) in MaskShaderEffect() argument
34 sk_sp<ShaderEffect> ShaderEffect::Make(sk_sp<RenderNode> child, sk_sp<Shader> shader) { in Make() argument
39 ShaderEffect::ShaderEffect(sk_sp<RenderNode> child, sk_sp<Shader> shader) in ShaderEffect() argument
90 Make(sk_sp<RenderNode> child, sk_sp<ImageFilter> filter) Make() argument
95 ImageFilterEffect(sk_sp<RenderNode> child, sk_sp<ImageFilter> filter) ImageFilterEffect() argument
205 Make(sk_sp<RenderNode> child, SkBlendMode mode) Make() argument
210 BlendModeEffect(sk_sp<RenderNode> child, SkBlendMode mode) BlendModeEffect() argument
227 Make(sk_sp<RenderNode> child, SkBlendMode mode) Make() argument
232 LayerEffect(sk_sp<RenderNode> child, SkBlendMode mode) LayerEffect() argument
[all...]
H A DSkSGTransform.cpp170 TransformEffect::TransformEffect(sk_sp<RenderNode> child, sk_sp<Transform> transform) in TransformEffect() argument
/third_party/skia/gm/
H A Dfp_sample_chaining.cpp29 UniformMatrixEffect(std::unique_ptr<GrFragmentProcessor> child) in UniformMatrixEffect() argument
70 ExplicitCoordEffect(std::unique_ptr<GrFragmentProcessor> child) in ExplicitCoordEffect() argument
/third_party/skia/modules/skottie/src/layers/shapelayer/
H A DPuckerBloat.cpp137 PuckerBloatAdapter(const skjson::ObjectValue& joffset, const AnimationBuilder& abuilder, sk_sp<sksg::GeometryNode> child) PuckerBloatAdapter() argument
/third_party/rust/crates/regex/regex-syntax/src/ast/
H A Dvisitor.rs438 fn child(&self) -> &'a Ast { child() functions
451 fn child(&self) -> ClassInduct<'a> { child() functions
[all...]

Completed in 13 milliseconds

1...<<11121314151617181920>>...22