HomeSort by relevance Sort by last modified time
    Searched full:tempfile (Results 176 - 200 of 402) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/zlib/src/
Makefile.in 233 -@ TEMPFILE=zconfh_$$; \
234 echo "/#define ZCONF_H/ a\\\\\n#cmakedefine Z_PREFIX\\\\\n#cmakedefine Z_HAVE_UNISTD_H\n" >> $$TEMPFILE &&\
235 sed -f $$TEMPFILE zconf.h.in > zconf.h.cmakein &&\
237 rm $$TEMPFILE
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/test/
core-extensions.rb 159 autoload :Tempfile, 'tempfile'
  /external/clang/bindings/python/tests/cindex/
test_translation_unit.py 3 import tempfile namespace
97 _, path = tempfile.mkstemp()
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/
support.py 5 import tempfile namespace
83 d = tempfile.mkdtemp()
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_contextlib.py 4 import tempfile namespace
253 tfn = tempfile.mktemp()
test_modulefinder.py 5 import tempfile namespace
18 TEST_DIR = tempfile.mkdtemp()
test_pkg.py 5 import tempfile namespace
68 root = tempfile.mkdtemp()
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...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/
support.py 5 import tempfile namespace
83 d = tempfile.mkdtemp()
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_contextlib.py 4 import tempfile namespace
253 tfn = tempfile.mktemp()
test_modulefinder.py 5 import tempfile namespace
18 TEST_DIR = tempfile.mkdtemp()
test_pkg.py 5 import tempfile namespace
68 root = tempfile.mkdtemp()
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...]
  /external/lzma/CPP/Windows/
FileDir.cpp 841 CTempFile tempFile;
842 if (!tempFile.Create(prefix, dirName))
844 if (!tempFile.Remove())
880 CTempFileW tempFile;
881 if (!tempFile.Create(prefix, dirName))
883 if (!tempFile.Remove())
  /external/v8/tools/push-to-trunk/
push_to_trunk.py 32 import tempfile namespace
432 "PERSISTFILE_BASENAME": "/tmp/v8-push-to-trunk-tempfile",
434 "CHANGELOG_ENTRY_FILE": "/tmp/v8-push-to-trunk-tempfile-changelog-entry",
435 "PATCH_FILE": "/tmp/v8-push-to-trunk-tempfile-patch-file",
436 "COMMITMSG_FILE": "/tmp/v8-push-to-trunk-tempfile-commitmsg",
  /external/vboot_reference/scripts/image_signing/
common_minimal.sh 72 local tempfile=$(mktemp)
73 echo "$tempfile" >> $TEMP_FILE_LIST
74 echo $tempfile
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/multiprocessing/
connection.py 42 import tempfile namespace
90 return tempfile.mktemp(prefix='listener-', dir=get_temp_dir())
92 return tempfile.mktemp(prefix=r'\\.\pipe\pyc-%d-%d-' %
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/multiprocessing/
connection.py 42 import tempfile namespace
90 return tempfile.mktemp(prefix='listener-', dir=get_temp_dir())
92 return tempfile.mktemp(prefix=r'\\.\pipe\pyc-%d-%d-' %
  /bionic/libc/tools/zoneinfo/
update-tzdata.py 14 import tempfile namespace
73 tmp_dir = tempfile.mkdtemp('-tzdata')
  /cts/tests/tests/os/src/android/os/cts/
ParcelFileDescriptorTest.java 50 ParcelFileDescriptor tempFile = makeParcelFileDescriptor(getContext());
52 ParcelFileDescriptor pfd = new ParcelFileDescriptor(tempFile);
  /external/boringssl/src/util/bot/go/
bootstrap.py 25 import tempfile namespace
160 tmp = tempfile.mkdtemp(dir=path)
  /external/chromium-trace/trace-viewer/third_party/Paste/paste/
session.py 38 import tempfile namespace
187 def __init__(self, sid, create=False, session_file_path=tempfile.gettempdir(),
  /external/google-breakpad/src/testing/gtest/test/
gtest_test_utils.py 40 import tempfile namespace
137 _temp_dir = tempfile.mkdtemp()
  /external/gtest/test/
gtest_test_utils.py 40 import tempfile namespace
152 _temp_dir = tempfile.mkdtemp()
  /external/linux-tools-perf/src/tools/perf/tests/
attr.py 7 import tempfile namespace
239 tempdir = tempfile.mkdtemp();

Completed in 1687 milliseconds

1 2 3 4 5 6 78 91011>>