Searched defs:bytecount (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/test/java/nio/channels/Selector/
H A DByteServer.java37 private int bytecount; field in class:ByteServer
43 public ByteServer(int bytecount) throws Exception{ argument
44 this.bytecount = bytecount;
57 socket.getOutputStream().write(new byte[bytecount]);
/openjdk7/jdk/src/share/instrument/
H A DUtilities.c42 allocate(jvmtiEnv * jvmtienv, size_t bytecount) { argument
47 bytecount,

Completed in 29 milliseconds