Home
last modified time | relevance | path

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

/build/blueprint/
Dscope.go65 imports map[string]*basicScope member
74 imports: make(map[string]*basicScope),
163 for _, import_ := range s.imports {
188 for _, import_ := range s.imports {
202 importedScope, ok := s.imports[pkgName]
212 _, present := s.imports[name]
216 s.imports[name] = importedScope
/build/soong/
DTEST_MAPPING2 "imports": [
DREADME.md238 explicitly defined scope are considered). The `imports` attribute of the
244 imports: [
/build/soong/apex/
DTEST_MAPPING2 "imports": [
/build/soong/cc/
Dpylintrc8 ignore-imports=yes
/build/soong/android/
Dnamespace_test.go128 imports: ["dir1"],
321 imports: ["dir1", "dir2", "dir3"]
355 imports: ["dir2"]
367 imports: ["dir1"],
385 imports: ["a_nonexistent_namespace"]
469 imports: ["dir1"],
478 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/make/tools/releasetools/
Dpylintrc110 # Ignore imports when computing similarities.
111 ignore-imports=no