Home
last modified time | relevance | path

Searched defs:TreeNode (Results 1 – 25 of 86) sorted by relevance

1234

/aosp_15_r20/external/pdfium/core/fxcrt/
H A Dtree_node_unittest.cpp18 TEST(TreeNode, SelfAppendFirstChild) { in TEST() argument
23 TEST(TreeNode, SelfAppendLastChild) { in TEST() argument
28 TEST(TreeNode, SelfInsertBeforeOther) { in TEST() argument
35 TEST(TreeNode, InsertOtherBeforeSelf) { in TEST() argument
42 TEST(TreeNode, SelfInsertAfterOther) { in TEST() argument
49 TEST(TreeNode, InsertOtherAfterSelf) { in TEST() argument
56 TEST(TreeNode, RemoveParentless) { in TEST() argument
61 TEST(TreeNode, RemoveFromWrongParent) { in TEST() argument
69 TEST(TreeNode, SafeRemove) { in TEST() argument
78 TEST(TreeNode, SafeRemoveParentless) { in TEST() argument
[all …]
/aosp_15_r20/external/rust/android-crates-io/crates/tokio-util/src/sync/cancellation_token/
Dtree_node.rs46 pub(crate) struct TreeNode { struct
50 impl TreeNode { argument
87 pub(crate) fn child_node(parent: &Arc<TreeNode>) -> Arc<TreeNode> { in child_node()
150 fn with_locked_node_and_parent<F, Ret>(node: &Arc<TreeNode>, func: F) -> Ret in with_locked_node_and_parent()
249 pub(crate) fn increase_handle_refcount(node: &Arc<TreeNode>) { in increase_handle_refcount()
263 pub(crate) fn decrease_handle_refcount(node: &Arc<TreeNode>) { in decrease_handle_refcount()
297 pub(crate) fn cancel(node: &Arc<TreeNode>) { in cancel()
/aosp_15_r20/frameworks/base/core/java/android/hardware/display/
H A DDisplayTopology.java580 private static void getInfo(Map<TreeNode, RectF> bounds, Map<TreeNode, Integer> depths, in getInfo()
654 public static final class TreeNode implements Parcelable { class in DisplayTopology
712 public TreeNode(int displayId, float width, float height, @Position int position, in TreeNode() method in DisplayTopology.TreeNode
721 public TreeNode(Parcel source) { in TreeNode() method in DisplayTopology.TreeNode
/aosp_15_r20/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/objectid/
H A DTestObjectIdSerialization.java134 static class TreeNode class in TestObjectIdSerialization
145 public TreeNode() { } in TreeNode() method in TestObjectIdSerialization.TreeNode
146 public TreeNode(TreeNode p, int id, String name) { in TreeNode() method in TestObjectIdSerialization.TreeNode
/aosp_15_r20/system/timezone/input_tools/android/tzlookup_generator/src/main/java/com/android/libcore/timezone/tzlookup/zonetree/
H A DTreeNode.java27 abstract class TreeNode<V extends TreeNode<V>> { class
33 public TreeNode(String id) { in TreeNode() method in TreeNode
/aosp_15_r20/external/opencensus-java/contrib/zpages/src/main/java/io/opencensus/contrib/zpages/
H A DStatszZPageHandler.java617 private static class TreeNode { class in StatszZPageHandler
627 TreeNode() { in TreeNode() method in StatszZPageHandler.TreeNode
631 TreeNode(View.Name viewName) { in TreeNode() method in StatszZPageHandler.TreeNode
/aosp_15_r20/external/skia/src/gpu/graphite/geom/
H A DIntersectionTree.cpp22 class IntersectionTree::TreeNode final : public Node { class in skgpu::graphite::IntersectionTree
24 TreeNode(float splitCoord, Node* lo, Node* hi) in TreeNode() function in skgpu::graphite::IntersectionTree::TreeNode
H A DIntersectionTree.h53 template<SplitType kSplitType> class TreeNode; variable
/aosp_15_r20/packages/modules/Bluetooth/system/gd/packet/parser/
Dstruct_parser_generator.h34 explicit TreeNode(const StructDef* s) in TreeNode() function
/aosp_15_r20/external/nanopb-c/tests/cyclic_messages/
H A Dcyclic.proto7 message TreeNode message
/aosp_15_r20/development/tools/winscope/src/trace/tree_node/
H A Dtree_node.ts19 export abstract class TreeNode implements Item { class
/aosp_15_r20/external/jackson-core/src/main/java/com/fasterxml/jackson/core/
H A DTreeNode.java34 public interface TreeNode interface
/aosp_15_r20/external/perfetto/ui/src/widgets/
H A Dtree.ts70 export class TreeNode implements m.ClassComponent<TreeNodeAttrs> { class
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
H A DWindowsResource.cpp452 WindowsResourceParser::TreeNode::TreeNode(uint32_t StringIndex) in TreeNode() function in llvm::object::WindowsResourceParser::TreeNode
455 WindowsResourceParser::TreeNode::TreeNode(uint16_t MajorVersion, in TreeNode() function in llvm::object::WindowsResourceParser::TreeNode
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Object/
H A DWindowsResource.cpp450 WindowsResourceParser::TreeNode::TreeNode(uint32_t StringIndex) in TreeNode() function in llvm::object::WindowsResourceParser::TreeNode
453 WindowsResourceParser::TreeNode::TreeNode(uint16_t MajorVersion, in TreeNode() function in llvm::object::WindowsResourceParser::TreeNode
/aosp_15_r20/libcore/ojluni/annotations/hiddenapi/java/util/
H A DHashMap.java549 static final class TreeNode<K, V> extends java.util.LinkedHashMap.LinkedHashMapEntry<K, V> { class in HashMap
551 TreeNode(int hash, K key, V val, java.util.HashMap.Node<K, V> next) { in TreeNode() method in HashMap.TreeNode
/aosp_15_r20/external/python/cpython3/Lib/idlelib/
Dtree.py84 class TreeNode: class
/aosp_15_r20/external/python/cpython2/Lib/idlelib/
DTreeWidget.py59 class TreeNode: class
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/util/
DHashMap.java1964 static final class TreeNode<K,V> extends LinkedHashMap.Entry<K,V> { class in HashMap
1970 TreeNode(int hash, K key, V val, Node<K,V> next) { in TreeNode() method in HashMap.TreeNode
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/18/libcore/ojluni/src/main/java/java/util/
DHashMap.java1964 static final class TreeNode<K,V> extends LinkedHashMap.Entry<K,V> { class in HashMap
1970 TreeNode(int hash, K key, V val, Node<K,V> next) { in TreeNode() method in HashMap.TreeNode
/aosp_15_r20/libcore/ojluni/src/main/java/java/util/
H A DHashMap.java1964 static final class TreeNode<K,V> extends LinkedHashMap.Entry<K,V> { class in HashMap
1970 TreeNode(int hash, K key, V val, Node<K,V> next) { in TreeNode() method in HashMap.TreeNode
/aosp_15_r20/external/mesa3d/src/imgui/
H A Dimgui_widgets.cpp4627 bool ImGui::TreeNode(const char* str_id, const char* fmt, ...) in TreeNode() function in ImGui
4636 bool ImGui::TreeNode(const void* ptr_id, const char* fmt, ...) in TreeNode() function in ImGui
4645 bool ImGui::TreeNode(const char* label) in TreeNode() function in ImGui
/aosp_15_r20/libcore/ojluni/src/main/java/java/util/concurrent/
H A DConcurrentHashMap.java2718 static final class TreeNode<K,V> extends Node<K,V> { class in ConcurrentHashMap
2725 TreeNode(int hash, K key, V val, Node<K,V> next, in TreeNode() method in ConcurrentHashMap.TreeNode
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/util/concurrent/
DConcurrentHashMap.java2718 static final class TreeNode<K,V> extends Node<K,V> { class in ConcurrentHashMap
2725 TreeNode(int hash, K key, V val, Node<K,V> next, in TreeNode() method in ConcurrentHashMap.TreeNode
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/19/libcore/ojluni/src/main/java/java/util/concurrent/
DConcurrentHashMap.java2718 static final class TreeNode<K,V> extends Node<K,V> { class in ConcurrentHashMap
2725 TreeNode(int hash, K key, V val, Node<K,V> next, in TreeNode() method in ConcurrentHashMap.TreeNode

1234