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

  /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...]
CompilerInvocation.cpp     [all...]
  /development/testrunner/coverage/
coverage_target.py 34 def AddPath(self, path):
coverage_targets.py 118 target.AddPath(os.path.join(target.GetBuildPath(), "src"))
121 target.AddPath(os.path.join(target.GetBuildPath(), rel_path))
  /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/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/skia/legacy/src/animator/
SkPathParts.h 155 DECLARE_MEMBER_INFO(AddPath);
SkDisplayType.cpp 85 CASE_NEW(AddPath);
240 CASE_GET_INFO(AddPath);
407 { "addPath", SkType_AddPath INIT_BOOL_FIELDS },
  /external/skia/src/animator/
SkPathParts.h 155 DECLARE_MEMBER_INFO(AddPath);
SkDisplayType.cpp 85 CASE_NEW(AddPath);
240 CASE_GET_INFO(AddPath);
407 { "addPath", SkType_AddPath INIT_BOOL_FIELDS },
  /development/testrunner/
make_tree.py 90 def AddPath(self, path):
runtest.py 265 target_tree.AddPath("external/emma")
351 target_tree.AddPath(build_dir)
  /external/opencv/otherlibs/highgui/
loadsave.cpp 360 g_Filters.AddPath( path );
  /external/skia/legacy/src/xml/
SkJSDisplayable.cpp 115 JS_INIT(Sk, AddPath)
  /external/skia/src/xml/
SkJSDisplayable.cpp 115 JS_INIT(Sk, AddPath)
  /external/v8/src/
profile-generator.h 217 void AddPath(const Vector<CodeEntry*>& path);
    [all...]
profile-generator.cc 454 void CpuProfile::AddPath(const Vector<CodeEntry*>& path) {
834 current_profiles_[i]->AddPath(path);
    [all...]

Completed in 208 milliseconds