/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/ |
af_vfs.h | 39 long (*seek) (AFvirtualfile *vfile, long offset, int is_relative);
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/ |
af_vfs.h | 39 long (*seek) (AFvirtualfile *vfile, long offset, int is_relative);
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/ |
af_vfs.h | 39 long (*seek) (AFvirtualfile *vfile, long offset, int is_relative);
|
/external/chromium/googleurl/src/ |
url_canon_relative.cc | 92 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_component) [all...] |
url_util.cc | 235 bool is_relative; local 240 &is_relative, 246 if (is_relative) {
|
url_canon.h | [all...] |
url_canon_unittest.cc | 1918 bool is_relative; local [all...] |
/external/chromium_org/url/ |
url_canon_relative.cc | 68 bool* is_relative, 70 *is_relative = false; // So we can default later to not relative. 78 *is_relative = true; 116 *is_relative = true; 125 *is_relative = true; 156 *is_relative = true; 517 bool* is_relative, 521 is_relative, relative_component); 529 bool* is_relative, 533 is_relative, relative_component) [all...] |
url_util.cc | 230 bool is_relative; local 235 &is_relative, 244 if (is_relative && base_is_authority_based && !standard_base_scheme) { 260 } else if (is_relative) {
|
url_canon.h | [all...] |
url_canon_unittest.cc | 2163 bool is_relative; local [all...] |
/external/clang/lib/Tooling/ |
FileMatchTrie.cpp | 55 if (llvm::sys::path::is_relative(NewPath)) 176 if (llvm::sys::path::is_relative(FileName)) {
|
JSONCompilationDatabase.cpp | 306 if (llvm::sys::path::is_relative(FileName)) {
|
/external/chromium_org/chrome/common/importer/ |
firefox_importer_utils.cc | 29 std::string is_relative; local 30 if (!root.GetStringASCII(profile_name + ".IsRelative", &is_relative) || 43 if (is_relative == "1")
|
/external/llvm/include/llvm/Support/ |
Path.h | 376 bool is_relative(const Twine &path);
|
/external/opencv/cxcore/src/ |
cxnorm.cpp | 977 int type, depth, cn, is_relative; local [all...] |
cxdatastructs.cpp | 1215 cvSetSeqReaderPos( CvSeqReader* reader, int index, int is_relative ) 1230 if( !is_relative ) [all...] |
/external/chromium/chrome/browser/importer/ |
firefox_importer_utils.cc | 62 std::string is_relative; local 64 if (root.GetStringASCII(current_profile + ".IsRelative", &is_relative) && 75 if (is_relative == "1") {
|
/external/chromium_org/tools/gn/ |
filesystem_utils.cc | 418 bool is_relative = true; local 420 is_relative = false; 455 if (is_relative) {
|
/external/clang/lib/Frontend/ |
CacheTokens.cpp | 477 if (llvm::sys::path::is_relative(FE->getName())) 526 if (llvm::sys::path::is_relative(Path))
|
/external/clang/lib/StaticAnalyzer/Core/ |
HTMLDiagnostics.cpp | 163 if (llvm::sys::path::is_relative(Entry->getName())) {
|
/external/llvm/lib/DebugInfo/ |
DWARFContext.cpp | 332 if (NeedsAbsoluteFilePath && sys::path::is_relative(FileName)) {
|
/external/llvm/unittests/Support/ |
Path.cpp | 125 path::is_relative(*i);
|
/external/llvm/lib/Support/ |
Path.cpp | 633 bool is_relative(const Twine &path) {
|
/external/opencv/cxcore/include/ |
cxcore.h | [all...] |