Home
last modified time | relevance | path

Searched refs:parent (Results 1 – 25 of 35) 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.go58 parent *basicScope member
65 func newScope(parent *basicScope) *basicScope {
67 parent: parent,
75 func makeRuleScope(parent *basicScope, argNames map[string]bool) *basicScope {
76 scope := newScope(parent)
137 for ; s != nil; s = s.parent {
166 s = s.parent
191 s = s.parent
198 for ; s != nil; s = s.parent {
252 func newLocalScope(parent *basicScope, namePrefix string) *localScope {
[all …]
Dmodule_ctx.go602 m.context.walkDeps(m.module, false, nil, func(dep depInfo, parent *moduleInfo) {
603 m.visitingParent = parent
622 m.context.walkDeps(m.module, false, nil, func(dep depInfo, parent *moduleInfo) {
624 m.visitingParent = parent
634 func (m *baseModuleContext) WalkDeps(visit func(child, parent Module) bool) {
635 m.context.walkDeps(m.module, true, func(dep depInfo, parent *moduleInfo) bool {
636 m.visitingParent = parent
638 return visit(dep.module.logicModule, parent.logicModule)
Dcontext_test.go38 func(dep depInfo, parent *moduleInfo) bool {
51 func(dep depInfo, parent *moduleInfo) {
Dcontext.go638 parent *fileParseContext member
846 if blueprint.parent != nil && blueprint.parent.doneVisiting != nil {
848 <-blueprint.parent.doneVisiting
954 parent *fileParseContext) (file *parser.File,
986 file, subBlueprints, errs = c.parseOne(rootDir, filename, f, scope, parent)
1012 …scope *parser.Scope, parent *fileParseContext) (file *parser.File, subBlueprints []fileParseContex…
1070 …subBlueprintsAndScope[i] = fileParseContext{b, parser.NewScope(scope), parent, make(chan struct{})}
3139 c.walkDeps(topModule, false, nil, func(dep depInfo, parent *moduleInfo) {
3157 c.walkDeps(topModule, false, nil, func(dep depInfo, parent *moduleInfo) {
/build/blueprint/bootstrap/bpdoc/
Dbpdoc.go259 for _, parent := range *p {
261 for j := range parent.Properties {
262 child := &parent.Properties[j]
269 if containsProperty || len(parent.Properties) == 0 {
270 n = append(n, parent)
272 for j := range parent.Properties {
273 child := parent.Properties[j]
274 child.Name = parent.Name + "." + child.Name
Dbpdoc_test.go31 parent := parentProps{Child: &childProps{Child: &grandchildProps{}}, Mutated: &mutatedProps{}}
33 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/scripts/
Dmanifest.py26 def get_children_with_tag(parent, tag_name): argument
28 for child in parent.childNodes:
/build/soong/sdk/
Dsdk.go409 if parent, ok := mctx.Module().(interface {
415 requiredSdks := parent.RequiredSdks()
419 if dep, ok := m.(android.SdkAware); ok && parent.DepIsInSameApex(mctx, dep) {
447 if parent, ok := from.(android.RequiredSdks); ok {
448 replace = parent.RequiredSdks().Contains(sdk)
/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/blueprint/bootstrap/
Dwritedocs.go129 …<a class="collapsed" role="button" data-toggle="collapse" data-parent="#accordion" href="#collapse…
158 …<a class="collapsed" role="button" data-toggle="collapse" data-parent="#accordion" href="#collapse…
/build/soong/android/
Ddepset_test.go229 parent := NewDepSetBuilder(order).Transitive(child1).Transitive(child2).Build()
230 return parent
243 parent := NewDepSetBuilder(order).Transitive(child1).Transitive(child2).Build()
244 return parent
Ddefaults.go307 ctx.WalkDeps(func(module, parent Module) bool {
/build/make/tools/droiddoc/templates-ndk/
Dsdkpage.cs218 $("label#agreeLabel").parent().stop().animate({color: "#258AAF"}, 200, in onDownloadNdkForRealz()
219 function() {$("label#agreeLabel").parent().stop().animate({color: "#222"}, 200)} in onDownloadNdkForRealz()
496 $("label#agreeLabel").parent().stop().animate({color: "#258AAF"}, 200, in onDownloadForRealz()
497 function() {$("label#agreeLabel").parent().stop().animate({color: "#222"}, 200)} in onDownloadForRealz()
/build/make/core/
Dbase_rules.mk177 gpl_license_file := $(call find-parent-file,$(LOCAL_PATH),MODULE_LICENSE*_GPL* MODULE_LICENSE*_MPL*…
456 parent := $(patsubst %/,%,$(dir $(1)))
457 parent_target := MODULES-IN-$$(subst /,-,$$(parent))
462 ifneq (,$$(findstring /,$$(parent)))
463 $$(eval $$(call my_path_comp,$$(parent),$$(parent_target)))
982 license_files := $(call find-parent-file,$(LOCAL_PATH),MODULE_LICENSE*)
/build/soong/apex/
Dapex.go702 mctx.WalkDeps(func(child, parent android.Module) bool {
707 if !parent.(android.DepIsInSameApex).DepIsInSameApex(mctx, child) {
718 _, directDep := parent.(*apexBundle)
1779 ctx.WalkDeps(func(child, parent android.Module) bool {
1794 return do(ctx, parent, am, false /* externalDep */)
1802 return do(ctx, parent, am, false /* externalDep */)
1805 return do(ctx, parent, am, true /* externalDep */)
2023 ctx.WalkDepsBlueprint(func(child, parent blueprint.Module) bool {
2029 if _, isDirectDep := parent.(*apexBundle); isDirectDep {
/build/soong/cc/
Dlto.go149 mctx.WalkDeps(func(dep android.Module, parent android.Module) bool {
/build/make/tools/droiddoc/templates-ndk/assets/js/
Dandroid_3p-bundle.js2478 …tion(a){a.parentNode&&a.parentNode.selectedIndex;return a.selected===!0},parent:function(a){return… method
2615 ….jspArrow").each(function(){l+=b(this).outerWidth()});l-=s;v-=s;aj-=aI;G.parent().append(b('<div c…
2646 …"fixed"){f=parseInt(d.css("zIndex"),10);if(!isNaN(f)&&f!==0)return f}d=d.parent()}}return 0},disab…
2662parent:this._getParentOffset(),relative:this._getRelativeOffset()}),this.originalPosition=this.pos… property
2670parent().data("resizable",this.element.data("resizable")),this.elementIsWrapper=!0,this.element.cs…
2678parent:this._getParentOffset(),relative:this._getRelativeOffset()}),this.helper.css("position","ab… property
2682parent().css("overflow");this.element.parent().css("overflow","hidden")}c=this.element.parent().he…
2686 …er-all").attr("tabindex",-1).mouseenter(function(c){b.activate(c,a(this).parent())}).mouseleave(fu…
2706 …et).closest(b);if($.datepicker._isDisabledDatepicker(instActive.inline?a.parent()[0]:instActive.in…
Ddocs.js1202 var li = ul.parent();
2820 $dragBar.css({'width': $dragBar.parent().width() - 5 + "px"});
3397 var table = $(a.parent().parent().parent()); // ugly way to get table/tbody
4164 var remainingHeight = $this.parent().parent().height();
4165 $this.parent().siblings().each(function ()
4174 $this.parent().css({'height': adjustedRemainingHeight});
/build/soong/java/
Dapp.go657 ctx.WalkDeps(func(child android.Module, parent android.Module) bool {
844 ctx.WalkDeps(func(module android.Module, parent android.Module) bool {
899 ctx.WalkDeps(func(child, parent android.Module) bool {
902 if !do(ctx, parent, am, isExternal) {

12