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

1 2

  /external/clang/lib/Frontend/
InitHeaderSearch.cpp 57 /// AddPath - Add the specified path to the specified group list, prefixing
59 void AddPath(const Twine &Path, IncludeDirGroup Group, bool isFramework);
116 void InitHeaderSearch::AddPath(const Twine &Path, IncludeDirGroup Group,
182 AddPath(Base, CXXSystem, false);
188 AddPath(Base + "/" + ArchDir + "/" + Dir64, CXXSystem, false);
190 AddPath(Base + "/" + ArchDir + "/" + Dir32, CXXSystem, false);
193 AddPath(Base + "/backward", CXXSystem, false);
199 AddPath(Base + "/" + Arch + "/" + Version + "/include/c++",
201 AddPath(Base + "/" + Arch + "/" + Version + "/include/c++/" + Arch,
203 AddPath(Base + "/" + Arch + "/" + Version + "/include/c++/backward"
    [all...]
  /external/pdfium/core/fxge/ge/
fx_ge_linux.cpp 139 AddPath(*pPath);
149 pInfo->AddPath("/usr/share/fonts");
150 pInfo->AddPath("/usr/share/X11/fonts/Type1");
151 pInfo->AddPath("/usr/share/X11/fonts/TTF");
152 pInfo->AddPath("/usr/local/share/fonts");
cfx_folderfontinfo.h 22 void AddPath(const CFX_ByteStringC& path);
cfx_folderfontinfo.cpp 109 void CFX_FolderFontInfo::AddPath(const CFX_ByteStringC& path) {
  /external/pdfium/core/fxge/apple/
fx_mac_imp.cpp 125 pInfo->AddPath("~/Library/Fonts");
126 pInfo->AddPath("/Library/Fonts");
127 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/fde/
cfde_path.h 27 void AddPath(const CFDE_Path* pSrc, bool bConnect);
cfde_path.cpp 166 void CFDE_Path::AddPath(const CFDE_Path* pSrc, 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/util/
field_mask_util.cc 186 void AddPath(const string& path);
247 AddPath(mask.paths(i));
272 void FieldMaskTree::AddPath(const string& path) {
308 out->AddPath(path);
328 out->AddPath(prefix);
  /development/testrunner/
make_tree.py 90 def AddPath(self, path):
runtest.py 295 target_tree.AddPath("external/emma")
421 target_tree.AddPath(build_dir)
  /external/protobuf/src/google/protobuf/compiler/
parser.cc 351 AddPath(path1);
357 AddPath(path1);
358 AddPath(path2);
376 void Parser::LocationRecorder::AddPath(int path_component) {
861 location.AddPath(FieldDescriptorProto::kTypeNameFieldNumber);
880 location.AddPath(FieldDescriptorProto::kTypeFieldNumber);
883 location.AddPath(FieldDescriptorProto::kTypeNameFieldNumber);
919 group_location.AddPath(location_field_number_for_nested_type);
920 group_location.AddPath(messages->size());
    [all...]
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);
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Core/
DistributionPackageClass.py 214 AddPath = os.path.normpath(os.path.join(PackagePath, IncludePath))
215 self.FileList += GetNonMetaDataFiles(SearchPath, ['CVS', '.svn'], False, AddPath)
  /external/clang/include/clang/Serialization/
ASTWriter.h 600 void AddPath(StringRef Path, RecordDataImpl &Record);
    [all...]
  /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);

Completed in 1128 milliseconds

1 2