/external/linux-kselftest/tools/testing/selftests/powerpc/ptrace/ |
D | ptrace.h | 60 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/ |
D | SubcomponentWithBoundExecutorTest.java | 54 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/ |
D | tree_node.h | 26 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()
|
D | retained_tree_node.h | 23 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/ |
D | JobBasicCancellationTest.kt | 25 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/ |
D | SkSGGroup.cpp | 16 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/ |
D | CustomNumberPicker.java | 35 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/ |
D | lib.rs | 79 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/ |
D | CompositeGrammarTree.java | 63 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/ |
D | SkSGGeometryEffect.cpp | 23 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()
|
D | SkSGGroup.cpp | 20 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
|
D | SkSGRenderEffect.cpp | 17 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()
|
D | SkSGColorFilter.cpp | 19 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/ |
D | CompletableJobTest.kt | 38 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/ |
D | FlowScopeTest.kt | 17 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/ |
D | ChainedData.java | 96 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/ |
D | ParentInjectorTest.java | 91 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/ |
D | dsa_asn1.c | 90 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/ |
D | Node.java | 48 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/ |
D | dsa_asn1.c | 126 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/ |
D | microsoft-abi-this-nullable.cpp | 22 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()
|
D | microsoft-abi-multiple-nonvirtual-inheritance.cpp | 21 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/ |
D | microsoft-abi-multiple-nonvirtual-inheritance.cpp | 21 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/ |
D | cxfa_node_unittest.cpp | 55 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/ |
D | ShadowViewGroup.java | 25 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()
|