Home
last modified time | relevance | path

Searched defs:is_linux (Results 1 – 10 of 10) sorted by relevance

/external/tflite-support/tensorflow_lite_support/custom_ops/
Dtf_configure.sh20 function is_linux() { function
/external/grpc-grpc/tools/run_tests/helper_scripts/
Dbuild_python.sh51 function is_linux() { function
/external/skia/infra/bots/recipe_modules/vars/
Dapi.py89 def is_linux(self): member in SkiaVarsApi
/external/rust/crates/grpcio-sys/grpc/tools/run_tests/helper_scripts/
Dbuild_python.sh51 function is_linux() { function
/external/angle/tools/
Dangle_tools.py15 is_linux = platform.system() == 'Linux' variable
/external/cronet/testing/scripts/
Dhost_info.py18 def is_linux(): function
/external/angle/src/compiler/
Dgenerate_parser_tools.py15 is_linux = platform.system() == 'Linux' variable
/external/angle/src/libANGLE/renderer/vulkan/
Dgen_vk_internal_shaders.py27 is_linux = platform.system() == 'Linux' variable
/external/tensorflow/
Dconfigure.py75 def is_linux(): function
/external/python/pyfakefs/pyfakefs/
Dfake_filesystem.py963 def is_linux(self) -> bool: member in FakeFilesystem