Home
last modified time | relevance | path

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

/build/soong/cmd/fileslist/
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
63 func (n *Node) scan() bool {
/build/soong/scripts/hiddenapi/
Dsignature_trie.py24 class Node: class
/build/soong/androidmk/parser/
Dast.go21 type Node interface { interface
/build/soong/mk2rbc/
Dmk2rbc.go197 NewError(el ErrorLocation, node mkparser.Node, text string, args ...interface{})
495 func newParseContext(ss *StarlarkScript, nodes []mkparser.Node) *parseContext {
1833 func parseIntegerArguments(ctx *parseContext, node mkparser.Node, args *mkparser.MakeString, expect…
/build/soong/bin/
Dsoongdbg61 class Node: class
/build/make/tools/check-flagged-apis/src/com/android/checkflaggedapis/
DMain.kt311 fun Node.getAttribute(name: String): String? = getAttributes()?.getNamedItem(name)?.getNodeValue() in parseApiVersions() method
/build/soong/android/
Dtesting.go609 func parseMkRules(t *testing.T, config Config, nodes []mkparser.Node) []InstallMakeRule {
/build/blueprint/parser/
Dast.go23 type Node interface { interface