Home
last modified time | relevance | path

Searched defs:full (Results 1 – 2 of 2) sorted by relevance

/development/tools/bugreport/src/com/android/bugreport/inspector/
DInspector.java519 final String full = (f.packageName != null ? f.packageName + "." : "") in matchesJavaStack() local
/development/vndk/tools/definition-tool/
Dvndk_definition_tool.py3618 def _print_tags(self, vndk_lib, full, file=sys.stdout): argument