HomeSort by relevance Sort by last modified time
    Searched refs:FileDispatcher (Results 1 - 10 of 10) sorted by null

  /libcore/ojluni/src/main/java/sun/nio/ch/
FileDispatcher.java 30 abstract class FileDispatcher extends NativeDispatcher {
FileDispatcherImpl.java 34 class FileDispatcherImpl extends FileDispatcher
FileChannelImpl.java 56 private final FileDispatcher nd;
    [all...]
  /external/webrtc/webrtc/base/
physicalsocketserver.cc 999 class FileDispatcher: public Dispatcher, public AsyncFile {
1001 FileDispatcher(int fd, PhysicalSocketServer *ss) : ss_(ss), fd_(fd) {
1009 ~FileDispatcher() override {
1051 return new FileDispatcher(fd, this);
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_asyncore.py 438 class FileDispatcher(asyncore.file_dispatcher):
441 s = FileDispatcher(fd)
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_asyncore.py 438 class FileDispatcher(asyncore.file_dispatcher):
441 s = FileDispatcher(fd)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_asyncore.py 438 class FileDispatcher(asyncore.file_dispatcher):
441 s = FileDispatcher(fd)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_asyncore.py 438 class FileDispatcher(asyncore.file_dispatcher):
441 s = FileDispatcher(fd)
  /libcore/
openjdk_java_files.mk     [all...]
  /frameworks/base/
compiled-classes-phone     [all...]

Completed in 435 milliseconds