HomeSort by relevance Sort by last modified time
    Searched refs:AddPath (Results 1 - 25 of 31) 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);
115 void InitHeaderSearch::AddPath(const Twine &Path, IncludeDirGroup Group,
181 AddPath(Base, CXXSystem, false);
187 AddPath(Base + "/" + ArchDir + "/" + Dir64, CXXSystem, false);
189 AddPath(Base + "/" + ArchDir + "/" + Dir32, CXXSystem, false);
192 AddPath(Base + "/backward", CXXSystem, false);
198 AddPath(Base + "/" + Arch + "/" + Version + "/include/c++",
200 AddPath(Base + "/" + Arch + "/" + Version + "/include/c++/" + Arch,
202 AddPath(Base + "/" + Arch + "/" + Version + "/include/c++/backward"
    [all...]
CompilerInvocation.cpp     [all...]
  /external/pdfium/core/src/fxge/ge/
fx_ge_linux.cpp 126 pInfo->AddPath("/usr/share/fonts");
127 pInfo->AddPath("/usr/share/X11/fonts/Type1");
128 pInfo->AddPath("/usr/share/X11/fonts/TTF");
129 pInfo->AddPath("/usr/local/share/fonts");
138 AddPath(*pPath);
  /external/pdfium/core/src/fxge/apple/
fx_mac_imp.cpp 100 pInfo->AddPath("~/Library/Fonts");
101 pInfo->AddPath("/Library/Fonts");
102 pInfo->AddPath("/System/Library/Fonts");
  /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/pdfium/xfa/src/fdp/include/
fde_pth.h 25 virtual void AddPath(const IFDE_Path* pSrc, FX_BOOL bConnect) = 0;
  /external/pdfium/xfa/src/fdp/src/fde/
fde_geobject.h 27 virtual void AddPath(const IFDE_Path* pSrc, FX_BOOL bConnect);
fde_geobject.cpp 209 void CFDE_Path::AddPath(const IFDE_Path* pSrc, FX_BOOL bConnect) {
  /external/clang/include/clang/Lex/
HeaderSearchOptions.h 186 /// AddPath - Add the \p Path path to the specified \p Group list.
187 void AddPath(StringRef Path, frontend::IncludeDirGroup Group,
  /external/protobuf/src/google/protobuf/compiler/
parser.cc 312 AddPath(path1);
318 AddPath(path1);
319 AddPath(path2);
337 void Parser::LocationRecorder::AddPath(int path_component) {
702 location.AddPath(FieldDescriptorProto::kTypeFieldNumber);
705 location.AddPath(FieldDescriptorProto::kTypeNameFieldNumber);
740 group_location.AddPath(location_field_number_for_nested_type);
741 group_location.AddPath(messages->size());
    [all...]
parser.h 216 // call AddPath() only to add the path components leading from the parent
220 // Convenience constructors that call AddPath() one or two times.
228 void AddPath(int path_component);
  /development/testrunner/
make_tree.py 90 def AddPath(self, path):
runtest.py 295 target_tree.AddPath("external/emma")
419 target_tree.AddPath(build_dir)
  /external/skia/src/animator/
SkPathParts.h 155 DECLARE_MEMBER_INFO(AddPath);
SkDisplayType.cpp 84 CASE_NEW(AddPath);
238 CASE_GET_INFO(AddPath);
404 { "addPath", SkType_AddPath INIT_BOOL_FIELDS },
  /prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/compiler/
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);
  /prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/compiler/
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);
  /prebuilts/misc/windows/protobuf2.5/include/google/protobuf/compiler/
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);
  /prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/compiler/
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);
  /external/mesa3d/src/gallium/state_trackers/clover/llvm/
invocation.cpp 111 c.getHeaderSearchOpts().AddPath(LIBCLC_INCLUDEDIR,
  /external/opencv/otherlibs/highgui/
loadsave.cpp 360 g_Filters.AddPath( path );
  /external/v8/src/profiler/
profile-generator.h 274 void AddPath(base::TimeTicks timestamp, const std::vector<CodeEntry*>& path,
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/compiler/
parser.h 219 // call AddPath() only to add the path components leading from the parent
223 // Convenience constructors that call AddPath() one or two times.
231 void AddPath(int path_component);
  /external/pdfium/core/include/fxge/
fx_font.h 391 void AddPath(const CFX_ByteStringC& path);

Completed in 1548 milliseconds

1 2