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

  /external/syslinux/utils/
mkdiskimage.in 36 sub is_linux() {
72 $is_linux = is_linux();
73 if ( $is_linux ) {
122 } elsif ( $is_linux && S_ISBLK($filestat[2]) ) {
316 if ( $is_linux ) {
  /external/skia/infra/bots/recipe_modules/vars/examples/
full.py 20 if api.vars.is_linux:
  /external/skqp/infra/bots/recipe_modules/vars/examples/
full.py 20 if api.vars.is_linux:
  /external/syslinux/bios/utils/
mkdiskimage 36 sub is_linux() { subroutine
72 $is_linux = is_linux();
73 if ( $is_linux ) {
122 } elsif ( $is_linux && S_ISBLK($filestat[2]) ) {
316 if ( $is_linux ) {
  /external/skia/infra/bots/recipe_modules/flavor/
gn_flavor.py 76 if compiler == 'Clang' and self.m.vars.is_linux:
170 if self.m.vars.is_linux:
287 if self.m.vars.is_linux:
315 elif self.m.vars.is_linux:
342 if name in to_symbolize and self.m.vars.is_linux:
  /external/skqp/infra/bots/recipe_modules/flavor/
gn_flavor.py 76 if compiler == 'Clang' and self.m.vars.is_linux:
154 if self.m.vars.is_linux:
282 if self.m.vars.is_linux:
301 elif self.m.vars.is_linux:
332 if name in to_symbolize and self.m.vars.is_linux:
  /external/tensorflow/
configure.py 65 def is_linux(): function
858 elif is_linux():
871 elif is_linux():
927 elif is_linux():
    [all...]
  /external/skia/infra/bots/recipes/
perf.py 88 if 'Intel' in bot and api.vars.is_linux:
178 if ('Intel' in bot and api.vars.is_linux and not 'Vulkan' in bot):
181 if 'IntelHD405' in bot and api.vars.is_linux and 'Vulkan' in bot:
test.py 167 if 'Intel' in bot and api.vars.is_linux:
216 if 'QuadroP400' in bot and api.vars.is_linux:
609 if 'Vulkan' in bot and api.vars.is_linux and 'IntelIris640' in bot:
612 if 'Vulkan' in bot and api.vars.is_linux and 'IntelHD405' in bot:
    [all...]
  /external/skqp/infra/bots/recipes/
perf.py 89 if 'Intel' in bot and api.vars.is_linux:
175 if ('Intel' in bot and api.vars.is_linux and not 'Vulkan' in bot):
178 if 'IntelHD405' in bot and api.vars.is_linux and 'Vulkan' in bot:
test.py 173 if 'Intel' in bot and api.vars.is_linux:
595 if 'Vulkan' in bot and api.vars.is_linux and 'IntelIris640' in bot:
598 if 'Vulkan' in bot and api.vars.is_linux and 'IntelHD405' in bot:
    [all...]
  /external/skia/infra/bots/recipe_modules/vars/
api.py 172 def is_linux(self): member in class:SkiaVarsApi
  /external/skqp/infra/bots/recipe_modules/vars/
api.py 172 def is_linux(self): member in class:SkiaVarsApi

Completed in 270 milliseconds