/third_party/boost/tools/build/test/ |
D | tree.py | 52 assert not self.is_file() 55 if newchild.is_file(): 76 def is_file(self): member in TreeNode 83 if self.is_file(): 143 assert not a.is_file() 144 assert not b.is_file() 152 if a.is_file() and b.is_file(): 160 if not a.is_file() and b.is_file(): 165 elif a.is_file() and not b.is_file(): 192 if t.is_file():
|
/third_party/boost/tools/build/src/engine/ |
D | filent.cpp | 127 ff->is_file = !ff->is_dir; in file_collect_dir_content_() 138 … ff->is_file = target_finfo->dwFileAttributes & FILE_ATTRIBUTE_DIRECTORY ? 0 : 1; in file_collect_dir_content_() 253 info->is_file = 0; in try_file_query_root() 260 info->is_file = !info->is_dir; in try_file_query_root() 290 info->is_file = 0; in file_query_() 297 info->is_file = 0; in file_query_() 502 member->is_file = 1; in file_collect_archive_content_()
|
D | startup.cpp | 94 if (b2::filesys::is_file(file)) in builtin_boost_build() 168 if (b2::filesys::is_file(work_dir + boost_build_jam)) in bootstrap() 189 if (b2::filesys::is_file(path)) in bootstrap() 199 if (b2::filesys::is_file(path)) in bootstrap() 211 if (b2::filesys::is_file(path)) in bootstrap()
|
D | filesys.h | 33 char is_file; member 85 inline bool is_file(const std::string &path) in is_file() function
|
D | filesys.cpp | 115 if ( !( file && file->is_file ) ) in file_archive_query() 242 return ff ? ff->is_file : -1; in file_is_file() 324 info->is_file = 0; in file_query_posix_() 331 info->is_file = statbuf.st_mode & S_IFREG ? 1 : 0; in file_query_posix_() 393 if ( !archive || !archive->file->is_file ) in file_archivescan_impl()
|
D | fileunix.cpp | 359 member->is_file = 1; in file_collect_archive_content_() 424 member->is_file = 1; in collect_archive_content_small() 479 member->is_file = 1; in collect_archive_content_big()
|
D | pathvms.cpp | 143 unsigned char is_file; in translate_path_posix2vms() local
|
/third_party/boost/boost/beast/core/ |
D | file_base.hpp | 127 struct is_file : std::integral_constant<bool, ...>{}; struct 130 struct is_file : std::false_type {}; struct 133 struct is_file<T, boost::void_t<decltype( struct
|
/third_party/boost/libs/beast/include/boost/beast/core/ |
D | file_base.hpp | 127 struct is_file : std::integral_constant<bool, ...>{}; struct 130 struct is_file : std::false_type {}; struct 133 struct is_file<T, boost::void_t<decltype( struct
|
/third_party/jsoncpp/devtools/ |
D | antglob.py | 141 is_file = os.path.isfile(full_path) 142 if not is_file and not is_dir: 146 entry_type = is_file and FILE_LINK or DIR_LINK 148 entry_type = is_file and FILE or DIR
|
/third_party/python/Lib/importlib/ |
D | readers.py | 43 return target.is_file() and target.exists() 83 def is_file(self): member in MultiplexedPath
|
D | abc.py | 388 def is_file(self) -> bool: member in Traversable 439 return self.files().joinpath(path).is_file()
|
D | _adapters.py | 44 is_file = exists = is_dir # type: ignore variable in DegenerateFiles.Path
|
/third_party/python/Lib/test/ |
D | test_zipapp.py | 31 self.assertTrue(target.is_file()) 40 self.assertTrue(target.is_file()) 102 self.assertTrue(expected_target.is_file()) 351 self.assertTrue(target.is_file()) 359 self.assertTrue(target.is_file())
|
/third_party/python/Lib/ |
D | zipapp.py | 102 if source.is_file(): 112 has_main = (source / '__main__.py').is_file()
|
/third_party/musl/tools/api_cmp_tool/ |
D | compare.py | 53 if not my_file.is_file(): 63 if not my_file.is_file(): 69 if not my_file.is_file():
|
/third_party/python/PC/layout/support/ |
D | catalog.py | 37 return file.is_file() and file.stat().st_size
|
D | filesets.py | 87 if f.is_file() and condition(f)
|
/third_party/boost/tools/quickbook/src/ |
D | include_paths.hpp | 79 std::string const&, quickbook::state&, bool is_file = false);
|
D | path.hpp | 24 fs::path const& base, fs::path const& path, bool is_file = false);
|
D | include_paths.cpp | 311 std::string const& x, quickbook::state& state, bool is_file) in resolve_xinclude_path() argument 322 path = path_difference(state.xinclude_base, full_path, is_file); in resolve_xinclude_path()
|
D | path.cpp | 54 fs::path const& base, fs::path const& path, bool is_file) in path_difference() argument 96 if (is_file && path_it == path_end && in path_difference()
|
/third_party/python/PC/layout/ |
D | main.py | 139 if pdb.is_file(): 143 if lib.is_file(): 332 if zip_path.is_file(): 372 if ns.zip.is_file():
|
/third_party/cef/include/capi/ |
D | cef_drag_data_capi.h | 84 int(CEF_CALLBACK* is_file)(struct _cef_drag_data_t* self);
|
/third_party/cef/libcef_dll/ctocpp/ |
D | drag_data_ctocpp.cc | 105 if (CEF_MEMBER_MISSING(_struct, is_file)) in IsFile() 111 int _retval = _struct->is_file(_struct); in IsFile()
|