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

/macosx-10.10.1/BerkeleyDB-21/db/examples_java/src/collections/ship/entity/
H A DSample.java148 views.getSupplierByCityMap().duplicates(
153 views.getShipmentByPartMap().duplicates(
156 views.getShipmentBySupplierMap().duplicates(
/macosx-10.10.1/BerkeleyDB-21/db/examples_java/src/collections/ship/factory/
H A DSample.java146 views.getSupplierByCityMap().duplicates(
151 views.getShipmentByPartMap().duplicates(
154 views.getShipmentBySupplierMap().duplicates(
/macosx-10.10.1/BerkeleyDB-21/db/examples_java/src/collections/ship/marshal/
H A DSample.java148 views.getSupplierByCityMap().duplicates(
153 views.getShipmentByPartMap().duplicates(
156 views.getShipmentBySupplierMap().duplicates(
/macosx-10.10.1/BerkeleyDB-21/db/examples_java/src/collections/ship/sentity/
H A DSample.java150 views.getSupplierByCityMap().duplicates(
155 views.getShipmentByPartMap().duplicates(
158 views.getShipmentBySupplierMap().duplicates(
/macosx-10.10.1/BerkeleyDB-21/db/examples_java/src/collections/ship/tuple/
H A DSample.java147 views.getSupplierByCityMap().duplicates(
152 views.getShipmentByPartMap().duplicates(
155 views.getShipmentBySupplierMap().duplicates(
/macosx-10.10.1/BerkeleyDB-21/db/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));
/macosx-10.10.1/BerkeleyDB-21/db/examples_java/src/collections/ship/index/
H A DSample.java147 views.getSupplierByCityMap().duplicates(
152 views.getShipmentByPartMap().duplicates(
155 views.getShipmentBySupplierMap().duplicates(
/macosx-10.10.1/emacs-93/emacs/lisp/mh-e/
H A Dmh-thread.el115 (defvar mh-thread-duplicates nil
117 (make-variable-buffer-local 'mh-thread-duplicates)
373 (mh-thread-initialize-hash mh-thread-duplicates #'eq)
543 `mh-thread-duplicates' hash table."
545 (when old-index (push old-index (gethash id mh-thread-duplicates)))
665 (setq mh-thread-duplicates (mh-get-table 'mh-thread-duplicates))
783 (duplicates (gethash id mh-thread-duplicates))
790 (reverse (cons index duplicates))))
[all...]
/macosx-10.10.1/BerkeleyDB-21/db/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...]
/macosx-10.10.1/emacs-93/emacs/lisp/net/
H A Deudc.el558 duplicates
571 (setq duplicates (cons field duplicates))
610 duplicates)
/macosx-10.10.1/objc4-646/runtime/
H A Dobjc-cache-old.mm1314 unsigned int duplicates;
1327 duplicates = 0;
1360 duplicates += 1;
1369 printf ("duplicates = %d\n", duplicates);
/macosx-10.10.1/dyld-353.2.1/include/
H A Dobjc-shared-cache.h511 // class name has duplicates - write them all now
513 fprintf(stderr, "update_dyld_shared_cache: %u duplicates of Objective-C class %s\n", count, c->first);
527 duplicates = classes.equal_range(c->first); local
529 for (dup = duplicates.first; dup != duplicates.second; ++dup) {
/macosx-10.10.1/tcl-105/tcl_ext/mk4tcl/metakit/tests/
H A Dtnotify.cpp287 B(n10, Modify sorted duplicates, 0) { argument
/macosx-10.10.1/vim-55/runtime/autoload/
H A Dpython3complete.vim289 "Convienance function... keep out duplicates"
H A Dpythoncomplete.vim307 "Convienance function... keep out duplicates"
/macosx-10.10.1/vim-55/runtime/ftplugin/
H A Dsql.vim110 " Remove duplicates, since sqlanywhere.vim can exist in the
/macosx-10.10.1/vim-55/runtime/syntax/
H A Dlisp.vim142 syn keyword lispFunc base-char if-exists remove-duplicates
311 syn keyword lispFunc delete-duplicates multiple-value-setq tenth
/macosx-10.10.1/BerkeleyDB-21/db/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
/macosx-10.10.1/Heimdal-398.1.2/lib/sqlite/
H A Dsqlite3.c[all...]

Completed in 522 milliseconds