Home
last modified time | relevance | path

Searched defs:Node (Results 1 – 25 of 54) sorted by relevance

123

/aosp12/build/soong/cmd/fileslist/
H A Dfileslist.go50 type Node struct { struct
51 SHA256 string
52 Name string // device side path.
53 Size int64
54 path string // host side path.
55 stat os.FileInfo
/aosp12/frameworks/native/vulkan/libvulkan/
H A Ddebug_report.h71 struct Node { struct
72 Node* next; argument
83 Node head_; argument
/aosp12/hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/src/
H A Dqueue.c37 typedef struct Node struct
40 struct Node *next; argument
41 } Node; typedef
/aosp12/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/src/
H A Dqueue.c37 typedef struct Node { struct
39 struct Node *next; argument
40 } Node; typedef
/aosp12/frameworks/base/tools/codegen/src/com/android/codegen/
H A DDebug.kt21 fun Node.dump(indent: String = ""): String { regex
31 private fun Node.dumpOneLineNoChildren(): String { regex
/aosp12/frameworks/base/tools/incident_report/
H A Dgeneric_message.h45 struct Node { struct
61 typedef multimap<int32_t,Node>::const_iterator const_iterator; argument
/aosp12/bionic/libc/kernel/uapi/linux/
H A Dzorro.h39 struct Node { struct
40 __be32 ln_Succ;
41 __be32 ln_Pred;
65 struct Node cd_Node; argument
/aosp12/frameworks/compile/mclinker/unittests/
H A DGCFactoryListTraitsTest.h43 Node() : m_Init(0), m_Value(0) {} in Node() function
45 Node(unsigned pInit) : m_Init(pInit), m_Value(pInit) {} in Node() function
/aosp12/frameworks/compile/mclinker/include/mcld/ADT/
H A DTreeBase.h107 Node() : NodeBase(), data(NULL) {} in Node() function
109 explicit Node(const value_type& pValue) : NodeBase(), data(&pValue) {} in Node() function
/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/util/
H A DProfileData.java37 private static class Node { class in ProfileData
42 public Node(Node parent, int id) { in Node() method in ProfileData.Node
/aosp12/art/tools/ahat/src/main/com/android/ahat/dominators/
H A DDominatorsComputation.java52 public interface Node { interface in DominatorsComputation
/aosp12/frameworks/base/cmds/idmap2/libidmap2/
H A DXmlParser.cpp34 XmlParser::Node::Node(const ResXMLTree& tree) : Node(tree, get_tree_position(tree)) { in Node() function in android::idmap2::XmlParser::Node
36 XmlParser::Node::Node(const ResXMLTree& tree, const ResXMLParser::ResXMLPosition& pos) in Node() function in android::idmap2::XmlParser::Node
/aosp12/frameworks/layoutlib/bridge/src/android/graphics/text/
H A DOptimizingLineBreaker.java233 private static class Node { class in OptimizingLineBreaker
242 public Node(int prev, int prevCount, float demerits, float width, boolean hasTabs) { in Node() method in OptimizingLineBreaker.Node
/aosp12/art/tools/ahat/src/test/com/android/ahat/
H A DDominatorsTest.java311 private static class Node implements DominatorsComputation.Node { class in DominatorsTest
317 public Node(String name) { in Node() method in DominatorsTest.Node
/aosp12/packages/apps/Dialer/java/com/android/dialer/searchfragment/cp2/
H A DContactTernarySearchTree.java89 private static class Node { class in ContactTernarySearchTree
/aosp12/hardware/google/pixel/power-libperfmgr/libperfmgr/
H A DNode.cc29 Node::Node(std::string name, std::string node_path, in Node() function in android::perfmgr::Node
/aosp12/frameworks/base/tools/aapt2/optimize/
H A DResourceDeduper.cpp44 using Node = DominatorTree::Node; typedef in aapt::__anonc555c78e0110::DominatedKeyValueRemover
/aosp12/system/memory/libmemunreachable/
H A DTarjan.h39 Node(T* ptr, Allocator<Node> allocator) in Node() function
/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/data/
H A DPathMatcher.java72 private static class Node { class in PathMatcher
/aosp12/frameworks/base/core/tests/benchmarks/src/com/android/internal/util/
H A DIndentingPrintWriterBenchmark.java102 private static class Node { class in IndentingPrintWriterBenchmark
/aosp12/packages/apps/Gallery2/src/com/android/photos/data/
H A DSparseArrayBitmapPool.java40 protected static class Node { class in SparseArrayBitmapPool
/aosp12/art/compiler/optimizing/
H A Dgvn.cc186 class Node : public ArenaObject<kArenaAllocGvn> { class in art::ValueSet
188 Node(HInstruction* instruction, size_t hash_code, Node* next) in Node() function in art::ValueSet::Node
/aosp12/build/soong/androidmk/parser/
H A Dast.go21 type Node interface { interface
/aosp12/hardware/google/pixel/power-libperfmgr/libperfmgr/include/perfmgr/
H A DHintManager.h58 enum class HintActionType { Node, DoHint, EndHint, MaskHint }; enumerator
/aosp12/build/soong/androidmk/androidmk/
H A Dandroidmk.go85 func (f *bpFile) errorf(failedNode mkparser.Node, message string, args ...interface{}) {

123