Home
last modified time | relevance | path

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

/build/make/tools/
Djava-layers.py48 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/
Dutil_test.go64 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)
Ddepset_test.go309 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)
Dnamespace.go277 imp, ok := r.namespaceAt(name)
281 namespace.visibleNamespaces = append(namespace.visibleNamespaces, imp)
Dpaths_test.go1476 f := func(b *testing.B, imp func(Paths) Paths, paths Paths) {
1480 imp(paths)
/build/make/tools/releasetools/
Dcommon.py26 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)