HomeSort by relevance Sort by last modified time
    Searched refs:android_build (Results 1 - 4 of 4) sorted by null

  /development/testrunner/test_defs/
native_test.py 25 import android_build namespace
55 build_path = os.path.join(android_build.GetTop(), self.GetBuildPath())
60 host_list = self._FilterOutMissing(android_build.GetHostBin(), source_list)
64 target_list = self._FilterOutMissing(android_build.GetTargetSystemBin(),
163 full_path = os.path.join(android_build.GetHostBin(), binary)
test_walker.py 24 import android_build namespace
76 self._build_top = os.path.realpath(android_build.GetTop())
  /development/testrunner/
runtest.py 42 import android_build namespace
78 self._root_path = android_build.GetTop()
188 self._options.host_lib_path = android_build.GetHostLibraryPath()
189 self._options.test_data_path = android_build.GetTestAppPath()
coverage.py 26 import android_build namespace
58 self._root_path = android_build.GetTop()

Completed in 211 milliseconds