/development/tools/winscope/src/ |
D | transform_wm.js | 46 children: [ property 48 [entry.windowContainer.children.reverse(), transform_window_container_child], 62 children: [ property 64 [entry.windowToken.windowContainer.children.reverse(), transform_window_container_child], 74 children: [ property 77 [entry.windowContainer.children.reverse(), transform_window_container_child], 87 children: [ property 98 children: [ property 100 [entry.windowContainer.children.reverse(), transform_window_container_child], 110 children: [ property [all …]
|
D | transform.js | 22 function transform({obj, kind, name, children, timestamp, rect, bounds, highlight, rects_transform,… property 57 var transformed_children = handle_children(children, true /* transform */); 70 children: transformed_children, property 73 skip: handle_children(children, false /* transform */), 98 var children = []; 104 children.push(transform_json(null, formatted, options)); 107 children.push(transform_json(e, ""+i, options)); 110 children.push(transform_json(null, obj, options)); 112 children.push(transform_json(null, ""+obj, options)); 115 children.push(transform_json(obj[key], key, options)); [all …]
|
D | transform_sys_ui.js | 24 children: [] property 33 children: [ property 44 children: [ property 57 children: [ property
|
D | transform_wl.js | 38 children: [ property 57 children: [ property 76 children: [ property 87 children: [ property 100 children: [ property
|
D | transform_launcher.js | 24 children: [] property 33 children: [ property 46 children: [ property
|
D | transform_sf.js | 86 children: [[layer.resolvedChildren, transform_layer]], property 115 if (Array.isArray(e.children)) { 116 e.resolvedChildren = e.children.map( 118 e.children.forEach((childId) => { 133 foreachTree(n.children, fun); 154 children: [ property 176 children: [ property 189 children: [ property
|
D | transform_transaction.js | 23 children:[[transaction.surfaceChange, transform_entry_type('surfaceChange')], property 49 children: [[[entry[transactionType]], transform_entry_type(transactionType)]], property 59 children: [ property
|
D | sf_visibility.js | 262 const children = rootLayers[i].children.map(id => layerMap[id]) 265 const traverseList = relatives.concat(children.filter(layer => !layer.isRelativeOf)); 305 const children = rootLayers[i].children.map(id => layerMap[id]); 306 traverse(layerMap, children, fn);
|
D | transform_protolog.js | 142 children: data property
|
D | decode.js | 255 data = transformed.children;
|
/development/samples/ApiDemos/src/com/example/android/apis/view/ |
D | ExpandableList3.java | 51 List<Map<String, String>> children = new ArrayList<Map<String, String>>(); in onCreate() local 54 children.add(curChildMap); in onCreate() 58 childData.add(children); in onCreate()
|
D | ExpandableList1.java | 92 private String[][] children = { field in ExpandableList1.MyExpandableListAdapter 100 return children[groupPosition][childPosition]; in getChild() 108 return children[groupPosition].length; in getChildrenCount()
|
/development/scripts/ |
D | native_heapdump_viewer.py | 361 self.children = {} 368 if not (child.addr in self.children): 369 self.children[child.addr] = child 370 self.children[child.addr].addStack(size, num_allocs, stack[1:]) 381 children = sorted(node.children.values(), key=lambda x: x.size, reverse=True) 382 for child in children: 400 children = sorted(node.children.values(), key=lambda x: x.size, reverse=True) 402 if len(children) > 0: 407 for child in children:
|
/development/samples/Vault/src/com/example/android/vault/ |
D | VaultProvider.java | 273 final JSONArray children = meta.getJSONArray(KEY_CHILDREN); in isChildDocument() local 274 for (int i = 0; i < children.length(); i++) { in isChildDocument() 275 final String childDocumentId = children.getString(i); in isChildDocument() 400 final JSONArray children = meta.getJSONArray(KEY_CHILDREN); in deleteDocumentTree() local 401 for (int i = 0; i < children.length(); i++) { in deleteDocumentTree() 402 final long childDocId = children.getLong(i); in deleteDocumentTree() 427 final JSONArray children = meta.getJSONArray(KEY_CHILDREN); in deleteDocumentReferences() local 428 if (maybeRemove(children, docId)) { in deleteDocumentReferences() 480 final JSONArray children = meta.getJSONArray(KEY_CHILDREN); in queryChildDocuments() local 481 for (int i = 0; i < children.length(); i++) { in queryChildDocuments() [all …]
|
/development/tools/idegen/src/com/android/idegen/ |
D | DirectorySearch.java | 144 File[] children = file.listFiles(); in findSourceDirs() local 145 for (File child : children) { in findSourceDirs() 192 File[] children = resFile.listFiles(); in findExcludeDirs() local 193 for (File child : children) { in findExcludeDirs()
|
/development/tools/rmtypedefs/test/com/android/tools/rmtypedefs/ |
D | RmTypeDefsTest.java | 230 List<File> children = Lists.newArrayList(); in list() local 231 Collections.addAll(children, files); in list() 232 Collections.sort(children, new Comparator<File>() { in list() 239 for (File child : children) { in list()
|
/development/tools/bugreport/src/com/android/bugreport/cpuinfo/ |
D | CpuUsage.java | 33 public ArrayList<CpuUsage> children = new ArrayList<CpuUsage>();; field in CpuUsage
|
/development/samples/browseable/SwipeRefreshMultipleViews/ |
D | _index.jd | 9 gesture to a layout with multiple children, enabling the ability to trigger a
|
/development/samples/browseable/MediaBrowserService/src/com.example.android.mediabrowserservice/ |
D | BrowseFragment.java | 67 public void onChildrenLoaded(String parentId, List<MediaBrowser.MediaItem> children) { 70 for (MediaBrowser.MediaItem item : children) {
|
/development/vndk/tools/definition-tool/assets/visual/ |
D | dep-graph.js | 296 node = map[name] = data || { name : name, children : [] }; 299 node.parent.children.push(node);
|
/development/samples/training/testingfun/gradle/wrapper/ |
D | gradle-wrapper.jar | ... .File)
boolean success
int i
String[] children
java.io.File dir
private void unzip ( ... |
/development/samples/devbytes/telephony/SmsSampleProject/gradle/wrapper/ |
D | gradle-wrapper.jar | ... .File)
boolean success
int i
String[] children
java.io.File dir
private void unzip ( ... |
/development/tools/checkcolor/gradle/wrapper/ |
D | gradle-wrapper.jar | ... .File)
boolean success
int i
String[] children
java.io.File dir
private void unzip ( ... |
/development/samples/training/multiscreen/newsreader/libs/ |
D | android-support-v4.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/support/
android/ ... |
/development/samples/training/basic/ActivityLifecycle/libs/ |
D | android-support-v13.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/support/
android/ ... |