Searched refs:java (Results 226 - 250 of 516) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/persist/
H A DEntityIndex.java6 * $Id: EntityIndex.java,v 1.2 2008/04/28 23:11:22 sarette Exp $
11 import java.util.Map;
12 import java.util.SortedMap;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/test/scr016/src/com/sleepycat/db/test/
H A DCallbackTest.java25 import java.io.File;
26 import java.io.FileNotFoundException;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/test/scr024/src/com/sleepycat/collections/test/
H A DTestEnv.java6 * $Id: TestEnv.java,v 12.8 2008/02/07 17:12:31 mark Exp $
11 import java.io.File;
12 import java.io.IOException;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/test/scr024/src/com/sleepycat/util/test/
H A DTestEnv.java6 * $Id: TestEnv.java,v 12.1 2008/02/07 17:12:33 mark Exp $
11 import java.io.File;
12 import java.io.IOException;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/test/scr030/
H A Dchk.build58 echo "$1" | grep enable-java > /dev/null
122 r "--enable-java"
125 r "--enable-cxx --enable-java --with-tcl=/usr/local/lib/tcl8.4"
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/test/scr024/src/com/sleepycat/bind/test/
H A DBindingSpeedTest.java6 * $Id: BindingSpeedTest.java,v 12.9 2008/02/07 17:12:30 mark Exp $
11 import java.io.Externalizable;
12 import java.io.IOException;
13 import java.io.ObjectInput;
14 import java.io.ObjectInputStream;
15 import java.io.ObjectOutput;
16 import java.io.ObjectOutputStream;
17 import java.io.OutputStreamWriter;
18 import java.io.Serializable;
19 import java
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/src/
H A DMakefile95 $(top_srcdir)/gnulib-m4/java.m4 \
236 format-elisp.c format-librep.c format-scheme.c format-java.c \
248 format-scheme.lo format-java.lo \
257 # format-java.lo format-csharp.lo format-awk.lo \
330 msgfmt-write-java.$(OBJEXT) msgfmt-write-csharp.$(OBJEXT) \
365 msgunfmt-read-mo.$(OBJEXT) msgunfmt-read-java.$(OBJEXT) \
397 x-java.c x-csharp.c x-awk.c x-ycp.c x-tcl.c x-perl.c x-php.c \
408 xgettext-x-java.$(OBJEXT) \
426 # xgettext-x-java.$(OBJEXT) \
960 gnu/gettext/DumpResource.java gn
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/src/gnu/gettext/
H A DDumpResource.java20 import java.lang.reflect.*;
21 import java.util.*;
22 import java.io.*;
101 lookupMethod = catalog.getClass().getMethod("lookup", new Class[] { java.lang.String.class });
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/examples_java/src/collections/ship/factory/
H A DPart.java6 * $Id: Part.java,v 12.7 2008/01/08 20:58:29 bostic Exp $
11 import java.io.Serializable;
H A DShipment.java6 * $Id: Shipment.java,v 12.7 2008/01/08 20:58:29 bostic Exp $
11 import java.io.Serializable;
H A DSupplier.java6 * $Id: Supplier.java,v 12.7 2008/01/08 20:58:29 bostic Exp $
11 import java.io.Serializable;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/examples_java/src/collections/ship/marshal/
H A DPart.java6 * $Id: Part.java,v 12.7 2008/01/08 20:58:30 bostic Exp $
11 import java.io.Serializable;
H A DShipment.java6 * $Id: Shipment.java,v 12.7 2008/01/08 20:58:30 bostic Exp $
11 import java.io.Serializable;
H A DSupplier.java6 * $Id: Supplier.java,v 12.7 2008/01/08 20:58:30 bostic Exp $
11 import java.io.Serializable;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/examples_java/src/db/GettingStarted/
H A DVendor.java1 // File: Vendor.java
4 import java.io.Serializable;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/examples_java/src/persist/
H A DPersonExample.java6 * $Id: PersonExample.java,v 1.1 2008/02/07 17:12:24 mark Exp $
11 import java.io.File;
12 import java.io.FileNotFoundException;
13 import java.util.HashSet;
14 import java.util.Set;
138 ("Usage: java " + PersonExample.class.getName() +
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/collections/
H A DStoredKeySet.java6 * $Id: StoredKeySet.java,v 12.7 2008/01/08 20:58:36 bostic Exp $
11 import java.util.Set;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/db/
H A DMultipleKeyNIODataEntry.java6 * $Id: MultipleKeyNIODataEntry.java,v 1.8 2008/04/02 13:43:38 bschmeck Exp $
14 import java.nio.ByteBuffer;
30 Construct an entry with a given java.nio.ByteBuffer. The offset is
H A DMultipleRecnoNIODataEntry.java6 * $Id: MultipleRecnoNIODataEntry.java,v 1.8 2008/04/02 13:43:38 bschmeck Exp $
14 import java.nio.ByteBuffer;
30 Construct an entry with a given java.nio.ByteBuffer. The offset is
31 set to zero; the size is set to the length of the java.nio.ByteBuffer.
34 java.nio.ByteBuffer wrapped by the entry.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/db/internal/
H A DDb.java12 import java.util.Comparator;
175 java.util.HashSet keySet = new java.util.HashSet();
211 throws DatabaseException, java.io.FileNotFoundException {
221 throws DatabaseException, java.io.FileNotFoundException {
230 java.io.OutputStream outfile, int flags)
231 throws DatabaseException, java.io.FileNotFoundException {
247 public java.io.OutputStream get_error_stream() /* no exception */ {
251 public void set_error_stream(java.io.OutputStream stream) /* no exception */ {
263 public java
[all...]
H A DDbEnv.java12 import java.util.Comparator;
51 private java.io.OutputStream error_stream;
52 private java.io.OutputStream message_stream;
217 throws DatabaseException, java.io.FileNotFoundException {
225 public void set_error_stream(java.io.OutputStream stream) /* no exception */ {
227 final java.io.PrintWriter pw = new java.io.PrintWriter(stream);
239 public java.io.OutputStream get_error_stream() /* no exception */ {
243 public void set_message_stream(java.io.OutputStream stream) /* no exception */ {
245 final java
[all...]
H A DDbMpoolFile.java12 import java.util.Comparator;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/persist/evolve/
H A DConverter.java6 * $Id: Converter.java,v 1.1 2008/02/07 17:12:27 mark Exp $
11 import java.lang.reflect.Method;
/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 DPersistCatalog.java6 * $Id: PersistCatalog.java,v 1.2 2008/02/08 20:12:37 mark Exp $
11 import java.io.ByteArrayInputStream;
12 import java.io.ByteArrayOutputStream;
13 import java.io.FileNotFoundException;
14 import java.io.IOException;
15 import java.io.ObjectInputStream;
16 import java.io.ObjectOutputStream;
17 import java.io.Serializable;
18 import java.util.ArrayList;
19 import java
[all...]
H A DStoredModel.java6 * $Id: StoredModel.java,v 1.1 2008/02/07 17:12:27 mark Exp $
11 import java.util.Set;

Completed in 206 milliseconds

1234567891011>>