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

  /development/testrunner/
__init__.py 1 __all__ = ['adb_interface', 'android_build', 'errors', 'logger', 'run_command']
runtest.py 41 import android_build namespace
75 self._root_path = android_build.GetTop()
186 self._options.host_lib_path = android_build.GetHostLibraryPath()
187 self._options.test_data_path = android_build.GetTestAppPath()
coverage.py 26 import android_build namespace
58 self._root_path = android_build.GetTop()
  /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 25 import android_build namespace
70 self._build_top = android_build.GetTop()

Completed in 38 milliseconds