Searched refs:OP_WRITE (Results 1 - 9 of 9) sorted by relevance

/external/apache-harmony/nio/src/test/java/unix/org/apache/harmony/nio/tests/java/nio/channels/
H A DUnixSelectorTest.java93 socketChannel.register(sel2, SelectionKey.OP_WRITE);
110 SelectionKey mkey3 = socketChannel2.register(sel3, SelectionKey.OP_WRITE);
125 SelectionKey mkey5 = socketChannel2.register(sel5, SelectionKey.OP_CONNECT | SelectionKey.OP_WRITE);
/external/apache-harmony/nio/src/test/java/common/org/apache/harmony/nio/tests/java/nio/channels/
H A DSelectionKeyTest.java146 selectionKey.interestOps(SelectionKey.OP_WRITE);
147 assertEquals(SelectionKey.OP_WRITE, selectionKey.interestOps());
236 MockSelectionKey mockSelectionKey1 = new MockSelectionKey(SelectionKey.OP_WRITE);
H A DSelectorTest.java427 SelectionKey key1 = sc.register(selector, SelectionKey.OP_WRITE);
435 assertEquals(SelectionKey.OP_WRITE, key.readyOps());
632 sc.register(selector, SelectionKey.OP_WRITE);
639 assertEquals(SelectionKey.OP_WRITE, key.readyOps());
H A DSinkChannelTest.java64 assertEquals(SelectionKey.OP_WRITE, sink.validOps());
/external/chromium/net/disk_cache/
H A Din_flight_backend_io.h100 OP_WRITE, enumerator in enum:disk_cache::BackendIO::Operation
H A Din_flight_backend_io.cc139 operation_ = OP_WRITE;
252 case OP_WRITE:
/external/kernel-headers/original/linux/
H A Dnfs4.h155 OP_WRITE = 38, enumerator in enum:nfs_opnum4
/external/jmonkeyengine/engine/src/networking/com/jme3/network/kernel/tcp/
H A DSelectorKernel.java283 // or OP_WRITE. So while we are writing a buffer, we
295 e.getValue().interestOps(SelectionKey.OP_WRITE);
/external/linux-tools-perf/util/
H A Dparse-events.c117 #define CACHE_WRITE (1 << C(OP_WRITE))

Completed in 1341 milliseconds