Searched defs:object (Results 1 - 25 of 124) sorted by relevance

12345

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/examples_java/src/db/GettingStarted/
H A DInventoryBinding.java35 public void objectToEntry(Object object, TupleOutput to) { argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/bind/
H A DByteArrayBinding.java47 public void objectToEntry(Object object, DatabaseEntry entry) { argument
H A DEntityBinding.java44 void objectToKey(Object object, DatabaseEntry key); argument
53 void objectToData(Object object, DatabaseEntry data); argument
H A DEntryBinding.java42 void objectToEntry(Object object, DatabaseEntry entry); argument
H A DRecordNumberBinding.java38 public void objectToEntry(Object object, DatabaseEntry entry) { argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/bind/tuple/
H A DTupleInputBinding.java41 public void objectToEntry(Object object, DatabaseEntry entry) { argument
H A DBigIntegerBinding.java27 public void objectToEntry(Object object, TupleOutput output) { argument
33 protected TupleOutput getTupleOutput(Object object) { argument
H A DSortedDoubleBinding.java50 public void objectToEntry(Object object, TupleOutput output) { argument
56 protected TupleOutput getTupleOutput(Object object) { argument
H A DSortedFloatBinding.java50 public void objectToEntry(Object object, TupleOutput output) { argument
56 protected TupleOutput getTupleOutput(Object object) { argument
H A DStringBinding.java37 public void objectToEntry(Object object, TupleOutput output) { argument
43 protected TupleOutput getTupleOutput(Object object) { argument
H A DTupleMarshalledBinding.java64 public void objectToEntry(Object object, TupleOutput output) { argument
H A DTupleTupleBinding.java47 public void objectToKey(Object object, DatabaseEntry key) { argument
55 public void objectToData(Object object, DatabaseEntry data) { argument
85 objectToKey(Object object, TupleOutput output) argument
95 objectToData(Object object, TupleOutput output) argument
[all...]
H A DTupleTupleMarshalledBinding.java81 public void objectToKey(Object object, TupleOutput output) { argument
88 public void objectToData(Object object, TupleOutput output) { argument
H A DBooleanBinding.java39 public void objectToEntry(Object object, TupleOutput output) { argument
45 protected TupleOutput getTupleOutput(Object object) { argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/persist/model/
H A DPersistentProxy.java110 void initializeProxy(T object); argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/test/scr024/src/com/sleepycat/collections/test/
H A DTestDataBinding.java28 public void objectToEntry(Object object, DatabaseEntry data) { argument
H A DTestEntityBinding.java48 public void objectToKey(Object object, DatabaseEntry key) { argument
58 public void objectToData(Object object, DatabaseEntry value) { argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/bind/serial/
H A DSerialBase.java84 protected FastOutputStream getSerialOutput(Object object) { argument
H A DSerialBinding.java147 objectToEntry(Object object, DatabaseEntry entry) argument
[all...]
H A DTupleSerialMarshalledBinding.java76 public void objectToKey(Object object, TupleOutput output) { argument
85 public Object objectToData(Object object) { argument
[all...]
H A DSerialSerialBinding.java75 public void objectToKey(Object object, DatabaseEntry key) { argument
82 public void objectToData(Object object, DatabaseEntry data) { argument
106 objectToKey(Object object) argument
115 objectToData(Object object) argument
[all...]
H A DTupleSerialBinding.java70 public void objectToKey(Object object, DatabaseEntry key) { argument
78 public void objectToData(Object object, DatabaseEntry data) { argument
105 objectToKey(Object object, TupleOutput keyOutput) argument
114 objectToData(Object object) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/test/scr024/src/com/sleepycat/collections/test/serial/
H A DTestSerial.java49 public boolean equals(Object object) { argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/acpi/utilities/
H A Dutcache.c183 acpi_os_release_object(struct acpi_memory_list * cache, void *object) argument
244 void *object; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/tipc/
H A Dref.h48 void *object; member in struct:reference
[all...]

Completed in 313 milliseconds

12345