Searched refs:exists (Results 51 - 75 of 172) sorted by relevance

1234567

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/test/scr016/src/com/sleepycat/db/test/
H A DRepmgrElectionTest.java96 if (homedir.exists()) {
H A DRepmgrStartupTest.java93 if (homedir.exists()) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/test/scr024/src/com/sleepycat/util/test/
H A DSharedTestUtils.java73 if (!dir.exists() || !dir.isDirectory()) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/test/
H A Dsdb011.tcl135 error_check_good file_exists_before [file exists $tfpath] 1
H A Dsdbtest001.tcl147 error_check_good key"$key"_exists [info exists kvals($key)] 1
H A Dsdbtest002.tcl165 error_check_good key"$key"_exists [info exists kvals($key)] 1
H A Dtest020.tcl134 error_check_good key"$key"_exists [info exists kvals($key)] 1
H A Dtest021.tcl159 error_check_good key"$key"_exists [info exists kvals($key)] 1
H A Dtest025.tcl143 error_check_good key"$key"_exists [info exists kvals($key)] 1
H A Drep065.tcl86 if { [file exists $histdir] == 0 } {
91 if { [file exists $histdir/db_verify] == 0 } {
H A Drep005.tcl179 if { [info exists timeout_ok] == 0 } {
H A Drep045.tcl152 # If database.N exists, clean it up.
154 if { [file exists $masterdir/$dbname] == 1 } {
H A Drep049.tcl196 error_check_bad clientdb [file exists $freshcldir/$testfile] 1
H A Drep054.tcl232 error_check_good newfile_exists [file exists $masterdir/$newfile] 1
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/watchdog/
H A Dpcwd_usb.c148 int exists; /* Wether or not the device exists */ member in struct:usb_pcwd_private
214 if ((!usb_pcwd) || (!usb_pcwd->exists))
671 /* The device exists and can be communicated with */
672 usb_pcwd->exists = 1;
773 usb_pcwd->exists = 0;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/input/serio/
H A Di8042.c86 unsigned char exists; member in struct:i8042_port
266 port->exists = 1;
280 port->exists = 0;
371 if (likely(port->exists))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libxml2-2.7.2/python/
H A Dsetup.py38 if not os.path.exists("libxmlmods"):
H A Dsetup.py.in38 if not os.path.exists("libxmlmods"):
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/pci/ice1712/
H A Dprodigy192.c630 int exists = 0; local
635 /* ak4114 seems to communicate, apparently exists */
638 exists = 1;
640 return exists;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/perl/BerkeleyDB/t/
H A Dhash.t225 ok 62, exists $hash{"some key"} ;
228 ok 65, !exists $hash{"jimmy"} ;
235 ok 70, ! exists $hash{"some key"} ;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/db/
H A DDatabase.java492 found; {@link com.sleepycat.db.OperationStatus#KEYEMPTY OperationStatus.KEYEMPTY} if the database is a Queue or Recno database and the specified key exists, but was never explicitly created by the application or was later deleted; otherwise, {@link com.sleepycat.db.OperationStatus#SUCCESS OperationStatus.SUCCESS}.
536 database is a Queue or Recno database and the specified key exists,
570 found; {@link com.sleepycat.db.OperationStatus#KEYEMPTY OperationStatus.KEYEMPTY} if the database is a Queue or Recno database and the specified key exists, but was never explicitly created by the application or was later deleted; otherwise, {@link com.sleepycat.db.OperationStatus#SUCCESS OperationStatus.SUCCESS}.
580 public OperationStatus exists(final Transaction txn, method in class:Database
585 db.exists((txn == null) ? null : txn.txn, key,
612 found; {@link com.sleepycat.db.OperationStatus#KEYEMPTY OperationStatus.KEYEMPTY} if the database is a Queue or Recno database and the specified key exists, but was never explicitly created by the application or was later deleted; otherwise, {@link com.sleepycat.db.OperationStatus#SUCCESS OperationStatus.SUCCESS}.
691 found; {@link com.sleepycat.db.OperationStatus#KEYEMPTY OperationStatus.KEYEMPTY} if the database is a Queue or Recno database and the specified key exists, but was never explicitly created by the application or was later deleted; otherwise, {@link com.sleepycat.db.OperationStatus#SUCCESS OperationStatus.SUCCESS}.
746 found; {@link com.sleepycat.db.OperationStatus#KEYEMPTY OperationStatus.KEYEMPTY} if the database is a Queue or Recno database and the specified key exists, but was never explicitly created by the application or was later deleted; otherwise, {@link com.sleepycat.db.OperationStatus#SUCCESS OperationStatus.SUCCESS}.
846 This method will fail if the key already exists in the database, even
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/wl/
H A Dwl_generic.mk12 # If source directory (src/wl/sys) exists and REUSE_PREBUILT_WL is undefined,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/examples/LDAP/smbldap-tools-0.8.7/
H A Dsmbldap-populate153 $objcl = $oc{$attr} if (exists $oc{$attr});
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/stf/
H A Dcomfychair.py171 assert not os.path.exists(filename), ("file exists but should not: %s" % filename)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-runtime/man/
H A Dhelp2man49 -I, --opt-include=FILE include material from `FILE' if it exists

Completed in 388 milliseconds

1234567