HomeSort by relevance Sort by last modified time
    Searched refs:android_build (Results 1 - 5 of 5) 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/
make_tree.py 20 import android_build namespace
63 path = os.path.join(android_build.GetTop(), self._path)
99 mk_path = os.path.join(android_build.GetTop(), path, "Android.mk")
runtest.py 43 import android_build namespace
84 self._root_path = android_build.GetTop()
85 out_base_name = os.path.basename(android_build.GetOutDir())
205 self._options.host_lib_path = android_build.GetHostLibraryPath()
206 self._options.test_data_path = android_build.GetTestAppPath()
350 out = android_build.GetTestAppPath()
  /development/testrunner/coverage/
coverage.py 26 import android_build namespace
60 self._root_path = android_build.GetTop()
61 self._out_path = android_build.GetOut()

Completed in 43 milliseconds