Home | History | Annotate | Download | only in src

Lines Matching refs:put

47         shortBuf.put(myShorts, 0, 32);      // should work
49 shortBuf.put(myShorts, 16, 16); // should work
50 shortBuf.put(myShorts, 16, 16); // advance to end
53 shortBuf.put(myShorts, 0, 1); // should fail
54 System.err.println("ERROR: out-of-bounds put succeeded\n");
61 shortBuf.put(myShorts, 0, 33); // should fail
62 System.err.println("ERROR: out-of-bounds put succeeded\n");
69 shortBuf.put(myShorts, 0, 17); // should fail
70 System.err.println("ERROR: out-of-bounds put succeeded\n");
90 int1.put (data);
94 int1.put (data);