HomeSort by relevance Sort by last modified time
    Searched refs:is_relative (Results 1 - 25 of 26) sorted by null

1 2

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-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.11-4.8/sysroot/usr/include/
af_vfs.h 39 long (*seek) (AFvirtualfile *vfile, long offset, int is_relative);
  /external/chromium_org/url/
url_canon_relative.cc 69 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_component)
    [all...]
url_util.cc 225 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) {
url_canon.h     [all...]
url_canon_unittest.cc 2060 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 305 if (llvm::sys::path::is_relative(FileName)) {
  /external/chromium_org/chrome/common/importer/
firefox_importer_utils.cc 30 std::string is_relative; local
31 if (!root.GetStringASCII(profile_name + ".IsRelative", &is_relative) ||
44 if (is_relative == "1")
  /external/llvm/include/llvm/Support/
Path.h 394 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_org/tools/gn/
filesystem_utils.cc 450 bool is_relative = true; local
452 is_relative = false;
487 if (is_relative) {
  /art/compiler/
elf_writer_quick.h 163 bool is_relative,
elf_writer_quick.cc     [all...]
  /external/clang/lib/Frontend/
CacheTokens.cpp 501 if (llvm::sys::path::is_relative(FE->getName()))
551 if (llvm::sys::path::is_relative(Path))
  /external/chromium_org/third_party/cython/src/Cython/Build/
Dependencies.py 461 is_relative = module[0] == '.'
462 if is_relative and not filename:
466 if is_relative:
479 if is_relative:
    [all...]
  /external/llvm/lib/DebugInfo/
DWARFUnit.cpp 259 if (sys::path::is_relative(DWOFileName) && CompilationDir != nullptr) {
DWARFContext.cpp 436 sys::path::is_relative(FileName)) {
  /external/clang/lib/StaticAnalyzer/Core/
HTMLDiagnostics.cpp 184 if (llvm::sys::path::is_relative(Entry->getName())) {
  /external/llvm/lib/Support/
Path.cpp 702 bool is_relative(const Twine &path) {
  /external/llvm/unittests/Support/
Path.cpp 131 path::is_relative(*i);
  /external/clang/lib/Lex/
HeaderSearch.cpp 311 if (llvm::sys::path::is_relative(Dest)) {
    [all...]
ModuleMap.cpp     [all...]
  /external/opencv/cxcore/include/
cxcore.h     [all...]

Completed in 414 milliseconds

1 2