HomeSort by relevance Sort by last modified time
    Searched defs:AddPath (Results 1 - 11 of 11) 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_org/net/http/
http_auth_cache.cc 102 // kept small because AddPath() only keeps the shallowest entry.
176 entry->AddPath(path);
196 void HttpAuthCache::Entry::AddPath(const std::string& path) {
279 entry->AddPath(*it2);
  /external/clang/include/clang/Lex/
HeaderSearchOptions.h 173 /// AddPath - Add the \p Path path to the specified \p Group list.
174 void AddPath(StringRef Path, frontend::IncludeDirGroup Group,
  /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...]
  /external/chromium_org/storage/browser/fileapi/
isolated_context.cc 58 bool IsolatedContext::FileInfoSet::AddPath(
  /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...]
  /external/chromium_org/v8/src/
profile-generator.cc 329 void CpuProfile::AddPath(base::TimeTicks timestamp,
526 current_profiles_[i]->AddPath(timestamp, path);
  /external/pdfium/core/src/fxge/Microsoft SDK/include/
GdiPlusPath.h 615 Status AddPath(IN const GraphicsPath* addingPath,
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/gdiplus/
gdipluspath.h 249 Status AddPath(const GraphicsPath *addingPath, BOOL connect)
  /external/pdfium/core/src/fxge/ge/
fx_ge_fontmap.cpp     [all...]

Completed in 119 milliseconds