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

  /development/testrunner/
__init__.py 1 __all__ = ['adb_interface', 'android_build', 'errors', 'logger', 'run_command']
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
87 self._root_path = android_build.GetTop()
203 self._options.host_lib_path = android_build.GetHostLibraryPath()
204 self._options.test_data_path = android_build.GetTestAppPath()
  /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/coverage/
coverage.py 26 import android_build namespace
60 self._root_path = android_build.GetTop()
  /tools/motodev/makefile/preflighting/l10n/
build.properties 109 #buildDirectory=/tmp/android_build

Completed in 1126 milliseconds