Home
last modified time | relevance | path

Searched refs:imports (Results 1 – 6 of 6) sorted by relevance

/build/blueprint/
Dscope.go62 imports map[string]*basicScope member
71 imports: make(map[string]*basicScope),
160 for _, import_ := range s.imports {
185 for _, import_ := range s.imports {
199 importedScope, ok := s.imports[pkgName]
209 _, present := s.imports[name]
213 s.imports[name] = importedScope
/build/soong/android/
Dnamespace_test.go108 imports: ["dir1"],
301 imports: ["dir1", "dir2", "dir3"]
335 imports: ["dir2"]
347 imports: ["dir1"],
365 imports: ["a_nonexistent_namespace"]
449 imports: ["dir1"],
458 imports: ["dir2"],
/build/make/tools/
Djava-layers.py213 imports = []
218 imports.append(m.group(1))
222 print "'%s' --> %s" % (pkg, imports)
229 for imp in imports:
/build/soong/
DREADME.md118 imports: ["path/to/otherNamespace1", "path/to/otherNamespace2"],
129 N which imports namespaces I1, I2, I3..., then if D is a fully-qualified name
/build/soong/cc/
Dpylintrc167 # Ignore imports when computing similarities.
168 ignore-imports=no
/build/make/tools/releasetools/
Dpylintrc110 # Ignore imports when computing similarities.
111 ignore-imports=no