Searched defs:target_os (Results 1 - 3 of 3) sorted by relevance

/external/chromium-trace/catapult/telemetry/telemetry/internal/app/
H A Dpossible_app.py12 def __init__(self, app_type, target_os):
14 self._target_os = target_os
26 def target_os(self): member in class:PossibleApp
/external/libyuv/files/
H A Dsetup_links.py62 target_os = get_target_os_list() variable
63 if 'android' in target_os:
84 if 'ios' in target_os:
/external/webrtc/
H A Dsetup_links.py82 target_os = get_target_os_list() variable
83 if 'android' in target_os:
105 if 'ios' in target_os:

Completed in 120 milliseconds