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.py56 def __init__(self, android_build_top, dump_dir, tflite_model_json_dir='/tmp'): argument
59 self.ANDROID_BUILD_TOP = android_build_top
280 def main(android_build_top, dump_dir, model_name): argument
282 android_build_top,
296 main(args.android_build_top, args.dump_dir, args.model_name)