OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tempfile
(Results
276 - 300
of
410
) sorted by null
<<
11
12
13
14
15
16
17
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_zipfile64.py
24
from
tempfile
import TemporaryFile
test_subprocess.py
8
import
tempfile
namespace
32
mkstemp =
tempfile
.mkstemp
34
#
tempfile
.mkstemp is not available
37
fname =
tempfile
.mktemp()
215
tf =
tempfile
.TemporaryFile()
227
tf =
tempfile
.TemporaryFile()
246
tf =
tempfile
.TemporaryFile()
257
tf =
tempfile
.TemporaryFile()
275
tf =
tempfile
.TemporaryFile()
286
tf =
tempfile
.TemporaryFile(
[
all
...]
test_contextlib.py
4
import
tempfile
namespace
253
tfn =
tempfile
.mktemp()
test_curses.py
12
import sys,
tempfile
, os
namespace
170
fx =
tempfile
.TemporaryFile()
171
# cf
tempfile
.py TemporaryFile vs NamedTemporaryFile
test_pkg.py
5
import
tempfile
namespace
68
root =
tempfile
.mkdtemp()
test_socketserver.py
13
import
tempfile
namespace
98
fn =
tempfile
.mktemp(prefix='unix_socket.', dir=dir)
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/
test_bdist_rpm.py
6
import
tempfile
namespace
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_httpservers.py
14
import
tempfile
namespace
285
basetempdir =
tempfile
.gettempdir()
288
self.tempdir =
tempfile
.mkdtemp(dir=basetempdir)
384
self.parent_dir =
tempfile
.mkdtemp()
test_zipfile64.py
24
from
tempfile
import TemporaryFile
test_subprocess.py
8
import
tempfile
namespace
32
mkstemp =
tempfile
.mkstemp
34
#
tempfile
.mkstemp is not available
37
fname =
tempfile
.mktemp()
215
tf =
tempfile
.TemporaryFile()
227
tf =
tempfile
.TemporaryFile()
246
tf =
tempfile
.TemporaryFile()
257
tf =
tempfile
.TemporaryFile()
275
tf =
tempfile
.TemporaryFile()
286
tf =
tempfile
.TemporaryFile(
[
all
...]
/build/tools/releasetools/
build_image.py
29
import
tempfile
namespace
167
tempdir_name =
tempfile
.mkdtemp(suffix="_verity_images")
/external/chromium_org/build/android/pylib/instrumentation/
test_jar.py
13
import
tempfile
namespace
77
with
tempfile
.NamedTemporaryFile() as proguard_output:
/external/chromium_org/chrome/tools/build/win/
resedit.py
17
import
tempfile
namespace
94
self._temp_dir =
tempfile
.mkdtemp()
/external/chromium_org/media/tools/constrained_network_server/
cns_test.py
10
import
tempfile
namespace
190
f, self._file =
tempfile
.mkstemp(dir=os.getcwd())
/external/chromium_org/native_client_sdk/src/build_tools/tests/
sdktools_test.py
11
import
tempfile
namespace
41
self.basedir =
tempfile
.mkdtemp(prefix=basedir_prefix, dir=tmpdir)
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitperl/VCSUtils_unittest/
mergeChangeLogs.pl
30
use File::Temp qw(
tempfile
);
51
my ($FH, $fileName) =
tempfile
(
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/servers/
server_base.py
34
import
tempfile
namespace
59
tmpdir =
tempfile
.gettempdir()
/external/chromium_org/third_party/skia/gm/rebaseline_server/
imagediffdb.py
21
import
tempfile
namespace
126
skpdiff_output_dir =
tempfile
.mkdtemp()
/external/chromium_org/v8/tools/unittests/
run_perf_test.py
14
import
tempfile
namespace
20
TEST_WORKSPACE = path.join(
tempfile
.gettempdir(), "test-v8-run-perf")
/external/clang/bindings/python/tests/cindex/
test_translation_unit.py
3
import
tempfile
namespace
97
_, path =
tempfile
.mkstemp()
/external/linux-tools-perf/perf-3.12.0/tools/perf/tests/
attr.py
7
import
tempfile
namespace
239
tempdir =
tempfile
.mkdtemp();
/external/skia/gm/rebaseline_server/
imagediffdb.py
19
import
tempfile
namespace
132
skpdiff_csv_dir =
tempfile
.mkdtemp()
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
_osx_support.py
60
#
tempfile
is also not available then.
63
import
tempfile
namespace
64
fp =
tempfile
.NamedTemporaryFile()
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/multiprocessing/
util.py
137
import shutil,
tempfile
namespace
138
tempdir =
tempfile
.mkdtemp(prefix='pymp-')
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
_osx_support.py
60
#
tempfile
is also not available then.
63
import
tempfile
namespace
64
fp =
tempfile
.NamedTemporaryFile()
Completed in 912 milliseconds
<<
11
12
13
14
15
16
17