OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:bufArray
(Results
1 - 7
of
7
) sorted by null
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/channels/
SourceChannelTest.java
133
ByteBuffer[]
bufArray
= null;
135
source.read(
bufArray
);
154
ByteBuffer[]
bufArray
= { buffer, positionedBuffer };
167
long writeCount = sink.write(
bufArray
);
297
ByteBuffer[]
bufArray
= { buffer, positionedBuffer };
311
sink.write(
bufArray
);
SinkChannelTest.java
71
ByteBuffer[]
bufArray
= { buffer, positionedBuffer };
82
for (ByteBuffer buf :
bufArray
) {
182
ByteBuffer[]
bufArray
= { buffer, positionedBuffer };
190
sink.write(
bufArray
);
194
for (int j = 0; j <
bufArray
.length; ++j) {
236
ByteBuffer[]
bufArray
= { buffer };
239
long written = sink.write(
bufArray
);
249
ByteBuffer[]
bufArray
= { buffer };
252
sink.write(
bufArray
);
281
ByteBuffer[]
bufArray
= { buffer, positionedBuffer }
[
all
...]
/prebuilts/gradle-plugin/com/android/tools/external/com-intellij/uast/171.2455.10/
uast-171.2455.10.jar
/prebuilts/gradle-plugin/com/android/tools/external/com-intellij/uast/171.3780.107/
uast-171.3780.107.jar
/prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler-embeddable/1.0.0/
kotlin-compiler-embeddable-1.0.0.jar
/prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler-embeddable/1.0.2/
kotlin-compiler-embeddable-1.0.2.jar
/prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler-embeddable/1.0.5/
kotlin-compiler-embeddable-1.0.5.jar
Completed in 480 milliseconds