Searched defs:exists (Results 76 - 100 of 196) sorted by relevance

12345678

/external/autotest/client/common_lib/
H A Dpackages.py148 def exists(self, destpath, target='file'): member in class:HttpFetcher
149 """Check if a file or directory exists using `test`.
202 if not self.exists(dest_path):
310 def exists(self, destpath, target='file'): member in class:BasePackageManager
311 """Check if a file or directory exists using `test`.
383 Remove install_dir if it already exists and then recreate it unless
416 # check to see if the install_dir exists and if it does
418 if (self.exists(install_dir, target='dir') and
456 # Check if the destination dir exists.
457 if not self.exists(o
[all...]
/external/autotest/server/hosts/
H A Dcros_label.py105 def exists(self, host): member in class:LightSensorLabel
122 def exists(self, host): member in class:BluetoothLabel
134 def exists(self, host): member in class:ECLabel
167 def exists(self, host): member in class:AccelsLabel
196 def exists(self, host): member in class:ChameleonLabel
205 def exists(self, host): member in class:ChameleonConnectionLabel
225 def exists(self, host): member in class:ChameleonPeripheralsLabel
239 def exists(self, host): member in class:AudioLoopbackDongleLabel
266 def exists(self, host): member in class:PowerSupplyLabel
303 def exists(sel member in class:StorageLabel
379 def exists(self, host): member in class:ServoLabel
426 def exists(self, host): member in class:ArcLabel
495 def exists(self, host): member in class:VideoGlitchLabel
540 def exists(self, host): member in class:LucidSleepLabel
598 def exists(self, host): member in class:DetachableBaseLabel
[all...]
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_addrhashmap.h41 // if !h.exists() then the element never existed
77 bool exists() const;
145 bool AddrHashMap<T, kSize>::Handle::exists() const { function in class:__sanitizer::AddrHashMap::Handle
/external/jsilver/src/com/google/clearsilver/jsilver/compiler/
H A DBaseCompiledTemplate.java128 public static boolean exists(Data data) { method in class:BaseCompiledTemplate
129 return TypeConverter.exists(data);
/external/mesa3d/src/intel/isl/
H A Disl_format.c30 bool exists; member in struct:surface_format_info
356 if (!format_info[format].exists)
366 if (!format_info[format].exists)
376 if (!format_info[format].exists)
381 /* Support for ETC1 and ETC2 exists on Bay Trail even though big-core
388 /* Support for ASTC exists on Cherry View even though big-core
402 if (!format_info[format].exists)
407 /* Support for ETC1 and ETC2 exists on Bay Trail even though big-core
414 /* Support for ASTC exists on Cherry View even though big-core
428 if (!format_info[format].exists)
[all...]
/external/mockftpserver/MockFtpServer/src/main/java/org/mockftpserver/fake/filesystem/
H A DAbstractFakeFileSystem.java153 * Return true if there exists a file or directory at the specified path
156 * @return true if the file/directory exists
158 * @see org.mockftpserver.fake.filesystem.FileSystem#exists(java.lang.String)
160 public boolean exists(String path) { method in class:AbstractFakeFileSystem
262 if (exists(toPath)) {
278 // Create the TO directory entry first so that the destination path exists when you
553 * Return true if the specified path exists
556 * @return true if the path exists
563 * If the specified path has a parent, then verify that the parent exists
566 * @return true if the parent of the specified path exists
[all...]
/external/mockftpserver/tags/2.0/src/main/java/org/mockftpserver/fake/filesystem/
H A DAbstractFakeFileSystem.java152 * Return true if there exists a file or directory at the specified path
155 * @return true if the file/directory exists
157 * @see org.mockftpserver.fake.filesystem.FileSystem#exists(java.lang.String)
159 public boolean exists(String path) { method in class:AbstractFakeFileSystem
269 // Create the TO directory entry first so that the destination path exists when you
543 * Return true if the specified path exists
546 * @return true if the path exists
553 * If the specified path has a parent, then verify that the parent exists
556 * @return true if the parent of the specified path exists
/external/mockftpserver/tags/2.0-rc1/MockFtpServer/src/main/java/org/mockftpserver/fake/filesystem/
H A DAbstractFakeFileSystem.java152 * Return true if there exists a file or directory at the specified path
155 * @return true if the file/directory exists
157 * @see org.mockftpserver.fake.filesystem.FileSystem#exists(java.lang.String)
159 public boolean exists(String path) { method in class:AbstractFakeFileSystem
269 // Create the TO directory entry first so that the destination path exists when you
543 * Return true if the specified path exists
546 * @return true if the path exists
553 * If the specified path has a parent, then verify that the parent exists
556 * @return true if the parent of the specified path exists
/external/mockftpserver/tags/2.0-rc1/src/main/java/org/mockftpserver/fake/filesystem/
H A DAbstractFakeFileSystem.java152 * Return true if there exists a file or directory at the specified path
155 * @return true if the file/directory exists
157 * @see org.mockftpserver.fake.filesystem.FileSystem#exists(java.lang.String)
159 public boolean exists(String path) { method in class:AbstractFakeFileSystem
269 // Create the TO directory entry first so that the destination path exists when you
535 * Return true if the specified path exists
538 * @return true if the path exists
602 * If the specified path has a parent, then verify that the parent exists
/external/mockftpserver/tags/2.0-rc3/MockFtpServer/src/main/java/org/mockftpserver/fake/filesystem/
H A DAbstractFakeFileSystem.java152 * Return true if there exists a file or directory at the specified path
155 * @return true if the file/directory exists
157 * @see org.mockftpserver.fake.filesystem.FileSystem#exists(java.lang.String)
159 public boolean exists(String path) { method in class:AbstractFakeFileSystem
269 // Create the TO directory entry first so that the destination path exists when you
543 * Return true if the specified path exists
546 * @return true if the path exists
553 * If the specified path has a parent, then verify that the parent exists
556 * @return true if the parent of the specified path exists
/external/mockftpserver/tags/2.0.1/src/main/java/org/mockftpserver/fake/filesystem/
H A DAbstractFakeFileSystem.java152 * Return true if there exists a file or directory at the specified path
155 * @return true if the file/directory exists
157 * @see org.mockftpserver.fake.filesystem.FileSystem#exists(java.lang.String)
159 public boolean exists(String path) { method in class:AbstractFakeFileSystem
269 // Create the TO directory entry first so that the destination path exists when you
544 * Return true if the specified path exists
547 * @return true if the path exists
554 * If the specified path has a parent, then verify that the parent exists
557 * @return true if the parent of the specified path exists
/external/mockftpserver/tags/2.0.2/src/main/java/org/mockftpserver/fake/filesystem/
H A DAbstractFakeFileSystem.java152 * Return true if there exists a file or directory at the specified path
155 * @return true if the file/directory exists
157 * @see org.mockftpserver.fake.filesystem.FileSystem#exists(java.lang.String)
159 public boolean exists(String path) { method in class:AbstractFakeFileSystem
269 // Create the TO directory entry first so that the destination path exists when you
544 * Return true if the specified path exists
547 * @return true if the path exists
554 * If the specified path has a parent, then verify that the parent exists
557 * @return true if the parent of the specified path exists
/external/mockftpserver/tags/2.1/src/main/java/org/mockftpserver/fake/filesystem/
H A DAbstractFakeFileSystem.java152 * Return true if there exists a file or directory at the specified path
155 * @return true if the file/directory exists
157 * @see org.mockftpserver.fake.filesystem.FileSystem#exists(java.lang.String)
159 public boolean exists(String path) { method in class:AbstractFakeFileSystem
269 // Create the TO directory entry first so that the destination path exists when you
544 * Return true if the specified path exists
547 * @return true if the path exists
554 * If the specified path has a parent, then verify that the parent exists
557 * @return true if the parent of the specified path exists
/external/mockftpserver/tags/2.2/src/main/java/org/mockftpserver/fake/filesystem/
H A DAbstractFakeFileSystem.java152 * Return true if there exists a file or directory at the specified path
155 * @return true if the file/directory exists
157 * @see org.mockftpserver.fake.filesystem.FileSystem#exists(java.lang.String)
159 public boolean exists(String path) { method in class:AbstractFakeFileSystem
261 if (exists(toPath)) {
277 // Create the TO directory entry first so that the destination path exists when you
552 * Return true if the specified path exists
555 * @return true if the path exists
562 * If the specified path has a parent, then verify that the parent exists
565 * @return true if the parent of the specified path exists
[all...]
/external/mockftpserver/tags/2.3/src/main/java/org/mockftpserver/fake/filesystem/
H A DAbstractFakeFileSystem.java152 * Return true if there exists a file or directory at the specified path
155 * @return true if the file/directory exists
157 * @see org.mockftpserver.fake.filesystem.FileSystem#exists(java.lang.String)
159 public boolean exists(String path) { method in class:AbstractFakeFileSystem
261 if (exists(toPath)) {
277 // Create the TO directory entry first so that the destination path exists when you
552 * Return true if the specified path exists
555 * @return true if the path exists
562 * If the specified path has a parent, then verify that the parent exists
565 * @return true if the parent of the specified path exists
[all...]
/external/mockftpserver/tags/2.4/src/main/java/org/mockftpserver/fake/filesystem/
H A DAbstractFakeFileSystem.java153 * Return true if there exists a file or directory at the specified path
156 * @return true if the file/directory exists
158 * @see org.mockftpserver.fake.filesystem.FileSystem#exists(java.lang.String)
160 public boolean exists(String path) { method in class:AbstractFakeFileSystem
262 if (exists(toPath)) {
278 // Create the TO directory entry first so that the destination path exists when you
553 * Return true if the specified path exists
556 * @return true if the path exists
563 * If the specified path has a parent, then verify that the parent exists
566 * @return true if the parent of the specified path exists
[all...]
/external/mockftpserver/tags/2.5/src/main/java/org/mockftpserver/fake/filesystem/
H A DAbstractFakeFileSystem.java153 * Return true if there exists a file or directory at the specified path
156 * @return true if the file/directory exists
158 * @see org.mockftpserver.fake.filesystem.FileSystem#exists(java.lang.String)
160 public boolean exists(String path) { method in class:AbstractFakeFileSystem
262 if (exists(toPath)) {
278 // Create the TO directory entry first so that the destination path exists when you
553 * Return true if the specified path exists
556 * @return true if the path exists
563 * If the specified path has a parent, then verify that the parent exists
566 * @return true if the parent of the specified path exists
[all...]
/external/python/cpython2/Demo/pdist/
H A DFSProxy.py129 def exists(self, name): member in class:FSProxyLocal
130 return self.visible(name) and os.path.exists(name)
240 if os.path.exists(name):
/external/python/cpython2/Lib/plat-riscos/
H A Driscospath.py205 def exists(p): function
207 Test whether a path exists.
214 lexists = exists
/external/python/cpython2/PC/os2emx/
H A Dgetpathp.c14 * If the PYTHONPATH env. var. exists, its entries are added next.
110 exists(char *filename) function
123 if (exists(filename))
129 if (exists(filename))
244 if (exists(progpath))
/external/python/cpython2/PC/os2vacpp/
H A Dgetpathp.c79 exists(char *filename) function
126 if (exists(prefix)) {
282 if (exists(progpath))
/external/robolectric-shadows/resources/src/main/java/org/robolectric/res/
H A DFs.java130 @Override public boolean exists() { method in class:Fs.JarFs.JarFsFile
/external/selinux/libsemanage/src/
H A Dseusers_local.c242 int exists, mls_ok; local
255 /* Make sure the (SElinux) user exists */
258 if (semanage_user_exists(handle, key, &exists) < 0)
260 if (!exists) {
/external/swiftshader/src/D3D8/
H A DDirect3DDevice8.hpp216 bool exists(int index) function in struct:D3D8::Direct3DDevice8::Lights
/external/swiftshader/third_party/LLVM/include/llvm/Support/
H A DFileSystem.h125 /// @param copt Behavior if \a to already exists.
127 /// errc::file_exists if \a to already exists and \a copt ==
153 /// @returns errc::success if exists(to) && exists(from) && equivalent(to, from)
161 /// @returns errc::success if exists(to) && exists(from) && is_symlink(from),
211 /// @results True if the file represented by status exists, false if it does
213 bool exists(file_status status);
218 /// @param result Set to true if the file represented by status exists, false if
222 error_code exists(cons
226 inline bool exists(const Twine &path) { function in namespace:llvm::sys::fs
[all...]

Completed in 4653 milliseconds

12345678