OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TemporaryFile
(Results
26 - 38
of
38
) sorted by null
1
2
/external/llvm/utils/lit/lit/
TestRunner.py
102
r[2] = tempfile.
TemporaryFile
(mode=r[1])
129
stderr = tempfile.
TemporaryFile
(mode='w+b')
/bionic/tests/
stdlib_test.cpp
18
#include "
TemporaryFile
.h"
166
TemporaryFile
tf;
stdio_test.cpp
30
#include "
TemporaryFile
.h"
75
TemporaryFile
tf;
647
TemporaryFile
tf;
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_curses.py
170
fx = tempfile.
TemporaryFile
()
171
# cf tempfile.py
TemporaryFile
vs NamedTemporaryFile
test_cgi.py
225
f = TestReadlineFile(tempfile.
TemporaryFile
())
test_mailbox.py
80
with tempfile.
TemporaryFile
('w+') as f:
[
all
...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_curses.py
170
fx = tempfile.
TemporaryFile
()
171
# cf tempfile.py
TemporaryFile
vs NamedTemporaryFile
test_cgi.py
225
f = TestReadlineFile(tempfile.
TemporaryFile
())
test_mailbox.py
80
with tempfile.
TemporaryFile
('w+') as f:
[
all
...]
/external/chromium_org/tools/gyp/test/lib/
TestGyp.py
567
with tempfile.
TemporaryFile
(bufsize=0) as adb_out:
568
with tempfile.
TemporaryFile
(bufsize=0) as adb_err:
[
all
...]
/external/fonttools/Lib/fontTools/ttLib/
__init__.py
204
tmp = tempfile.
TemporaryFile
(prefix="ttx-fonttools")
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
cgi.py
767
return tempfile.
TemporaryFile
("w+b")
[
all
...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
cgi.py
767
return tempfile.
TemporaryFile
("w+b")
[
all
...]
Completed in 1102 milliseconds
1
2