Searched refs:imp (Results 1 – 6 of 6) sorted by relevance
/build/make/tools/ |
D | java-layers.py | 48 def matches(self, imp): argument 50 if imp.startswith(d): 229 for imp in imports: 230 if dep.matches(imp): 232 % (filename, pkg, imp))
|
/build/soong/android/ |
D | util_test.go | 64 f := func(t *testing.T, imp func([]string) []string, in, want []string) { 66 out := imp(in) 620 f := func(b *testing.B, imp func([]string) []string, s []string) { 624 imp(s)
|
D | depset_test.go | 309 f := func(t *testing.T, imp func([]string) []string, in, want []string) { 311 out := imp(in) 368 f := func(b *testing.B, imp func([]string) []string, s []string) { 372 imp(s)
|
D | namespace.go | 277 imp, ok := r.namespaceAt(name) 281 namespace.visibleNamespaces = append(namespace.visibleNamespaces, imp)
|
D | paths_test.go | 1476 f := func(b *testing.B, imp func(Paths) Paths, paths Paths) { 1480 imp(paths)
|
/build/make/tools/releasetools/ |
D | common.py | 26 import imp 2819 info = imp.find_module("releasetools", [path]) 2825 info = imp.find_module(f, [d]) 2827 self.module = imp.load_module("device_specific", *info)
|