/external/opencv/cxcore/src/ |
D | cxnorm.cpp | 977 int type, depth, cn, is_relative; in cvNorm() local 991 is_relative = mat2 && (normType & CV_RELATIVE); in cvNorm() 1038 if( !mat2 || is_relative ) in cvNorm() 1060 if( is_relative ) in cvNorm() 1074 if( !mat2 || is_relative ) in cvNorm() 1096 if( is_relative ) in cvNorm() 1173 if( !mat2 || is_relative ) in cvNorm() 1240 if( is_relative ) in cvNorm() 1261 if( !mat2 || is_relative ) in cvNorm() 1298 if( is_relative ) in cvNorm() [all …]
|
D | cxdatastructs.cpp | 1215 cvSetSeqReaderPos( CvSeqReader* reader, int index, int is_relative ) in cvSetSeqReaderPos() argument 1230 if( !is_relative ) in cvSetSeqReaderPos()
|
/external/clang/lib/Tooling/ |
D | FileMatchTrie.cpp | 57 if (llvm::sys::path::is_relative(NewPath)) in insert() 180 if (llvm::sys::path::is_relative(FileName)) { in findEquivalent()
|
D | JSONCompilationDatabase.cpp | 327 if (llvm::sys::path::is_relative(FileName)) { in parse()
|
/external/llvm/include/llvm/Support/ |
D | Path.h | 418 bool is_relative(const Twine &path);
|
/external/clang/lib/Frontend/ |
D | CacheTokens.cpp | 512 if (llvm::sys::path::is_relative(FE->getName())) in GeneratePTH() 562 if (llvm::sys::path::is_relative(Path)) in getStat()
|
/external/llvm/lib/DebugInfo/DWARF/ |
D | DWARFUnit.cpp | 293 if (sys::path::is_relative(DWOFileName) && CompilationDir != nullptr) { in parseDWO()
|
D | DWARFDebugLine.cpp | 663 sys::path::is_relative(IncludeDir)) in getFileNameByIndex()
|
/external/clang/lib/StaticAnalyzer/Core/ |
D | HTMLDiagnostics.cpp | 186 if (llvm::sys::path::is_relative(Entry->getName())) { in ReportDiag()
|
/external/opencv3/modules/core/test/ |
D | test_ds.cpp | 678 int is_relative = op == max_val - 1; in test_get_seq_reading() local 681 new_pos0 = new_pos + (is_relative ? pos : 0 ); in test_get_seq_reading() 687 cvSetSeqReaderPos( &reader, new_pos, is_relative ); in test_get_seq_reading()
|
/external/google-breakpad/src/third_party/libdisasm/swig/ |
D | libdisasm_oop.i | 228 int is_relative( ) { in is_relative() function
|
/external/llvm/lib/Support/ |
D | Path.cpp | 662 bool is_relative(const Twine &path) { return !is_absolute(path); } in is_relative() function
|
/external/llvm/unittests/Support/ |
D | Path.cpp | 137 path::is_relative(*i); in TEST()
|
/external/clang/lib/Lex/ |
D | HeaderSearch.cpp | 323 if (llvm::sys::path::is_relative(Dest)) { in LookupFile()
|
D | ModuleMap.cpp | 1595 if (llvm::sys::path::is_relative(FileNameRef)) { in parseExternModuleDecl()
|
/external/opencv3/modules/core/src/ |
D | datastructs.cpp | 1038 cvSetSeqReaderPos( CvSeqReader* reader, int index, int is_relative ) in cvSetSeqReaderPos() argument 1049 if( !is_relative ) in cvSetSeqReaderPos()
|
/external/opencv/cxcore/include/ |
D | cxcore.h | 1055 int is_relative CV_DEFAULT(0));
|
/external/opencv3/modules/core/include/opencv2/core/ |
D | core_c.h | 1676 int is_relative CV_DEFAULT(0));
|
/external/llvm/tools/dsymutil/ |
D | DwarfLinker.cpp | 3232 if (sys::path::is_relative(Filename)) in loadClangModule()
|
/external/clang/lib/Driver/ |
D | Tools.cpp | 3232 if (llvm::sys::path::is_relative(CoverageFilename)) { in addPGOAndCoverageFlags()
|