Searched refs:duplicates (Results 1 - 17 of 17) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/examples_java/src/collections/ship/entity/
H A DSample.java148 views.getSupplierByCityMap().duplicates(
153 views.getShipmentByPartMap().duplicates(
156 views.getShipmentBySupplierMap().duplicates(
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/examples_java/src/collections/ship/factory/
H A DSample.java146 views.getSupplierByCityMap().duplicates(
151 views.getShipmentByPartMap().duplicates(
154 views.getShipmentBySupplierMap().duplicates(
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/examples_java/src/collections/ship/marshal/
H A DSample.java148 views.getSupplierByCityMap().duplicates(
153 views.getShipmentByPartMap().duplicates(
156 views.getShipmentBySupplierMap().duplicates(
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/examples_java/src/collections/ship/sentity/
H A DSample.java150 views.getSupplierByCityMap().duplicates(
155 views.getShipmentByPartMap().duplicates(
158 views.getShipmentBySupplierMap().duplicates(
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/examples_java/src/collections/ship/tuple/
H A DSample.java147 views.getSupplierByCityMap().duplicates(
152 views.getShipmentByPartMap().duplicates(
155 views.getShipmentBySupplierMap().duplicates(
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/test/scr024/src/com/sleepycat/collections/test/
H A DCollectionTest.java679 assertTrue(imap.duplicates(key).contains(val));
683 checkDupsSize(1, imap.duplicates(key));
749 checkDupsSize(1, imap.duplicates(key));
843 assertTrue(map.duplicates(key).contains(val));
844 checkDupsSize(1, map.duplicates(key));
848 assertTrue(map.duplicates(key).contains(oldVal));
849 checkDupsSize(1, map.duplicates(key));
864 assertTrue(map.duplicates(key).contains(val));
865 checkDupsSize(1, map.duplicates(key));
868 assertTrue(map.duplicates(ke
[all...]
H A DTransactionTest.java787 assertTrue(checkMap.duplicates(key).isEmpty());
801 assertTrue(!checkMap.duplicates(key).isEmpty());
802 assertTrue(checkMap.duplicates(key).contains(expect));
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/examples_java/src/collections/ship/index/
H A DSample.java147 views.getSupplierByCityMap().duplicates(
152 views.getShipmentByPartMap().duplicates(
155 views.getShipmentBySupplierMap().duplicates(
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/utils/
H A Dsmbcontrol.c38 BOOL duplicates)
48 return message_send_pid(pid, msg_type, buf, len, duplicates);
58 ret = message_send_all(tdb,msg_type, buf, len, duplicates,
37 send_message(pid_t pid, int msg_type, const void *buf, int len, BOOL duplicates) argument
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/lib/
H A Dmessages.c205 /* If duplicates are allowed we can just append the message and return. */
253 /* Not a new record. Check for duplicates. */
510 BOOL duplicates; member in struct:msg_all
541 msg_all->duplicates)) {
590 msg_all.duplicates = duplicates_allowed;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/collections/
H A DStoredMap.java29 * <li>{@link #duplicates}</li>
207 * duplicates are allowed, this method returns the first duplicate, in the
208 * order in which duplicates are configured, that maps to the specified
223 * (optional operation). If duplicates are allowed and the specified key
225 * after the existing duplicates. This method conforms to the {@link
234 * there was no mapping for the key or if duplicates are allowed.
289 * operation). If duplicates are allowed, this method removes all
290 * duplicates for the given key. This method conforms to the {@link
333 * operation). When duplicates are allowed, the mappings in the specified
437 * for iterating over the duplicates fo
452 public Collection duplicates(Object key) { method in class:StoredMap
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/net/tipc/
H A Dlink.h200 u32 duplicates; member in struct:link::__anon10899
H A Dbcast.c526 bcl->stats.duplicates++;
734 bcl->stats.duplicates);
H A Dlink.c1981 l_ptr->stats.duplicates++;
1993 l_ptr->stats.duplicates++;
3025 l_ptr->stats.duplicates);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/perl/DB_File/
H A DDB_File.pm977 would be considered duplicates, and assigning to the second one
978 would overwrite the first. If duplicates are allowed for (with the
995 And now you will only have duplicates when the keys themselves
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/wl/config/
H A Dwl.mk1500 # Sort and remove duplicates from WLFILES*
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/sqlite-3.6.22/
H A Dsqlite3.c[all...]

Completed in 504 milliseconds