Lines Matching refs:target
6 'target',
14 target = api.target('fuchsia-arm64')
15 assert not target.is_win
16 assert not target.is_linux
17 assert not target.is_mac
18 assert api.target.host.is_host
19 assert target != api.target.host
20 assert target != 'foo'
22 step_result.presentation.logs['name'] = [target.os]
23 step_result.presentation.logs['arch'] = [target.arch]
24 step_result.presentation.logs['platform'] = [target.platform]
25 step_result.presentation.logs['triple'] = [target.triple]
26 step_result.presentation.logs['string'] = [str(target)]