Home
last modified time | relevance | path

Searched refs:android_build_top (Results 1 – 4 of 4) sorted by relevance

/test/vts-testcase/kernel/ltp/testcase/tools/
Dgen_ltp_config.py24 def run(android_build_top, arch, n_bit, is_low_mem, is_hwasan, output_file): argument
26 android_build_top = android_build_top
28 android_build_top, None)
Dltp_test_cases.py41 def __init__(self, android_build_top, filter_func): argument
42 self._android_build_top = android_build_top
/test/vts/testcases/template/host_binary_test/
Dhost_binary_test.py44 android_build_top = os.getenv("ANDROID_BUILD_TOP", "")
46 android_build_top,
51 binary_path = os.path.join(android_build_top, binary_test_source)
/test/mlts/benchmark/tools/
Dtensor_utils.py88 def __init__(self, android_build_top, dump_dir, tflite_model_json_dir='/tmp'): argument
91 self.ANDROID_BUILD_TOP = android_build_top + "/"
425 def __init__(self, dump_dir_list, android_build_top, tflite_model_json_dir, model_name): argument
427 self.android_build_top = android_build_top
441 manager = ModelMetaDataManager(self.android_build_top,
530 args.android_build_top,