OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tempfile
(Results
151 - 175
of
410
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/chromium_org/tools/grit/grit/gather/
admin_template_unittest.py
14
import
tempfile
namespace
99
dirname =
tempfile
.mkdtemp()
/external/chromium_org/tools/gyp/test/ios/
gyptest-per-config-settings.py
17
import
tempfile
namespace
44
with
tempfile
.NamedTemporaryFile() as temp:
/external/chromium_org/tools/protoc_wrapper/
protoc_wrapper.py
19
import
tempfile
namespace
67
wrapper_dir =
tempfile
.mkdtemp()
/external/chromium_org/tools/site_compare/commands/
compare2.py
14
import
tempfile
# Get a temporary directory to hold intermediates
namespace
108
if not outdir: outdir =
tempfile
.gettempdir()
/external/chromium_org/tools/symsrc/
source_index.py
32
import
tempfile
namespace
95
(f, fname) =
tempfile
.mkstemp()
/external/chromium_org/tools/telemetry/telemetry/core/platform/power_monitor/
monsoon_power_monitor.py
7
import
tempfile
namespace
69
self._powermonitor_output_file =
tempfile
.TemporaryFile()
/external/chromium_org/tools/telemetry/telemetry/core/platform/profiler/
tcpdump_profiler.py
9
import
tempfile
namespace
63
self._tmp_output_file =
tempfile
.NamedTemporaryFile('w', 0)
vtune_profiler.py
9
import
tempfile
namespace
22
self._tmp_output_file =
tempfile
.NamedTemporaryFile('w', 0)
/external/chromium_org/tools/telemetry/telemetry/page/
page_set_archive_info_unittest.py
7
import
tempfile
namespace
38
self.tmp_dir =
tempfile
.mkdtemp()
profile_generator.py
13
import
tempfile
namespace
74
temp_output_directory =
tempfile
.mkdtemp()
/external/iptables/iptables/
iptables-apply
114
COMMANDS=(
tempfile
"$SAVE" "$RESTORE")
125
TMPFILE=$(
tempfile
-p iptap)
/external/llvm/utils/lit/lit/formats/
base.py
33
import
tempfile
namespace
95
tmp =
tempfile
.NamedTemporaryFile(suffix='.cpp')
/external/protobuf/gtest/test/
gtest_test_utils.py
40
import
tempfile
namespace
136
_temp_dir =
tempfile
.mkdtemp()
/external/skia/gm/rebaseline_server/
base_unittest.py
16
import
tempfile
namespace
33
self._temp_dir =
tempfile
.mkdtemp()
/external/skia/platform_tools/android/bin/
gyp_to_android.py
16
import
tempfile
namespace
76
tmp_folder =
tempfile
.mkdtemp(dir=SKIA_DIR)
/external/skia/tools/tests/
skimage_self_test.py
12
import
tempfile
namespace
165
empty_dir =
tempfile
.mkdtemp()
/prebuilts/misc/darwin-x86/analyzer/tools/scan-build/
set-xcode-analyzer
15
import
tempfile
namespace
28
t =
tempfile
.NamedTemporaryFile(delete=False)
/prebuilts/misc/linux-x86/analyzer/tools/scan-build/
set-xcode-analyzer
15
import
tempfile
namespace
28
t =
tempfile
.NamedTemporaryFile(delete=False)
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
macresource.py
129
import
tempfile
namespace
130
fd, newpathname =
tempfile
.mkstemp(".rsrc")
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
sortperf.py
12
import
tempfile
namespace
15
td =
tempfile
.gettempdir()
test_compileall.py
7
import
tempfile
namespace
15
self.directory =
tempfile
.mkdtemp()
test_pkgimport.py
1
import os, sys, string, random,
tempfile
, unittest
namespace
20
self.test_dir =
tempfile
.mkdtemp()
test_pkgutil.py
8
import
tempfile
namespace
17
self.dirname =
tempfile
.mkdtemp()
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
sortperf.py
12
import
tempfile
namespace
15
td =
tempfile
.gettempdir()
test_compileall.py
7
import
tempfile
namespace
15
self.directory =
tempfile
.mkdtemp()
Completed in 1413 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>