/external/webrtc/src/system_wrappers/source/ |
file_impl.h | 14 #include "file_wrapper.h"
|
trace_impl.h | 16 #include "system_wrappers/interface/file_wrapper.h"
|
system_wrappers.gyp | 37 '../interface/file_wrapper.h',
|
data_log.cc | 20 #include "file_wrapper.h"
|
/external/chromium/chrome/browser/ui/cocoa/tab_contents/ |
web_drag_source.mm | 203 scoped_nsobject<NSFileWrapper> file_wrapper( 207 [file_wrapper setPreferredFilename:SysUTF8ToNSString( 209 [pboard writeFileWrapper:file_wrapper];
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_asyncore.py | 397 @unittest.skipUnless(hasattr(asyncore, 'file_wrapper'), 398 'asyncore.file_wrapper required') 410 w = asyncore.file_wrapper(fd) 425 w = asyncore.file_wrapper(fd)
|
test_wsgiref.py | 373 'version','multithread','multiprocess','run_once','file_wrapper' 375 if attr=='file_wrapper' and handler.wsgi_file_wrapper is None:
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_asyncore.py | 397 @unittest.skipUnless(hasattr(asyncore, 'file_wrapper'), 398 'asyncore.file_wrapper required') 410 w = asyncore.file_wrapper(fd) 425 w = asyncore.file_wrapper(fd)
|
test_wsgiref.py | 373 'version','multithread','multiprocess','run_once','file_wrapper' 375 if attr=='file_wrapper' and handler.wsgi_file_wrapper is None:
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
asyncore.py | 610 class file_wrapper: class in inherits: 657 self.socket = file_wrapper(fd)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
asyncore.py | 610 class file_wrapper: class in inherits: 657 self.socket = file_wrapper(fd)
|
/external/webrtc/src/modules/audio_processing/ |
audio_processing_impl.cc | 19 #include "file_wrapper.h"
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/wsgiref/ |
handlers.py | 111 env['wsgi.file_wrapper'] = self.wsgi_file_wrapper
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/wsgiref/ |
handlers.py | 111 env['wsgi.file_wrapper'] = self.wsgi_file_wrapper
|