/external/linux-kselftest/tools/testing/selftests/powerpc/ptrace/ |
D | ptrace.h | 64 int start_trace(pid_t child) in start_trace() 81 int stop_trace(pid_t child) in stop_trace() 93 int cont_trace(pid_t child) in cont_trace() 105 int ptrace_read_regs(pid_t child, unsigned long type, unsigned long regs[], in ptrace_read_regs() 125 long ptrace_write_regs(pid_t child, unsigned long type, unsigned long regs[], in ptrace_write_regs() 144 int show_tar_registers(pid_t child, unsigned long *out) in show_tar_registers() 189 int write_tar_registers(pid_t child, unsigned long tar, in write_tar_registers() 233 int show_tm_checkpointed_state(pid_t child, unsigned long *out) in show_tm_checkpointed_state() 280 int write_ckpt_tar_registers(pid_t child, unsigned long tar, in write_ckpt_tar_registers() 325 int show_fpr(pid_t child, __u64 *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/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/exceptions/ |
D | JobBasicCancellationTest.kt | 22 val child = launch { in <lambda>() constant 41 val child = launch(start = CoroutineStart.ATOMIC) { in <lambda>() constant 62 val child = async { in <lambda>() constant 81 val child = async(start = CoroutineStart.ATOMIC) { in <lambda>() constant 121 val child = Job(coroutineContext[Job]) in <lambda>() constant 135 val child = CompletableDeferred<Unit>(coroutineContext[Job]) in <lambda>() constant
|
/external/pdfium/core/fxcrt/ |
D | tree_node.h | 39 bool HasChild(const T* child) const { in HasChild() 53 void AppendFirstChild(T* child) { in AppendFirstChild() 67 void AppendLastChild(T* child) { in AppendLastChild() 81 void InsertBefore(T* child, T* other) { in InsertBefore() 99 void InsertAfter(T* child, T* other) { in InsertAfter() 117 void RemoveChild(T* child) { in RemoveChild() 137 while (T* child = GetFirstChild()) in RemoveAllChildren() local 166 void BecomeParent(T* child) { in BecomeParent()
|
/external/openthread/src/core/thread/ |
D | child_table.cpp | 95 Child *child = nullptr; in GetChildAtIndex() local 106 Child *child = FindChild(Child::AddressMatcher(Child::kInStateInvalid)); in GetNewChild() local 117 const Child *child = mChildren; in FindChild() local 156 const Child *child = mChildren; in GetNumChildren() local 185 Child *child; in GetChildInfoById() local 206 Child *child = nullptr; in GetChildInfoByIndex() local 225 Child *child; in Restore() local 298 const Child *child = &mChildren[0]; in RefreshStoredChildren() local 319 const Child *child; in HasMinimalChild() local 335 const Child *child = &mChildren[0]; in HasSleepyChildWithAddress() local
|
/external/skia/modules/sksg/src/ |
D | SkSGRenderEffect.cpp | 24 sk_sp<MaskShaderEffect> MaskShaderEffect::Make(sk_sp<RenderNode> child, sk_sp<SkShader> sh) { in Make() 29 MaskShaderEffect::MaskShaderEffect(sk_sp<RenderNode> child, sk_sp<SkShader> sh) in MaskShaderEffect() 41 sk_sp<ShaderEffect> ShaderEffect::Make(sk_sp<RenderNode> child, sk_sp<Shader> shader) { in Make() 46 ShaderEffect::ShaderEffect(sk_sp<RenderNode> child, sk_sp<Shader> shader) in ShaderEffect() 97 sk_sp<RenderNode> ImageFilterEffect::Make(sk_sp<RenderNode> child, sk_sp<ImageFilter> filter) { in Make() 102 ImageFilterEffect::ImageFilterEffect(sk_sp<RenderNode> child, sk_sp<ImageFilter> filter) in ImageFilterEffect() 199 sk_sp<BlenderEffect> BlenderEffect::Make(sk_sp<RenderNode> child, sk_sp<SkBlender> blender) { in Make() 204 BlenderEffect::BlenderEffect(sk_sp<RenderNode> child, sk_sp<SkBlender> blender) in BlenderEffect() 221 sk_sp<LayerEffect> LayerEffect::Make(sk_sp<RenderNode> child, SkBlendMode mode) { in Make() 226 LayerEffect::LayerEffect(sk_sp<RenderNode> child, SkBlendMode mode) in LayerEffect()
|
D | SkSGGroup.cpp | 27 for (const auto& child : fChildren) { in Group() local 33 for (const auto& child : fChildren) { in ~Group() local 39 for (const auto& child : fChildren) { in clear() local 47 for (const auto& child : fChildren) { in addChild() local 73 for (const auto& child : fChildren) { in onRender() local
|
D | SkSGGeometryEffect.cpp | 35 GeometryEffect::GeometryEffect(sk_sp<GeometryNode> child) in GeometryEffect() 73 SkPath TrimEffect::onRevalidateEffect(const sk_sp<GeometryNode>& child, const SkMatrix&) { in onRevalidateEffect() 85 GeometryTransform::GeometryTransform(sk_sp<GeometryNode> child, sk_sp<Transform> transform) in GeometryTransform() 96 SkPath GeometryTransform::onRevalidateEffect(const sk_sp<GeometryNode>& child, const SkMatrix&) { in onRevalidateEffect() 131 SkPath DashEffect::onRevalidateEffect(const sk_sp<GeometryNode>& child, const SkMatrix&) { in onRevalidateEffect() 143 SkPath RoundEffect::onRevalidateEffect(const sk_sp<GeometryNode>& child, const SkMatrix&) { in onRevalidateEffect() 155 SkPath OffsetEffect::onRevalidateEffect(const sk_sp<GeometryNode>& child, const SkMatrix& ctm) { in onRevalidateEffect()
|
D | SkSGColorFilter.cpp | 29 ColorFilter::ColorFilter(sk_sp<RenderNode> child) in ColorFilter() 51 sk_sp<ExternalColorFilter> ExternalColorFilter::Make(sk_sp<RenderNode> child) { in Make() 56 ExternalColorFilter::ExternalColorFilter(sk_sp<RenderNode> child) : INHERITED(std::move(child)) {} in ExternalColorFilter() 73 sk_sp<ModeColorFilter> ModeColorFilter::Make(sk_sp<RenderNode> child, sk_sp<Color> color, in Make() 80 ModeColorFilter::ModeColorFilter(sk_sp<RenderNode> child, sk_sp<Color> color, SkBlendMode mode) in ModeColorFilter() 96 sk_sp<GradientColorFilter> GradientColorFilter::Make(sk_sp<RenderNode> child, in Make() 101 sk_sp<GradientColorFilter> GradientColorFilter::Make(sk_sp<RenderNode> child, in Make() 108 GradientColorFilter::GradientColorFilter(sk_sp<RenderNode> child, std::vector<sk_sp<Color>> colors) in GradientColorFilter()
|
/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/linux-kselftest/tools/testing/selftests/pidfd/ |
D | pidfd_getfd_test.c | 98 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/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/crosvm/jail/tests/ |
D | fork.rs | 22 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 66 let child = fork_process(jail, keep_rds, Some(thread_name), || { in thread_name_trimmed() localVariable 86 let child = fork_process(jail, vec![], None, || { in wait_for_success() localVariable 96 let child = fork_process(jail, vec![], None, || { in wait_for_panic() localVariable
|
/external/rust/android-crates-io/crates/shared_child/src/ |
D | lib.rs | 79 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 414 let mut child = command.spawn()?; in test_new() localVariable
|
/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/kotlinx.coroutines/kotlinx-coroutines-core/common/test/flow/internal/ |
D | FlowScopeTest.kt | 14 val child = launch { in testCancellation() constant 31 val child = launch { in <lambda>() constant 48 val child = launch { in <lambda>() constant
|
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/test/ |
D | CompletableJobTest.kt | 35 val child = Job(parent) in <lambda>() constant 50 val child = launch(job) { in <lambda>() constant 72 val child = async(job) { in <lambda>() constant
|
/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/ltp/libs/sigwait/ |
D | sigwait.c | 17 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/perfetto/ui/src/components/widgets/sql/pivot_table/ |
D | pivot_tree_node.ts | 200 for (const child of this.children.values()) { constant 209 for (const child of this.children.values()) { constant 216 for (const child of sorted) { constant 232 for (const [value, child] of this.children) { constant 278 for (const child of this.children.values()) { constant
|
/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/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/ |
D | ShadowViewGroup.java | 27 protected void addView(final View child, final int index, final ViewGroup.LayoutParams params) { in addView() 49 View child = realViewGroup.getChildAt(i); in innerText() local 74 View child = realViewGroup.getChildAt(i); in dump() local 97 protected void removedChild(View child) { in removedChild() 118 void addView(View child, int index, ViewGroup.LayoutParams params); in addView()
|
/external/cronet/tot/third_party/boringssl/src/crypto/dsa/ |
D | dsa_asn1.cc | 154 CBS child; in DSA_SIG_parse() local 167 CBB child; in DSA_SIG_marshal() local 183 CBS child; in DSA_parse_public_key() local 204 CBB child; in DSA_marshal_public_key() local 222 CBS child; in DSA_parse_parameters() local 242 CBB child; in DSA_marshal_parameters() local 260 CBS child; in DSA_parse_private_key() local 294 CBB child; in DSA_marshal_private_key() local
|
/external/cronet/stable/third_party/boringssl/src/crypto/dsa/ |
D | dsa_asn1.cc | 154 CBS child; in DSA_SIG_parse() local 167 CBB child; in DSA_SIG_marshal() local 183 CBS child; in DSA_parse_public_key() local 204 CBB child; in DSA_marshal_public_key() local 222 CBS child; in DSA_parse_parameters() local 242 CBB child; in DSA_marshal_parameters() local 260 CBS child; in DSA_parse_private_key() local 294 CBB child; in DSA_marshal_private_key() local
|
/external/boringssl/src/crypto/dsa/ |
D | dsa_asn1.cc | 109 CBS child; in DSA_SIG_parse() local 122 CBB child; in DSA_SIG_marshal() local 138 CBS child; in DSA_parse_public_key() local 159 CBB child; in DSA_marshal_public_key() local 177 CBS child; in DSA_parse_parameters() local 197 CBB child; in DSA_marshal_parameters() local 215 CBS child; in DSA_parse_private_key() local 249 CBB child; in DSA_marshal_private_key() local
|