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

  /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/llvm/include/llvm/Support/
PathV2.h 352 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/clang/lib/Frontend/
CacheTokens.cpp 478 if (llvm::sys::path::is_relative(FE->getName()))
527 if (llvm::sys::path::is_relative(Path))
  /external/llvm/unittests/Support/
Path.cpp 125 path::is_relative(*i);
  /external/bluetooth/glib/glib/
gutils.c 2375 gboolean is_relative = FALSE; local
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
HTMLDiagnostics.cpp 201 if (llvm::sys::path::is_relative(Entry->getName())) {
  /external/llvm/lib/Support/
PathV2.cpp 592 bool is_relative(const Twine &path) {
  /external/opencv/cxcore/include/
cxcore.h     [all...]

Completed in 835 milliseconds