ByteBuffer         88 ompi/mpi/java/java/DoubleComplex.java 	public static DoubleComplex get(ByteBuffer buffer)
ByteBuffer        100 ompi/mpi/java/java/DoubleComplex.java 	public static DoubleComplex get(ByteBuffer buffer, int index)
ByteBuffer         88 ompi/mpi/java/java/FloatComplex.java 	public static FloatComplex get(ByteBuffer buffer)
ByteBuffer        100 ompi/mpi/java/java/FloatComplex.java 	public static FloatComplex get(ByteBuffer buffer, int index)
ByteBuffer        703 ompi/mpi/java/java/MPI.java 	public static ByteBuffer newByteBuffer(int capacity)
ByteBuffer        705 ompi/mpi/java/java/MPI.java 		ByteBuffer buf = ByteBuffer.allocateDirect(capacity);
ByteBuffer        718 ompi/mpi/java/java/MPI.java 		ByteBuffer buf = ByteBuffer.allocateDirect(capacity * 2);
ByteBuffer        731 ompi/mpi/java/java/MPI.java 		ByteBuffer buf = ByteBuffer.allocateDirect(capacity * 2);
ByteBuffer        744 ompi/mpi/java/java/MPI.java 		ByteBuffer buf = ByteBuffer.allocateDirect(capacity * 4);
ByteBuffer        757 ompi/mpi/java/java/MPI.java 		ByteBuffer buf = ByteBuffer.allocateDirect(capacity * 8);
ByteBuffer        770 ompi/mpi/java/java/MPI.java 		ByteBuffer buf = ByteBuffer.allocateDirect(capacity * 4);
ByteBuffer        783 ompi/mpi/java/java/MPI.java 		ByteBuffer buf = ByteBuffer.allocateDirect(capacity * 8);
ByteBuffer        839 ompi/mpi/java/java/MPI.java 	public static ByteBuffer slice(ByteBuffer buf, int offset)
ByteBuffer        841 ompi/mpi/java/java/MPI.java 		return ((ByteBuffer)buf.clear().position(offset))
ByteBuffer        924 ompi/mpi/java/java/MPI.java 	public static ByteBuffer slice(byte[] buf, int offset)
ByteBuffer        926 ompi/mpi/java/java/MPI.java 		return ByteBuffer.wrap(buf, offset, buf.length - offset)
ByteBuffer        106 ompi/mpi/java/java/Op.java 			uf.call(((ByteBuffer)invec).order(ByteOrder.nativeOrder()),
ByteBuffer        107 ompi/mpi/java/java/Op.java 					((ByteBuffer)inoutvec).order(ByteOrder.nativeOrder()),
ByteBuffer         95 ompi/mpi/java/java/Struct.java 	private <T extends Data> T newData(ByteBuffer buffer, int offset)
ByteBuffer        110 ompi/mpi/java/java/Struct.java 	public final <T extends Data> T getData(ByteBuffer buffer) throws MPIException
ByteBuffer        125 ompi/mpi/java/java/Struct.java 	public final <T extends Data> T getData(ByteBuffer buffer, int index)
ByteBuffer        141 ompi/mpi/java/java/Struct.java 		ByteBuffer buffer = ByteBuffer.wrap(array);
ByteBuffer        158 ompi/mpi/java/java/Struct.java 		ByteBuffer buffer = ByteBuffer.wrap(array);
ByteBuffer        400 ompi/mpi/java/java/Struct.java 		private ByteBuffer buffer;
ByteBuffer        408 ompi/mpi/java/java/Struct.java 		public final ByteBuffer getBuffer()
ByteBuffer        773 ompi/mpi/java/java/Struct.java 		protected final ByteBuffer getBuffer(Datatype type, int field)
ByteBuffer        789 ompi/mpi/java/java/Struct.java 		protected final ByteBuffer getBuffer(Datatype type, int field, int index)
ByteBuffer         79 ompi/mpi/java/java/UserFunction.java 	public void call(ByteBuffer in, ByteBuffer inOut, int count, Datatype datatype)
ByteBuffer        113 ompi/mpi/java/java/UserFunction.java 	private void vCall(ByteBuffer in, ByteBuffer inOut,
ByteBuffer         55 ompi/mpi/java/java/Win.java 		if(base instanceof ByteBuffer)
ByteBuffer         94 ompi/mpi/java/java/Win.java 		if(base instanceof ByteBuffer)
ByteBuffer        167 ompi/mpi/java/java/Win.java 		if(base instanceof ByteBuffer)