Home
last modified time | relevance | path

Searched defs:node (Results 1 – 20 of 20) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/util/
DLinkedNode.java28 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()
DProfileData.java80 Node node = mRoot; in addSample() local
131 private void writeOneStack(Node node, int depth) throws IOException { in writeOneStack()
140 private void writeAllStacks(Node node, int depth) throws IOException { in writeAllStacks()
/packages/apps/Dialer/java/com/android/dialer/searchfragment/cp2/
DContactTernarySearchTree.java42 private Node put(Node node, String key, int value, int position) { in put()
72 private Node get(Node node, String key, int position) { in get()
/packages/apps/Bluetooth/src/com/android/bluetooth/avrcpcontroller/
DBrowseTree.java194 synchronized boolean addChild(BrowseNode node) { in addChild()
201 mBrowseMap.put(node.getID(), node); in addChild() local
214 synchronized void removeChild(BrowseNode node) { in removeChild()
262 synchronized boolean isChild(BrowseNode node) { in isChild()
476 BrowseNode node = findBrowseNodeByID(nodeId); in notifyImageDownload() local
DBluetoothMediaBrowserService.java153 private void updateNowPlayingQueue(BrowseTree.BrowseNode node) { in updateNowPlayingQueue()
171 static synchronized void notifyChanged(BrowseTree.BrowseNode node) { in notifyChanged()
DAvrcpControllerStateMachine.java374 private void notifyChanged(BrowseTree.BrowseNode node) { in notifyChanged()
391 void requestContents(BrowseTree.BrowseNode node) { in requestContents()
396 public void playItem(BrowseTree.BrowseNode node) { in playItem()
645 private void processPlayItem(BrowseTree.BrowseNode node) { in processPlayItem()
DAvrcpControllerService.java180 private void refreshContents(BrowseTree.BrowseNode node) { in refreshContents()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/widget/
DLabeledSeekBar.java166 int virtualViewId, AccessibilityNodeInfoCompat node) { in onPopulateNodeForVirtualView()
184 protected void onPopulateNodeForHost(AccessibilityNodeInfoCompat node) { in onPopulateNodeForHost()
/packages/apps/Settings/src/com/android/settings/widget/
DLabeledSeekBar.java166 int virtualViewId, AccessibilityNodeInfoCompat node) { in onPopulateNodeForVirtualView()
184 protected void onPopulateNodeForHost(AccessibilityNodeInfoCompat node) { in onPopulateNodeForHost()
/packages/apps/Launcher3/src/com/android/launcher3/logging/
DDumpTargetWrapper.java42 DumpTarget node; field in DumpTargetWrapper
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/policy/
Dweighting.cpp30 static inline void profile(const CorrectionType correctionType, DicNode *const node) { in profile()
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/dicnode/
Ddic_node_priority_queue.h87 DicNode *node = mDicNodesQueue.top(); in copyPop() local
/packages/apps/Gallery2/src/com/android/gallery3d/data/
DPathMatcher.java80 Node node = mMap.get(segment); in addChild() local
/packages/apps/Launcher3/src/com/android/launcher3/accessibility/
DWorkspaceAccessibilityHelper.java139 protected void onPopulateNodeForVirtualView(int id, AccessibilityNodeInfoCompat node) { in onPopulateNodeForVirtualView()
DDragAndDropAccessibilityDelegate.java113 protected void onPopulateNodeForVirtualView(int id, AccessibilityNodeInfoCompat node) { in onPopulateNodeForVirtualView()
/packages/apps/Car/tests/TestMediaApp/src/com/android/car/media/testmediaapp/
DTmaBrowser.java222 private void addSearchResults(@Nullable TmaMediaItem node, Matcher matcher, in addSearchResults()
/packages/apps/Launcher3/src/com/android/launcher3/views/
DScrimView.java407 AccessibilityNodeInfoCompat node) { in onPopulateNodeForVirtualView()
/packages/modules/DnsResolver/
Dres_cache.cpp944 Entry* node = *pnode; in flush() local
1109 Entry* node = *pnode; in _cache_lookup_p() local
1366 Entry* node = nullptr; in resolv_gethostbyaddr_from_cache() local
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/makedict/
DBinaryDictEncoderUtils.java544 /* package */ static byte makePtNodeFlags(final PtNode node, final int childrenOffset) { in makePtNodeFlags()
/packages/modules/DnsResolver/tests/
Dresolv_integration_test.cpp108 ScopedAddrinfo safe_getaddrinfo(const char* node, const char* service, in safe_getaddrinfo()
117 std::pair<ScopedAddrinfo, int> safe_getaddrinfo_time_taken(const char* node, const char* service, in safe_getaddrinfo_time_taken()