/aosp_15_r20/external/pdfium/core/fxcrt/ |
H A D | tree_node_unittest.cpp | 18 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/ |
D | tree_node.rs | 46 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 D | DisplayTopology.java | 580 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 D | TestObjectIdSerialization.java | 134 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 D | TreeNode.java | 27 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 D | StatszZPageHandler.java | 617 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 D | IntersectionTree.cpp | 22 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 D | IntersectionTree.h | 53 template<SplitType kSplitType> class TreeNode; variable
|
/aosp_15_r20/packages/modules/Bluetooth/system/gd/packet/parser/ |
D | struct_parser_generator.h | 34 explicit TreeNode(const StructDef* s) in TreeNode() function
|
/aosp_15_r20/external/nanopb-c/tests/cyclic_messages/ |
H A D | cyclic.proto | 7 message TreeNode message
|
/aosp_15_r20/development/tools/winscope/src/trace/tree_node/ |
H A D | tree_node.ts | 19 export abstract class TreeNode implements Item { class
|
/aosp_15_r20/external/jackson-core/src/main/java/com/fasterxml/jackson/core/ |
H A D | TreeNode.java | 34 public interface TreeNode interface
|
/aosp_15_r20/external/perfetto/ui/src/widgets/ |
H A D | tree.ts | 70 export class TreeNode implements m.ClassComponent<TreeNodeAttrs> { class
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Object/ |
H A D | WindowsResource.cpp | 452 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 D | WindowsResource.cpp | 450 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 D | HashMap.java | 549 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/ |
D | tree.py | 84 class TreeNode: class
|
/aosp_15_r20/external/python/cpython2/Lib/idlelib/ |
D | TreeWidget.py | 59 class TreeNode: class
|
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/util/ |
D | HashMap.java | 1964 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/ |
D | HashMap.java | 1964 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 D | HashMap.java | 1964 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 D | imgui_widgets.cpp | 4627 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 D | ConcurrentHashMap.java | 2718 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/ |
D | ConcurrentHashMap.java | 2718 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/ |
D | ConcurrentHashMap.java | 2718 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
|