Home
last modified time | relevance | path

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

12345678910>>...58

/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/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/pdfium/core/fxcrt/
Dtree_node.h38 bool HasChild(const T* child) const { in HasChild()
52 void AppendFirstChild(T* child) { in AppendFirstChild()
66 void AppendLastChild(T* child) { in AppendLastChild()
80 void InsertBefore(T* child, T* other) { in InsertBefore()
98 void InsertAfter(T* child, T* other) { in InsertAfter()
116 void RemoveChild(T* child) { in RemoveChild()
136 while (T* child = GetFirstChild()) in RemoveAllChildren() local
165 void BecomeParent(T* child) { in BecomeParent()
/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/linux-kselftest/tools/testing/selftests/pidfd/
Dpidfd_getfd_test.c98 static int child(int sk) in child() function
116 FIXTURE(child) in FIXTURE() argument
134 FIXTURE_SETUP(child) in FIXTURE_SETUP() argument
166 FIXTURE_TEARDOWN(child) in FIXTURE_TEARDOWN() argument
174 TEST_F(child, disable_ptrace) in TEST_F() argument
200 TEST_F(child, fetch_fd) in TEST_F() argument
219 TEST_F(child, test_unknown_fd) in TEST_F() argument
/external/openthread/src/core/thread/
Dchild_table.cpp97 Child *child = nullptr; in GetChildAtIndex() local
108 Child *child = FindChild(Child::AddressMatcher(Child::kInStateInvalid)); in GetNewChild() local
119 const Child *child = mChildren; in FindChild() local
158 const Child *child = mChildren; in GetNumChildren() local
187 Child * child; in GetChildInfoById() local
208 Child *child = nullptr; in GetChildInfoByIndex() local
227 Child *child; in Restore() local
299 const Child *child = &mChildren[0]; in RefreshStoredChildren() local
320 const Child *child = &mChildren[0]; in HasSleepyChildWithAddress() local
/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.cpp26 GeometryEffect::GeometryEffect(sk_sp<GeometryNode> child) in GeometryEffect()
64 SkPath TrimEffect::onRevalidateEffect(const sk_sp<GeometryNode>& child) { in onRevalidateEffect()
76 GeometryTransform::GeometryTransform(sk_sp<GeometryNode> child, sk_sp<Transform> transform) in GeometryTransform()
87 SkPath GeometryTransform::onRevalidateEffect(const sk_sp<GeometryNode>& child) { in onRevalidateEffect()
122 SkPath DashEffect::onRevalidateEffect(const sk_sp<GeometryNode>& child) { in onRevalidateEffect()
134 SkPath RoundEffect::onRevalidateEffect(const sk_sp<GeometryNode>& child) { in onRevalidateEffect()
146 SkPath OffsetEffect::onRevalidateEffect(const sk_sp<GeometryNode>& child) { in onRevalidateEffect()
DSkSGRenderEffect.cpp18 sk_sp<MaskShaderEffect> MaskShaderEffect::Make(sk_sp<RenderNode> child, sk_sp<SkShader> sh) { in Make()
23 MaskShaderEffect::MaskShaderEffect(sk_sp<RenderNode> child, sk_sp<SkShader> sh) in MaskShaderEffect()
35 sk_sp<ShaderEffect> ShaderEffect::Make(sk_sp<RenderNode> child, sk_sp<Shader> shader) { in Make()
40 ShaderEffect::ShaderEffect(sk_sp<RenderNode> child, sk_sp<Shader> shader) in ShaderEffect()
91 sk_sp<RenderNode> ImageFilterEffect::Make(sk_sp<RenderNode> child, sk_sp<ImageFilter> filter) { in Make()
96 ImageFilterEffect::ImageFilterEffect(sk_sp<RenderNode> child, sk_sp<ImageFilter> filter) in ImageFilterEffect()
206 sk_sp<BlenderEffect> BlenderEffect::Make(sk_sp<RenderNode> child, sk_sp<SkBlender> blender) { in Make()
211 BlenderEffect::BlenderEffect(sk_sp<RenderNode> child, sk_sp<SkBlender> blender) in BlenderEffect()
228 sk_sp<LayerEffect> LayerEffect::Make(sk_sp<RenderNode> child, SkBlendMode mode) { in Make()
233 LayerEffect::LayerEffect(sk_sp<RenderNode> child, SkBlendMode mode) in LayerEffect()
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
DSkSGColorFilter.cpp18 ColorFilter::ColorFilter(sk_sp<RenderNode> child) in ColorFilter()
40 sk_sp<ExternalColorFilter> ExternalColorFilter::Make(sk_sp<RenderNode> child) { in Make()
45 ExternalColorFilter::ExternalColorFilter(sk_sp<RenderNode> child) : INHERITED(std::move(child)) {} in ExternalColorFilter()
55 sk_sp<ModeColorFilter> ModeColorFilter::Make(sk_sp<RenderNode> child, sk_sp<Color> color, in Make()
62 ModeColorFilter::ModeColorFilter(sk_sp<RenderNode> child, sk_sp<Color> color, SkBlendMode mode) in ModeColorFilter()
78 sk_sp<GradientColorFilter> GradientColorFilter::Make(sk_sp<RenderNode> child, in Make()
83 sk_sp<GradientColorFilter> GradientColorFilter::Make(sk_sp<RenderNode> child, in Make()
90 GradientColorFilter::GradientColorFilter(sk_sp<RenderNode> child, std::vector<sk_sp<Color>> colors) in GradientColorFilter()
/external/rust/crates/shared_child/src/
Dlib.rs79 child: Mutex<Child>, field
91 let child = command.spawn()?; in spawn() localVariable
328 let child = SharedChild::spawn(&mut true_cmd()).unwrap(); in test_wait() localVariable
338 let child = SharedChild::spawn(&mut sleep_forever_cmd()).unwrap(); in test_kill() localVariable
346 let child = SharedChild::spawn(&mut sleep_forever_cmd()).unwrap(); in test_try_wait() localVariable
362 let child = Arc::new(SharedChild::spawn(&mut sleep_forever_cmd()).unwrap()); in test_many_waiters() localVariable
379 let child = true_cmd().spawn().unwrap(); in test_waitid_after_exit_doesnt_hang() localVariable
389 let mut child = shared_child.into_inner(); in test_into_inner_before_wait() localVariable
402 let mut child = shared_child.into_inner(); in test_into_inner_after_wait() localVariable
420 let mut child = command.spawn()?; in test_new() localVariable
/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/crosvm/base/tests/
Dprocess.rs22 let child = fork_process(jail, keep_rds, None, || { in pid_diff() localVariable
42 let child = fork_process(jail, keep_rds, Some(thread_name.clone()), || { in thread_name() localVariable
65 let child = fork_process(jail, keep_rds, Some(thread_name), || { in thread_name_trimmed() localVariable
84 let child = fork_process(jail, vec![], None, || { in wait_for_success() localVariable
94 let child = fork_process(jail, vec![], None, || { in wait_for_panic() localVariable
/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/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/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/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
/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/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowViewGroup.java27 protected void addView(final View child, final int index, final ViewGroup.LayoutParams params) { in addView()
49 View child = realViewGroup.getChildAt(i); in innerText() local
73 View child = realViewGroup.getChildAt(i); in dump() local
96 protected void removedChild(View child) { in removedChild()
117 void addView(View child, int index, ViewGroup.LayoutParams params); in addView()
/external/rust/crates/quiche/deps/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/boringssl/src/crypto/dsa/
Ddsa_asn1.c155 CBS child; in DSA_SIG_parse() local
168 CBB child; in DSA_SIG_marshal() local
184 CBS child; in DSA_parse_public_key() local
205 CBB child; in DSA_marshal_public_key() local
223 CBS child; in DSA_parse_parameters() local
243 CBB child; in DSA_marshal_parameters() local
261 CBS child; in DSA_parse_private_key() local
295 CBB child; in DSA_marshal_private_key() local
/external/cronet/third_party/boringssl/src/crypto/dsa/
Ddsa_asn1.c155 CBS child; in DSA_SIG_parse() local
168 CBB child; in DSA_SIG_marshal() local
184 CBS child; in DSA_parse_public_key() local
205 CBB child; in DSA_marshal_public_key() local
223 CBS child; in DSA_parse_parameters() local
243 CBB child; in DSA_marshal_parameters() local
261 CBS child; in DSA_parse_private_key() local
295 CBB child; in DSA_marshal_private_key() local
/external/openthread/tests/unit/
Dtest_child_table.cpp74 Child child; in StateMatchesFilter() local
127 Child * child; in VerifyChildTableContent() local
167 Child * child = iter.GetChild(); in VerifyChildTableContent() local
330 Child *child; in TestChildTable() local
352 Child *child; in TestChildTable() local
383 Child *child = table->GetNewChild(); in TestChildTable() local

12345678910>>...58