OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:IOUtil
(Results
1 - 24
of
24
) sorted by null
/libcore/ojluni/src/main/java/sun/nio/ch/
PipeImpl.java
42
long pipeFds =
IOUtil
.makePipe(true);
46
IOUtil
.setfdVal(sourcefd, readFd);
49
IOUtil
.setfdVal(sinkfd, writeFd);
IOUtil.java
37
class
IOUtil
{
44
private
IOUtil
() { } // No instantiation
SinkChannelImpl.java
81
this.fdVal =
IOUtil
.fdVal(fd);
112
IOUtil
.configureBlocking(fd, block);
168
n =
IOUtil
.write(fd, src, -1, nd);
191
n =
IOUtil
.write(fd, srcs, nd);
SourceChannelImpl.java
82
this.fdVal =
IOUtil
.fdVal(fd);
113
IOUtil
.configureBlocking(fd, block);
172
n =
IOUtil
.read(fd, dst, -1, nd);
203
n =
IOUtil
.read(fd, dsts, nd);
ServerSocketChannelImpl.java
89
this.fdVal =
IOUtil
.fdVal(fd);
100
this.fdVal =
IOUtil
.fdVal(fd);
255
IOUtil
.configureBlocking(newfd, true);
274
IOUtil
.configureBlocking(fd, block);
SocketChannelImpl.java
108
this.fdVal =
IOUtil
.fdVal(fd);
119
this.fdVal =
IOUtil
.fdVal(fd);
133
this.fdVal =
IOUtil
.fdVal(fd);
332
//
IOUtil
.read invocation below, this channel might be closed
382
n =
IOUtil
.read(fd, buf, -1, nd);
452
n =
IOUtil
.read(fd, dsts, offset, length, nd);
490
n =
IOUtil
.write(fd, buf, -1, nd);
527
n =
IOUtil
.write(fd, srcs, offset, length, nd);
577
IOUtil
.configureBlocking(fd, block);
[
all
...]
DatagramChannelImpl.java
117
this.fdVal =
IOUtil
.fdVal(fd);
144
this.fdVal =
IOUtil
.fdVal(fd);
155
this.fdVal =
IOUtil
.fdVal(fd);
566
n =
IOUtil
.read(fd, buf, -1, nd);
595
n =
IOUtil
.read(fd, dsts, offset, length, nd);
622
n =
IOUtil
.write(fd, buf, -1, nd);
651
n =
IOUtil
.write(fd, srcs, offset, length, nd);
663
IOUtil
.configureBlocking(fd, block);
/prebuilts/gradle-plugin/com/android/tools/external/com-intellij/uast/145.597.3/
uast-145.597.3.jar
/prebuilts/tools/common/m2/repository/com/android/tools/external/com-intellij/uast/145.597.3/
uast-145.597.3.jar
/prebuilts/tools/common/offline-m2/com/android/tools/external/com-intellij/uast/145.597.3/
uast-145.597.3.jar
/prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
plexus-utils-3.0.17.jar
/prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/codehaus/plexus/plexus-utils/2.0.5/
plexus-utils-2.0.5.jar
/prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/codehaus/plexus/plexus-utils/3.0/
plexus-utils-3.0.jar
/prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/codehaus/plexus/plexus-utils/3.0.7/
plexus-utils-3.0.7.jar
/prebuilts/tools/common/m2/repository/org/codehaus/plexus/plexus-utils/1.5.1/
plexus-utils-1.5.1.jar
/prebuilts/tools/common/m2/repository/org/codehaus/plexus/plexus-utils/1.5.15/
plexus-utils-1.5.15.jar
/prebuilts/tools/common/m2/repository/org/codehaus/plexus/plexus-utils/3.0.17/
plexus-utils-3.0.17.jar
/prebuilts/tools/common/m2/repository/org/codehaus/plexus/plexus-utils/3.0.22/
plexus-utils-3.0.22.jar
/prebuilts/tools/common/m2/repository/org/codehaus/plexus/plexus-utils/3.0.7/
plexus-utils-3.0.7.jar
/prebuilts/tools/common/m2/repository/org/codehaus/plexus/plexus-utils/3.0.9/
plexus-utils-3.0.9.jar
/external/testng/ant/3rdparty/
cobertura.jar
/prebuilts/tools/common/m2/repository/xhtmlrenderer/xhtmlrenderer/R8rc1/
xhtmlrenderer-R8rc1.jar
/prebuilts/tools/common/m2/repository/org/apache/maven/maven-ant-tasks/2.1.3/
maven-ant-tasks-2.1.3.jar
/prebuilts/tools/common/m2/repository/net/sourceforge/pmd/pmd/5.1.1/
pmd-5.1.1.jar
Completed in 1314 milliseconds