Searched refs:writeShort (Results 1 - 8 of 8) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/bind/tuple/
H A DShortBinding.java41 output.writeShort(((Number) object).shortValue());
71 outputToEntry(sizedOutput().writeShort(val), entry);
H A DTupleOutput.java218 public final TupleOutput writeShort(int val) { method in class:TupleOutput
524 * if {@link #writeShort} were called.</li>
545 writeShort((firstByte < 0) ? (- a.length) : a.length);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/persist/impl/
H A DEntityOutput.java68 TupleOutput writeShort(int val); method in interface:EntityOutput
H A DSimpleFormat.java291 output.writeShort(((Number) o).shortValue());
320 output.writeShort(a[i]);
340 output.writeShort(field.getShort(o));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/test/scr024/src/com/sleepycat/persist/test/
H A DEnhanced3.java92 output.writeShort(s);
101 output.writeShort(sw.shortValue());
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/test/scr024/src/com/sleepycat/bind/tuple/test/
H A DTupleFormatTest.java522 out.writeShort(val);
547 out.writeShort(0);
548 out.writeShort(1);
549 out.writeShort(-1);
H A DTupleOrderingTest.java281 out.writeShort(DATA[i]);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/asm/
H A DMethodWriter.java1857 writeShort(b, u, newOffset);
1861 writeShort(b, u + 2, newOffset);
1870 writeShort(b, u, getNewOffset(allIndexes,
1941 static void writeShort(final byte[] b, final int index, final int s) { method in class:MethodWriter

Completed in 70 milliseconds