HomeSort by relevance Sort by last modified time
    Searched refs:Path (Results 601 - 625 of 897) sorted by null

<<21222324252627282930>>

  /frameworks/compile/mclinker/lib/LD/
GNUArchiveReader.cpp 22 #include <mcld/Support/Path.h>
212 pArchiveFile.path(),
225 // get nested file path, the nested file's member name is the relative
226 // path to the archive containing it.
227 sys::fs::Path input_path(pArchiveFile.path().parent_path());
425 warning(diag::warn_unrecognized_input_file) << member->path()
  /frameworks/compile/mclinker/tools/mcld/lib/
PositionalOptions.cpp 22 llvm::cl::list<mcld::sys::fs::Path> ArgInputObjectFiles(llvm::cl::Positional,
229 llvm::cl::list<mcld::sys::fs::Path>::iterator input, inBegin, inEnd;
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/state/
StateView.java 35 private Path mPath = new Path();
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
AlbumSlidingWindow.java 28 import com.android.gallery3d.data.Path;
49 public Path path; field in class:AlbumSlidingWindow.AlbumEntry
270 entry.path = (item == null) ? null : item.getPath();
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newxmlfile/
NewXmlFileWizard.java 45 import org.eclipse.core.runtime.Path;
385 /** The path within the project to create the new file in */
424 IPath dest = new Path(folderPath).append(fileName);
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/
CollectTraceAction.java 33 import org.eclipse.core.runtime.Path;
153 final IFileStore fileStore = EFS.getLocalFileSystem().getStore(new Path(traceFilePath));
191 * Returns the editor part that has the provided file path open.
231 // input path is valid, so this cannot occur
  /external/chromium_org/ash/display/
cursor_window_controller.cc 59 virtual void GetHitTestMask(gfx::Path* mask) const OVERRIDE {}
  /external/chromium_org/chrome/browser/net/
evicted_domain_cookie_counter.cc 122 return cookie.Domain() + ";" + cookie.Path() + ";" + cookie.Name();
  /external/chromium_org/chrome/browser/supervised_user/
supervised_user_url_filter_unittest.cc 99 TEST_F(SupervisedUserURLFilterTest, Path) {
101 // Filter only a certain path prefix.
102 list.push_back("path.to/ruin");
106 EXPECT_TRUE(IsURLWhitelisted("http://path.to/ruin"));
107 EXPECT_TRUE(IsURLWhitelisted("https://path.to/ruin"));
108 EXPECT_TRUE(IsURLWhitelisted("http://path.to/ruins"));
109 EXPECT_TRUE(IsURLWhitelisted("http://path.to/ruin/signup"));
110 EXPECT_TRUE(IsURLWhitelisted("http://www.path.to/ruin"));
111 EXPECT_FALSE(IsURLWhitelisted("http://path.to/fortune"));
116 // Filter only a certain path prefix and scheme
    [all...]
  /external/chromium_org/chrome/browser/ui/views/
cookie_info_view.cc 65 path_value_field_->SetText(base::UTF8ToUTF16(cookie.Path()));
  /external/chromium_org/chrome/browser/ui/views/tabs/
tab.h 188 gfx::Path* path) const OVERRIDE;
  /external/chromium_org/content/browser/web_contents/
web_contents_view_aura.h 168 virtual void GetHitTestMask(gfx::Path* mask) const OVERRIDE;
  /external/chromium_org/mojo/examples/aura_demo/
aura_demo.cc 70 virtual void GetHitTestMask(gfx::Path* mask) const OVERRIDE {}
  /external/chromium_org/mojo/services/view_manager/
node.cc 179 void Node::GetHitTestMask(gfx::Path* mask) const {
  /external/chromium_org/net/cookies/
cookie_monster_store_test.cc 119 std::string cookie_path = pc.Path();
218 GURL(), "a", "1", base::StringPrintf("h%05d.izzle", i), "/path",
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/
sunspider 49 Usage: $programName --shell=[path] [options]
52 --shell Path to JavaScript shell
95 my ($contents, $path) = @_;
96 open FILE, ">", $path or die "Failed to open $path";
  /external/chromium_org/third_party/WebKit/Source/core/rendering/shapes/
RasterShape.cpp 121 void RasterShapeIntervals::buildBoundsPath(Path& path) const
134 path.addRect(FloatRect(extent.x1(), y, extent.width(), endY - y));
  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
RenderSVGResourcePattern.cpp 174 void RenderSVGResourcePattern::postApplyResource(RenderObject*, GraphicsContext*& context, unsigned short resourceMode, const Path* path, const RenderSVGShape* shape)
180 if (path)
181 context->fillPath(*path);
186 if (path)
187 context->strokePath(*path);
SVGTextRunRenderingContext.cpp 160 Path glyphPath = svgGlyph.pathData;
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGGraphicsElement.cpp 265 // By default, any subclass is expected to do path-based drawing
269 void SVGGraphicsElement::toClipPath(Path& path)
271 updatePathFromGraphicsElement(this, path);
273 path.transform(animatedLocalTransform());
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitperl/
httpd.pm 36 use File::Path;
  /external/chromium_org/third_party/icu/source/tools/gendraft/
genheaders.pl 25 use File::Path;
  /external/chromium_org/third_party/skia/src/animator/
SkMatrixParts.cpp 126 SK_MEMBER(path, Path)
134 mode(0), offset(0), path(NULL) {
141 if (path == NULL)
151 fPathMeasure.setPath(&path->getPath(), false);
SkPathParts.cpp 301 SK_MEMBER(path, Path)
308 SkAddPath::SkAddPath() : matrix(NULL), path(NULL) {
312 SkASSERT (path != NULL);
314 fPath->fPath.addPath(path->fPath, matrix->getMatrix());
316 fPath->fPath.addPath(path->fPath);
  /external/chromium_org/ui/views/widget/
native_widget_aura.h 159 virtual void GetHitTestMask(gfx::Path* mask) const OVERRIDE;

Completed in 1940 milliseconds

<<21222324252627282930>>