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

  /external/autotest/server/site_tests/provision_CheetsUpdate/
provision_CheetsUpdate.py 41 def download_android_build(self, android_build):
45 @param android_build: android build to test.
47 build_filename = self.generate_android_build_filename(android_build)
49 ds = dev_server.AndroidBuildServer.resolve(android_build)
51 utils.parse_launch_control_build(android_build))
87 def generate_android_build_filename(self, android_build):
91 @param android_build: android build info with branch and build type.
97 m = re.findall(r'cheets_\w+|P?\d+', android_build)
103 android_build)
  /development/testrunner/test_defs/
native_test.py 25 import android_build
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.GetTargetNativeTestPath(),
184 full_path = os.path.join(android_build.GetHostBin(), binary)
test_walker.py 24 import android_build
76 self._build_top = os.path.realpath(android_build.GetTop())
  /development/testrunner/
make_tree.py 20 import android_build
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
85 self._root_path = android_build.GetTop()
86 out_base_name = os.path.basename(android_build.GetOutDir())
223 self._options.host_lib_path = android_build.GetHostLibraryPath()
224 self._options.test_data_path = android_build.GetTestAppPath()
  /development/testrunner/coverage/
coverage.py 26 import android_build
60 self._root_path = android_build.GetTop()
61 self._out_path = android_build.GetOut()
  /external/autotest/site_utils/
test_push.py 239 parser.add_argument('-ai', '--android_build', dest='android_build',
297 build = arguments.android_build
408 build_expected = (arguments.android_build if testbed_test

Completed in 5038 milliseconds