HomeSort by relevance Sort by last modified time
    Searched full:addpath (Results 1 - 25 of 87) sorted by null

1 2 3 4

  /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/skia/src/animator/
SkDrawExtraPathEffect.cpp 26 SkADrawable* addPath;
108 if (fDraw->addPath->isPath()) {
109 drawPath = (SkDrawPath*) fDraw->addPath;
111 SkApply* apply = (SkApply*) fDraw->addPath;
137 dst->addPath(drawPath->getPath(), m);
179 SK_MEMBER(addPath, Drawable), // either path or apply
188 addPath(NULL), addMatrix(NULL), path(NULL), fPathEffect(NULL) {
226 if (addPath == NULL || (addPath->isPath() == false && addPath->isApply() == false)
    [all...]
SkExtraPathEffects.xsd 23 <xs:attribute name="addPath" type="Sk:DynamicString" />
SkPathParts.h 155 DECLARE_MEMBER_INFO(AddPath);
SkPathParts.cpp 314 fPath->fPath.addPath(path->fPath, matrix->getMatrix());
316 fPath->fPath.addPath(path->fPath);
  /external/pdfium/core/src/fxge/apple/
fx_mac_imp.cpp 91 pInfo->AddPath("~/Library/Fonts");
92 pInfo->AddPath("/Library/Fonts");
93 pInfo->AddPath("/System/Library/Fonts");
  /sdk/find_java/src/source/
find_java_lib.cpp 89 pathBin.addPath("bin");
90 pathBin.addPath("java.exe");
93 pathTools.addPath("lib");
94 pathTools.addPath("tools.jar");
105 inOutPath->addPath("java.exe");
122 inOutPath->addPath("bin");
259 rootKey.addPath(entry);
267 subKey.addPath(currentVersion);
313 subKey.addPath(name);
380 path.addPath("Java");
    [all...]
utils.h 251 CPath& addPath(const CString &s) {
252 return addPath(s.cstr());
256 CPath& addPath(const char *s) {
  /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/core/src/fxge/ge/
fx_ge_linux.cpp 213 pInfo->AddPath("/usr/share/fonts");
214 pInfo->AddPath("/usr/share/X11/fonts/Type1");
215 pInfo->AddPath("/usr/share/X11/fonts/TTF");
216 pInfo->AddPath("/usr/local/share/fonts");
  /external/jetty/src/java/org/eclipse/jetty/webapp/
JettyWebXmlConfiguration.java 74 Resource jetty=web_inf.addPath("jetty8-web.xml");
76 jetty=web_inf.addPath(JETTY_WEB_XML);
78 jetty=web_inf.addPath("web-jetty.xml");
WebInfConfiguration.java 161 Resource classes= web_inf.addPath("classes/");
166 Resource lib= web_inf.addPath("lib/");
518 Resource web_inf= web_app.addPath("WEB-INF/");
524 Resource web_inf_lib = web_inf.addPath("lib/");
539 Resource web_inf_classes = web_inf.addPath("classes/");
705 Resource web_inf_lib = web_inf.addPath("/lib");
715 Resource file = web_inf_lib.addPath(files[f]);
TagLibConfiguration.java 225 Resource l=_context.getBaseResource().addPath(location);
240 Resource l=web_inf.addPath(contents[i]);
248 Resource web_inf_tlds = _context.getWebInf().addPath("/tlds/");
255 Resource l=web_inf_tlds.addPath(contents[i]);
  /external/chromium-trace/trace-viewer/third_party/Paste/paste/
url.py 175 def addpath(self, *paths): member in class:URLResource
188 __truediv__ = addpath
190 __div__ = addpath
312 return self.addpath(*args)
362 return self.addpath(*args)
401 return self.addpath(*args)
473 return self.addpath(*args)
  /external/skia/src/pathops/
SkOpBuilder.cpp 85 sum.addPath(fPathRefs[index]);
  /external/skia/src/effects/
Sk1DPathEffect.cpp 181 dst->addPath(fPath, pos.fX, pos.fY);
187 dst->addPath(fPath, matrix);
  /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...]
  /cts/tests/tests/graphics/src/android/graphics/cts/
PathTest.java 268 path.addPath(src, 10.0f, 10.0f);
278 path.addPath(src);
289 path.addPath(src, matrix);
  /development/testrunner/
make_tree.py 90 def AddPath(self, path):
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/bin/
antenv.cmd 73 addpath: procedure
  /external/clang/include/clang/Lex/
HeaderSearchOptions.h 180 /// AddPath - Add the \p Path path to the specified \p Group list.
181 void AddPath(StringRef Path, frontend::IncludeDirGroup Group,
  /frameworks/base/core/java/android/gesture/
Gesture.java 136 path.addPath(strokes.get(i).getPath());
153 path.addPath(strokes.get(i).toPath(width - 2 * edge, height - 2 * edge, numSample));
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
ImageFilterDraw.java 131 mCacheTransPath.addPath(sd.mPath, toScrMatrix);
168 mCacheTransPath.addPath(sd.mPath, toScrMatrix);
  /external/jetty/src/java/org/eclipse/jetty/util/resource/
ResourceCollection.java 191 public Resource addPath(String path) throws IOException, MalformedURLException
207 resource = _resources[i].addPath(path);
218 Resource r = _resources[i].addPath(path);
252 resource = _resources[i].addPath(path);
264 Resource r = _resources[i].addPath(path);

Completed in 1086 milliseconds

1 2 3 4