HomeSort by relevance Sort by last modified time
    Searched refs:os_type (Results 1 - 13 of 13) sorted by null

  /external/e2fsprogs/lib/e2p/
ostype.c 26 * Convert an os_type to a string
28 char *e2p_os2string(int os_type)
33 if (os_type <= EXT2_OS_LITES)
34 os = os_tab[os_type];
45 * Convert an os_type to a string
e2p.h 73 char *e2p_os2string(int os_type);
  /external/autotest/server/hosts/
emulated_adb_host.py 211 flash_all=False, os_type=None):
223 @param os_type: OS to install (overrides label).
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)
adb_host.py     [all...]
  /external/autotest/server/cros/ap_configurators/
fetch_prebuilt_pyauto.py 107 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/autotest/site_utils/suite_scheduler/
task.py 164 os_type: brillo # Type of OS, e.g., cros, brillo, android. Default is
187 'targets', 'os_type', 'no_delay'])
265 os_type = config.getstring(section, 'os_type') or OS_TYPE_CROS
266 if os_type not in OS_TYPES:
267 raise MalformedConfigEntry('`os_type` must be one of %s' % OS_TYPES)
271 if os_type == OS_TYPE_CROS and (lc_branches or lc_targets):
275 if (os_type in OS_TYPES_LAUNCH_CONTROL and
280 if (os_type in OS_TYPES_LAUNCH_CONTROL and boards and
286 if os_type == OS_TYPE_CROS and testbed_dut_count
686 def os_type(self): member in class:Task
    [all...]
driver.py 211 os_type=task.OS_TYPE_CROS):
216 @param os_type: Type of the OS to test, default to cros.
220 if os_type == task.OS_TYPE_CROS:
  /external/autotest/server/site_tests/provision_AndroidUpdate/
provision_AndroidUpdate.py 101 url, _ = host.stage_build_for_install(value, os_type=os)
103 args = {'build_url': url, 'os_type': os}
  /external/skia/infra/bots/recipe_modules/swarming/
api.py 70 def create_isolated_gen_json(self, isolate_path, base_dir, os_type,
77 os_type: str. The OS type to use when archiving the isolate file.
90 '--config-variable', 'OS', os_type,
  /external/curl/lib/
ftplistparser.c 154 } os_type; member in struct:ftp_parselist_data
355 if(parser->os_type == OS_TYPE_UNKNOWN && bufflen > 0) {
357 parser->os_type = (buffer[0] >= '0' && buffer[0] <= '9') ?
400 switch (parser->os_type) {
  /external/syslinux/memdisk/
unzip.c 189 uint8_t os_type; member in struct:gzip_header
  /external/autotest/server/site_tests/autoupdate_EndToEndTest/
autoupdate_EndToEndTest.py 710 os_type = host.get_os_type()
711 if os_type == 'cros':
713 if os_type == 'brillo':
716 raise error.TestError('Unknown OS type reported by host: %s' % os_type)
    [all...]
  /external/autotest/client/common_lib/cros/
dev_server.py     [all...]

Completed in 423 milliseconds