Searched refs:_tempfile (Results 1 – 12 of 12) sorted by relevance
/external/tensorflow/tensorflow/lite/python/ |
D | convert.py | 26 import tempfile as _tempfile namespace 166 with _tempfile.NamedTemporaryFile(delete=False) as fp_toco, \ 167 _tempfile.NamedTemporaryFile(delete=False) as fp_model, \ 168 _tempfile.NamedTemporaryFile(delete=False) as fp_input: 180 with _tempfile.NamedTemporaryFile(delete=False) as fp:
|
/external/chromium-trace/catapult/common/py_utils/py_utils/ |
D | shell_util.py | 10 import tempfile as _tempfile namespace 26 temp_dir = _tempfile.mkdtemp()
|
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rjsmin/_setup/py2/ |
D | shell.py | 34 import tempfile as _tempfile namespace 95 mkstemp = _tempfile.mkstemp 124 def mkstemp(suffix="", prefix=_tempfile.gettempprefix(), dir=None, 129 dir = _tempfile.gettempdir() 136 j = _tempfile._counter.get_next() # pylint: disable = E1101, W0212
|
D | ext.py | 33 import tempfile as _tempfile namespace 181 self._tempdir = tempdir = _tempfile.mkdtemp()
|
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rcssmin/_setup/py2/ |
D | shell.py | 34 import tempfile as _tempfile namespace 95 mkstemp = _tempfile.mkstemp 124 def mkstemp(suffix="", prefix=_tempfile.gettempprefix(), dir=None, 129 dir = _tempfile.gettempdir() 136 j = _tempfile._counter.get_next() # pylint: disable = E1101, W0212
|
D | ext.py | 33 import tempfile as _tempfile namespace 181 self._tempdir = tempdir = _tempfile.mkdtemp()
|
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rcssmin/_setup/py3/ |
D | ext.py | 34 import tempfile as _tempfile namespace 180 self._tempdir = tempdir = _tempfile.mkdtemp()
|
D | shell.py | 33 import tempfile as _tempfile namespace 93 mkstemp = _tempfile.mkstemp
|
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rjsmin/_setup/py3/ |
D | ext.py | 34 import tempfile as _tempfile namespace 180 self._tempdir = tempdir = _tempfile.mkdtemp()
|
D | shell.py | 33 import tempfile as _tempfile namespace 93 mkstemp = _tempfile.mkstemp
|
/external/grpc-grpc/tools/run_tests/python_utils/ |
D | jobset.py | 264 self._tempfile = tempfile.TemporaryFile() 280 stdout=self._tempfile, 303 stdout = read_from_start(self._tempfile)
|
/external/python/cpython3/Doc/library/ |
D | tempfile.rst | 260 .. _tempfile-examples:
|