Home
last modified time | relevance | path

Searched defs:is_macos (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/python/pyfakefs/pyfakefs/tests/
Dtest_utils.py68 is_macos = sys.platform == "darwin" variable in TestCase
131 def is_macos(self): member in RealFsTestMixin
454 def is_macos(self): member in RealFsTestCase
/aosp_15_r20/external/tflite-support/tensorflow_lite_support/custom_ops/
H A Dtf_configure.sh24 function is_macos() { function
/aosp_15_r20/external/python/watchdog/
Dsetup.py23 is_macos = sys.platform == "darwin" and not machine().lower().startswith(_apple_devices) variable
/aosp_15_r20/external/angle/scripts/
H A Dupdate_chrome_angle.py27 is_macos = sys.platform == 'darwin' variable
/aosp_15_r20/external/python/pyfakefs/pyfakefs/
Dfake_filesystem.py277 def is_macos(self) -> bool: member in FakeFilesystem
281 def is_macos(self, value: bool) -> None: member in FakeFilesystem
/aosp_15_r20/external/tensorflow/
H A Dconfigure.py79 def is_macos(): function