Home
last modified time | relevance | path

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

12

/packages/modules/StatsD/statsd/tests/condition/
DCombinationConditionTracker_test.cpp31 vector<int> children; in TEST() local
49 vector<int> children; in TEST() local
73 vector<int> children; in TEST() local
97 vector<int> children; in TEST() local
119 vector<int> children; in TEST() local
144 vector<int> children; in TEST() local
/packages/modules/Bluetooth/tools/pdl/src/
Dparser.rs181 fn children(self) -> NodeIterator<'i>; in children() method
188 fn children(self) -> NodeIterator<'i> { in children() method
304 let mut children = node.children(); in parse_constraint() localVariable
324 let mut children = node.children(); in parse_enum_value() localVariable
344 let mut children = node.children(); in parse_enum_range() localVariable
390 let mut children = node.children(); in parse_field() localVariable
526 let mut children = node.children(); in parse_toplevel() localVariable
536 let mut children = node.children(); in parse_toplevel() localVariable
546 let mut children = node.children(); in parse_toplevel() localVariable
556 let mut children = node.children(); in parse_toplevel() localVariable
[all …]
/packages/apps/DocumentsUI/tests/common/com/android/documentsui/
DDocumentsProviderHelper.java180 List<DocumentInfo> children = listChildren(parentUri); in assertChildCount() local
185 List<DocumentInfo> children = listChildren(parentId, -1); in assertChildCount() local
194 List<DocumentInfo> children = listChildren(parentUri); in assertHasFile() local
213 List<DocumentInfo> children = listChildren(parentUri); in assertHasDirectory() local
232 List<DocumentInfo> children = listChildren(parentUri); in assertDoesNotExist() local
251 List<DocumentInfo> children = listChildren(parentId); in findFile() local
261 List<DocumentInfo> children = listChildren(parentId); in findDocument() local
271 List<DocumentInfo> children = listChildren(parentUri); in findDocument() local
296 List<DocumentInfo> children = new ArrayList<>(); in listChildren() local
/packages/apps/Gallery2/src/com/android/gallery3d/util/
DProfileData.java41 public ArrayList<Node> children; field in ProfileData.Node
87 ArrayList<Node> children = node.children; in addSample() local
145 ArrayList<Node> children = node.children; in writeAllStacks() local
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/widget/
DSimpleScrollAdapterTransform.java63 ArrayList<Animator> children = ((AnimatorSet) animator).getChildAnimations(); in applyTransformationRecursive() local
85 ArrayList<Animator> children = ((AnimatorSet) animator).getChildAnimations(); in initializeTransformationRecursive() local
/packages/modules/Connectivity/tests/unit/java/com/android/server/
DIpSecServiceRefcountedResourceTest.java93 RefcountedResource... children) { in getTestRefcountedResource()
99 IBinder binder, RefcountedResource... children) { in getTestRefcountedResource()
334 Set<RefcountedResource<IResource>> children = new HashSet<>(); in fuzzTest() local
/packages/modules/HealthFitness/apk/src/com/android/healthconnect/controller/shared/
DPreferenceExtensions.kt33 val PreferenceGroup.children: Sequence<Preference> constant
/packages/services/Car/tests/BugReportApp/tests/src/com/android/car/bugreport/
DScreenshotUtilsTest.java75 String[] children = screenshotDir.list(); in deleteScreenshotDir() local
/packages/modules/StatsD/statsd/src/condition/
Dcondition_util.cpp33 ConditionState evaluateCombinationCondition(const std::vector<int>& children, in evaluateCombinationCondition()
/packages/apps/Launcher3/tests/src/com/android/launcher3/util/viewcapture_analysis/
DAnomalyDetector.java39 public final Map<String, IgnoreNode> children = new HashMap<>(); field in AnomalyDetector.IgnoreNode
/packages/services/BuiltInPrintService/src/com/android/bips/discovery/
DMultiDiscovery.java118 List<Discovery> children = new ArrayList<>(); in getChildren() local
/packages/providers/DownloadProvider/src/com/android/providers/downloads/
DStorageUtils.java52 final File[] children = dir.listFiles(); in listFilesRecursive() local
/packages/modules/Bluetooth/tools/pdl/src/backends/rust_no_allocation/
Dmod.rs59 let mut children = HashMap::<&str, Vec<&str>>::new(); in generate() localVariable
/packages/apps/Camera2/src/com/android/camera/ui/
DTopRightWeightedLayout.java81 List<View> children = new ArrayList<View>(); in reverseChildren() local
/packages/apps/DocumentsUI/tests/functional/com/android/documentsui/
DFileCopyUiTest.java255 List<DocumentInfo> children = helper.listChildren(parent.documentId, TARGET_COUNT); in createDocuments() local
418 List<DocumentInfo> children = helper.listChildren(parent.documentId, TARGET_COUNT); in assertFilesCopied() local
/packages/providers/MediaProvider/jni/
Dnode.cpp121 std::vector<node*> children(tree->children_.begin(), tree->children_.end()); in DeleteTree() local
/packages/apps/DocumentsUI/tests/common/com/android/documentsui/bots/
DInspectorBot.java65 int children = table.getChildCount(); in getTableRows() local
/packages/modules/AdServices/sdksandbox/tests/hostsidetests/SdkSandboxStorageHostTest/src/com/android/tests/sdksandbox/host/
DSdkSandboxStorageHostTest.java310 String[] children = getDevice().getChildren(ceSandboxPath); in testSdkDataPackageDirectory_IsDestroyedOnUninstall_DeviceLocked() local
1214 final String[] children = getDevice().getChildren(appLevelPath); in getSdkDataInternalPath() local
1247 final String[] children = getDevice().getChildren(appLevelPath); in getSdkDataPerSdkPath() local
1269 final String[] children = getDevice().getChildren(path); in getSubDirs() local
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/avrcpcontroller/
DBrowseNodeTest.java82 List<Object> children = new ArrayList<>(); in addChildren() local
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/map/
DBluetoothMapAccountLoader.java159 ArrayList<BluetoothMapAccountItem> children = new ArrayList<BluetoothMapAccountItem>(); in parseAccounts() local
/packages/modules/StatsD/statsd/tests/
DLogEntryMatcher_test.cpp1098 vector<int> children; in TEST() local
1122 vector<int> children; in TEST() local
1146 vector<int> children; in TEST() local
1163 vector<int> children; in TEST() local
1188 vector<int> children; in TEST() local
/packages/apps/Settings/src/com/android/settings/development/tare/
DTareFactorExpandableListAdapter.java44 LayoutInflater layoutInflater, String[] groups, String[][] children, String[][] keys) { in TareFactorExpandableListAdapter()
/packages/apps/DocumentsUI/src/com/android/documentsui/inspector/
DRuntimeDataSupplier.java95 Uri children = DocumentsContract.buildChildDocumentsUri( in loadDirCount() local
/packages/modules/NeuralNetworks/runtime/test/fuzzing/
DRandomVariable.h106 std::vector<std::weak_ptr<RandomVariableBase>> children; member
/packages/apps/Launcher3/tests/src/com/android/launcher3/util/
DLauncherLayoutBuilder.java111 ArrayList<Pair<String, HashMap<String, Object>>> children = null; in writeNodes() local

12