Searched refs:getBytes (Results 1 - 21 of 21) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/test/scr016/src/com/sleepycat/db/test/
H A DClosedDbTest.java54 DatabaseEntry key = new DatabaseEntry("key".getBytes());
55 DatabaseEntry data = new DatabaseEntry("data".getBytes());
60 DatabaseEntry getkey = new DatabaseEntry("key".getBytes());
61 DatabaseEntry badgetkey = new DatabaseEntry("badkey".getBytes());
H A DEncryptTest.java61 DatabaseEntry key = new DatabaseEntry("key".getBytes("UTF-8"));
62 DatabaseEntry data = new DatabaseEntry("data".getBytes("UTF-8"));
87 DatabaseEntry key = new DatabaseEntry("key".getBytes("UTF-8"));
88 DatabaseEntry data = new DatabaseEntry("data".getBytes("UTF-8"));
115 byte firstbyte = (toFind.getBytes("UTF-8"))[0];
H A DCallbackTest.java84 DatabaseEntry key1 = new DatabaseEntry("key".getBytes());
85 DatabaseEntry data1 = new DatabaseEntry("data".getBytes());
116 DatabaseEntry key = new DatabaseEntry("foo".getBytes());
H A DPartialGetTest.java28 public static final byte[] data_64chars = "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ1234567890<>".getBytes();
61 DatabaseEntry key = new DatabaseEntry("key".getBytes());
93 DatabaseEntry key = new DatabaseEntry("key".getBytes());
136 DatabaseEntry key = new DatabaseEntry("key".getBytes());
142 Database db = setupDb1(key, sb.toString().getBytes());
255 byte[] data = value.getBytes();
H A DAppendRecnoTest.java80 DatabaseEntry data = new DatabaseEntry((new String("data" + i + "_xyz")).getBytes());
162 data.setData(new String("abc").getBytes());
169 data.setData(new String("abc").getBytes());
H A DAssociateTest.java97 DatabaseEntry key = new DatabaseEntry(curdata.getBytes());
99 DatabaseEntry data = new DatabaseEntry(reversed.getBytes());
141 seckey.setData("BC".getBytes());
165 seckey.setData("KL".getBytes());
246 toUpperCase().getBytes());
H A DHashCompareTest.java86 DatabaseEntry data = new DatabaseEntry("world".getBytes());
88 key.setData((new String("key"+i)).getBytes());
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/examples_java/src/db/GettingStarted/
H A DItemNameKeyCreator.java33 resultEntry.setData(theItem.getBytes());
H A DExampleDatabaseLoad.java106 theKey = new DatabaseEntry(vendorName.getBytes("UTF-8"));
138 theKey = new DatabaseEntry(sku.getBytes("UTF-8"));
H A DExampleDatabaseRead.java76 new DatabaseEntry(locateItem.getBytes("UTF-8"));
155 new DatabaseEntry(theInventory.getVendor().getBytes("UTF-8"));
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/test/scr024/src/com/sleepycat/bind/serial/test/
H A DTestClassCatalog.java40 id = strId.getBytes();
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/examples_java/src/db/
H A DSequenceExample.java81 new DatabaseEntry("my_sequence".getBytes());
H A DBtRecExample.java245 byte[] data = value.getBytes();
271 byte[] data = value.getBytes();
277 byte[] data = value.getBytes();
H A DAccessExample.java173 byte[] data = value.getBytes();
H A DBulkAccessExample.java152 byte[] data = value.getBytes();
H A DBulkAccessNIOExample.java154 byte[] data = value.getBytes();
H A DLockExample.java127 DatabaseEntry entry = new DatabaseEntry(objbuf.getBytes());
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/db/
H A DCacheStats.java31 public int getBytes() { method in class:CacheStats
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/examples_java/src/collections/access/
H A DAccessExample.java183 if (!map.containsKey(line.getBytes()))
184 map.put(line.getBytes(),
185 reversed.getBytes());
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/bind/serial/
H A DStoredClassCatalog.java252 getBytes(formatData),
300 byte[] idBytes = getBytes(data);
435 private static byte[] getBytes(DatabaseEntry dbt) { method in class:StoredClassCatalog
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/examples_java/src/db/repquote/
H A DRepQuoteExample.java341 DatabaseEntry key = new DatabaseEntry(words[0].getBytes());
342 DatabaseEntry data = new DatabaseEntry(words[1].getBytes());

Completed in 233 milliseconds