OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SelectionKeyImpl
(Results
1 - 14
of
14
) sorted by null
/libcore/ojluni/src/main/java/sun/nio/ch/
SelChImpl.java
53
public boolean translateAndUpdateReadyOps(int ops,
SelectionKeyImpl
sk);
63
public boolean translateAndSetReadyOps(int ops,
SelectionKeyImpl
sk);
65
void translateAndSetInterestOps(int ops,
SelectionKeyImpl
sk);
SelectorImpl.java
122
void putEventOps(
SelectionKeyImpl
sk, int ops) { }
130
SelectionKeyImpl
k = new
SelectionKeyImpl
((SelChImpl)ch, this);
139
protected abstract void implRegister(
SelectionKeyImpl
ski);
148
SelectionKeyImpl
ski = (
SelectionKeyImpl
)i.next();
164
protected abstract void implDereg(
SelectionKeyImpl
ski) throws IOException;
AbstractPollSelectorImpl.java
50
protected
SelectionKeyImpl
[] channelArray;
70
void putEventOps(
SelectionKeyImpl
sk, int ops) {
92
SelectionKeyImpl
ski = channelArray[i];
122
SelectionKeyImpl
sk = channelArray[i];
140
protected void implRegister(
SelectionKeyImpl
ski) {
149
SelectionKeyImpl
temp[] = new
SelectionKeyImpl
[newSize];
165
protected void implDereg(
SelectionKeyImpl
ski) throws IOException {
174
SelectionKeyImpl
endChannel = channelArray[totalChannels-1];
DevPollSelectorImpl.java
50
private Map<Integer,
SelectionKeyImpl
> fdToKey;
73
fdToKey = new HashMap<Integer,
SelectionKeyImpl
>();
111
SelectionKeyImpl
ski = fdToKey.get(Integer.valueOf(nextFD));
151
SelectionKeyImpl
ski = (
SelectionKeyImpl
)i.next();
162
protected void implRegister(
SelectionKeyImpl
ski) {
168
protected void implDereg(
SelectionKeyImpl
ski) throws IOException {
183
void putEventOps(
SelectionKeyImpl
sk, int ops) {
SelectionKeyImpl.java
37
class
SelectionKeyImpl
50
SelectionKeyImpl
(SelChImpl ch, SelectorImpl sel) {
EPollSelectorImpl.java
50
private Map<Integer,
SelectionKeyImpl
> fdToKey;
106
SelectionKeyImpl
ski = fdToKey.get(Integer.valueOf(nextFD));
146
SelectionKeyImpl
ski = (
SelectionKeyImpl
)i.next();
158
protected void implRegister(
SelectionKeyImpl
ski) {
168
protected void implDereg(
SelectionKeyImpl
ski) throws IOException {
183
void putEventOps(
SelectionKeyImpl
ski, int ops) {
SinkChannelImpl.java
116
SelectionKeyImpl
sk) {
139
public boolean translateAndUpdateReadyOps(int ops,
SelectionKeyImpl
sk) {
143
public boolean translateAndSetReadyOps(int ops,
SelectionKeyImpl
sk) {
147
public void translateAndSetInterestOps(int ops,
SelectionKeyImpl
sk) {
SourceChannelImpl.java
117
SelectionKeyImpl
sk) {
140
public boolean translateAndUpdateReadyOps(int ops,
SelectionKeyImpl
sk) {
144
public boolean translateAndSetReadyOps(int ops,
SelectionKeyImpl
sk) {
148
public void translateAndSetInterestOps(int ops,
SelectionKeyImpl
sk) {
PollSelectorImpl.java
62
channelArray = new
SelectionKeyImpl
[INIT_CAP];
ServerSocketChannelImpl.java
307
SelectionKeyImpl
sk) {
334
public boolean translateAndUpdateReadyOps(int ops,
SelectionKeyImpl
sk) {
338
public boolean translateAndSetReadyOps(int ops,
SelectionKeyImpl
sk) {
345
public void translateAndSetInterestOps(int ops,
SelectionKeyImpl
sk) {
SocketChannelImpl.java
[
all
...]
DatagramChannelImpl.java
830
SelectionKeyImpl
sk) {
861
public boolean translateAndUpdateReadyOps(int ops,
SelectionKeyImpl
sk) {
865
public boolean translateAndSetReadyOps(int ops,
SelectionKeyImpl
sk) {
872
public void translateAndSetInterestOps(int ops,
SelectionKeyImpl
sk) {
/libcore/
openjdk_java_files.mk
[
all
...]
/frameworks/base/
compiled-classes-phone
[
all
...]
Completed in 121 milliseconds