HomeSort by relevance Sort by last modified time
    Searched defs:AddPath (Results 1 - 6 of 6) sorted by null

  /development/testrunner/coverage/
coverage_target.py 34 def AddPath(self, path):
  /development/testrunner/
make_tree.py 90 def AddPath(self, path):
  /external/chromium/net/http/
http_auth_cache.cc 85 // kept small because AddPath() only keeps the shallowest entry.
144 entry->AddPath(path);
163 void HttpAuthCache::Entry::AddPath(const std::string& path) {
  /external/clang/include/clang/Lex/
HeaderSearchOptions.h 123 /// AddPath - Add the \p Path path to the specified \p Group list.
124 void AddPath(StringRef Path, frontend::IncludeDirGroup Group,
  /external/clang/lib/Frontend/
InitHeaderSearch.cpp 55 /// AddPath - Add the specified path to the specified group list, prefixing
57 void AddPath(const Twine &Path, IncludeDirGroup Group, bool isFramework);
119 void InitHeaderSearch::AddPath(const Twine &Path, IncludeDirGroup Group,
185 AddPath(Base, CXXSystem, false);
191 AddPath(Base + "/" + ArchDir + "/" + Dir64, CXXSystem, false);
193 AddPath(Base + "/" + ArchDir + "/" + Dir32, CXXSystem, false);
196 AddPath(Base + "/backward", CXXSystem, false);
202 AddPath(Base + "/" + Arch + "/" + Version + "/include/c++",
204 AddPath(Base + "/" + Arch + "/" + Version + "/include/c++/" + Arch,
206 AddPath(Base + "/" + Arch + "/" + Version + "/include/c++/backward"
    [all...]
  /external/v8/src/
profile-generator.cc 454 void CpuProfile::AddPath(const Vector<CodeEntry*>& path) {
834 current_profiles_[i]->AddPath(path);
    [all...]

Completed in 84 milliseconds