Searched refs:contains (Results 1 - 25 of 164) sorted by relevance

1234567

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/persist/
H A DEntityIndex.java579 boolean contains(K key) method in interface:EntityIndex
595 boolean contains(Transaction txn, K key, LockMode lockMode) method in interface:EntityIndex
H A DBasicIndex.java76 public boolean contains(K key) method in class:BasicIndex
79 return contains(null, key, null);
82 public boolean contains(Transaction txn, K key, LockMode lockMode) method in class:BasicIndex
H A DSubIndex.java85 public boolean contains(PK key) method in class:SubIndex
88 return contains(null, key, null);
91 public boolean contains(Transaction txn, PK key, LockMode lockMode) method in class:SubIndex
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/collections/
H A DStoredKeySet.java22 * Since this collection is a set it only contains one element for each key,
107 * Returns true if this set contains the specified key.
108 * This method conforms to the {@link Set#contains} interface.
113 public boolean contains(Object key) { method in class:StoredKeySet
H A DStoredValueSet.java138 * Returns true if this set contains the specified element.
139 * This method conforms to the {@link java.util.Set#contains}
144 * @return whether the set contains the given value.
146 public boolean contains(Object value) { method in class:StoredValueSet
H A DStoredEntrySet.java100 * Returns true if this set contains the specified element.
101 * This method conforms to the {@link Set#contains} interface.
111 public boolean contains(Object mapEntry) { method in class:StoredEntrySet
H A DStoredCollection.java263 * Returns true if this collection contains all of the elements in the
274 if (!contains(i.next())) {
355 if (ifExistsInColl == coll.contains(i.next())) {
/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.java673 assertTrue(!imap.keySet().contains(key));
674 assertTrue(!imap.values().contains(val));
677 assertTrue(imap.keySet().contains(key));
678 assertTrue(imap.values().contains(val));
679 assertTrue(imap.duplicates(key).contains(val));
843 assertTrue(map.duplicates(key).contains(val));
848 assertTrue(map.duplicates(key).contains(oldVal));
864 assertTrue(map.duplicates(key).contains(val));
868 assertTrue(map.duplicates(key).contains(oldVal));
915 assertTrue(!map.duplicates(key).contains(va
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/packaging/SGI/
H A Dsmb.conf20 ; file that contains all your printers. Edit this file to only contain the
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/scripts/package/
H A Dbuilddeb94 This package contains the Linux kernel, modules and corresponding other
109 This package contains the Linux kernel, modules and corresponding other
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/examples_java/src/persist/
H A DPersonExample.java235 assert employees.contains("111-11-1111");
237 assert employees.contains("111-11-1111");
247 assert !bob.employerIds.contains(gizmoInc.id);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/ppc/boot/simple/rw4/
H A Drw4_init.S19 # r3 contains NIP when used with Linux
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/sys/solaris/
H A DMakefile.in96 @SOLARIS_MODULE_TRUE@ echo "netconfig already contains a ddp module, skipping"; \
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/flac-1.2.1/build/
H A Dconfig.mk10 # FLAC distribution contains at the top the terms under which it may be
H A Dexe.mk10 # FLAC distribution contains at the top the terms under which it may be
H A Dlib.mk10 # FLAC distribution contains at the top the terms under which it may be
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/curl-7.23.1/packages/Linux/RPM/
H A Dcurl-ssl.spec38 libcurl is the core engine of curl; this packages contains all the libs,
H A Dcurl.spec35 libcurl is the core engine of curl; this packages contains all the libs,
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/
H A Dopenssl.spec35 This package contains the base OpenSSL cryptography and SSL/TLS
56 This package contains the the OpenSSL cryptography and SSL/TLS
77 This package contains the the OpenSSL cryptography and SSL/TLS extra
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/
H A Dopenssl.spec35 This package contains the base OpenSSL cryptography and SSL/TLS
56 This package contains the the OpenSSL cryptography and SSL/TLS
77 This package contains the the OpenSSL cryptography and SSL/TLS extra
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/test/scr024/src/com/sleepycat/persist/test/
H A DIndexTest.java425 assertTrue(!index.contains(txn, k, null));
438 assertTrue(index.contains(txn, k, null));
447 assertTrue(map.keySet().contains(i));
448 assertTrue(map.values().contains(v));
450 (map.entrySet().contains(new MapEntryParameter(i, v)));
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/perl/BerkeleyDB/t/
H A Dexamples.t339 print "The array contains $elements entries\n" ;
375 print "The array contains $elements entries\n" ;
396 The array contains 5 entries
H A Dexamples.t.T352 print "The array contains $elements entries\n" ;
389 print "The array contains $elements entries\n" ;
410 The array contains 5 entries
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/curl-7.23.1/packages/AIX/RPM/
H A Dcurl.spec48 libcurl is the core engine of curl; this packages contains all the
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/persist/impl/
H A DFormat.java656 supertypes.contains(format.className);

Completed in 282 milliseconds

1234567