Searched refs:get (Results 26 - 50 of 920) sorted by relevance

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/persist/
H A DKeysIndex.java48 * Of the EntityIndex methods only get()/map()/sortedMap() are implemented
52 public PK get(SK key) method in class:KeysIndex
55 return get(null, key, null);
58 public PK get(Transaction txn, SK key, LockMode lockMode) method in class:KeysIndex
65 OperationStatus status = db.get(txn, keyEntry, pkeyEntry, lockMode);
/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 DForeignKeyTest.java236 assertEquals(o1, storeMap1.get("pk1"));
237 assertEquals(o1, indexMap1.get("ik1"));
242 assertEquals(o2, storeMap2.get("pk2"));
243 assertEquals(o2, indexMap2.get("pk1"));
277 assertEquals(o2, storeMap2.get("pk2"));
282 assertNull(indexMap2.get("pk1"));
288 assertNull(storeMap1.get("pk1"));
289 assertNull(indexMap1.get("ik1"));
296 assertNull(storeMap1.get("pk1"));
297 assertNull(indexMap1.get("ik
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/test/
H A Dsdbscript.tcl36 for {set d [$dbc get -first]} {[llength $d] != 0} {set d [$dbc get -next]} {
H A Dtest120.tcl70 set ret [eval {$db get} $txn2 $key]
73 # Commit txn1. Txn2 get still can't see txn1's put.
75 set ret [eval {$db get} $txn2 $key]
78 set ret [eval {$db get} $txn2 $key]
85 set ret [eval {$db get} $txn3 $key]
H A Drsrc002.tcl47 set rec [$dbc get -first]
49 set rec [$dbc get -next]
54 eval {$dbc get -set 4}
H A Dtest053.tcl141 for { set j $i; set curr [$dbc get -first]} { $j < $npages} { \
142 incr j; set curr [$dbc get -next]} {
143 error_check_bad dbc:get:next [llength $curr] 0
144 error_check_good dbc:get:keys \
148 for { set j [expr $npages - 1]; set curr [$dbc get -last]} { \
150 set j [incr j -1]; set curr [$dbc get -prev]} {
151 error_check_bad dbc:get:prev [llength $curr] 0
152 error_check_good dbc:get:keys \
161 set curr [eval {$db get} $txn {-recno $j}]
174 [llength [eval {$db get}
[all...]
H A Dtest054.tcl16 # TEST of K, do a current get on K.
19 # TEST does a delete. Then we do a non-cursor get.
101 for {set d [$curs get -first] } \
103 {set d [$curs get -next] } {
109 puts "\tTest054.a1: Delete w/cursor, regular get"
112 set r [$curs get -set $key_set(2)]
123 # Now do the get
124 set r [eval {$db get} $txn {$key_set(2)}]
159 for {set d [eval {$curs get} -first] } \
161 {set d [$curs get
[all...]
H A Dtest032.tcl83 # Here is the loop where we put and get each key/data pair
84 puts "\tTest$tnum.a: Put/get loop"
112 for {set ret [$dbc get -set $str]} \
114 {set ret [$dbc get -nextdup] } {
140 # Now we will get each key from the DB and compare the results
153 for {set ret [$check_c get -first]} \
155 {set ret [$check_c get -next] } {
162 set ret [eval {$db get} $txn {-get_both $k $data}]
176 for {set ret [$check_c get -first]} \
178 {set ret [$check_c get
[all...]
H A Dlog009.tcl10 # TEST get the version via the log cursorlag.
55 # through the log and make sure we can get the version when we
61 puts "\tLog009.b: Try to get version on unset cursor."
70 for { set logrec [$logc get -first] } \
72 { set logrec [$logc get -next] } {
90 for { set logrec [$logc get -last] } \
92 { set logrec [$logc get -prev] } {
120 set logrec1 [$logc get -current]
H A Dtest050.tcl86 # get db order of keys
87 for {set i 0; set ret [$dbc get -first]} { [llength $ret] != 0} { \
88 set ret [$dbc get -next]} {
122 set ret [$dbc get -first]
129 set currecno [lindex [lindex [$dbc get -current] 0] 0]
132 set old1 [$dbc get -next]
138 set ret [$dbc get -first]
141 set currecno [lindex [lindex [$dbc get -current] 0] 0]
144 set ret [$dbc get -prev]
151 for {set i 1; set ret [$dbc get
[all...]
H A Dtest056.tcl77 for {set d [$curs get -first] } { [llength $d] != 0 } {
78 set d [$curs get -next] } {
92 set r [$curs get -set $key_set(2)]
100 set r [$curs get -next]
107 set r [$curs get -next]
118 # Now check the get current on the cursor.
119 set ret [$curs get -current]
125 set r [$curs get -first]
132 set r [$curs get -next]
139 set r [$curs get
[all...]
H A Dsdb005.tcl9 # TEST Put/get per key
78 set d [$dbc get -first]
84 set d [$dbc get -prev]
86 set d [$dbc get -last]
88 set d [$dbc get -next]
93 # Get a key from each subdb and try to get this key in a
104 set d [eval {$db get -recno} $txn {$db_key($n)}]
108 set d [eval {$db get} $txn {$db_key($n)}]
133 set subdblist [$db get -glob *]
H A Dtest055.tcl76 for {set d [$curs get -first] } { [llength $d] != 0 } {\
77 set d [$curs get -next] } {
86 set r [$curs get -set $key_set(2)]
95 set r [$curs get -current]
105 set r [$curs get -prev]
117 set r [$curs get -set $key_set(2)]
126 set r [$curs get -next]
H A Dtest110.tcl8 # TEST Partial get test with duplicates.
13 # TEST get what we expect.
53 puts "Test110: $method ($args) $nentries partial get test with duplicates"
66 puts "\tTest110.a: put/get loop"
87 set ret [$dbc get -set $key]
90 for { set dbt [$dbc get -current] } \
92 { set dbt [$dbc get -next] } {
104 puts "\tTest110.b: partial get loop"
124 set ret [$dbc get -set $key]
126 for { set dbt [$dbc get
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/mm/
H A Dabort-ev6.S28 mrc p15, 0, r1, c5, c0, 0 @ get FSR
29 mrc p15, 0, r0, c6, c0, 0 @ get FAR
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/brcm-boards/bcm947xx/
H A Dgen_gpio.c89 uint32 get; local
90 get = si_gpioin(gpio_sih);
92 get &= (1<<gpio);
94 return (get ? 1 : 0);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-arm/arch-ixp4xx/
H A Dentry-macro.S23 ldr \irqstat, [\irqstat] @ get interrupts
38 ldr \irqstat, [\irqstat] @ get upper interrupts
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/examples_java/src/db/repquote/
H A DRepConfig.java87 return (RepRemoteHost)otherHosts.get(currOtherHost);
95 return (RepRemoteHost)otherHosts.get(currOtherHost);
102 return (RepRemoteHost)otherHosts.get(i);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/persist/impl/
H A DReadOnlyCatalog.java43 Format format = formatList.get(formatId);
56 Format format = formatMap.get(cls.getName());
65 return formatMap.get(className);
H A DSimpleCatalog.java73 Class cls = primitiveTypeToWrapper.get(type);
81 Class cls = keywordToPrimitive.get(className);
83 cls = primitiveTypeToWrapper.get(cls);
96 Class cls = keywordToPrimitive.get(className);
98 cls = primitiveTypeToWrapper.get(cls);
108 Class cls = keywordToPrimitive.get(className);
116 return instance.formatMap.get(type.getName());
126 Format thisFormat = instance.formatList.get(i);
127 Format otherFormat = copyToList.get(i);
204 SimpleFormat primitiveFormat = formatList.get(primitiveI
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/test/scr015/
H A DTestTruncate.cpp42 if ((ret = db->get(NULL, goodkeydbt, resultdbt, 0)) != 0) {
43 cout << "get: " << DbEnv::strerror(ret) << "\n";
50 if ((ret = db->get(NULL, badkeydbt, resultdbt, 0)) != 0) {
52 cout << "get using bad key: "
66 if ((ret = db->get(NULL, goodkeydbt, resultdbt, 0)) != 0) {
68 cout << "after truncate get: "
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/test/scr024/src/com/sleepycat/persist/test/
H A DForeignKeyTest.java120 assertEquals(o1, pri1.get(txn, "pk1", null));
121 assertEquals(o1, sec1.get(txn, "sk1", null));
128 assertEquals(o2, pri2.get(txn, "pk2", null));
129 assertEquals(o2, sec2.get(txn, "pk1", null));
160 assertEquals(o2, pri2.get(txn, "pk2", null));
166 assertNull(sec2.get(txn, "pk1", null));
173 assertNull(pri1.get(txn, "pk1", null));
174 assertNull(sec1.get(txn, "sk1", null));
180 assertNull(pri1.get(txn, "pk1", null));
181 assertNull(sec1.get(tx
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/nwfpe/
H A Dentry26.S69 ldr r5, [sp, #60] @ get contents of PC
71 ldr r0, [r5, #-4] @ get actual instruction into r0
77 .Lx1: ldrt r6, [r5], #4 @ get the next instruction and
86 ldr r9, [sp, #60] @ get new condition codes
97 beq next @ get the next instruction;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm26/nwfpe/
H A Dentry.S71 ldr r5, [sp, #60] @ get contents of PC
73 ldr r0, [r5, #-4] @ get actual instruction into r0
79 .Lx1: ldrt r6, [r5], #4 @ get the next instruction and
88 ldr r9, [sp, #60] @ get new condition codes
99 beq next @ get the next instruction;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/scripts/
H A Dbloat-o-meter27 sym[name] = sym.get(name, 0) + int(size, 16)
56 d = new.get(name, 0) - old.get(name, 0)
66 if d: print "%-48s %7s %7s %+7d" % (n, old.get(n,"-"), new.get(n,"-"), d)

Completed in 333 milliseconds

1234567891011>>