Searched defs:AddPath (Results 1 - 4 of 4) sorted by relevance

/external/chromium/net/http/
H A Dhttp_auth_cache.cc85 // kept small because AddPath() only keeps the shallowest entry.
144 entry->AddPath(path);
163 void HttpAuthCache::Entry::AddPath(const std::string& path) { function in class:net::HttpAuthCache::Entry
/external/clang/include/clang/Frontend/
H A DHeaderSearchOptions.h128 /// AddPath - Add the \arg Path path to the specified \arg Group list.
129 void AddPath(StringRef Path, frontend::IncludeDirGroup Group, function in class:clang::HeaderSearchOptions
/external/clang/lib/Frontend/
H A DInitHeaderSearch.cpp56 /// AddPath - Add the specified path to the specified group list.
57 void AddPath(const Twine &Path, IncludeDirGroup Group,
108 void InitHeaderSearch::AddPath(const Twine &Path, function in class:InitHeaderSearch
174 AddPath(Base, CXXSystem, true, false, false);
180 AddPath(Base + "/" + ArchDir + "/" + Dir64, CXXSystem, true, false, false);
182 AddPath(Base + "/" + ArchDir + "/" + Dir32, CXXSystem, true, false, false);
185 AddPath(Base + "/backward", CXXSystem, true, false, false);
191 AddPath(Base + "/" + Arch + "/" + Version + "/include/c++",
193 AddPath(Base + "/" + Arch + "/" + Version + "/include/c++/" + Arch,
195 AddPath(Bas
[all...]
/external/v8/src/
H A Dprofile-generator.cc454 void CpuProfile::AddPath(const Vector<CodeEntry*>& path) { function in class:v8::internal::CpuProfile
834 current_profiles_[i]->AddPath(path);

Completed in 221 milliseconds