Searched refs:exists (Results 26 - 50 of 172) sorted by relevance

1234567

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/test/
H A Drecd007.tcl266 error_check_good db_open:exists \
267 [file exists $dir/$dbfile] 0
275 # Operation was committed, verify it exists.
282 # Check that the file exists.
284 error_check_good db_open [file exists $dir/$dbfile] 1
315 error_check_good after_recover1 [file exists $dir/$dbfile] 0
360 error_check_good after_recover2 [file exists $dir/$dbfile] 0
559 # Check that the file exists. Final state.
562 error_check_good post$op.1 [file exists $dir/$dbfile] 1
711 error_check_good dbremove.1 [file exists
[all...]
H A Dlogtrack.tcl49 error_check_good tmpfile_exists [file exists $tmpname] 1
77 error_check_good ltlist_exists [file exists $ltlist] 1
H A Drep036.tcl127 while { [file exists $testdir/1.db] == 0 && \
128 [file exists $testdir/2.db] == 0 } {
H A Dupgrade.tcl44 if { [file exists $archived_test_loc/logversion] == 1 } {
134 if { [file exists \
161 if { [file exists \
184 if { [file exists $testdir/$name.dmp] } {
388 if { [file exists $dir] == 0 } {
424 if { [info exists parms($test)] != 1 } {
660 while { [file exists \
752 if { [info exists existence_list($key)] == 0 } {
H A Dparallel.tcl99 if { [file exists $dbdir] != 1 } {
155 if { [file exists ALL.OUT.$i] == 1 } {
322 if { [file exists $dir/$svc_exe] } {
338 if { [info exists parms($test)] } {
H A Dsdb009.tcl49 error_check_bad "$testfile exists" [file exists $testfile] 1
H A Dfop004.tcl254 error_check_good "$filename exists in env" \
255 [file exists $path/$filename] $expected
258 "$filename exists" [file exists $filename] $expected
H A Drep033.tcl208 error_check_good dba_gone [file exists $clientdir/a.db] 0
209 error_check_good dbb_gone [file exists $clientdir/b.db] 0
214 # error_check_good dbz_gone [file exists $clientdir/z.db] 0
H A Dsdb010.tcl57 error_check_good file_exists_before [file exists $tfpath] 1
62 error_check_good file_exists_after [file exists $tfpath] 1
H A Dtest015.tcl259 error_check_good key"$key"_exists [info exists dvals($key)] 1
269 error_check_good key"$key"_exists [info exists dvals($key)] 1
H A Dtest092.tcl234 error_check_good key"$key"_exists [info exists kvals($key)] 1
245 error_check_good key"$key"_exists [info exists kvals($key)] 1
H A Dtest.tcl12 if { [file exists $testdir] != 1 } {
85 if { [info exists one_test] != 1 } {
821 if { [info exists test_names($sub)] != 1 } {
1036 if { [info exists parms($test)] != 1 } {
1135 if { [info exists parms($test)] != 1 } {
1220 if { [info exists parms($test)] != 1 } {
1411 if { [info exists parms($test)] != 1 } {
1816 if { [file exists ./berkeley_db_svc] ||
1817 [file exists ./berkeley_db_cxxsvc] ||
1818 [file exists
[all...]
H A Denv001.tcl134 if { [file exists $testdir/NEWDIR] != 1 } {
H A Drep018.tcl125 if { [file exists $testdir/marker.db] == 0 } {
H A Drep042.tcl126 if { [file exists $masterdir/marker.db] == 0 } {
H A Drep048.tcl117 if { [file exists $masterdir/marker.file] == 0 } {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/Netware/
H A Dcpy_tests.bat17 rem CAUTION: If a directory named OpenSSL exists on the target drive
24 rem Assume running in \openssl directory unless cpy_tests.bat exists then
35 rem If an OpenSSL directory exists on the target drive, remove it
41 echo OpenSSL directory exists on %2 - it will be removed!
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/lib/
H A Dbacktrace.S71 1003: ldr r2, [sv_pc, #-4] @ if stmfd sp!, {args} exists,
82 ldr r1, [sv_pc, #-4] @ if stmfd sp!, {args} exists,
90 ldr r3, .Ldsi @ instruction exists,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/input/joystick/
H A Dtmdc.c131 unsigned char exists; member in struct:tmdc
240 if ((r = tmdc_read_packet(tmdc->gameport, data)) != tmdc->exists)
244 if (r & (1 << i) & tmdc->exists) {
373 if (!(tmdc->exists = tmdc_read_packet(gameport, data))) {
382 if (tmdc->exists & (1 << i)) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/scripts/kconfig/
H A DMakefile149 pkg-config --exists qt 2> /dev/null && pkg=qt; \
150 pkg-config --exists qt-mt 2> /dev/null && pkg=qt-mt; \
196 @if `pkg-config --exists gtk+-2.0 gmodule-2.0 libglade-2.0`; then \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/scripts/kconfig/
H A DMakefile174 pkg-config --exists qt 2> /dev/null && pkg=qt; \
175 pkg-config --exists qt-mt 2> /dev/null && pkg=qt-mt; \
221 @if `pkg-config --exists gtk+-2.0 gmodule-2.0 libglade-2.0`; then \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/test/scr024/src/com/sleepycat/collections/test/
H A DDbTestUtil.java51 if (!dir.exists() || !dir.isDirectory()) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/scripts/
H A Dbloat-o-meter17 if not os.path.exists(f):
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/rpc_server/
H A Dsrv_dfs_nt.c35 dfs exists, or 0 otherwise. */
50 BOOL exists = False; local
75 exists = True;
100 if(!create_msdfs_link(&jn, exists)) {
/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 DEncryptTest.java105 if (!f.exists() || f.isDirectory()) {

Completed in 204 milliseconds

1234567