Home
last modified time | relevance | path

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

12345678910>>...52

/external/linux-kselftest/tools/testing/selftests/powerpc/ptrace/
Dptrace.h60 int start_trace(pid_t child) in start_trace()
77 int stop_trace(pid_t child) in stop_trace()
89 int cont_trace(pid_t child) in cont_trace()
101 int ptrace_read_regs(pid_t child, unsigned long type, unsigned long regs[], in ptrace_read_regs()
121 long ptrace_write_regs(pid_t child, unsigned long type, unsigned long regs[], in ptrace_write_regs()
140 int show_tar_registers(pid_t child, unsigned long *out) in show_tar_registers()
185 int write_tar_registers(pid_t child, unsigned long tar, in write_tar_registers()
229 int show_tm_checkpointed_state(pid_t child, unsigned long *out) in show_tm_checkpointed_state()
276 int write_ckpt_tar_registers(pid_t child, unsigned long tar, in write_ckpt_tar_registers()
321 int show_fpr(pid_t child, unsigned long *fpr) in show_fpr()
[all …]
/external/dagger2/javatests/dagger/functional/producers/subcomponent/
DSubcomponentWithBoundExecutorTest.java54 ChildComponent child = parentComponent.newChildComponentBuilder().build(); in topLevelComponent_child() local
62 ChildComponent child = parentComponent.injectsChildBuilder().childBuilder().build(); in topLevelComponent_injectsChildBuilder() local
70 ChildComponent child = parentComponent.newChildComponentBuilder().build(); in topLevelComponent_grandchild() local
79 ChildComponent child = parentComponent.newChildComponentBuilder().build(); in topLevelComponent_grandchildWithoutBuilder() local
88 ChildComponent child = parentProductionComponent.newChildComponentBuilder().build(); in topLevelProductionComponent_child() local
96 ChildComponent child = parentProductionComponent.newChildComponentBuilder().build(); in topLevelProductionComponent_grandchild() local
105 ChildComponent child = parentProductionComponent.newChildComponentBuilder().build(); in topLevelProductionComponent_grandchildWithoutBuilder() local
/external/pdfium/core/fxcrt/
Dtree_node.h26 bool HasChild(const T* child) const { in HasChild()
40 void AppendFirstChild(T* child) { in AppendFirstChild()
54 void AppendLastChild(T* child) { in AppendLastChild()
68 void InsertBefore(T* child, T* other) { in InsertBefore()
86 void InsertAfter(T* child, T* other) { in InsertAfter()
104 void RemoveChild(T* child) { in RemoveChild()
124 while (T* child = GetFirstChild()) in RemoveAllChildren() local
135 void BecomeParent(T* child) { in BecomeParent()
Dretained_tree_node.h23 void AppendFirstChild(const RetainPtr<T>& child) { in AppendFirstChild()
27 void AppendLastChild(const RetainPtr<T>& child) { in AppendLastChild()
31 void InsertBefore(const RetainPtr<T>& child, T* other) { in InsertBefore()
35 void InsertAfter(const RetainPtr<T>& child, T* other) { in InsertAfter()
39 void RemoveChild(const RetainPtr<T>& child) { in RemoveChild()
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/exceptions/
DJobBasicCancellationTest.kt25 val child = launch { in <lambda>() constant
44 val child = launch(start = CoroutineStart.ATOMIC) { in <lambda>() constant
65 val child = async { in <lambda>() constant
84 val child = async(start = CoroutineStart.ATOMIC) { in <lambda>() constant
124 val child = Job(coroutineContext[Job]) in <lambda>() constant
138 val child = CompletableDeferred<Unit>(coroutineContext[Job]) in <lambda>() constant
/external/skqp/modules/sksg/src/
DSkSGGroup.cpp16 for (const auto& child : fChildren) { in Group() local
22 for (const auto& child : fChildren) { in ~Group() local
28 for (const auto& child : fChildren) { in clear() local
36 for (const auto& child : fChildren) { in addChild() local
64 for (const auto& child : fChildren) { in onRender() local
74 for (const auto& child : fChildren) { in onRevalidate() local
/external/walt/android/WALT/app/src/main/java/org/chromium/latency/walt/
DCustomNumberPicker.java35 public void addView(View child) { in addView()
41 public void addView(View child, int index) { in addView()
47 public void addView(View child, int index, ViewGroup.LayoutParams params) { in addView()
53 public void addView(View child, ViewGroup.LayoutParams params) { in addView()
59 public void addView(View child, int width, int height) { in addView()
/external/rust/crates/shared_child/src/
Dlib.rs79 child: Mutex<Child>, field
90 let child = command.spawn()?; in spawn() localVariable
263 let child = SharedChild::spawn(&mut true_cmd()).unwrap(); in test_wait() localVariable
273 let child = SharedChild::spawn(&mut sleep_forever_cmd()).unwrap(); in test_kill() localVariable
281 let child = SharedChild::spawn(&mut sleep_forever_cmd()).unwrap(); in test_try_wait() localVariable
297 let child = Arc::new(SharedChild::spawn(&mut sleep_forever_cmd()).unwrap()); in test_many_waiters() localVariable
314 let child = true_cmd().spawn().unwrap(); in test_waitid_after_exit_doesnt_hang() localVariable
324 let mut child = shared_child.into_inner(); in test_into_inner_before_wait() localVariable
337 let mut child = shared_child.into_inner(); in test_into_inner_after_wait() localVariable
/external/antlr/tool/src/main/java/org/antlr/tool/
DCompositeGrammarTree.java63 CompositeGrammarTree child = children.get(i); in getRule() local
94 CompositeGrammarTree child = children.get(i); in findNode() local
109 CompositeGrammarTree child = children.get(i); in findNode() local
125 CompositeGrammarTree child = children.get(i); in _getPostOrderedGrammarList() local
141 CompositeGrammarTree child = children.get(i); in _getPreOrderedGrammarList() local
155 CompositeGrammarTree child = children.get(i); in trimLexerImportsIntoCombined() local
/external/skia/modules/sksg/src/
DSkSGGeometryEffect.cpp23 GeometryEffect::GeometryEffect(sk_sp<GeometryNode> child) in GeometryEffect()
61 SkPath TrimEffect::onRevalidateEffect(const sk_sp<GeometryNode>& child) { in onRevalidateEffect()
72 GeometryTransform::GeometryTransform(sk_sp<GeometryNode> child, sk_sp<Transform> transform) in GeometryTransform()
83 SkPath GeometryTransform::onRevalidateEffect(const sk_sp<GeometryNode>& child) { in onRevalidateEffect()
118 SkPath DashEffect::onRevalidateEffect(const sk_sp<GeometryNode>& child) { in onRevalidateEffect()
129 SkPath RoundEffect::onRevalidateEffect(const sk_sp<GeometryNode>& child) { in onRevalidateEffect()
140 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()
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/test/
DCompletableJobTest.kt38 val child = Job(parent) in <lambda>() constant
53 val child = launch(job) { in <lambda>() constant
75 val child = async(job) { in <lambda>() constant
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/test/flow/internal/
DFlowScopeTest.kt17 val child = launch { in testCancellation() constant
34 val child = launch { in <lambda>() constant
51 val child = launch { in <lambda>() constant
/external/jsilver/src/com/google/clearsilver/jsilver/data/
DChainedData.java96 Data child = d.getChild(path); in getChild() local
131 Data child = getChild(path); in createChild() local
142 Data child = getChild(path); in getValue() local
152 Data child = getChild(path); in getIntValue() local
167 Data child = getChild(path); in getValue() local
177 Data child = getChild(path); in getIntValue() local
187 Data child = getChild(path); in getBooleanValue() local
/external/guice/core/test/com/google/inject/
DParentInjectorTest.java91 Injector child = parent.createChildInjector(); in testJustInTimeBindingsAreSharedWithParentIfPossible() local
103 Injector child = parent.createChildInjector(); in testBindingsInherited() local
135 Injector child = in testScopesInherited() local
168 Injector child = in testInterceptorsInherited() local
183 Injector child = parent.createChildInjector(bindStringNamedB); in testTypeConvertersInherited() local
190 Injector child = parent.createChildInjector(bindListConverterModule, bindStringNamedB); in testTypeConvertersConflicting() local
202 Injector child = in testInjectorInjectionSpanningInjectors() local
247 Injector child = in testScopeBoundInChildInjectorOnly() local
/external/rust/crates/quiche/deps/boringssl/src/crypto/dsa/
Ddsa_asn1.c90 CBS child; in DSA_SIG_parse() local
103 CBB child; in DSA_SIG_marshal() local
119 CBS child; in DSA_parse_public_key() local
134 CBB child; in DSA_marshal_public_key() local
152 CBS child; in DSA_parse_parameters() local
166 CBB child; in DSA_marshal_parameters() local
184 CBS child; in DSA_parse_private_key() local
214 CBB child; in DSA_marshal_private_key() local
/external/ksoap2/ksoap2-base/src/main/java/org/ksoap2/kdom/
DNode.java48 public void addChild(int index, int type, Object child) { in addChild()
73 public void addChild(int type, Object child) { in addChild()
74 addChild(getChildCount(), type, child); in addChild() local
111 Object child = getChild(index); in getElement() local
205 Element child = getElement(i); in indexOf() local
237 Element child = in parse() local
325 Object child = children.elementAt(i); in writeChildren() local
/external/boringssl/src/crypto/dsa/
Ddsa_asn1.c126 CBS child; in DSA_SIG_parse() local
139 CBB child; in DSA_SIG_marshal() local
155 CBS child; in DSA_parse_public_key() local
176 CBB child; in DSA_marshal_public_key() local
194 CBS child; in DSA_parse_parameters() local
214 CBB child; in DSA_marshal_parameters() local
232 CBS child; in DSA_parse_private_key() local
265 CBB child; in DSA_marshal_private_key() local
/external/llvm-project/clang/test/CodeGenCXX/
Dmicrosoft-abi-this-nullable.cpp22 void call_left_no_override(ChildNoOverride *child) { in call_left_no_override()
29 void call_right_no_override(ChildNoOverride *child) { in call_right_no_override()
46 void call_right_override(ChildOverride *child) { in call_right_override()
Dmicrosoft-abi-multiple-nonvirtual-inheritance.cpp21 void call_left_no_override(ChildNoOverride *child) { in call_left_no_override()
51 void call_left_override(ChildOverride *child) { in call_left_override()
65 void call_right_no_override(ChildNoOverride *child) { in call_right_no_override()
108 void call_right_override(ChildOverride *child) { in call_right_override()
/external/clang/test/CodeGenCXX/
Dmicrosoft-abi-multiple-nonvirtual-inheritance.cpp21 void call_left_no_override(ChildNoOverride *child) { in call_left_no_override()
50 void call_left_override(ChildOverride *child) { in call_left_override()
64 void call_right_no_override(ChildNoOverride *child) { in call_right_no_override()
102 void call_right_override(ChildOverride *child) { in call_right_override()
/external/pdfium/xfa/fxfa/parser/
Dcxfa_node_unittest.cpp55 CXFA_Node* child = in TEST_F() local
71 CXFA_Node* child = in TEST_F() local
102 CXFA_Node* child = in TEST_F() local
132 CXFA_Node* child = in TEST_F() local
149 CXFA_Node* child = in TEST_F() local
165 CXFA_Node* child = in TEST_F() local
187 CXFA_Node* child = in TEST_F() local
217 CXFA_Node* child = in TEST_F() local
347 CXFA_Node* child = in TEST_F() local
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowViewGroup.java25 protected void addView(final View child, final int index, final ViewGroup.LayoutParams params) { in addView()
44 View child = realViewGroup.getChildAt(i); in innerText() local
66 View child = realViewGroup.getChildAt(i); in dump() local
87 protected void removedChild(View child) { in removedChild()

12345678910>>...52