Searched refs:get (Results 151 - 175 of 1613) 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/db/
H A DMultipleNIODataEntry.java18 {@link com.sleepycat.db.Database Database} or {@link com.sleepycat.db.Cursor Cursor} get call.
53 {@link com.sleepycat.db.Cursor Cursor} get method with this object as the data parameter.
79 this.data_nio.get(intarr, 0, 8);
/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 DDbLogc.java45 public int get(com.sleepycat.db.LogSequenceNumber lsn, com.sleepycat.db.DatabaseEntry data, int flags) throws com.sleepycat.db.DatabaseException { method in class:DbLogc
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/persist/
H A DSecondaryIndex.java135 * MyEntity entity1 = index.get(key);
136 * MyEntity entity2 = index.get(key);
172 * secondary key using {@link EntityIndex#get}. For example:</p>
175 * Employee employee = employeeBySsn.get(mySsn);</pre>
251 * secondary key using {@link EntityIndex#get}. For example:</p>
254 * Employee employee = employeeByEmail.get(myEmailAddress);</pre>
262 * Employee employee = primaryIndex.get(1); // Get the entity by primary key
315 * Employee employee = primaryIndex.get(1); // Get the entity by primary key
794 * get the keys database in order to close it, call {@link
934 * Of the EntityIndex methods only get()/ma
938 public E get(SK key) method in class:SecondaryIndex
944 public E get(Transaction txn, SK key, LockMode lockMode) method in class:SecondaryIndex
[all...]
/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 DRawComplexInput.java43 Object o = raw.getValues().get(field.getName());
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/util/
H A DErrorBuffer.java19 public String get() { method in class:ErrorBuffer
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/test/
H A Dbigfile002.tcl32 set pg [$file get -create 6000000]
H A Drep078script.tcl90 while { [llength [$marker get PARENT1]] == 0 } {
103 while { [llength [$marker get PARENT2]] == 0 } {
108 # After we get PARENT2, do a checkpoint.
H A Drsrc004.tcl45 set rec [$dbc get -last]
H A Dsdb019.tcl37 # If the test module sent in the -chksum arg, get rid of it.
99 [lindex [$sdb1 get $key] 0] 1]
103 [lindex [$sdb2 get $key] 0] 1]
111 # Reopen, make sure we get the right data.
124 [lindex [$sdb1 get $key] 0] 1]
128 [lindex [$sdb2 get $key] 0] 1]
H A Denv015.tcl52 set ret [$db get $i]
72 set ret [$newdb get $i]
H A Drpc004.tcl62 puts "\tRpc004.e: Put/get on both databases"
68 set ret [$db get -txn $txn $key]
72 set ret [$db1 get -txn $txn $key]
H A Dsdb016.tcl39 # If the test module sent in the -chksum arg, get rid of it.
58 # Here is the loop where we put and get each key/data pair
84 set ret [eval {$db get} $gflags {$key}]
85 error_check_good get $ret [list [list $key \
H A Dtest098.tcl9 # TEST a secondary, and do a normal cursor get followed by a get_recno.
80 error_check_good get_first [$bc get -first] \
84 error_check_good get_recno [$bc get -get_recno] 1
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/libatalk/cnid/cdb/
H A Dcnid_cdb_resolve.c31 while ((rc = db->db_cnid->get(db->db_cnid, NULL, &key, &data, 0))) {
34 LOG(log_error, logtype_default, "cnid_resolve: Unable to get did/name: %s",
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/base/
H A Dmap.c25 kobj_probe_t *get; member in struct:kobj_map::probe
51 p->get = probe;
117 probe = p->get;
150 base->get = base_probe;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/frv/lib/
H A Dinsl_sw.S27 ldi.p @(gr8,#0),gr5 ; get 0xAABBCCDD
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-ebsa110/include/mach/
H A Dentry-macro.S26 ldrb \stat, [\base] @ get interrupts
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-sa1100/
H A Dgpio.c57 .get = sa1100_gpio_get,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source/gsoap/samples/factory/
H A Dfactory.h112 double get(); // to get value of the adder
154 //gsoap ns service method-header-part: get h__handle
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source_build_platform/gsoap/samples/factory/
H A Dfactory.h112 double get(); // to get value of the adder
154 //gsoap ns service method-header-part: get h__handle
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/dist/
H A Ds_javadoc_merge24 return '%s%s%s%s %s' % (javadoc.get(m.group('class_name'), '/** TODO */\n'), m.group('mods'), (m.group('class_type') or ''), m.group('class_name'), m.group('end'))
29 return '%s%s%s%s%s' % (javadoc.get(fieldsig(m), '/** TODO */\n '), m.group('mods'), (m.group('field_type') or ''), m.group('field_name'), m.group('params'))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Drendcmn.cpp62 return get() != NULL;
148 return renderer.IsOk() ? *renderer.get() : GetDefault();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DBitVector.h50 // get bit at index
51 bool get(uint32 idx) const function in class:BitVector
119 foundFalse = !get(i);
137 // get size
139 // get buffer
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/hsearch/
H A Dhsearch.c116 (ret = dbp->get(dbp, NULL, &key, &val, 0)) == 0)
125 if ((ret = dbp->get(dbp, NULL, &key, &val, 0)) != 0) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/alchemy/common/
H A Dgpiolib-au1000.c100 .get = gpio1_get,
110 .get = gpio2_get,

Completed in 216 milliseconds

1234567891011>>