Searched defs:exists (Results 126 - 150 of 196) sorted by relevance

12345678

/external/python/cpython3/
H A Dsetup.py53 2) 'dir' actually exists, and is a directory.
108 if os.path.exists(f): return []
117 if os.path.exists(f):
393 if os.path.exists(newname):
409 if not os.path.exists(self.build_temp):
434 if not os.path.exists(self.build_temp):
453 if not os.path.exists(self.build_temp):
719 if not os.path.exists(self.build_temp):
743 if os.path.exists(tmpfile):
1009 db_inc_paths = [p for p in db_inc_paths if os.path.exists(
1680 from os.path import join, exists namespace
[all...]
/external/slf4j/log4j-over-slf4j/compatibility/lib/
H A Dslf4j-api-1.4.2.jar ... name org.slf4j.Marker marker public synchronized boolean exists (java.lang.String) String name public boolean detachMarker ...
/external/bzip2/
H A Dbzip2.c696 /* Check whether input file still exists. Delete output file
697 only if input exists to avoid loss of data. Joerg Prante, 5
705 "%s: Deleting output file %s, if it exists.\n",
720 "%s: since input file no longer exists. Output file\n",
943 Bool exists = (tmp != NULL); local
945 return exists;
1205 fprintf ( stderr, "%s: Output file %s already exists.\n",
1391 fprintf ( stderr, "%s: Output file %s already exists.\n",
/external/clang/lib/Basic/
H A DVirtualFileSystem.cpp78 return exists() && !isRegularFile() && !isDirectory() && !isSymlink();
86 bool Status::exists() const { function in class:Status
115 bool FileSystem::exists(const Twine &Path) { function in class:FileSystem
117 return Status && Status->exists();
/external/llvm/include/llvm/Support/
H A DFileSystem.h384 /// @returns True if the file represented by status exists, false if it does
386 bool exists(file_status status);
400 /// @returns True if it exists, false otherwise.
401 inline bool exists(const Twine &Path) { function in namespace:llvm::sys::fs
495 /// @brief Does this status represent something that exists but is not a
499 /// @returns exists(s) && !is_regular_file(s) && !is_directory(s)
502 /// @brief Is path something that exists but is not a directory,
506 /// @param result Set to true if \a path exists, but is not a directory, regular
617 /// report an error if the file already exists.
620 /// F_Append - When opening a file, if it already exists appen
[all...]
/external/python/cpython2/Python/
H A Dbltinmodule.c730 int exists; local
758 exists = 0;
768 exists = 1;
777 exists = 1;
790 exists = 1;
795 if (exists) {
801 exists = 0;
805 if (!exists) {
/external/python/cpython3/Lib/
H A Dpathlib.py488 exists = path_cls.exists
492 return self._select_from(parent_path, is_dir, exists, scandir)
497 def _select_from(self, parent_path, is_dir, exists, scandir):
507 def _select_from(self, parent_path, is_dir, exists, scandir):
510 if (is_dir if self.dironly else exists)(path):
511 for p in self.successor._select_from(path, is_dir, exists, scandir):
523 def _select_from(self, parent_path, is_dir, exists, scandir):
533 for p in self.successor._select_from(path, is_dir, exists, scandir):
557 def _select_from(self, parent_path, is_dir, exists, scandi
1314 def exists(self): member in class:Path
[all...]
/external/python/cpython3/Objects/
H A Dodictobject.c1038 int exists = PySequence_Contains((PyObject *)od, key); local
1039 if (exists < 0) {
1042 else if (exists) {
1118 int exists = PySequence_Contains(od, key); local
1119 if (exists < 0)
1121 if (exists) {
/external/skia/src/ports/
H A DSkFontMgr_win_dw.cpp499 BOOL exists; local
500 HRNM(fFontCollection->FindFamilyName(dwFamilyName.get(), &index, &exists),
502 if (!exists) {
540 BOOL exists; variable
541 HRM(font->HasCharacter(fCharacter, &exists), "Could not find character.");
543 if (exists) {
938 BOOL exists; local
939 HR(fFontCollection->FindFamilyName(wideFamilyName, &index, &exists));
941 if (exists) {
/external/skqp/src/ports/
H A DSkFontMgr_win_dw.cpp499 BOOL exists; local
500 HRNM(fFontCollection->FindFamilyName(dwFamilyName.get(), &index, &exists),
502 if (!exists) {
540 BOOL exists; variable
541 HRM(font->HasCharacter(fCharacter, &exists), "Could not find character.");
543 if (exists) {
938 BOOL exists; local
939 HR(fFontCollection->FindFamilyName(wideFamilyName, &index, &exists));
941 if (exists) {
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A DFileSystem.h395 /// @returns True if the file represented by status exists, false if it does
397 bool exists(file_status status);
411 /// @returns True if it exists, false otherwise.
412 inline bool exists(const Twine &Path) { function in namespace:llvm::sys::fs
506 /// @brief Does this status represent something that exists but is not a
510 /// @returns exists(s) && !is_regular_file(s) && !is_directory(s)
513 /// @brief Is path something that exists but is not a directory,
517 /// @param result Set to true if \a path exists, but is not a directory, regular
628 /// report an error if the file already exists.
631 /// F_Append - When opening a file, if it already exists appen
[all...]
/external/kmod/tools/
H A Ddepmod.c1787 uint8_t exists = 0; local
1791 exists = 1;
1796 if (exists)
/external/llvm/lib/Transforms/Scalar/
H A DGVN.cpp466 /// Returns true if a value number exists for the specified value.
467 bool GVN::ValueTable::exists(Value *V) const { return valueNumbering.count(V) != 0; } function in class:GVN::ValueTable
2158 // need to do a lookup to see if the number already exists
2310 if (!VN.exists(Op)) {
/external/slf4j/integration/lib/
H A Dslf4j-api-1.5.11.jar ... name org.slf4j.Marker marker public synchronized boolean exists (java.lang.String) String name public boolean detachMarker ...
H A Dslf4j-api-1.6.6.jar ... name org.slf4j.Marker marker public synchronized boolean exists (java.lang.String) String name public boolean detachMarker ...
H A Dslf4j-api-1.6.99.jar ... name org.slf4j.Marker marker public synchronized boolean exists (java.lang.String) String name public boolean detachMarker ...
H A Dslf4j-api-2.0.99.jar ... name org.slf4j.Marker marker public synchronized boolean exists (java.lang.String) String name public boolean detachMarker ...
/external/ImageMagick/coders/
H A Dpng.c699 exists[MNG_MAX_OBJECTS],
1510 mng_info->exists[i] && !mng_info->frozen[i])
1528 mng_info->exists[i]=MagickFalse;
5059 mng_info->exists[0]=MagickTrue;
5320 if (mng_info->exists[object_id])
5331 mng_info->exists[object_id]=MagickTrue;
5740 if (mng_info->exists[i] && !mng_info->frozen[i])
5760 if (mng_info->exists[i])
5819 if (mng_info->exists[i] && !mng_info->frozen[i] &&
6212 mng_info->exists[object_i
697 exists[MNG_MAX_OBJECTS], member in struct:_MngInfo
[all...]
/external/mesa3d/src/gallium/drivers/nouveau/codegen/
H A Dnv50_ir.h572 inline bool exists() const { return value != NULL; } function in class:nv50_ir::ValueRef
588 // SSA: return eventual (traverse MOVs) literal value, if it exists
610 inline bool exists() const { return value != NULL; } function in class:nv50_ir::ValueDef
796 return d < defs.size() && defs[d].exists();
800 return s < srcs.size() && srcs[s].exists();
/external/mesa3d/src/intel/vulkan/
H A Danv_private.h486 bool exists; member in struct:anv_scratch_bo
1113 * The clear value is valid only if there exists a pending clear.
/external/testng/ant/
H A Divy-2.1.0.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE META-INF/NOTICE fr/ fr/ ...
/external/guice/lib/build/
H A Dspring-core.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/springframework/ org/springframework/core/ org/springframework/core/annotation/ ...
/external/dexmaker/lib/
H A Dlibcore-dex-2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/dex/ com/android/dex/util/ ...
/external/icu/tools/srcgen/currysrc/libs/
H A Dorg.eclipse.core.resources_3.10.0.v20150423-0755.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_.RSA META ...
/external/jline/
H A Djline-1.0.jarMETA-INF/ META-INF/MANIFEST.MF jline/ jline/ANSIBuffer$ANSICodes.class ANSIBuffer.java ...

Completed in 8914 milliseconds

12345678