/aosp12/build/soong/cmd/fileslist/ |
H A D | fileslist.go | 50 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 D | debug_report.h | 71 struct Node { struct 72 Node* next; argument 83 Node head_; argument
|
/aosp12/hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/src/ |
H A D | queue.c | 37 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 D | queue.c | 37 typedef struct Node { struct 39 struct Node *next; argument 40 } Node; typedef
|
/aosp12/frameworks/base/tools/codegen/src/com/android/codegen/ |
H A D | Debug.kt | 21 fun Node.dump(indent: String = ""): String { regex 31 private fun Node.dumpOneLineNoChildren(): String { regex
|
/aosp12/frameworks/base/tools/incident_report/ |
H A D | generic_message.h | 45 struct Node { struct 61 typedef multimap<int32_t,Node>::const_iterator const_iterator; argument
|
/aosp12/bionic/libc/kernel/uapi/linux/ |
H A D | zorro.h | 39 struct Node { struct 40 __be32 ln_Succ; 41 __be32 ln_Pred; 65 struct Node cd_Node; argument
|
/aosp12/frameworks/compile/mclinker/unittests/ |
H A D | GCFactoryListTraitsTest.h | 43 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 D | TreeBase.h | 107 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 D | ProfileData.java | 37 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 D | DominatorsComputation.java | 52 public interface Node { interface in DominatorsComputation
|
/aosp12/frameworks/base/cmds/idmap2/libidmap2/ |
H A D | XmlParser.cpp | 34 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 D | OptimizingLineBreaker.java | 233 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 D | DominatorsTest.java | 311 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 D | ContactTernarySearchTree.java | 89 private static class Node { class in ContactTernarySearchTree
|
/aosp12/hardware/google/pixel/power-libperfmgr/libperfmgr/ |
H A D | Node.cc | 29 Node::Node(std::string name, std::string node_path, in Node() function in android::perfmgr::Node
|
/aosp12/frameworks/base/tools/aapt2/optimize/ |
H A D | ResourceDeduper.cpp | 44 using Node = DominatorTree::Node; typedef in aapt::__anonc555c78e0110::DominatedKeyValueRemover
|
/aosp12/system/memory/libmemunreachable/ |
H A D | Tarjan.h | 39 Node(T* ptr, Allocator<Node> allocator) in Node() function
|
/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/data/ |
H A D | PathMatcher.java | 72 private static class Node { class in PathMatcher
|
/aosp12/frameworks/base/core/tests/benchmarks/src/com/android/internal/util/ |
H A D | IndentingPrintWriterBenchmark.java | 102 private static class Node { class in IndentingPrintWriterBenchmark
|
/aosp12/packages/apps/Gallery2/src/com/android/photos/data/ |
H A D | SparseArrayBitmapPool.java | 40 protected static class Node { class in SparseArrayBitmapPool
|
/aosp12/art/compiler/optimizing/ |
H A D | gvn.cc | 186 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 D | ast.go | 21 type Node interface { interface
|
/aosp12/hardware/google/pixel/power-libperfmgr/libperfmgr/include/perfmgr/ |
H A D | HintManager.h | 58 enum class HintActionType { Node, DoHint, EndHint, MaskHint }; enumerator
|
/aosp12/build/soong/androidmk/androidmk/ |
H A D | androidmk.go | 85 func (f *bpFile) errorf(failedNode mkparser.Node, message string, args ...interface{}) {
|