Searched refs:java (Results 251 - 275 of 516) sorted by relevance

<<11121314151617181920>>

/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 DPersistTestUtils.java6 * $Id: PersistTestUtils.java,v 1.3 2008/02/18 14:48:11 mark Exp $
10 import java.io.FileNotFoundException;
H A DJoinTest.java6 * $Id: JoinTest.java,v 1.1 2008/02/07 17:12:32 mark Exp $
13 import java.util.ArrayList;
14 import java.util.List;
H A DSubclassIndexTest.java6 * $Id: SubclassIndexTest.java,v 1.1 2008/02/07 17:12:32 mark Exp $
13 import java.io.File;
14 import java.io.IOException;
/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 DReflectionAccessor.java6 * $Id: ReflectionAccessor.java,v 1.1 2008/02/07 17:12:27 mark Exp $
11 import java.lang.reflect.AccessibleObject;
12 import java.lang.reflect.Array;
13 import java.lang.reflect.Constructor;
14 import java.lang.reflect.Field;
15 import java.lang.reflect.InvocationTargetException;
16 import java.lang.reflect.Modifier;
17 import java.util.List;
H A DEvolver.java6 * $Id: Evolver.java,v 1.2 2008/02/08 20:12:37 mark Exp $
11 import java.io.FileNotFoundException;
12 import java.util.ArrayList;
13 import java.util.List;
14 import java.util.HashMap;
15 import java.util.HashSet;
16 import java.util.IdentityHashMap;
17 import java.util.Map;
18 import java.util.Set;
H A DPersistKeyCreator.java6 * $Id: PersistKeyCreator.java,v 1.1 2008/02/07 17:12:27 mark Exp $
11 import java.util.Collection;
12 import java.util.Set;
H A DRawAbstractInput.java6 * $Id: RawAbstractInput.java,v 1.1 2008/02/07 17:12:27 mark Exp $
11 import java.math.BigInteger;
12 import java.util.IdentityHashMap;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/collections/
H A DStoredCollection.java6 * $Id: StoredCollection.java,v 12.10 2008/02/07 17:12:26 mark Exp $
11 import java.util.ArrayList;
12 import java.util.Arrays;
13 import java.util.Collection;
14 import java.util.Iterator;
15 import java.util.List;
147 * StoredIterator#close(java.util.Iterator)} to release the underlying
171 * StoredIterator#close(java.util.Iterator)} to release the underlying
497 * StoredIterator#close(java.util.Iterator)} to release the underlying
H A DCurrentTransaction.java6 * $Id: CurrentTransaction.java,v 12.11 2008/02/07 17:12:26 mark Exp $
11 import java.lang.ref.WeakReference;
12 import java.util.ArrayList;
13 import java.util.List;
14 import java.util.WeakHashMap;
H A DStoredList.java6 * $Id: StoredList.java,v 12.8 2008/02/07 17:12:26 mark Exp $
11 import java.util.Collection;
12 import java.util.Iterator;
13 import java.util.List;
14 import java.util.ListIterator;
H A DStoredValueSet.java6 * $Id: StoredValueSet.java,v 12.7 2008/01/08 20:58:36 bostic Exp $
11 import java.util.Set;
139 * This method conforms to the {@link java.util.Set#contains}
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/Micromax/Linux/
H A Dinstall203 RUNP=`ps -ef |grep -v grep |grep USBModem.jar | grep java |awk '{print $2}'`
387 mkdir -p "${INSTALLPATH}/java"
388 cd "${INSTALLPATH}/java"
394 sed -i 's/XINERAMA/FAKEEXTN/g' ${INSTALLPATH}/java/jre1.5.0_15/lib/i386/xawt/libmawt.so
699 cp -rf ${INSTALLPATH}/lib/librxtxSerial.so ${INSTALLPATH}/java/jre1.5.0_15/lib/i386
700 cp -rf ${INSTALLPATH}/lib/libjnotify.so ${INSTALLPATH}/java/jre1.5.0_15/lib/i386
702 #cp -rf ${INSTALLPATH}/configure/fontconfig/fontconfig.properties ${INSTALLPATH}/java/jre1.5.0_15/lib/
703 cp -rf ${INSTALLPATH}/configure/fontconfig/fontconfig.SuSE.properties ${INSTALLPATH}/java/jre1.5.0_15/lib/
704 cp -rf ${INSTALLPATH}/configure/fontconfig/fonts.dir ${INSTALLPATH}/java/jre1.5.0_15/lib/fonts/
707 ln -s /usr/share/fonts/wqy-zenhei ${INSTALLPATH}/java/jre
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/db/
H A DDatabase.java6 * $Id: Database.java,v 12.11 2008/04/02 13:43:38 bschmeck Exp $
101 throws DatabaseException, java.io.FileNotFoundException {
1039 throws DatabaseException, java.io.FileNotFoundException {
1092 throws DatabaseException, java.io.FileNotFoundException {
1176 throws DatabaseException, java.io.FileNotFoundException {
1240 final java.io.PrintStream dumpStream,
1243 throws DatabaseException, java.io.FileNotFoundException {
H A DDatabaseEntry.java6 * $Id: DatabaseEntry.java,v 12.13 2008/04/02 13:43:38 bschmeck Exp $
14 import java.nio.ByteBuffer;
15 import java.lang.IllegalArgumentException;
221 Return the java.nio.ByteBuffer.
224 configured to utilize a java.nio.ByteBuffer.
227 The underlying java.nio.ByteBuffer.
264 Sets the java.nio.ByteBuffer. The offset is set to zero; the size
268 java.nio.ByteBuffer wrapped by the DatabaseEntry.
286 Sets the java.nio.ByteBuffer. The offset is set to zero; the size
290 java
[all...]
/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 DSample.java6 * $Id: Sample.java,v 12.8 2008/02/07 17:12:21 mark Exp $
11 import java.util.Iterator;
12 import java.util.Set;
22 * java collections.ship.factory.Sample
54 System.err.println("Usage:\n java " + Sample.class.getName() +
H A DSampleDatabase.java6 * $Id: SampleDatabase.java,v 12.8 2008/02/07 17:12:21 mark Exp $
11 import java.io.File;
12 import java.io.FileNotFoundException;
/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 DSampleDatabase.java6 * $Id: SampleDatabase.java,v 12.8 2008/02/07 17:12:22 mark Exp $
11 import java.io.File;
12 import java.io.FileNotFoundException;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/examples_java/src/db/
H A DTpcbExample.java6 * $Id: TpcbExample.java,v 12.11 2008/01/08 20:58:32 bostic Exp $
13 import java.io.File;
14 import java.io.FileNotFoundException;
15 import java.math.BigDecimal;
16 import java.util.Calendar;
17 import java.util.Date;
18 import java.util.Random;
19 import java.util.GregorianCalendar;
592 public static void main(String[] argv) throws java.io.IOException {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/examples_java/src/db/txn/
H A DDBWriter.java19 import java.io.UnsupportedEncodingException;
20 import java.util.Random;
H A DTxnGuide.java1 // File TxnGuide.java
16 import java.io.File;
17 import java.io.FileNotFoundException;
97 // db handles in java are free-threaded so long as the
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/examples_java/src/persist/
H A DDplDump.java6 * $Id: DplDump.java,v 1.1 2008/02/07 17:12:24 mark Exp $
11 import java.io.File;
12 import java.io.FileNotFoundException;
/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 DAppendRecnoTest.java23 import java.io.File;
24 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/serial/
H A DStoredClassCatalogTest.java6 * $Id: StoredClassCatalogTest.java,v 12.7 2008/02/07 17:12:32 mark Exp $
10 import java.io.ObjectStreamClass;
11 import java.util.Map;
/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 DUtfTest.java6 * $Id: UtfTest.java,v 12.7 2008/02/07 17:12:33 mark Exp $
11 import java.io.DataOutputStream;
12 import java.util.Arrays;
58 * Compares the UtfOps implementation to the java.util.DataOutputStream
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/bind/serial/
H A DSerialBinding.java6 * $Id: SerialBinding.java,v 12.9 2008/02/07 17:12:25 mark Exp $
11 import java.io.IOException;
89 * determined by the <code>java.io.ObjectInputStream.resolveClass</code>

Completed in 201 milliseconds

<<11121314151617181920>>