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

1 2

  /external/clang/lib/Frontend/
InitHeaderSearch.cpp 56 /// AddPath - Add the specified path to the specified group list, prefixing
58 void AddPath(const Twine &Path, IncludeDirGroup Group, bool isFramework);
120 void InitHeaderSearch::AddPath(const Twine &Path, IncludeDirGroup Group,
186 AddPath(Base, CXXSystem, false);
192 AddPath(Base + "/" + ArchDir + "/" + Dir64, CXXSystem, false);
194 AddPath(Base + "/" + ArchDir + "/" + Dir32, CXXSystem, false);
197 AddPath(Base + "/backward", CXXSystem, false);
203 AddPath(Base + "/" + Arch + "/" + Version + "/include/c++",
205 AddPath(Base + "/" + Arch + "/" + Version + "/include/c++/" + Arch,
207 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/chromium_org/net/http/
http_auth_cache.h 65 FRIEND_TEST_ALL_PREFIXES(HttpAuthCacheTest, AddPath);
74 void AddPath(const std::string& path);
http_auth_cache.cc 87 // kept small because AddPath() only keeps the shallowest entry.
144 entry->AddPath(path);
163 void HttpAuthCache::Entry::AddPath(const std::string& path) {
238 entry->AddPath(*it2);
http_auth_cache_unittest.cc 242 TEST(HttpAuthCacheTest, AddPath) {
246 entry.AddPath("/1/2/3/4/5/x.txt");
247 entry.AddPath("/1/2/3/4/5/y.txt");
248 entry.AddPath("/1/2/3/4/5/z.txt");
254 entry.AddPath("/1/XXX/q");
260 entry.AddPath("/1/2/3/4/x.txt");
264 entry.AddPath("/1/2/3/x");
269 entry.AddPath("/index.html");
  /external/clang/include/clang/Lex/
HeaderSearchOptions.h 147 /// AddPath - Add the \p Path path to the specified \p Group list.
148 void AddPath(StringRef Path, frontend::IncludeDirGroup Group,
  /external/chromium_org/third_party/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 },
  /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 },
  /external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/
parser.cc 312 AddPath(path1);
318 AddPath(path1);
319 AddPath(path2);
337 void Parser::LocationRecorder::AddPath(int path_component) {
666 location.AddPath(FieldDescriptorProto::kTypeFieldNumber);
669 location.AddPath(FieldDescriptorProto::kTypeNameFieldNumber);
704 group_location.AddPath(location_field_number_for_nested_type);
705 group_location.AddPath(messages->size());
    [all...]
parser.h 217 // call AddPath() only to add the path components leading from the parent
221 // Convenience constructors that call AddPath() one or two times.
229 void AddPath(int path_component);
  /development/testrunner/
make_tree.py 90 def AddPath(self, path):
runtest.py 267 target_tree.AddPath("external/emma")
365 target_tree.AddPath(build_dir)
  /external/chromium_org/content/shell/browser/
shell_message_filter.cc 74 files.AddPath(absolute_filenames[i], NULL);
  /external/chromium_org/webkit/browser/fileapi/
isolated_context.h 51 bool AddPath(const base::FilePath& path, std::string* registered_name);
  /external/chromium_org/v8/src/
profile-generator.h 202 void AddPath(const Vector<CodeEntry*>& path);
profile-generator.cc 364 void CpuProfile::AddPath(const Vector<CodeEntry*>& path) {
558 current_profiles_[i]->AddPath(path);
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/clover/llvm/
invocation.cpp 111 c.getHeaderSearchOpts().AddPath(LIBCLC_INCLUDEDIR,
  /external/mesa3d/src/gallium/state_trackers/clover/llvm/
invocation.cpp 111 c.getHeaderSearchOpts().AddPath(LIBCLC_INCLUDEDIR,

Completed in 1985 milliseconds

1 2