Searched refs:Node (Results 1 – 8 of 8) sorted by relevance
/build/soong/cmd/fileslist/ |
D | fileslist.go | 50 type Node struct { struct 58 func newNode(hostPath string, devicePath string, stat os.FileInfo) Node { 59 return Node{Name: devicePath, path: hostPath, stat: stat} 63 func (n *Node) scan() bool { argument 95 allOutput := make([]Node, 0, 1024) // Store all outputs. 98 ch := make(chan Node) // Pass nodes to goroutines. 108 output := make([]Node, 0, 1024) // Local output list.
|
/build/soong/androidmk/parser/ |
D | parser_test.go | 25 out []Node 30 out: []Node{
|
D | ast.go | 21 type Node interface { interface 112 type byPosition []Node
|
D | parser.go | 42 func (p *parser) Parse() ([]Node, []error) { 64 comments []Node 65 nodes []Node
|
/build/soong/scripts/ |
D | manifest_fixer.py | 31 if child.nodeType == minidom.Node.ELEMENT_NODE and \ 138 if element is not None and element.nodeType == minidom.Node.TEXT_NODE: 229 if last is not None and last.nodeType != minidom.Node.TEXT_NODE: 248 if application.lastChild.nodeType != minidom.Node.TEXT_NODE:
|
/build/soong/cmd/dep_fixer/ |
D | deps.go | 41 pos := func(node parser.Node) string {
|
/build/blueprint/parser/ |
D | ast.go | 23 type Node interface { interface 32 Node 114 Node
|
/build/soong/androidmk/cmd/androidmk/ |
D | androidmk.go | 74 func (f *bpFile) errorf(failedNode mkparser.Node, message string, args ...interface{}) {
|