Searched refs:is_relative (Results 1 - 22 of 22) sorted by relevance

/external/chromium_org/url/
H A Durl_canon_relative.cc69 bool* is_relative,
71 *is_relative = false; // So we can default later to not relative.
79 *is_relative = true;
117 *is_relative = true;
130 *is_relative = true;
160 *is_relative = true;
515 bool* is_relative,
519 is_relative, relative_component);
527 bool* is_relative,
531 is_relative, relative_componen
64 DoIsRelativeURL(const char* base, const Parsed& base_parsed, const CHAR* url, int url_len, bool is_base_hierarchical, bool* is_relative, Component* relative_component) argument
510 IsRelativeURL(const char* base, const Parsed& base_parsed, const char* fragment, int fragment_len, bool is_base_hierarchical, bool* is_relative, Component* relative_component) argument
522 IsRelativeURL(const char* base, const Parsed& base_parsed, const base::char16* fragment, int fragment_len, bool is_base_hierarchical, bool* is_relative, Component* relative_component) argument
[all...]
H A Durl_util.cc225 bool is_relative; local
229 &is_relative, &relative_component)) {
237 if (is_relative && base_is_authority_based && !standard_base_scheme) {
252 } else if (is_relative) {
H A Durl_canon.h830 // relative or absolute URL and places the result into |*is_relative|. If it is
845 bool* is_relative,
852 bool* is_relative,
H A Durl_canon_unittest.cc2060 bool is_relative; local
2064 &is_relative, &relative_component);
2068 EXPECT_EQ(cur_case.is_rel, is_relative) <<
2071 if (succeed_is_rel && is_relative && cur_case.is_rel) {
/external/clang/lib/Tooling/
H A DFileMatchTrie.cpp55 if (llvm::sys::path::is_relative(NewPath))
176 if (llvm::sys::path::is_relative(FileName)) {
H A DJSONCompilationDatabase.cpp305 if (llvm::sys::path::is_relative(FileName)) {
/external/chromium_org/chrome/common/importer/
H A Dfirefox_importer_utils.cc30 std::string is_relative; local
31 if (!root.GetStringASCII(profile_name + ".IsRelative", &is_relative) ||
44 if (is_relative == "1")
/external/llvm/include/llvm/Support/
H A DPath.h394 bool is_relative(const Twine &path);
/external/opencv/cxcore/src/
H A Dcxnorm.cpp977 int type, depth, cn, is_relative; local
991 is_relative = mat2 && (normType & CV_RELATIVE);
1038 if( !mat2 || is_relative )
1060 if( is_relative )
1074 if( !mat2 || is_relative )
1096 if( is_relative )
1173 if( !mat2 || is_relative )
1240 if( is_relative )
1261 if( !mat2 || is_relative )
1298 if( is_relative )
[all...]
H A Dcxdatastructs.cpp1215 cvSetSeqReaderPos( CvSeqReader* reader, int index, int is_relative )
1230 if( !is_relative )
/external/chromium_org/tools/gn/
H A Dfilesystem_utils.cc450 bool is_relative = true; local
452 is_relative = false;
487 if (is_relative) {
/external/chromium_org/third_party/cython/src/Cython/Build/
H A DDependencies.py461 is_relative = module[0] == '.'
462 if is_relative and not filename:
466 if is_relative:
479 if is_relative:
/external/clang/lib/Frontend/
H A DCacheTokens.cpp501 if (llvm::sys::path::is_relative(FE->getName()))
551 if (llvm::sys::path::is_relative(Path))
/external/llvm/lib/DebugInfo/
H A DDWARFUnit.cpp259 if (sys::path::is_relative(DWOFileName) && CompilationDir != nullptr) {
H A DDWARFContext.cpp436 sys::path::is_relative(FileName)) {
/external/clang/lib/StaticAnalyzer/Core/
H A DHTMLDiagnostics.cpp184 if (llvm::sys::path::is_relative(Entry->getName())) {
/external/llvm/lib/Support/
H A DPath.cpp702 bool is_relative(const Twine &path) {
/external/llvm/unittests/Support/
H A DPath.cpp131 path::is_relative(*i);
/external/clang/lib/Lex/
H A DHeaderSearch.cpp311 if (llvm::sys::path::is_relative(Dest)) {
H A DModuleMap.cpp1545 if (llvm::sys::path::is_relative(FileNameRef)) {
/external/opencv/cxcore/include/
H A Dcxcore.h1055 int is_relative CV_DEFAULT(0));
/external/clang/lib/Driver/
H A DTools.cpp3020 if (llvm::sys::path::is_relative(CoverageFilename.str())) {

Completed in 739 milliseconds