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

1234567891011>>

/external/mockftpserver/tags/2.2/src/test/groovy/org/mockftpserver/fake/filesystem/
H A DAbstractFileSystemTestCase.groovy53 assert !fileSystem.exists(NEW_FILE)
54 assert !fileSystem.exists(NEW_DIR)
55 assert !fileSystem.exists(ILLEGAL_FILE)
56 assert fileSystem.exists(EXISTING_FILE)
57 assert fileSystem.exists(EXISTING_DIR)
59 shouldFailWithMessageContaining("path") { fileSystem.exists(null) }
83 assert !fileSystem.exists(NEW_DIR), "Before createDirectory"
85 assert fileSystem.exists(NEW_DIR), "After createDirectory"
102 assert !fileSystem.exists(NEW_FILE), "Before createFile"
104 assert fileSystem.exists(NEW_FIL
[all...]
/external/mockftpserver/tags/2.3/src/test/groovy/org/mockftpserver/fake/filesystem/
H A DAbstractFileSystemTestCase.groovy53 assert !fileSystem.exists(NEW_FILE)
54 assert !fileSystem.exists(NEW_DIR)
55 assert !fileSystem.exists(ILLEGAL_FILE)
56 assert fileSystem.exists(EXISTING_FILE)
57 assert fileSystem.exists(EXISTING_DIR)
59 shouldFailWithMessageContaining("path") { fileSystem.exists(null) }
83 assert !fileSystem.exists(NEW_DIR), "Before createDirectory"
85 assert fileSystem.exists(NEW_DIR), "After createDirectory"
102 assert !fileSystem.exists(NEW_FILE), "Before createFile"
104 assert fileSystem.exists(NEW_FIL
[all...]
/external/mockftpserver/tags/2.4/src/test/groovy/org/mockftpserver/fake/filesystem/
H A DAbstractFileSystemTestCase.groovy53 assert !fileSystem.exists(NEW_FILE)
54 assert !fileSystem.exists(NEW_DIR)
55 assert !fileSystem.exists(ILLEGAL_FILE)
56 assert fileSystem.exists(EXISTING_FILE)
57 assert fileSystem.exists(EXISTING_DIR)
59 shouldFailWithMessageContaining("path") { fileSystem.exists(null) }
83 assert !fileSystem.exists(NEW_DIR), "Before createDirectory"
85 assert fileSystem.exists(NEW_DIR), "After createDirectory"
102 assert !fileSystem.exists(NEW_FILE), "Before createFile"
104 assert fileSystem.exists(NEW_FIL
[all...]
/external/mockftpserver/tags/2.5/src/test/groovy/org/mockftpserver/fake/filesystem/
H A DAbstractFileSystemTestCase.groovy53 assert !fileSystem.exists(NEW_FILE)
54 assert !fileSystem.exists(NEW_DIR)
55 assert !fileSystem.exists(ILLEGAL_FILE)
56 assert fileSystem.exists(EXISTING_FILE)
57 assert fileSystem.exists(EXISTING_DIR)
59 shouldFailWithMessageContaining("path") { fileSystem.exists(null) }
83 assert !fileSystem.exists(NEW_DIR), "Before createDirectory"
85 assert fileSystem.exists(NEW_DIR), "After createDirectory"
102 assert !fileSystem.exists(NEW_FILE), "Before createFile"
104 assert fileSystem.exists(NEW_FIL
[all...]
/external/autotest/puppylab/
H A Dresults_mocker.py33 if not os.path.exists(self.results_dir):
35 if not os.path.exists(self.test_results):
37 if not os.path.exists(self.host_keyval_dir):
39 assert(os.path.exists(self.test_results) and
40 os.path.exists(self.results_dir) and
41 os.path.exists(self.host_keyval_dir))
/external/mockftpserver/tags/2.0/src/test/groovy/org/mockftpserver/fake/filesystem/
H A DAbstractFileSystemTest.groovy53 assert !fileSystem.exists(NEW_FILE)
54 assert !fileSystem.exists(NEW_DIR)
55 assert !fileSystem.exists(ILLEGAL_FILE)
56 assert fileSystem.exists(EXISTING_FILE)
57 assert fileSystem.exists(EXISTING_DIR)
59 shouldFailWithMessageContaining("path") { fileSystem.exists(null) }
83 assert !fileSystem.exists(NEW_DIR), "Before createDirectory"
85 assert fileSystem.exists(NEW_DIR), "After createDirectory"
98 assert !fileSystem.exists(NEW_FILE), "Before createFile"
100 assert fileSystem.exists(NEW_FIL
[all...]
/external/mockftpserver/tags/2.0-rc1/MockFtpServer/src/test/groovy/org/mockftpserver/fake/filesystem/
H A DAbstractFileSystemTest.groovy53 assert !fileSystem.exists(NEW_FILE)
54 assert !fileSystem.exists(NEW_DIR)
55 assert !fileSystem.exists(ILLEGAL_FILE)
56 assert fileSystem.exists(EXISTING_FILE)
57 assert fileSystem.exists(EXISTING_DIR)
59 shouldFailWithMessageContaining("path") { fileSystem.exists(null) }
83 assert !fileSystem.exists(NEW_DIR), "Before createDirectory"
85 assert fileSystem.exists(NEW_DIR), "After createDirectory"
98 assert !fileSystem.exists(NEW_FILE), "Before createFile"
100 assert fileSystem.exists(NEW_FIL
[all...]
/external/mockftpserver/tags/2.0-rc1/src/test/groovy/org/mockftpserver/fake/filesystem/
H A DAbstractFileSystemTest.groovy53 assert !fileSystem.exists(NEW_FILE)
54 assert !fileSystem.exists(NEW_DIR)
55 assert !fileSystem.exists(ILLEGAL_FILE)
56 assert fileSystem.exists(EXISTING_FILE)
57 assert fileSystem.exists(EXISTING_DIR)
59 shouldFailWithMessageContaining("path") { fileSystem.exists(null) }
83 assert !fileSystem.exists(NEW_DIR), "Before createDirectory"
85 assert fileSystem.exists(NEW_DIR), "After createDirectory"
98 assert !fileSystem.exists(NEW_FILE), "Before createFile"
100 assert fileSystem.exists(NEW_FIL
[all...]
/external/mockftpserver/tags/2.0-rc3/MockFtpServer/src/test/groovy/org/mockftpserver/fake/filesystem/
H A DAbstractFileSystemTest.groovy53 assert !fileSystem.exists(NEW_FILE)
54 assert !fileSystem.exists(NEW_DIR)
55 assert !fileSystem.exists(ILLEGAL_FILE)
56 assert fileSystem.exists(EXISTING_FILE)
57 assert fileSystem.exists(EXISTING_DIR)
59 shouldFailWithMessageContaining("path") { fileSystem.exists(null) }
83 assert !fileSystem.exists(NEW_DIR), "Before createDirectory"
85 assert fileSystem.exists(NEW_DIR), "After createDirectory"
98 assert !fileSystem.exists(NEW_FILE), "Before createFile"
100 assert fileSystem.exists(NEW_FIL
[all...]
/external/mockftpserver/tags/2.0.1/src/test/groovy/org/mockftpserver/fake/filesystem/
H A DAbstractFileSystemTest.groovy53 assert !fileSystem.exists(NEW_FILE)
54 assert !fileSystem.exists(NEW_DIR)
55 assert !fileSystem.exists(ILLEGAL_FILE)
56 assert fileSystem.exists(EXISTING_FILE)
57 assert fileSystem.exists(EXISTING_DIR)
59 shouldFailWithMessageContaining("path") { fileSystem.exists(null) }
83 assert !fileSystem.exists(NEW_DIR), "Before createDirectory"
85 assert fileSystem.exists(NEW_DIR), "After createDirectory"
98 assert !fileSystem.exists(NEW_FILE), "Before createFile"
100 assert fileSystem.exists(NEW_FIL
[all...]
/external/mockftpserver/tags/2.0.2/src/test/groovy/org/mockftpserver/fake/filesystem/
H A DAbstractFileSystemTest.groovy53 assert !fileSystem.exists(NEW_FILE)
54 assert !fileSystem.exists(NEW_DIR)
55 assert !fileSystem.exists(ILLEGAL_FILE)
56 assert fileSystem.exists(EXISTING_FILE)
57 assert fileSystem.exists(EXISTING_DIR)
59 shouldFailWithMessageContaining("path") { fileSystem.exists(null) }
83 assert !fileSystem.exists(NEW_DIR), "Before createDirectory"
85 assert fileSystem.exists(NEW_DIR), "After createDirectory"
98 assert !fileSystem.exists(NEW_FILE), "Before createFile"
100 assert fileSystem.exists(NEW_FIL
[all...]
/external/mockftpserver/tags/2.1/src/test/groovy/org/mockftpserver/fake/filesystem/
H A DAbstractFileSystemTest.groovy53 assert !fileSystem.exists(NEW_FILE)
54 assert !fileSystem.exists(NEW_DIR)
55 assert !fileSystem.exists(ILLEGAL_FILE)
56 assert fileSystem.exists(EXISTING_FILE)
57 assert fileSystem.exists(EXISTING_DIR)
59 shouldFailWithMessageContaining("path") { fileSystem.exists(null) }
83 assert !fileSystem.exists(NEW_DIR), "Before createDirectory"
85 assert fileSystem.exists(NEW_DIR), "After createDirectory"
98 assert !fileSystem.exists(NEW_FILE), "Before createFile"
100 assert fileSystem.exists(NEW_FIL
[all...]
/external/mockftpserver/tags/2.x_Before_IDEA/src/test/groovy/org/mockftpserver/fake/filesystem/
H A DAbstractFileSystemTest.groovy63 * Test the exists() method
66 assert !fileSystem.exists(NEW_FILE)
67 assert !fileSystem.exists(NEW_DIR)
68 assert !fileSystem.exists(ILLEGAL_FILE)
69 assert fileSystem.exists(EXISTING_FILE)
70 assert fileSystem.exists(EXISTING_DIR)
72 shouldFailWithMessageContaining("path") { fileSystem.exists(null) }
105 assert !fileSystem.exists(NEW_DIR), "Before createDirectory"
107 assert fileSystem.exists(NEW_DIR), "After createDirectory"
122 assert !fileSystem.exists(NEW_FIL
[all...]
/external/autotest/client/site_tests/dummy_IdleSuspend/
H A Ddummy_IdleSuspend.py42 if os.path.exists(power_suspend.Suspender.HWCLOCK_FILE):
52 while os.path.exists(power_suspend.Suspender.HWCLOCK_FILE):
/external/autotest/client/site_tests/hardware_LightSensor/
H A Dhardware_LightSensor.py34 if os.path.exists(path):
47 if os.path.exists(path):
/external/autotest/client/tools/
H A Dautotest11 if os.path.exists(os.path.join(path, 'bin/autotest')):
23 if os.path.exists(state):
/external/chromium-trace/catapult/telemetry/third_party/pyserial/serial/tools/
H A Dlist_ports_linux.py106 if os.path.exists(sys_dev_path):
111 if os.path.exists(sys_dev_path):
116 if os.path.exists(sys_dev_path):
118 if os.path.exists(product_name_file):
126 if os.path.exists('/sys/class/tty/%s/device' % (base,)):
129 if os.path.exists(sys_id_path):
133 if os.path.exists(sys_dev_path):
139 if os.path.exists(sys_dev_path):
/external/deqp/scripts/build/
H A Dbuild.py39 if not os.path.exists(config.buildDir):
50 if os.path.exists(config.buildDir):
/external/llvm/utils/llvm-build/llvmbuild/
H A Dconfigutil.py38 # Ensure the output parent directory exists.
40 if not os.path.exists(output_parent_path):
43 # If the output path exists, load it and compare to the configured contents.
44 if os.path.exists(output_path):
/external/mockftpserver/MockFtpServer/src/main/java/org/mockftpserver/fake/command/
H A DMkdCommandHandler.java46 verifyFileSystemCondition(getFileSystem().exists(parent), parent, "filesystem.doesNotExist");
47 verifyFileSystemCondition(!getFileSystem().exists(path), path, "filesystem.alreadyExists");
/external/mockftpserver/MockFtpServer/src/test/groovy/org/mockftpserver/fake/command/
H A DDeleCommandHandlerTest.groovy42 assert fileSystem.exists(FILE) == false
50 assert fileSystem.exists(FILE) == false
62 assert fileSystem.exists(FILE)
82 assert fileSystem.exists(FILE)
/external/mockftpserver/tags/2.0/src/main/java/org/mockftpserver/fake/command/
H A DMkdCommandHandler.java46 verifyFileSystemCondition(getFileSystem().exists(parent), parent, "filesystem.doesNotExist");
47 verifyFileSystemCondition(!getFileSystem().exists(path), path, "filesystem.alreadyExists");
/external/mockftpserver/tags/2.0/src/test/groovy/org/mockftpserver/fake/command/
H A DDeleCommandHandlerTest.groovy42 assert fileSystem.exists(FILE) == false
50 assert fileSystem.exists(FILE) == false
62 assert fileSystem.exists(FILE)
82 assert fileSystem.exists(FILE)
/external/mockftpserver/tags/2.0-rc1/MockFtpServer/src/main/java/org/mockftpserver/fake/command/
H A DMkdCommandHandler.java46 verifyFileSystemCondition(getFileSystem().exists(parent), parent, "filesystem.doesNotExist");
47 verifyFileSystemCondition(!getFileSystem().exists(path), path, "filesystem.alreadyExists");
/external/mockftpserver/tags/2.0-rc1/MockFtpServer/src/test/groovy/org/mockftpserver/fake/command/
H A DDeleCommandHandlerTest.groovy42 assert fileSystem.exists(FILE) == false
50 assert fileSystem.exists(FILE) == false
62 assert fileSystem.exists(FILE)
82 assert fileSystem.exists(FILE)

Completed in 2422 milliseconds

1234567891011>>