OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:newOps
(Results
1 - 8
of
8
) sorted by null
/libcore/ojluni/src/main/java/sun/nio/ch/
SinkChannelImpl.java
119
int
newOps
= initialOps;
126
newOps
= intOps;
127
sk.nioReadyOps(
newOps
);
128
return (
newOps
& ~oldOps) != 0;
133
newOps
|= SelectionKey.OP_WRITE;
135
sk.nioReadyOps(
newOps
);
136
return (
newOps
& ~oldOps) != 0;
SourceChannelImpl.java
120
int
newOps
= initialOps;
127
newOps
= intOps;
128
sk.nioReadyOps(
newOps
);
129
return (
newOps
& ~oldOps) != 0;
134
newOps
|= SelectionKey.OP_READ;
136
sk.nioReadyOps(
newOps
);
137
return (
newOps
& ~oldOps) != 0;
ServerSocketChannelImpl.java
310
int
newOps
= initialOps;
321
newOps
= intOps;
322
sk.nioReadyOps(
newOps
);
323
return (
newOps
& ~oldOps) != 0;
328
newOps
|= SelectionKey.OP_ACCEPT;
330
sk.nioReadyOps(
newOps
);
331
return (
newOps
& ~oldOps) != 0;
346
int
newOps
= 0;
350
newOps
|= PollArrayWrapper.POLLIN;
352
sk.selector.putEventOps(sk,
newOps
);
[
all
...]
SocketChannelImpl.java
[
all
...]
DatagramChannelImpl.java
833
int
newOps
= initialOps;
844
newOps
= intOps;
845
sk.nioReadyOps(
newOps
);
846
return (
newOps
& ~oldOps) != 0;
851
newOps
|= SelectionKey.OP_READ;
855
newOps
|= SelectionKey.OP_WRITE;
857
sk.nioReadyOps(
newOps
);
858
return (
newOps
& ~oldOps) != 0;
873
int
newOps
= 0;
876
newOps
|= PollArrayWrapper.POLLIN
[
all
...]
/external/dagger2/lib/
google-java-format-0.1-20151017.042846-2.jar
/prebuilts/tools/common/google-java-format/
google-java-format-1.0-all-deps.jar
/prebuilts/tools/common/m2/repository/com/google/dagger/dagger-compiler/2.6/
dagger-compiler-2.6.jar
Completed in 371 milliseconds