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

/external/chromium/googleurl/src/
H A Durl_canon_relative.cc92 bool* is_relative,
94 *is_relative = false; // So we can default later to not relative.
102 *is_relative = true;
134 *is_relative = true;
143 *is_relative = true;
168 *is_relative = true;
527 bool* is_relative,
531 is_relative, relative_component);
539 bool* is_relative,
543 is_relative, relative_componen
87 DoIsRelativeURL(const char* base, const url_parse::Parsed& base_parsed, const CHAR* url, int url_len, bool is_base_hierarchical, bool* is_relative, url_parse::Component* relative_component) argument
522 IsRelativeURL(const char* base, const url_parse::Parsed& base_parsed, const char* fragment, int fragment_len, bool is_base_hierarchical, bool* is_relative, url_parse::Component* relative_component) argument
534 IsRelativeURL(const char* base, const url_parse::Parsed& base_parsed, const char16* fragment, int fragment_len, bool is_base_hierarchical, bool* is_relative, url_parse::Component* relative_component) argument
[all...]
H A Durl_util.cc235 bool is_relative; local
240 &is_relative,
246 if (is_relative) {
H A Durl_canon.h810 // relative or absolute URL and places the result into |*is_relative|. If it is
825 bool* is_relative,
832 bool* is_relative,
H A Durl_canon_unittest.cc1918 bool is_relative; local
1922 &is_relative, &relative_component);
1926 EXPECT_EQ(cur_case.is_rel, is_relative) <<
1929 if (succeed_is_rel && is_relative && cur_case.is_rel) {
/external/llvm/include/llvm/Support/
H A DPathV2.h352 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/chrome/browser/importer/
H A Dfirefox_importer_utils.cc62 std::string is_relative; local
64 if (root.GetStringASCII(current_profile + ".IsRelative", &is_relative) &&
75 if (is_relative == "1") {
/external/clang/lib/Frontend/
H A DCacheTokens.cpp478 if (llvm::sys::path::is_relative(FE->getName()))
527 if (llvm::sys::path::is_relative(Path))
/external/llvm/unittests/Support/
H A DPath.cpp125 path::is_relative(*i);
/external/bluetooth/glib/glib/
H A Dgutils.c2375 gboolean is_relative = FALSE; local
2447 is_relative = TRUE;
2464 if (is_relative)
/external/clang/lib/StaticAnalyzer/Core/
H A DHTMLDiagnostics.cpp201 if (llvm::sys::path::is_relative(Entry->getName())) {
/external/llvm/lib/Support/
H A DPathV2.cpp592 bool is_relative(const Twine &path) {
/external/opencv/cxcore/include/
H A Dcxcore.h1055 int is_relative CV_DEFAULT(0));

Completed in 514 milliseconds