Home | History | Annotate | Download | only in Support

Lines Matching full:startswith

273            ArchName.startswith("armv") ||
277 ArchName.startswith("thumbv"))
279 else if (ArchName.startswith("alpha"))
321 if (OSName.startswith("auroraux"))
323 else if (OSName.startswith("cygwin"))
325 else if (OSName.startswith("darwin"))
327 else if (OSName.startswith("dragonfly"))
329 else if (OSName.startswith("freebsd"))
331 else if (OSName.startswith("ios"))
333 else if (OSName.startswith("linux"))
335 else if (OSName.startswith("lv2"))
337 else if (OSName.startswith("macosx"))
339 else if (OSName.startswith("mingw32"))
341 else if (OSName.startswith("netbsd"))
343 else if (OSName.startswith("openbsd"))
345 else if (OSName.startswith("psp"))
347 else if (OSName.startswith("solaris"))
349 else if (OSName.startswith("win32"))
351 else if (OSName.startswith("haiku"))
353 else if (OSName.startswith("minix"))
355 else if (OSName.startswith("rtems"))
362 if (EnvironmentName.startswith("eabi"))
364 else if (EnvironmentName.startswith("gnueabi"))
366 else if (EnvironmentName.startswith("gnu"))
368 else if (EnvironmentName.startswith("macho"))
568 if (OSName.startswith(OSTypeName))
584 if (OSName.startswith("."))