Home
last modified time | relevance | path

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

/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/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/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/rmtypedefs/test/com/android/tools/rmtypedefs/
DRmTypeDefsTest.java230 List<File> children = Lists.newArrayList(); in list() local
/development/ndk/platforms/android-3/include/linux/
Ddevice.h104 struct list_head children; member