Home
last modified time | relevance | path

Searched defs:children (Results 1 – 25 of 40) sorted by relevance

12

/development/tools/winscope/src/test/unit/
Dtree_node_utils.ts36 const children = []; constant
55 const children = []; constant
Dtree_builder.ts20 protected children: U[] = []; property in TreeBuilder
Dhierarchy_tree_builder.ts100 children?: ChildHierarchy[]; property
Dproperty_tree_builder.ts97 children?: ChildProperty[]; property
/development/tools/idegen/src/com/android/idegen/
DDirectorySearch.java144 File[] children = file.listFiles(); in findSourceDirs() local
192 File[] children = resFile.listFiles(); in findExcludeDirs() local
/development/tools/winscope/src/viewers/common/operations/
Dflatten_children.ts34 const children: UiHierarchyTreeNode[] = []; constant
/development/tools/winscope/src/parsers/view_capture/perfetto/
Dparser_view_capture_window_test.ts66 const children = root.getAllChildren(); constant
/development/tools/winscope/src/parsers/surface_flinger/
Dhierarchy_tree_builder_sf.ts65 for (const children of identifierToChildren.values()) { constant
/development/tools/bugreport/src/com/android/bugreport/cpuinfo/
DCpuUsage.java33 public ArrayList<CpuUsage> children = new ArrayList<CpuUsage>();; field in CpuUsage
/development/samples/ApiDemos/src/com/example/android/apis/view/
DExpandableList3.java51 List<Map<String, String>> children = new ArrayList<Map<String, String>>(); in onCreate() local
DExpandableList1.java92 private String[][] children = { field in ExpandableList1.MyExpandableListAdapter
/development/tools/winscope/src/viewers/common/
Dui_property_tree_node.ts42 const children = [...node.getAllChildren()].sort((a, b) => constant
Dwm_ime_utils.ts169 const children = task.getAllChildren().slice().reverse(); constant
Dabstract_hierarchy_viewer_presenter_test.ts530 const children = assertDefined(uiData.hierarchyTrees).reduce( constant
/development/tools/winscope/src/trace/tree_node/
Dproperties_provider.ts65 const children = [...this.eagerPropertiesRoot.getAllChildren()]; constant
Dtree_node.ts20 protected children: this[] = []; property in TreeNode
/development/tools/winscope/src/parsers/
Dhierarchy_tree_builder.ts23 protected children: PropertiesProvider[] | undefined; property in HierarchyTreeBuilder
/development/samples/Vault/src/com/example/android/vault/
DVaultProvider.java273 final JSONArray children = meta.getJSONArray(KEY_CHILDREN); in isChildDocument() local
400 final JSONArray children = meta.getJSONArray(KEY_CHILDREN); in deleteDocumentTree() local
427 final JSONArray children = meta.getJSONArray(KEY_CHILDREN); in deleteDocumentReferences() local
480 final JSONArray children = meta.getJSONArray(KEY_CHILDREN); in queryChildDocuments() local
/development/tools/winscope/src/trace/
Dtrace_tree_node.ts18 children: TraceTreeNode[]; property
/development/tools/winscope/src/viewers/components/
Dtree_component_test.ts200 const children = []; constant
/development/tools/rmtypedefs/test/com/android/tools/rmtypedefs/
DRmTypeDefsTest.java230 List<File> children = Lists.newArrayList(); in list() local
/development/tools/winscope/src/parsers/window_manager/
Dparser_window_manager_utils.ts86 const children = this.getChildren(containerChild); constant
/development/tools/winscope/src/parsers/surface_flinger/computations/
Dvisibility_properties_computation.ts300 const children: HierarchyTreeNode[] = [ constant
/development/tools/winscope/protos/surfaceflinger/udc/
Dlayers.proto41 repeated int32 children = 3; field
/development/samples/training/testingfun/gradle/wrapper/
Dgradle-wrapper.jar ... .File) boolean success int i String[] children java.io.File dir private void unzip ( ...

12