Home
last modified time | relevance | path

Searched refs:is_relative (Results 1 – 15 of 15) sorted by relevance

/third_party/boost/boost/interprocess/detail/
Dintersegment_ptr.hpp88 static const std::size_t is_relative = 2; member
192 return (this->get_mode() < is_relative) && in is_null()
201 if(this->get_mode() >= is_relative){ in set_null()
239 case is_relative: in to_raw_pointer()
301 if(mode == is_relative){ in set_from_pointer()
329 this->set_mode(is_relative); in set_from_pointer()
992 else if(this->is_relative()){
1011 else if(this->is_relative() &&
/third_party/boost/tools/build/src/build/
Dproperty_set.py409 is_relative = False
435 is_relative = True
437 self.target_path_ = (computed, is_relative)
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DPath.h437 bool is_relative(const Twine &path);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DPath.h454 bool is_relative(const Twine &path, Style style = Style::native);
/third_party/gn/src/gn/
Dfilesystem_utils.cc512 bool is_relative = true; in NormalizePath() local
514 is_relative = false; in NormalizePath()
549 if (is_relative) { in NormalizePath()
/third_party/ffmpeg/libavformat/
Dutils.c91 static int is_relative(int64_t ts) { in is_relative() function
889 if (!is_relative(st->first_dts)) in ff_read_packet()
891 if (!is_relative(st->start_time)) in ff_read_packet()
893 if (!is_relative(st->cur_dts)) in ff_read_packet()
1130 is_relative(dts)) in update_initial_timestamps()
1137 if (is_relative(pts)) in update_initial_timestamps()
1143 if (is_relative(pktl_it->pkt.pts)) in update_initial_timestamps()
1146 if (is_relative(pktl_it->pkt.dts)) in update_initial_timestamps()
1282 if (is_relative(st->cur_dts) || pkt->dts - (1LL<<(st->pts_wrap_bits - 1)) > st->cur_dts) { in compute_pkt_fields()
1672 int64_t pts = pkt->pts - (is_relative(pkt->pts) ? RELATIVE_TS_BASE : 0); in read_frame_internal()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ToolDrivers/llvm-lib/
DLibDriver.cpp360 if (sys::path::is_relative(Member.MemberName)) { in libDriverMain()
/third_party/glib/glib/
Dgutils.c2089 gboolean is_relative = FALSE; in load_user_special_dirs() local
2161 is_relative = TRUE; in load_user_special_dirs()
2178 if (is_relative) in load_user_special_dirs()
/third_party/boost/libs/filesystem/test/
Dpath_unit_test.cpp808 CHECK(p1.is_relative()); in test_queries()
820 CHECK(!p2.is_relative()); in test_queries()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DCommandLine.cpp1098 if (!llvm::sys::path::is_relative(FileName)) in ExpandResponseFile()
1155 if (llvm::sys::path::is_relative(FName)) { in ExpandResponseFiles()
1226 if (sys::path::is_relative(CfgFile)) { in readConfigFile()
DPath.cpp697 bool is_relative(const Twine &path, Style style) { in is_relative() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/
DCommandLine.cpp928 if (llvm::sys::path::is_relative(FileName)) { in ExpandResponseFile()
931 if (llvm::sys::path::is_relative(FName)) { in ExpandResponseFile()
DPath.cpp690 bool is_relative(const Twine &path) { return !is_absolute(path); } in is_relative() function
/third_party/boost/boost/filesystem/
Dpath.hpp539 bool is_relative() const { return !is_absolute(); } in is_relative() function in boost::filesystem::path
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
DDWARFUnit.cpp572 if (sys::path::is_relative(*DWOFileName) && CompilationDir && in parseDWO()