Home
last modified time | relevance | path

Searched defs:child (Results 501 - 525 of 1097) sorted by relevance

1...<<21222324252627282930>>...44

/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...]
/applications/sample/camera/gallery/src/
H A Dgallery_ability_slice.cpp106 UIView* child = static_cast<const UIViewGroup*>(view)->GetChildrenHead(); in ClearPictureList() local
/base/security/access_token/interfaces/innerkits/nativetoken/test/mock/src/
H A DcJSON.c126 cJSON* child = NULL; in cJSON_GetArraySize() local
/base/update/updater/services/ptable_parse/
H A Dptable.h66 virtual void AddChildPtable(std::unique_ptr<Ptable> child) {} in AddChildPtable() argument
/device/soc/rockchip/common/sdk_linux/drivers/pwm/
H A Dsysfs.c18 struct device child; member
24 static struct pwm_export *child_to_pwm_export(struct device *child) in child_to_pwm_export() argument
29 static struct pwm_device *child_to_pwm_device(struct device *child) in child_to_pwm_device() argument
36 static ssize_t period_show(struct device *child, struct device_attribute *attr, char *buf) in period_show() argument
46 static ssize_t period_store(struct device *child, struct device_attribute *attr, const char *buf, size_t size) in period_store() argument
68 duty_cycle_show(struct device *child, struct device_attribute *attr, char *buf) duty_cycle_show() argument
78 duty_cycle_store(struct device *child, struct device_attribute *attr, const char *buf, size_t size) duty_cycle_store() argument
101 oneshot_count_show(struct device *child, struct device_attribute *attr, char *buf) oneshot_count_show() argument
111 oneshot_count_store(struct device *child, struct device_attribute *attr, const char *buf, size_t size) oneshot_count_store() argument
134 enable_show(struct device *child, struct device_attribute *attr, char *buf) enable_show() argument
144 enable_store(struct device *child, struct device_attribute *attr, const char *buf, size_t size) enable_store() argument
179 polarity_show(struct device *child, struct device_attribute *attr, char *buf) polarity_show() argument
200 polarity_store(struct device *child, struct device_attribute *attr, const char *buf, size_t size) polarity_store() argument
225 capture_show(struct device *child, struct device_attribute *attr, char *buf) capture_show() argument
256 pwm_export_release(struct device *child) pwm_export_release() argument
303 pwm_unexport_match(struct device *child, void *data) pwm_unexport_match() argument
310 struct device *child; pwm_unexport_child() local
405 struct device *child; pwm_class_get_state() local
[all...]
/device/soc/rockchip/common/sdk_linux/drivers/regulator/
H A Dof_regulator.c339 struct device_node *child; in of_regulator_match() local
396 struct device_node *search, *child; regulator_of_get_init_node() local
442 struct device_node *child; regulator_of_get_init_data() local
[all...]
/device/soc/rockchip/common/sdk_linux/kernel/cgroup/
H A Dlegacy_freezer.c267 struct freezer *child = css_freezer(pos); in update_if_frozen() local

Completed in 18 milliseconds

1...<<21222324252627282930>>...44