Home
last modified time | relevance | path

Searched refs:imp (Results 1 – 5 of 5) 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.go63 f := func(t *testing.T, imp func([]string) []string, in, want []string) {
65 out := imp(in)
607 f := func(b *testing.B, imp func([]string) []string, s []string) {
611 imp(s)
Dnamespace.go276 imp, ok := r.namespaceAt(name)
280 namespace.visibleNamespaces = append(namespace.visibleNamespaces, imp)
Dpaths_test.go1299 f := func(b *testing.B, imp func(Paths) Paths, paths Paths) {
1303 imp(paths)
/build/make/tools/releasetools/
Dcommon.py26 import imp
2435 info = imp.find_module("releasetools", [path])
2441 info = imp.find_module(f, [d])
2443 self.module = imp.load_module("device_specific", *info)