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

  /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...]
  /external/syslinux/memdisk/
unzip.c 189 uint8_t os_type; member in struct:gzip_header
  /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) {

Completed in 149 milliseconds