/sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/views/ |
DeviceView.java | 244 File tempFile = saveTempFile(data, null /* extension */); 245 open(tempFile.getAbsolutePath()); [all...] |
/external/chromium-trace/trace-viewer/third_party/WebOb/webob/ |
request.py | 6 import tempfile namespace [all...] |
/art/test/etc/ |
run-test-jar | 389 cmdfile=$(tempfile -p "cmd-" -s "-$TEST_NAME")
|
/external/bzip2/ |
CHANGES | 308 * Use 'mktemp' rather than 'tempfile' in bzdiff.
|
/external/selinux/policycoreutils/semanage/ |
test-semanage.py | 2 from tempfile import mkdtemp
|
/external/toybox/generated/ |
globals.h | 147 char *tempfile; member in struct:dos2unix_data
|
/prebuilts/devtools/adt/lib/ |
sdktestutils.jar | |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/ |
bdist_wininst.py | 183 from tempfile import mktemp
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
regrtest.py | 72 otherwise it is located in tempfile.gettempdir(). On subsequent runs, 167 import tempfile namespace 220 TEMPDIR = os.path.abspath(tempfile.gettempdir()) 392 filename = os.path.join(tempfile.gettempdir(), 'pynexttest') [all...] |
test_logging.py | 41 import tempfile namespace 1020 fn = tempfile.mktemp(".log") [all...] |
test_bytes.py | 14 import tempfile namespace 531 tfn = tempfile.mktemp() [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/ |
bdist_wininst.py | 183 from tempfile import mktemp
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
regrtest.py | 72 otherwise it is located in tempfile.gettempdir(). On subsequent runs, 167 import tempfile namespace 220 TEMPDIR = os.path.abspath(tempfile.gettempdir()) 392 filename = os.path.join(tempfile.gettempdir(), 'pynexttest') [all...] |
test_logging.py | 41 import tempfile namespace 1020 fn = tempfile.mktemp(".log") [all...] |
/external/fonttools/Lib/fontTools/ttLib/ |
__init__.py | 203 import tempfile namespace 204 tmp = tempfile.TemporaryFile(prefix="ttx-fonttools")
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
cgi.py | 766 import tempfile namespace 767 return tempfile.TemporaryFile("w+b") [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
cgi.py | 766 import tempfile namespace 767 return tempfile.TemporaryFile("w+b") [all...] |
/build/tools/releasetools/ |
ota_from_target_files | 97 import tempfile namespace 467 mappath = tempfile.mkstemp()[1] [all...] |
ota_from_target_files.py | 97 import tempfile namespace 467 mappath = tempfile.mkstemp()[1] [all...] |
/external/clang/lib/ARCMigrate/ |
ObjCMT.cpp | [all...] |
/external/clang/lib/Frontend/ |
CompilerInstance.cpp | 604 std::string OutFile, TempFile; 659 OSFile = TempFile = TempPath.str(); 682 *TempPathName = TempFile; [all...] |
/external/mksh/src/ |
eval.c | 1381 /* save stdout and let it point to the tempfile */ 1385 * run tree, with output thrown into the tempfile, 1390 /* rewind the tempfile and restore regular stdout */ [all...] |
/external/lldb/examples/python/ |
gdbremote.py | 26 import tempfile namespace 204 g_log_file = tempfile.mktemp() [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/ |
ccompiler.py | 736 import tempfile namespace 745 fd, fname = tempfile.mkstemp(".c", funcname, text=True) [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/ |
pimp.py | 30 import tempfile namespace [all...] |