/packages/apps/Car/RotaryController/tests/unit/src/com/android/car/rotary/ |
D | NodeBuilderTest.java | 61 AccessibilityNodeInfo node = mNodeBuilder.build(); in testBuildDefaultNode() local 80 AccessibilityNodeInfo node = mNodeBuilder.setFocusable(false).build(); in testSetFocusable() local 86 AccessibilityNodeInfo node = mNodeBuilder.setFocused(true).build(); in testSetFocused() local 92 AccessibilityNodeInfo node = mNodeBuilder.setVisibleToUser(false).build(); in testSetVisibleToUser() local 98 AccessibilityNodeInfo node = mNodeBuilder.setInViewTree(false).build(); in testSetInViewTree() local 104 AccessibilityNodeInfo node = mNodeBuilder.setScrollable(true).build(); in testSetScrollable() local 110 AccessibilityNodeInfo node = mNodeBuilder.setEnabled(false).build(); in testSetEnabled() local 117 AccessibilityNodeInfo node = mNodeBuilder.setWindow(window).build(); in testSetWindow() local 124 AccessibilityNodeInfo node = mNodeBuilder.setBoundsInParent(setBounds).build(); in testSetBoundsInParent() local 133 AccessibilityNodeInfo node = mNodeBuilder.setBoundsInScreen(setBounds).build(); in testSetBoundsInScreen() local [all …]
|
/packages/apps/Car/RotaryController/src/com/android/car/rotary/ |
D | Utils.java | 87 static void recycleNode(@Nullable AccessibilityNodeInfo node) { in recycleNode() 114 static AccessibilityNodeInfo refreshNode(@Nullable AccessibilityNodeInfo node) { in refreshNode() 134 static boolean canPerformFocus(@NonNull AccessibilityNodeInfo node) { in canPerformFocus() 173 static boolean canTakeFocus(@NonNull AccessibilityNodeInfo node) { in canTakeFocus() 202 static boolean canHaveFocus(@NonNull AccessibilityNodeInfo node) { in canHaveFocus() 207 static boolean descendantCanTakeFocus(@NonNull AccessibilityNodeInfo node) { in descendantCanTakeFocus() 225 static boolean hasFocus(@NonNull AccessibilityNodeInfo node) { in hasFocus() 240 static boolean isFocusParkingView(@NonNull AccessibilityNodeInfo node) { in isFocusParkingView() 245 static boolean isCarUiFocusParkingView(@NonNull AccessibilityNodeInfo node) { in isCarUiFocusParkingView() 254 static boolean isGenericFocusParkingView(@NonNull AccessibilityNodeInfo node) { in isGenericFocusParkingView() [all …]
|
D | TreeTraverser.java | 43 AccessibilityNodeInfo findNodeOrAncestor(@NonNull AccessibilityNodeInfo node, in findNodeOrAncestor() 57 AccessibilityNodeInfo findNodeOrAncestor(@NonNull AccessibilityNodeInfo node, in findNodeOrAncestor() 80 AccessibilityNodeInfo depthFirstSearch(@NonNull AccessibilityNodeInfo node, in depthFirstSearch() 94 AccessibilityNodeInfo depthFirstSearch(@NonNull AccessibilityNodeInfo node, in depthFirstSearch() 124 AccessibilityNodeInfo reverseDepthFirstSearch(@NonNull AccessibilityNodeInfo node, in reverseDepthFirstSearch() 150 void depthFirstSelect(@NonNull AccessibilityNodeInfo node, in depthFirstSelect() 173 private AccessibilityNodeInfo copyNode(@Nullable AccessibilityNodeInfo node) { in copyNode()
|
D | Navigator.java | 125 boolean isHostNode(@NonNull AccessibilityNodeInfo node) { in isHostNode() 130 boolean isClientNode(@NonNull AccessibilityNodeInfo node) { in isClientNode() 265 AccessibilityNodeInfo getRoot(@NonNull AccessibilityNodeInfo node) { in getRoot() 372 AccessibilityNodeInfo findFocusParkingView(@NonNull AccessibilityNodeInfo node) { in findFocusParkingView() 577 private boolean containsWebViewWithFocusableDescendants(@NonNull AccessibilityNodeInfo node) { in containsWebViewWithFocusableDescendants() 604 private boolean isWebViewWithFocusableDescendants(@NonNull AccessibilityNodeInfo node) { in isWebViewWithFocusableDescendants() 738 AccessibilityNodeInfo findScrollableContainer(@NonNull AccessibilityNodeInfo node) { in findScrollableContainer() 789 AccessibilityNodeInfo findFirstFocusableDescendant(@NonNull AccessibilityNodeInfo node) { in findFirstFocusableDescendant() 800 AccessibilityNodeInfo findFirstOrphan(@NonNull AccessibilityNodeInfo node) { in findFirstOrphan() 813 AccessibilityNodeInfo findLastFocusableDescendant(@NonNull AccessibilityNodeInfo node) { in findLastFocusableDescendant() [all …]
|
/packages/modules/Wifi/framework/java/android/net/wifi/hotspot2/omadm/ |
D | PpsMoParser.java | 461 private static PasspointConfiguration parsePpsNode(XMLNode node) in parsePpsNode() 525 private static String parseUrn(XMLNode node) throws ParsingException { in parseUrn() 582 private static PPSNode buildPpsNode(XMLNode node) throws ParsingException { in buildPpsNode() 639 private static String getPpsNodeValue(PPSNode node) throws ParsingException { in getPpsNodeValue() 701 private static HomeSp parseHomeSP(PPSNode node) throws ParsingException { in parseHomeSP() 765 static private Map<String, Long> parseNetworkIds(PPSNode node) in parseNetworkIds() 789 static private Pair<String, Long> parseNetworkIdInstance(PPSNode node) in parseNetworkIdInstance() 824 private static Pair<List<Long>, List<Long>> parseHomeOIList(PPSNode node) in parseHomeOIList() 853 private static Pair<Long, Boolean> parseHomeOIInstance(PPSNode node) throws ParsingException { in parseHomeOIInstance() 896 private static String[] parseOtherHomePartners(PPSNode node) throws ParsingException { in parseOtherHomePartners() [all …]
|
/packages/modules/Bluetooth/system/osi/src/ |
D | list.cc | 57 for (const list_node_t* node = list_begin(list); node != list_end(list); in list_contains() local 96 list_node_t* node = (list_node_t*)list->allocator->alloc(sizeof(list_node_t)); in list_insert_after() local 111 list_node_t* node = (list_node_t*)list->allocator->alloc(sizeof(list_node_t)); in list_prepend() local 125 list_node_t* node = (list_node_t*)list->allocator->alloc(sizeof(list_node_t)); in list_append() local 153 for (list_node_t *prev = list->head, *node = list->head->next; node; in list_remove() local 166 for (list_node_t* node = list->head; node;) in list_clear() local 178 for (list_node_t* node = list->head; node;) { in list_foreach() local 196 list_node_t* list_next(const list_node_t* node) { in list_next() 201 void* list_node(const list_node_t* node) { in list_node() 206 static list_node_t* list_free_node_(list_t* list, list_node_t* node) { in list_free_node_()
|
/packages/apps/Gallery2/src/com/android/gallery3d/util/ |
D | LinkedNode.java | 28 public void insert(LinkedNode node) { in insert() 46 public void insertLast(T node) { in insertLast() 58 public T nextOf(T node) { in nextOf() 62 public T previousOf(T node) { in previousOf()
|
/packages/modules/ImsMedia/service/src/com/android/telephony/imsmedia/lib/libimsmedia/core/video/ |
D | VideoStreamGraphRtpTx.cpp | 241 BaseNode* node = findNode(kNodeIdVideoSource); in setMediaQualityThreshold() local 262 BaseNode* node = findNode(kNodeIdVideoSource); in setSurface() local 317 for (auto& node : mListNodeStarted) in updateNodes() local 337 for (auto& node : mListNodeToStart) in updateNodes() local 365 BaseNode* node = findNode(kNodeIdRtpEncoder); in OnEvent() local 379 BaseNode* node = findNode(kNodeIdVideoSource); in OnEvent() local
|
D | VideoStreamGraphRtpRx.cpp | 127 for (auto& node : mListNodeStarted) in update() local 144 for (auto& node : mListNodeToStart) in update() local 214 BaseNode* node = findNode(kNodeIdRtpDecoder); in setMediaQualityThreshold() local 249 BaseNode* node = findNode(kNodeIdVideoRenderer); in setSurface() local 273 BaseNode* node = findNode(kNodeIdVideoRenderer); in OnEvent() local
|
D | VideoStreamGraphRtcp.cpp | 121 for (auto& node : mListNodeStarted) in update() local 172 BaseNode* node = findNode(kNodeIdRtcpDecoder); in setMediaQualityThreshold() local 198 BaseNode* node = findNode(kNodeIdRtcpEncoder); in OnEvent() local
|
/packages/modules/Virtualization/rialto/src/ |
D | fdt.rs | 23 let node = fdt.node(cstr!("/reserved-memory"))?.ok_or(FdtError::NotFound)?; in read_dice_range_from() localVariable 24 let node = node.next_compatible(cstr!("google,open-dice"))?.ok_or(FdtError::NotFound)?; in read_dice_range_from() localVariable 29 let node = fdt.node(cstr!("/avf"))?.ok_or(FdtError::NotFound)?; in read_vendor_hashtree_root_digest() localVariable
|
/packages/modules/ImsMedia/service/src/com/android/telephony/imsmedia/lib/libimsmedia/core/ |
D | StreamScheduler.cpp | 60 for (auto& node : mListRegisteredNode) in Start() local 107 for (auto& node : mListRegisteredNode) in RunRegisteredNode() local 123 for (auto& node : listNodesToRun) in RunRegisteredNode() local 152 for (auto& node : mListRegisteredNode) in run() local
|
/packages/modules/Virtualization/libs/libfdt/tests/ |
D | api_test.rs | 132 let node = fdt.node(cstr!("/cpus/PowerPC,970@1")).unwrap().unwrap(); in node_supernode_at_depth() localVariable 189 let node = fdt.node_with_phandle(phandle).unwrap().unwrap(); in node_with_phandle() localVariable 194 let node = fdt.node_with_phandle(phandle).unwrap().unwrap(); in node_with_phandle() localVariable 205 let node: FdtNodeMut = fdt.node_mut_with_phandle(phandle).unwrap().unwrap(); in node_mut_with_phandle() localVariable 210 let node: FdtNodeMut = fdt.node_mut_with_phandle(phandle).unwrap().unwrap(); in node_mut_with_phandle() localVariable 220 let node = fdt.node(cstr!("/node_z/node_zz")).unwrap().unwrap(); in node_get_phandle() localVariable 224 let node = fdt.node(cstr!("/node_a/node_ab/node_abc")).unwrap().unwrap(); in node_get_phandle() localVariable 228 let node = fdt.node(cstr!("/node_b")).unwrap().unwrap(); in node_get_phandle() localVariable 240 let node = fdt.node_mut(path).unwrap().unwrap(); in node_nop() localVariable 267 let node = fdt.node(node_path).unwrap().unwrap(); in node_add_subnode_with_namelen() localVariable [all …]
|
/packages/apps/Car/DebuggingRestrictionController/server/functions/ |
D | package-lock.json | 19 "node": "12" string 31 "node": ">=6.9.0" string 40 "node": ">=6.9.0" string 54 "node": ">=6.9.0" string 66 "node": ">=6.0.0" string 77 "node": ">=14" string 162 "node": ">=12.0.0" string 175 "node": ">=10" string 184 "node": ">=12.0.0" string 193 "node": ">=12" string [all …]
|
/packages/modules/ImsMedia/service/src/com/android/telephony/imsmedia/lib/libimsmedia/core/audio/ |
D | AudioStreamGraphRtpTx.cpp | 121 for (auto& node : mListNodeStarted) in update() local 138 for (auto& node : mListNodeStarted) in update() local 151 for (auto& node : mListNodeToStart) in update() local 267 BaseNode* node = findNode(kNodeIdAudioSource); in processCmr() local 277 BaseNode* node = findNode(kNodeIdRtpEncoder); in sendRtpHeaderExtension() local
|
D | AudioStreamGraphRtpRx.cpp | 122 for (auto& node : mListNodeToStart) in update() local 169 BaseNode* node = findNode(kNodeIdAudioPlayer); in processCmr() local 179 BaseNode* node = findNode(kNodeIdAudioPlayer); in adjustDelay() local
|
/packages/modules/Bluetooth/system/btif/src/ |
D | btif_uid.cc | 48 uid_set_node_t* node = set->head; in uid_set_destroy() local 61 uid_set_node_t* node = set->head; in uid_set_find_or_create_node() local 79 uid_set_node_t* node = uid_set_find_or_create_node(set, app_uid); in uid_set_add_tx() local 87 uid_set_node_t* node = uid_set_find_or_create_node(set, app_uid); in uid_set_add_rx() local 96 uid_set_node_t* node = set->head; in uid_set_read_and_clear() local
|
/packages/modules/ImsMedia/service/src/com/android/telephony/imsmedia/lib/libimsmedia/core/text/ |
D | TextStreamGraphRtpTx.cpp | 127 for (auto& node : mListNodeStarted) in update() local 145 for (auto& node : mListNodeStarted) in update() local 163 for (auto& node : mListNodeToStart) in update() local 224 TextSourceNode* node = nullptr; in sendRtt() local
|
D | TextStreamGraphRtpRx.cpp | 121 for (auto& node : mListNodeStarted) in update() local 138 for (auto& node : mListNodeToStart) in update() local 200 BaseNode* node = findNode(kNodeIdRtpDecoder); in setMediaQualityThreshold() local
|
/packages/modules/Bluetooth/system/gd/packet/parser/ |
D | struct_parser_generator.cc | 27 for (const auto& node : variable_struct_fields_) { in StructParserGenerator() local 38 void StructParserGenerator::explore_children(const TreeNode& node, std::ostream& s) const { in explore_children() argument 68 for (const auto& node : variable_struct_fields_) { in Generate() local
|
/packages/apps/Car/DebuggingRestrictionController/server/ |
D | package-lock.json | 21 "node": ">=6.0.0" string 32 "node": ">=14" string 117 "node": ">=12.0.0" string 130 "node": ">=10" string 139 "node": ">=12.0.0" string 148 "node": ">=12" string 176 "node": ">=12" string 198 "node": "^8.13.0 || >=10.10.0" string 217 "node": ">=6" string 229 "node": ">=v12.0.0" string [all …]
|
/packages/modules/Virtualization/libs/libfdt/src/ |
D | libfdt.rs | 111 let node = node.into(); in next_node() localVariable 130 let node = node.into(); in parent_offset() localVariable 143 let node = node.into(); in supernode_atdepth_offset() localVariable 171 let node = node.into(); in first_subnode() localVariable 181 let node = node.into(); in next_subnode() localVariable 191 let node = node.into(); in address_cells() localVariable 201 let node = node.into(); in size_cells() localVariable 211 let node = node.into(); in get_name() localVariable 224 let node = node.into(); in getprop_namelen() localVariable 272 let node = node.into(); in first_property_offset() localVariable [all …]
|
/packages/modules/Bluetooth/system/test/fake/ |
D | fake_osi.cc | 74 static list_node_t* list_free_node_(list_t* l, list_node_t* node) { in list_free_node_() 138 for (auto node = l->head_; node;) { in FakeOsi() local 147 auto node = test::mock::osi_list::list_foreach( in FakeOsi() local 177 auto node = new list_node_t(data, prev_node->next_); in FakeOsi() local 187 auto node = new list_node_t(data, l->head_); in FakeOsi() local 197 auto node = new list_node_t(data, nullptr); in FakeOsi() local 220 for (auto prev = l->head_, node = l->head_->next_; node; in FakeOsi() local 232 for (auto node = l->head_; node;) { in FakeOsi() local 249 test::mock::osi_list::list_next.body = [](const list_node_t* node) { in FakeOsi() 253 test::mock::osi_list::list_node.body = [](const list_node_t* node) { in FakeOsi()
|
/packages/modules/Bluetooth/system/osi/test/fuzzers/list/ |
D | fuzz_list.cc | 63 list_node_t* node = list_begin(list); in getArbitraryNode() local 155 list_node_t* node = getArbitraryNode(list, dataProvider); in callArbitraryFunction() local 225 list_node_t* node = getArbitraryNode(list, dataProvider); in callArbitraryFunction() local 237 list_node_t* node = getArbitraryNode(list, dataProvider); in callArbitraryFunction() local
|
/packages/providers/MediaProvider/jni/ |
D | node.cpp | 44 void node::BuildPathForNodeRecursive(bool safe, const node* node, std::stringstream* path) const { in BuildPathForNodeRecursive() argument 86 const node* node = root; in LookupAbsolutePath() local 106 const node* node = LookupInode(child, ino); in LookupInode() local
|