Home
last modified time | relevance | path

Searched refs:parent (Results 1 – 25 of 46) sorted by relevance

12

/build/make/tools/droiddoc/templates-pdk/assets/
Dandroid-developer-docs.js285 link.parent().addClass('selected');
288 if (link.parent().parent().hasClass('toggle-list')) {
289 toggle(link.parent().parent(), false); // open our own list
291 if (link.parent().parent().parent().is(':hidden')) {
292 toggle(link.parent().parent().parent().parent(), false); // open the super parent list
296 else if (link.parent().parent().is(':hidden')) {
297 toggle(link.parent().parent().parent(), false); // open the parent list
299 if (link.parent().parent().parent().parent().is(':hidden')) {
300 … toggle(link.parent().parent().parent().parent().parent(), false); // open the super parent list
440 var li = ul.parent();
[all …]
Dandroid-developer-reference.js355 var table = $(a.parent().parent().parent()); // ugly way to get table/tbody
/build/soong/androidmk/parser/
Dscope.go31 parent Scope member
37 } else if s.parent != nil {
38 return s.parent.Get(name)
62 func NewScope(parent Scope) Scope {
66 parent: parent,
/build/blueprint/
Dscope.go61 parent *basicScope member
68 func newScope(parent *basicScope) *basicScope {
70 parent: parent,
78 func makeRuleScope(parent *basicScope, argNames map[string]bool) *basicScope {
79 scope := newScope(parent)
140 for ; s != nil; s = s.parent {
169 s = s.parent
194 s = s.parent
201 for ; s != nil; s = s.parent {
255 func newLocalScope(parent *basicScope, namePrefix string) *localScope {
[all …]
Dprovider_test.go174 parent *invalidProviderUsageTestModule member
203 module.(*invalidProviderUsageTestModule).parent = i
263 _ = ctx.OtherModuleProvider(i.parent, invalidProviderUsageGenerateBuildActionsInfoProvider)
Dmodule_ctx.go694 m.context.walkDeps(m.module, false, nil, func(dep depInfo, parent *moduleInfo) {
695 m.visitingParent = parent
714 m.context.walkDeps(m.module, false, nil, func(dep depInfo, parent *moduleInfo) {
716 m.visitingParent = parent
726 func (m *baseModuleContext) WalkDeps(visit func(child, parent Module) bool) {
727 m.context.walkDeps(m.module, true, func(dep depInfo, parent *moduleInfo) bool {
728 m.visitingParent = parent
730 return visit(dep.module.logicModule, parent.logicModule)
/build/blueprint/bootstrap/bpdoc/
Dbpdoc.go316 for _, parent := range *p {
318 for j := range parent.Properties {
319 child := &parent.Properties[j]
326 if containsProperty || len(parent.Properties) == 0 {
327 n = append(n, parent)
329 for j := range parent.Properties {
330 child := parent.Properties[j]
331 child.Name = parent.Name + "." + child.Name
Dbpdoc_test.go37 parent := parentProps{Child: &childProps{Child: &grandchildProps{}}, Mutated: &mutatedProps{}}
39 allStructs := nestedPropertyStructs(reflect.ValueOf(parent))
/build/make/tools/droiddoc/templates-pdk/
Ddocpage.cs12 <?cs if:parent.link ?>
13 <a href="<?cs var:parent.link ?>"><?cs var:parent.title ?></a>:
93 <?cs if:parent.link ?>
94 <p><a href="<?cs var:parent.link ?>">&larr; Back to <?cs var:parent.title ?></a></p>
/build/soong/tests/
Dlib.sh49 local parent="$(dirname "$dir")"
51 mkdir -p "$MOCK_TOP/$parent"
52 cp -R "$REAL_TOP/$dir" "$MOCK_TOP/$parent"
/build/bazel/scripts/difftool/
Dcollect.py68 output_file_dest.parent.mkdir(parents=True, exist_ok=True)
77 parent_dir = pathlib.Path(subninja_file).parent
/build/soong/scripts/
Dmanifest.py26 def get_children_with_tag(parent, tag_name): argument
28 for child in parent.childNodes:
/build/make/orchestrator/core/
Dlunch.py190 for parent in contents.get("inherits", []):
191 if parent in visited:
194 DeepMerge(inherited_data, LoadAndMerge(parent, [parent,] + visited))
/build/blueprint/bpmodify/
Dbpmodify.go150 …prop, parent, err := getRecursiveProperty(module, targetedProperty.name(), targetedProperty.prefix…
173 return parent.RemoveProperty(prop.Name), nil
180 … *parser.Module, name string, prefixes []string) (prop *parser.Property, parent *parser.Map, err e…
181 prop, parent, _, err = getOrCreateRecursiveProperty(module, name, prefixes, nil)
182 return prop, parent, err
192 empty parser.Expression) (prop *parser.Property, parent *parser.Map, modified bool, err error) {
/build/soong/rust/
DOWNERS1 # Additional owner/reviewers for rust rules, including parent directory owners.
/build/soong/finder/fs/
Dtest.go27 parent := filepath.Dir(path)
28 filesystem.MkDirs(parent)
Dfs.go774 parent, err := m.getDir(parentPath, createIfMissing)
778 if parent.readErr != nil {
782 Err: parent.readErr,
785 childDir, dirExists := parent.subdirs[leaf]
789 _, fileExists := parent.files[leaf]
799 parent.subdirs[leaf] = childDir
800 parent.modTime = m.Clock.Time()
/build/bazel/rules/python/
Dlibrary.bzl4 # b/208215661: Always propagate the parent directory of this target so that
/build/soong/filesystem/
Dsystem_image.go58 ctx.WalkDeps(func(child, parent android.Module) bool {
/build/soong/apex/
Dprebuilt.go175 ctx.WalkDeps(func(child, parent android.Module) bool {
385 mctx.WalkDeps(func(child, parent android.Module) bool {
388 if !android.IsDepInSameApex(mctx, parent, child) {
421 direct := parent == mctx.Module()
604 ctx.WalkDeps(func(child, parent android.Module) bool {
608 if !android.IsDepInSameApex(ctx, parent, child) {
Dapex.go891 continueApexDepsWalk := func(child, parent android.Module) bool {
904 if !android.IsDepInSameApex(mctx, parent, child) {
920 mctx.WalkDeps(func(child, parent android.Module) bool {
921 if !continueApexDepsWalk(child, parent) {
925 _, directDep := parent.(*apexBundle)
957 mctx.WalkDeps(func(child, parent android.Module) bool {
958 if !continueApexDepsWalk(child, parent) {
997 mctx.WalkDeps(func(child, parent android.Module) bool {
1727 ctx.WalkDeps(func(child, parent android.Module) bool {
1746 return do(ctx, parent, am, externalDep)
[all …]
/build/pesto/experiments/prepare_bazel_test_env/
Dbazelenv.py148 _verify_directory(self.stage_path.parent)
205 _verify_directory(self.stage_path.parent)
263 self.prebuilts_stage_path = self.stage_path.parent.joinpath(
265 self.prebuilts_workspace_path = self.workspace_path.parent.joinpath(
/build/soong/android/
Ddepset_test.go231 parent := NewDepSetBuilder(order).Transitive(child1).Transitive(child2).Build()
232 return parent
245 parent := NewDepSetBuilder(order).Transitive(child1).Transitive(child2).Build()
246 return parent
Dprebuilt.go346 ctx.WalkDeps(func(child, parent Module) bool {
350 if parent == ctx.Module() {
/build/soong/ui/metrics/mk_metrics_proto/
Dmk_metrics.proto26 // A mk file is "top level" if there are no mk files in its parent

12