Searched refs:get (Results 226 - 250 of 1613) sorted by relevance

1234567891011>>

/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.java155 TestSerial one = (TestSerial) map.get("one");
156 TestSerial two = (TestSerial) map.get("two");
166 three = (TestSerial) map.get("three");
/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 DSubclassIndexTest.java86 e = employeesById.get("1");
99 m = managersByDept.get("a");
103 m = managersByDept.get("b");
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/test/
H A Dtest004.tcl9 # TEST Put/get per key
10 # TEST Sequential (cursor) get/delete
78 # Here is the loop where we put and get each key/data pair
80 puts "\tTest$reopen.a: put/get loop"
103 set ret [eval {$db get} $gflags {$key}]
118 puts "\tTest$reopen.b: get/delete loop"
119 # Now we will get each key from the DB and compare the results
130 for {set d [$c get -first] } { [llength $d] != 0 } {
131 set d [$c get -next] } {
H A Dtest026.tcl9 # TEST Put/get per key.
64 # Here is the loop where we put and get each key/data pair
107 for { set ret [$dbc get -first] } {
109 set ret [$dbc get -next] } {
147 set ret [$dbc get -first]
H A Dtest107.tcl89 # We can get degree 2 isolation with either a degree 2
122 # Wrap the whole thing in a catch statement so we still get
129 set retfirst [$cursor get -first]
131 set ret [$cursor get -set $offpagekey]
140 set ret [lindex [lindex [$db get $firstkey] 0] 1]
H A Dmpoolscript.tcl85 set master_page [$mp get -create -dirty $id]
116 # Now, get the page
117 set pp [$mpf get -create -dirty $p]
148 set p [$mpf get -create $i]
H A Drep015.tcl267 set ret [$cursor get -first]
273 set ret [$cursor get -set 2]
279 set ret [$cursor get -nextdup]
288 set ret [$cursor get -set $nentries]
294 set ret [$cursor get -last]
300 set ret [$cursor get -prev]
H A Drep065script.tcl46 # Sleep a bunch to help get the messages worked through.
71 set kd [$markerdb get DONE]
81 for { set dbt [$dbc get -first ] } \
83 { set dbt [$dbc get -next] } {
205 set s [$markerdb get START$envid]
211 set s [$markerdb get START$envid]
252 if { [llength [$markerdb get DONE]] != 0 } {
H A Dtest024.tcl9 # TEST Test the Btree and Record number get-by-number functionality.
92 puts "\tTest024.b: put/get loop"
108 set ret [eval {$db get} $txn $gflags {$key}]
110 get $ret [list [list $key [pad_data $method $k]]]
116 # Now we will get each key from the DB and compare the results
127 # Instead of using dump_file; get all the keys by keynum
141 set ret [eval {$db get} $txn $gflags {$k}]
166 set ret [eval {$db get} $txn $gflags {$k}]
201 set ret [eval {$db get} $txn $gflags {$k}]
255 set ret [eval {$db get}
[all...]
H A Dfop003.tcl52 # Create an empty file, then open with -create. We get an
77 set ret [$db get $key]
86 # used to be there, we should get nothing.
90 set ret [$db get $key]
H A Dsdb009.tcl84 set odbt [$odb get $key]
90 set ndbt [$ndb get $key]
H A Dsdb014.tcl28 # If the test module sent in the -chksum arg, get rid of it.
82 set ret [eval {$db get} $gflags {$key}]
84 get $ret [list [list $key [pad_data $method $str]]]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mm/
H A Dtlb-v6.S36 vma_vm_mm r3, r2 @ get vma->vm_mm
38 mmid r3, r3 @ get vm_mm->context.id
45 vma_vm_flags r2, r2 @ get vma->vm_flags
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DMuleCollection.cpp184 int hTagType = infile.get();
193 int hTag = infile.get();
259 int fTagType = infile.get();
265 int fTag = infile.get();
295 fileSize = infile.get();
323 infile.get();
/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 DAssociateTest.java133 // Test secondary get functionality.
142 if(secDb.get(null, seckey, secdata, null) == OperationStatus.SUCCESS)
147 TestUtils.ERR("Secondary get of key: " + new String(seckey.getData()) + " did not succeed.");
150 if(secDb.get(null, seckey, secpkey, secdata, null) == OperationStatus.SUCCESS)
157 priDb.get(null, secpkey, tmpdata, null);
166 if(secDb.get(null, seckey, secdata, null) == OperationStatus.SUCCESS)
171 TestUtils.ERR("Secondary get of key: " + new String(seckey.getData()) + " did not succeed.");
174 if(secDb.get(null, seckey, secpkey, secdata, null) == OperationStatus.SUCCESS)
181 priDb.get(null, secpkey, tmpdata, null);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/dbus-1.6.8/test/data/valid-config-files/system.d/
H A Dtest.conf6 connections can get messages from it -->
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/cxx/
H A Dcxx_dbc.cpp72 int Dbc::get(Dbt* key, Dbt *data, u_int32_t _flags) function in class:Dbc
77 ret = dbc->get(dbc, key, data, _flags);
82 "Dbc::get", key, ON_ERROR_UNKNOWN);
85 "Dbc::get", data, ON_ERROR_UNKNOWN);
88 "Dbc::get", ret, ON_ERROR_UNKNOWN);
101 /* Logic is the same as for Dbc::get - reusing macro. */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dgraphicsbrush.tex18 A wxGraphicsBrush is a native representation of a brush. It is used for filling a path on a graphics context. The contents are specific an private to the respective renderer. Instances are ref counted and can therefore be assigned as usual. The only way to get a valid instance is via a Create...Brush call on the graphics context or the renderer instance.
H A Dgraphicsfont.tex19 and can therefore be assigned as usual. The only way to get a valid instance is via a CreateFont call on the graphics context or the renderer instance.
H A Dgraphicspen.tex18 A wxGraphicsPen is a native representation of a pen. It is used for stroking a path on a graphics context. The contents are specific and private to the respective renderer. Instances are ref counted and can therefore be assigned as usual. The only way to get a valid instance is via a CreatePen call on the graphics context or the renderer instance.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dptr_scpd.h119 T * get() const \
168 T * get() const \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/gspca/
H A Dcoarse_expo_autogain.h60 if (gain_ctrl->get(gspca_dev, &gain) ||
61 exposure_ctrl->get(gspca_dev, &exposure))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/tests/
H A Dxgettext-c-920 /* TRANSLATORS: The strings get concatenated. */
52 #. TRANSLATORS: The strings get concatenated.
H A Dxgettext-objc-224 /* TRANSLATORS: The strings get concatenated. */
56 #. TRANSLATORS: The strings get concatenated.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/persist/
H A DEntityIndex.java154 * <li>The {@link #get} method returns a single value for a given key. If there
163 * <p>Using the example entities above, calling {@link #get} on the primary
165 * ID exists. But calling {@link #get} on the secondary index will retrieve
170 * Employee emp = primaryIndex.get(1); // Returns by unique ID
171 * emp = secondaryIndex.get("Engineering"); // Returns first in department</pre>
221 * Employee emp = subIndex.get(1);</pre>
230 * Employee emp = subIndex.get(2);</pre>
242 * MyEntity entity1 = index.get(key);
243 * MyEntity entity2 = index.get(key);
560 * method to get th
609 V get(K key) method in interface:EntityIndex
626 V get(Transaction txn, K key, LockMode lockMode) method in interface:EntityIndex
[all...]

Completed in 105 milliseconds

1234567891011>>