Searched refs:fileapp (Results 1 - 5 of 5) sorted by relevance

/external/chromium-trace/catapult/third_party/Paste/tests/
H A Dtest_fileapp.py16 from paste import fileapp namespace
17 from paste.fileapp import *
109 app = fileapp.FileApp(tempfile)
126 file.write("X" * fileapp.CACHE_SIZE) # exceed the cashe size
130 newsize = fileapp.CACHE_SIZE + len(content)+12
148 app = fileapp.DirectoryApp(tmpdir)
195 content = LETTERS * (1+(fileapp.CACHE_SIZE // len(LETTERS)))
198 assert len(content) > fileapp.CACHE_SIZE
203 app = fileapp.FileApp(tempfile)
208 fileapp
[all...]
/external/chromium-trace/catapult/third_party/Paste/paste/cowbell/
H A D__init__.py4 from paste.fileapp import FileApp
/external/chromium-trace/catapult/third_party/Paste/paste/
H A Durlparser.py17 from paste import fileapp namespace
353 return fileapp.FileApp(filename)
478 return fileapp.FileApp(filename)
584 return fileapp._FileIter(file)
H A Dwsgilib.py430 "wsgilib.send_file has been moved to paste.fileapp.FileApp",
432 from paste import fileapp namespace
433 return fileapp.FileApp(filename)
/external/chromium-trace/catapult/catapult_build/
H A Ddev_server.py13 from paste import fileapp namespace
101 class FileAppWithGZipHandling(fileapp.FileApp):

Completed in 150 milliseconds