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

  /external/clang/lib/Frontend/
InitHeaderSearch.cpp 60 /// AddPath - Add the specified path to the specified group list.
61 void AddPath(const Twine &Path, IncludeDirGroup Group,
106 void InitHeaderSearch::AddPath(const Twine &Path,
172 AddPath(Base, CXXSystem, true, false, false);
178 AddPath(Base + "/" + ArchDir + "/" + Dir64, CXXSystem, true, false, false);
180 AddPath(Base + "/" + ArchDir + "/" + Dir32, CXXSystem, true, false, false);
183 AddPath(Base + "/backward", CXXSystem, true, false, false);
189 AddPath(Base + "/" + Arch + "/" + Version + "/include/c++",
191 AddPath(Base + "/" + Arch + "/" + Version + "/include/c++/" + Arch,
193 AddPath(Base + "/" + Arch + "/" + Version + "/include/c++/backward"
    [all...]
CompilerInvocation.cpp     [all...]
  /external/chromium/net/http/
http_auth_cache.h 152 FRIEND_TEST_ALL_PREFIXES(HttpAuthCacheTest, AddPath);
161 void AddPath(const std::string& path);
http_auth_cache_unittest.cc 228 TEST(HttpAuthCacheTest, AddPath) {
232 entry.AddPath("/1/2/3/4/5/x.txt");
233 entry.AddPath("/1/2/3/4/5/y.txt");
234 entry.AddPath("/1/2/3/4/5/z.txt");
240 entry.AddPath("/1/XXX/q");
246 entry.AddPath("/1/2/3/4/x.txt");
250 entry.AddPath("/1/2/3/x");
255 entry.AddPath("/index.html");
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/Frontend/
HeaderSearchOptions.h 99 /// AddPath - Add the \arg Path path to the specified \arg Group list.
100 void AddPath(StringRef Path, frontend::IncludeDirGroup Group,
  /external/skia/src/animator/
SkPathParts.h 163 DECLARE_MEMBER_INFO(AddPath);
SkDisplayType.cpp 93 CASE_NEW(AddPath);
248 CASE_GET_INFO(AddPath);
415 { "addPath", SkType_AddPath INIT_BOOL_FIELDS },
  /external/opencv/otherlibs/highgui/
loadsave.cpp 360 g_Filters.AddPath( path );
  /external/skia/src/xml/
SkJSDisplayable.cpp 123 JS_INIT(Sk, AddPath)
  /external/v8/src/
profile-generator.h 214 void AddPath(const Vector<CodeEntry*>& path);
    [all...]
profile-generator.cc 447 void CpuProfile::AddPath(const Vector<CodeEntry*>& path) {
797 current_profiles_[i]->AddPath(path);
    [all...]

Completed in 354 milliseconds