Searched refs:android_build_top (Results 1 – 4 of 4) sorted by relevance
/test/vts-testcase/kernel/ltp/testcase/tools/ |
D | gen_ltp_config.py | 24 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)
|
D | ltp_test_cases.py | 41 def __init__(self, android_build_top, filter_func): argument 42 self._android_build_top = android_build_top
|
/test/vts/testcases/template/host_binary_test/ |
D | host_binary_test.py | 44 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/ |
D | tensor_utils.py | 88 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,
|