Searched refs:_ok (Results 1 – 2 of 2) sorted by relevance
/external/python/setuptools/setuptools/ |
D | sandbox.py | 412 if mode not in ('r', 'rt', 'rb', 'rU', 'U') and not self._ok(path): 417 if mode not in ('r', 'rt', 'rb', 'rU', 'U') and not self._ok(path): 424 def _ok(self, path): member in DirectorySandbox 451 if operation in self.write_ops and not self._ok(path): 457 if not self._ok(src) or not self._ok(dst): 463 if flags & WRITE_FLAGS and not self._ok(file):
|
/external/tensorflow/tensorflow/lite/experimental/acceleration/configuration/ |
D | configuration_generated.h | 2602 auto _ok = _o->ok; in CreateBenchmarkResult() local 2609 _ok, in CreateBenchmarkResult()
|