HomeSort by relevance Sort by last modified time
    Searched refs:Path (Results 376 - 400 of 531) sorted by null

<<11121314151617181920>>

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/
AdtUtils.java 26 import org.eclipse.core.runtime.Path;
294 * Returns an absolute path to the given resource
296 * @param resource the resource to look up a path for
297 * @return an absolute file system path to the resource
312 IPath filePath = new Path(file.getPath());
319 * @param path a path to be converted
322 public static IFile pathToIFile(IPath path) {
325 if (workspacePath.isPrefixOf(path)) {
326 IPath relativePath = path.makeRelativeTo(workspacePath)
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/actions/
DexDumpAction.java 31 import org.eclipse.core.runtime.Path;
183 EFS.getLocalFileSystem().getStore(new Path(dstPath));
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/assetstudio/
CreateAssetSetWizard.java 34 import org.eclipse.core.runtime.Path;
108 IPath dest = new Path(relativePath);
212 TreePath path = new TreePath(segments.toArray()); local
213 pathList.add(path);
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/build/
AaptQuickFixTest.java 34 import org.eclipse.core.runtime.Path;
178 IPath path = new Path(expectedNewPath); local
179 IFile newFile = project.getFile(path);
180 assertNotNull(path.toPortableString(), newFile);
  /external/llvm/tools/bugpoint/
Miscompilation.cpp 123 sys::Path(BitcodeResult).eraseFromDisk();
138 sys::Path(BitcodeResult).eraseFromDisk(); // No longer need the file on disk
    [all...]
  /frameworks/base/graphics/java/android/graphics/
Canvas.java 30 * Path, text, Bitmap), and a paint (to describe the colors and styles for the
625 * Modify the current clip with the specified path.
627 * @param path The path to operate on the current clip
631 public boolean clipPath(Path path, Region.Op op) {
632 return native_clipPath(mNativeCanvas, path.ni(), op.nativeInt);
636 * Intersect the current clip with the specified path.
638 * @param path The path to intersect with the current cli
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/app/
PhotoDataAdapter.java 26 import com.android.gallery3d.data.Path;
144 private Path mItemPath;
149 public void onPhotoChanged(int index, Path item);
156 // The path of the current viewing item will be stored in mItemPath.
161 PhotoView view, MediaSet mediaSet, Path itemPath, int indexHint) {
388 public void setCurrentPhoto(Path path, int indexHint) {
389 if (mItemPath == path) return;
390 mItemPath = path;
396 // We need to reload content if the path doesn't match
    [all...]
  /external/chromium/net/base/
cookie_monster_unittest.cc 56 // * Two domain path cookies (.c.b.a/dir1, .c.b.a/dir1/dir2)
57 // * Two host path cookies (w.c.b.a/dir1, w.c.b.a/dir1/dir2)
95 // Domain path cookies
105 // Host path cookies
157 "aBc=" + input + " ; path=\"/\" ; httponly ");
165 // If a path was quoted, the path attribute keeps the quotes. This will
166 // make the cookie effectively useless, but path parameters aren't supposed
168 EXPECT_EQ("\"/\"", pc.Path());
173 CookieMonster::ParsedCookie pc("BLAHHH; path=/; secure;")
1847 std::string path; member in struct:net::CookiesInputInfo
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/chromium/
GLES2Canvas.cpp 44 #include "Path.h"
67 PathAndTransform(const Path& p, const AffineTransform& t)
68 : path(p)
72 Path path; member in struct:WebCore::PathAndTransform
258 void GLES2Canvas::fillPath(const Path& path)
262 fillPathInternal(path, m_state->m_shadowColor);
263 endShadowDraw(path.boundingRect());
267 fillPathInternal(path, m_state->applyAlpha(m_state->m_fillColor))
    [all...]
  /frameworks/base/core/java/android/view/
GLES20Canvas.java 25 import android.graphics.Path;
407 public boolean clipPath(Path path) {
412 public boolean clipPath(Path path, Region.Op op) {
485 public boolean quickReject(Path path, EdgeType type) {
878 public void drawPath(Path path, Paint paint) {
880 if (path.isSimplePath)
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/qt/
GraphicsContextQt.cpp 52 #include "Path.h"
472 QPainterPath path(points[0]);
474 path.lineTo(points[i]);
475 path.setFillRule(Qt::WindingFill);
484 p->setClipPath(path, Qt::IntersectClip);
490 void GraphicsContext::fillPath(const Path& path)
496 QPainterPath platformPath = path.platformPath();
541 void GraphicsContext::strokePath(const Path& path)
853 QPainterPath path; local
1197 QPainterPath path; local
    [all...]
  /external/clang/lib/Sema/
SemaLookup.cpp     [all...]
  /external/webkit/Source/WebCore/platform/graphics/
ShadowBlur.cpp 515 Path path; local
516 path.addRoundedRect(shadowedRect, radii.topLeft(), radii.topRight(), radii.bottomLeft(), radii.bottomRight());
517 shadowContext->fillPath(path);
552 Path path; local
553 path.addRect(rect);
555 path.addRect(holeRect);
557 path.addRoundedRect(holeRect, holeRadii.topLeft(), holeRadii.topRight(), holeRadii.bottomLeft(), holeRadii.bottomRight());
561 shadowContext->fillPath(path);
631 Path path; local
697 Path path; local
    [all...]
  /external/webkit/Tools/Scripts/
webkitdirs.pm 36 use File::Path;
65 my $qmakebin = "qmake"; # Allow override of the qmake binary from $PATH
93 # walks up path checking each directory to see if it is the main WebKit project dir,
580 my $path = "$configurationProductDir/Safari.exe";
585 } elsif (-x $path) {
586 $safariBundle = $path;
666 my $path = builtDylibPathForName($framework);
667 die "Can't find built framework at \"$path\".\n" unless -e $path;
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newproject/
ApplicationInfoPage.java 32 import org.eclipse.core.runtime.Path;
509 Path path = new Path(mValues.projectLocation.getPath()); local
513 URI uri = URIUtil.toURI(path.toOSString());
523 File f = path.toFile();
539 IPath destPath = path.removeLastSegments(1).append(mValues.testProjectName);
578 Path path = new Path(f.getAbsolutePath()) local
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/view/
GameView.java 22 import android.graphics.Path;
577 private final Path mPath;
588 mPath = new Path();
  /external/chromium/chrome/browser/ui/views/autocomplete/
autocomplete_popup_contents_view.cc 26 #include "ui/gfx/path.h"
517 // shader to fill a path representing the round-rect clipping region. This
539 gfx::Path path; local
540 MakeContentsPath(&path, GetContentsBounds());
541 canvas->AsCanvasSkia()->drawPath(path, paint);
566 gfx::Path* path,
575 path->addRoundRect(rect, radius, radius);
597 gfx::Path contents_path
    [all...]
  /external/clang/lib/Lex/
PTHLexer.cpp 293 // getSourceLocation is not on the hot path. It is used to get the location
645 static internal_key_type GetInternalKey(const char *path) {
647 return std::make_pair((unsigned char) 0x0, path);
684 LookupResult getStat(const char *Path, struct stat &StatBuf,
687 CacheTy::iterator I = Cache.find(Path);
691 return statChained(Path, StatBuf, FileDescriptor);
  /external/v8/samples/
process.cc 47 virtual const string& Path() = 0;
440 // Fetch the path.
441 const string& path = request->Path(); local
444 return String::New(path.c_str(), path.length());
451 const string& path = request->Referrer(); local
452 return String::New(path.c_str(), path.length());
459 const string& path = request->Host() local
467 const string& path = request->UserAgent(); local
    [all...]
  /frameworks/base/tools/layoutlib/bridge/src/android/graphics/
Path_Delegate.java 24 import android.graphics.Path.Direction;
25 import android.graphics.Path.FillType;
39 * Delegate implementing the native methods of android.graphics.Path
41 * Through the layoutlib_create tool, the original native methods of Path have been replaced
46 * it and the original Path class.
161 pathDelegate.mFillType = Path.sFillTypeArray[ft];
181 // create an Area that can test if the path is a rect
206 // since we use a java2D path, there's no way to pre-allocate new points,
396 "Different corner sizes are not supported in Path.addRoundRect.",
546 * Returns whether the path is empty
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
PhotoView.java 22 import com.android.gallery3d.data.Path;
100 private Path mOpenedItemPath;
767 public void setOpenedItem(Path itemPath) {
  /external/clang/include/clang/AST/
DeclCXX.h     [all...]
  /external/llvm/lib/Analysis/
ProfileInfo.cpp 239 Path &P, unsigned Mode) {
291 Path P;
753 Path P;
769 // Check if there is a path to an block that has a known value and redirect
773 // Fetch path.
775 Path P;
790 // If the path contains the successor, this means its a backedge,
815 // Check the receiving end of the path if it can handle the flow.
893 Path P;
928 Path P
    [all...]
  /sdk/hierarchyviewer2/libs/hierarchyviewerlib/src/com/android/hierarchyviewerlib/ui/
TreeView.java 44 import org.eclipse.swt.graphics.Path;
564 Path connectionPath = new Path(Display.getDefault());
    [all...]
  /external/chromium/chrome/browser/ui/views/bubble/
bubble_border.cc 12 #include "ui/gfx/path.h"
411 gfx::Path path; local
412 path.incReserve(4);
413 path.moveTo(SkIntToScalar(tip_x), SkIntToScalar(tip_y));
414 path.lineTo(SkIntToScalar(tip_x + shift_x),
417 path.lineTo(SkIntToScalar(tip_x - shift_x), SkIntToScalar(tip_y + shift_y));
419 path.lineTo(SkIntToScalar(tip_x + shift_x), SkIntToScalar(tip_y - shift_y));
420 path.close();
421 canvas->AsCanvasSkia()->drawPath(path, paint)
435 gfx::Path path; local
    [all...]

Completed in 1292 milliseconds

<<11121314151617181920>>