Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/build/fuchsia/test/
H A Dstart_emulator.py57 def create_emulator_from_args( function
78 with create_emulator_from_args(args) as target_id:
H A Drun_test.py30 from start_emulator import create_emulator_from_args, register_emulator_args
125 create_emulator_from_args(runner_args))
/aosp_15_r20/external/angle/build/fuchsia/test/
H A Drun_test.py33 from start_emulator import create_emulator_from_args, register_emulator_args
140 create_emulator_from_args(runner_args))
H A Dstart_emulator.py49 def create_emulator_from_args( function