| /third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_create/ |
| H A D | 3-2.c | 178 pid_t child, ctrl; in test_stack() local 524 pthread_t child; main() local [all...] |
| H A D | 14-1.c | 120 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 D | 4-3.c | 160 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 D | 6-3.c | 126 pthread_t child; in test() local
|
| /third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/testfrmw/ |
| H A D | threads_scenarii.c | 494 pthread_t child; in main() local
|
| /third_party/ltp/testcases/open_posix_testsuite/stress/threads/pthread_mutex_lock/ |
| H A D | s-c2.c | 114 pthread_t child; member [all...] |
| /third_party/ltp/testcases/open_posix_testsuite/stress/threads/pthread_self/ |
| H A D | threads_scenarii.c | 516 pthread_t child; in main() local
|
| /third_party/mesa3d/src/gallium/drivers/lima/ir/gp/ |
| H A D | codegen.c | 31 static gpir_codegen_src gpir_get_alu_input(gpir_node *parent, gpir_node *child) in gpir_get_alu_input() argument
|
| H A D | node.c | 413 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 D | lib.rs | 226 let mut child = try!(command.spawn().map_err(error::from_io)); in probe() variables
|
| /third_party/skia/src/core/ |
| H A D | SkColorFilter_Matrix.cpp | 174 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 D | GrColorSpaceXform.cpp | 65 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 D | test_session_timeout.c | 42 pid_t child; variable
|
| /third_party/skia/tests/ |
| H A D | SkDSLRuntimeEffectTest.cpp | 54 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 D | cordz_info_test.cc | 79 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 D | BuldgeEffect.cpp | 75 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 D | Effects.cpp | 187 MaskShaderEffectBase::MaskShaderEffectBase(sk_sp<sksg::RenderNode> child, const SkSize& ls) in MaskShaderEffectBase() argument
|
| H A D | MotionBlurEffect.cpp | 22 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 D | SkSLEffect.cpp | 23 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 D | SkSGColorFilter.cpp | 19 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 D | SkSGRenderEffect.cpp | 17 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 D | SkSGTransform.cpp | 170 TransformEffect::TransformEffect(sk_sp<RenderNode> child, sk_sp<Transform> transform) in TransformEffect() argument
|
| /third_party/skia/gm/ |
| H A D | fp_sample_chaining.cpp | 29 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 D | PuckerBloat.cpp | 137 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 D | visitor.rs | 438 fn child(&self) -> &'a Ast { child() functions 451 fn child(&self) -> ClassInduct<'a> { child() functions [all...] |