Home
last modified time | relevance | path

Searched refs:os_type (Results 1 – 15 of 15) sorted by relevance

/external/autotest/server/hosts/
Demulated_adb_host.py211 flash_all=False, os_type=None): argument
234 os_type = os_type or self.get_os_type()
237 self._parser.options.image, os_type=os_type)
238 if os_type == OS_TYPE_EMULATED_BRILLO:
245 os_type)
Dadb_host.py1392 def stage_build_for_install(self, build_name, os_type=None): argument
1401 os_type = os_type or self.get_os_type()
1408 os=os_type, synchronous=False)
1560 flash_all=False, os_type=None): argument
1582 os_type = os_type or self.get_os_type()
1585 self._parser.options.image, os_type=os_type)
1586 if os_type == OS_TYPE_ANDROID:
1590 elif os_type == OS_TYPE_BRILLO:
/external/e2fsprogs/lib/e2p/
Dostype.c28 char *e2p_os2string(int os_type) in e2p_os2string() argument
33 if (os_type <= EXT2_OS_LITES) in e2p_os2string()
34 os = os_tab[os_type]; in e2p_os2string()
De2p.h73 char *e2p_os2string(int os_type);
/external/autotest/site_utils/suite_scheduler/
Dtask.py291 os_type = config.getstring(section, 'os_type') or OS_TYPE_CROS
292 if os_type not in OS_TYPES:
298 if os_type == OS_TYPE_CROS and (lc_branches or lc_targets):
302 if (os_type in OS_TYPES_LAUNCH_CONTROL and
307 if (os_type in OS_TYPES_LAUNCH_CONTROL and boards and
313 if os_type == OS_TYPE_CROS and testbed_dut_count:
319 if os_type in OS_TYPES_LAUNCH_CONTROL:
329 elif os_type == OS_TYPE_CROS:
350 hour=hour, day=day, os_type=os_type,
389 hour=None, day=None, os_type=OS_TYPE_CROS, argument
[all …]
Ddriver.py239 os_type=task.OS_TYPE_CROS): argument
248 if os_type == task.OS_TYPE_CROS:
Dsuite_scheduler.py283 d.ForceEventsOnceForBuild(keywords, options.build, options.os_type)
/external/autotest/server/cros/ap_configurators/
Dfetch_prebuilt_pyauto.py107 os_type = {'win': 'Win',
112 if os_type == 'Linux' and platform.architecture()[0] == '64bit':
113 os_type = 'Linux_x64'
115 'chromium-browser-continuous/%s/LAST_CHANGE' % os_type)
122 'chromium-browser-continuous/%s/%s' % (os_type,
/external/skia/infra/bots/recipe_modules/skia_swarming/
Dapi.py70 def create_isolated_gen_json(self, isolate_path, base_dir, os_type, argument
92 '--config-variable', 'OS', os_type,
/external/autotest/server/site_tests/provision_AndroidUpdate/
Dprovision_AndroidUpdate.py101 url, _ = host.stage_build_for_install(value, os_type=os)
/external/curl/lib/
Dftplistparser.c153 } os_type; member
354 if(parser->os_type == OS_TYPE_UNKNOWN && bufflen > 0) { in Curl_ftp_parselist()
356 parser->os_type = (buffer[0] >= '0' && buffer[0] <= '9') ? in Curl_ftp_parselist()
399 switch (parser->os_type) { in Curl_ftp_parselist()
/external/autotest/server/site_tests/autoupdate_EndToEndTest/
Dautoupdate_EndToEndTest.py394 os_type = host.get_os_type()
395 if os_type in ('cros', 'moblab'):
398 raise error.TestError('Unknown OS type reported by host: %s' % os_type)
/external/syslinux/memdisk/
Dunzip.c189 uint8_t os_type; member
/external/autotest/client/common_lib/cros/
Ddev_server.py2461 os_type='android')
/external/e2fsprogs/
DRELEASE-NOTES5183 and os_type: e2p_os2string() and e2p_string2os(), and used them to