/external/clang/lib/Frontend/ |
D | InitHeaderSearch.cpp | 58 void AddPath(const Twine &Path, IncludeDirGroup Group, bool isFramework); 115 void InitHeaderSearch::AddPath(const Twine &Path, IncludeDirGroup Group, in AddPath() function in InitHeaderSearch 181 AddPath(Base, CXXSystem, false); in AddGnuCPlusPlusIncludePaths() 187 AddPath(Base + "/" + ArchDir + "/" + Dir64, CXXSystem, false); in AddGnuCPlusPlusIncludePaths() 189 AddPath(Base + "/" + ArchDir + "/" + Dir32, CXXSystem, false); in AddGnuCPlusPlusIncludePaths() 192 AddPath(Base + "/backward", CXXSystem, false); in AddGnuCPlusPlusIncludePaths() 198 AddPath(Base + "/" + Arch + "/" + Version + "/include/c++", in AddMinGWCPlusPlusIncludePaths() 200 AddPath(Base + "/" + Arch + "/" + Version + "/include/c++/" + Arch, in AddMinGWCPlusPlusIncludePaths() 202 AddPath(Base + "/" + Arch + "/" + Version + "/include/c++/backward", in AddMinGWCPlusPlusIncludePaths() 226 AddPath("/usr/local/include", System, false); in AddDefaultCIncludePaths() [all …]
|
D | CompilerInvocation.cpp | 1229 Opts.AddPath(A->getValue(), Group, in ParseHeaderSearchArgs() 1241 Opts.AddPath(Prefix.str() + A->getValue(), frontend::After, false, true); in ParseHeaderSearchArgs() 1243 Opts.AddPath(Prefix.str() + A->getValue(), frontend::Angled, false, true); in ParseHeaderSearchArgs() 1247 Opts.AddPath(A->getValue(), frontend::After, false, true); in ParseHeaderSearchArgs() 1249 Opts.AddPath(A->getValue(), frontend::Quoted, false, true); in ParseHeaderSearchArgs() 1251 Opts.AddPath(A->getValue(), frontend::System, false, in ParseHeaderSearchArgs() 1254 Opts.AddPath(A->getValue(), frontend::System, true, true); in ParseHeaderSearchArgs() 1258 Opts.AddPath(A->getValue(), frontend::CSystem, false, true); in ParseHeaderSearchArgs() 1260 Opts.AddPath(A->getValue(), frontend::CXXSystem, false, true); in ParseHeaderSearchArgs() 1262 Opts.AddPath(A->getValue(), frontend::ObjCSystem, false,true); in ParseHeaderSearchArgs() [all …]
|
/external/pdfium/core/src/fxge/ge/ |
D | fx_ge_linux.cpp | 126 pInfo->AddPath("/usr/share/fonts"); in CreateDefault() 127 pInfo->AddPath("/usr/share/X11/fonts/Type1"); in CreateDefault() 128 pInfo->AddPath("/usr/share/X11/fonts/TTF"); in CreateDefault() 129 pInfo->AddPath("/usr/local/share/fonts"); in CreateDefault() 138 AddPath(*pPath); in ParseFontCfg()
|
D | fx_ge_fontmap.cpp | 1323 void CFX_FolderFontInfo::AddPath(const CFX_ByteStringC& path) { in AddPath() function in CFX_FolderFontInfo
|
/external/pdfium/core/src/fxge/apple/ |
D | fx_mac_imp.cpp | 100 pInfo->AddPath("~/Library/Fonts"); in CreateDefault() 101 pInfo->AddPath("/Library/Fonts"); in CreateDefault() 102 pInfo->AddPath("/System/Library/Fonts"); in CreateDefault()
|
/external/protobuf/src/google/protobuf/compiler/ |
D | parser.cc | 312 AddPath(path1); in LocationRecorder() 318 AddPath(path1); in LocationRecorder() 319 AddPath(path2); in LocationRecorder() 337 void Parser::LocationRecorder::AddPath(int path_component) { in AddPath() function in google::protobuf::compiler::Parser::LocationRecorder 702 location.AddPath(FieldDescriptorProto::kTypeFieldNumber); in ParseMessageFieldNoLabel() 705 location.AddPath(FieldDescriptorProto::kTypeNameFieldNumber); in ParseMessageFieldNoLabel() 740 group_location.AddPath(location_field_number_for_nested_type); in ParseMessageFieldNoLabel() 741 group_location.AddPath(messages->size()); in ParseMessageFieldNoLabel() 1082 value_location.AddPath( in ParseOption() 1100 value_location.AddPath( in ParseOption() [all …]
|
D | parser.h | 228 void AddPath(int path_component);
|
/external/pdfium/xfa/src/fdp/include/ |
D | fde_pth.h | 25 virtual void AddPath(const IFDE_Path* pSrc, FX_BOOL bConnect) = 0;
|
/external/pdfium/xfa/src/fdp/src/fde/ |
D | fde_geobject.h | 27 virtual void AddPath(const IFDE_Path* pSrc, FX_BOOL bConnect);
|
D | fde_geobject.cpp | 209 void CFDE_Path::AddPath(const IFDE_Path* pSrc, FX_BOOL bConnect) { in AddPath() function in CFDE_Path
|
/external/clang/include/clang/Lex/ |
D | HeaderSearchOptions.h | 187 void AddPath(StringRef Path, frontend::IncludeDirGroup Group, in AddPath() function
|
/external/skia/src/animator/ |
D | SkPathParts.h | 155 DECLARE_MEMBER_INFO(AddPath);
|
D | SkDisplayType.cpp | 84 CASE_NEW(AddPath); in CreateInstance() 238 CASE_GET_INFO(AddPath); in GetMembers()
|
D | SkAnimateSchema.xsd | 871 AddPath adds a path to the parent path element.
|
/external/v8/src/profiler/ |
D | profile-generator.cc | 358 void CpuProfile::AddPath(base::TimeTicks timestamp, in AddPath() function in v8::internal::CpuProfile 533 current_profiles_[i]->AddPath(timestamp, path, src_line); in AddPathToCurrentProfiles()
|
D | profile-generator.h | 227 void AddPath(base::TimeTicks timestamp, const Vector<CodeEntry*>& path,
|
/external/mesa3d/src/gallium/state_trackers/clover/llvm/ |
D | invocation.cpp | 111 c.getHeaderSearchOpts().AddPath(LIBCLC_INCLUDEDIR, in compile()
|
/external/opencv/otherlibs/highgui/ |
D | loadsave.cpp | 360 g_Filters.AddPath( path );
|
/external/pdfium/core/include/fxge/ |
D | fx_font.h | 391 void AddPath(const CFX_ByteStringC& path);
|
/external/clang/include/clang/Serialization/ |
D | ASTWriter.h | 764 void AddPath(StringRef Path, RecordDataImpl &Record);
|
/external/clang/lib/Serialization/ |
D | ASTWriter.cpp | 1260 AddPath(Map.getModuleMapFileForUniquing(WritingModule)->getName(), Record); in WriteControlBlock() 1267 AddPath(F->getName(), Record); in WriteControlBlock() 1290 AddPath(M->FileName, Record); in WriteControlBlock() 1997 AddPath(LineTable.getFilename(LE.FilenameID), Record); in WriteSourceManagerBlock() 3971 void ASTWriter::AddPath(StringRef Path, RecordDataImpl &Record) { in AddPath() function in ASTWriter
|
/external/pdfium/core/src/fxge/win32/ |
D | fx_win32_device.cpp | 456 pInfoFallback->AddPath(fonts_path); in CreateDefault()
|