Home
last modified time | relevance | path

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

/build/soong/android/
Dbase_module_context.go179 WalkDeps(visit func(child, parent Module) bool)
189 WalkDepsProxy(visit func(child, parent ModuleProxy) bool)
/build/make/tools/check-flagged-apis/src/com/android/checkflaggedapis/
DMain.kt331 val child = children.item(j) in parseApiVersions() constant
/build/make/tools/aconfig/aflags/src/
Dmain.rs310 let mut child = OsCommand::new(updatable_command); in invoke_updatable_aflags() localVariable