/external/libffi/testsuite/ |
run-all-tests | 29 # Set up prog to be the path of this script, including following symlinks, 81 # All this is to make the libFile be an absolute path.
|
/external/opencore/engines/player/include/ |
pv_player_registry_interface.h | 57 * @param aPath [in] This is a path to a shared library config file that 74 * @param aPath [in] This is a path to a shared library config file that
|
/external/opencore/nodes/streaming/streamingmanager/src/ |
pvmf_sm_fsp_registry.h | 104 * @param aConfigFilePath File path for the Configuration file which stores the mapping 105 * between OsclUuids and SharedLibrary path names
|
/external/proguard/src/proguard/ |
ClassPathEntry.java | 28 * This class represents an entry from a class path: a jar, a war, a zip, an 57 * Returns the path name of the entry.
|
/external/skia/src/animator/ |
SkDisplayType.h | 50 SkType_AddRect, // path part 107 SkType_LineTo, // used as part of path construction
|
/external/skia/src/core/ |
SkEdgeBuilder.cpp | 73 int SkEdgeBuilder::build(const SkPath& path, const SkIRect* iclip, 79 SkPath::Iter iter(path, true);
|
/external/skia/src/gl/ |
SkGL.cpp | 410 void SkGL::FillPath(const SkPath& path, const SkPaint& paint, bool useTex, 416 p.getFillPath(path, &fillPath); 421 static int worst_case_edge_count(const SkPath& path) { 424 SkPath::Iter iter(path, true); 445 void SkGL::DrawPath(const SkPath& path, bool useTex, SkGLClipIter* clipIter) { 446 const SkRect& bounds = path.getBounds(); 451 int maxPts = worst_case_edge_count(path); 458 SkPath::Iter pathIter(path, true);
|
SkGLDevice.h | 44 virtual void drawPath(const SkDraw&, const SkPath& path, 56 const SkPath& path, const SkMatrix* matrix,
|
/external/stlport/stlport/stl/config/ |
_apple.h | 85 # define _STLP_MAKE_HEADER(path, header) <path:header> // Mac uses ":" for directory delimiter
|
/external/v8/test/cctest/ |
SConscript | 29 from os.path import join, dirname, abspath 31 sys.path.append(join(root_dir, 'tools'))
|
/external/webkit/WebCore/WebCore.vcproj/ |
QTMovieWin.vcproj | 26 CommandLine="%SystemDrive%\cygwin\bin\which.exe bash
if errorlevel 1 set PATH=%SystemDrive%\cygwin\bin;%PATH%
cmd /c

if exist "$(WebKitOutputDir)\buildfailed" grep XX$(ProjectName)XX "$(WebKitOutputDir)\buildfailed"
if errorlevel 1 exit 1
echo XX$(ProjectName)XX > "$(WebKitOutputDir)\buildfailed"

bash "$(WebKitLibrariesDir)\tools\scripts\auto-version.sh" "$(IntDir)"
"
99 CommandLine="%SystemDrive%\cygwin\bin\which.exe bash
if errorlevel 1 set PATH=%SystemDrive%\cygwin\bin;%PATH%
cmd /c

if exist "$(WebKitOutputDir)\buildfailed" grep XX$(ProjectName)XX "$(WebKitOutputDir)\buildfailed"
if errorlevel 1 exit 1
echo XX$(ProjectName)XX > "$(WebKitOutputDir)\buildfailed"

bash "$(WebKitLibrariesDir)\tools\scripts\auto-version.sh" "$(IntDir)"
"
171 CommandLine="%SystemDrive%\cygwin\bin\which.exe bash
if errorlevel 1 set PATH=%SystemDrive%\cygwin\bin;%PATH%
cmd /c

if exist "$(WebKitOutputDir)\buildfailed" grep XX$(ProjectName)XX "$(WebKitOutputDir)\buildfailed"
if errorlevel 1 exit 1
echo XX$(ProjectName)XX > "$(WebKitOutputDir)\buildfailed"

bash "$(WebKitLibrariesDir)\tools\scripts\auto-version.sh" "$(IntDir)"
"
243 CommandLine="%SystemDrive%\cygwin\bin\which.exe bash
if errorlevel 1 set PATH=%SystemDrive%\cygwin\bin;%PATH%
cmd /c

if exist "$(WebKitOutputDir)\buildfailed" grep XX$(ProjectName)XX "$(WebKitOutputDir)\buildfailed"
if errorlevel 1 exit 1
echo XX$(ProjectName)XX > "$(WebKitOutputDir)\buildfailed"

bash "$(WebKitLibrariesDir)\tools\scripts\auto-version.sh" "$(IntDir)"
"
|
/external/webkit/WebCore/page/ |
Location.cpp | 111 return url.path().isEmpty() ? "/" : url.path();
|
/external/webkit/WebCore/platform/graphics/cairo/ |
GraphicsContextPlatformPrivateCairo.h | 70 void clip(const Path&); 85 void clip(const Path&) {}
|
/external/webkit/WebCore/platform/graphics/wx/ |
GraphicsContextWx.cpp | 273 void GraphicsContext::drawFocusRing(const Vector<Path>& paths, int width, int offset, const Color& color) 311 void GraphicsContext::clipOut(const Path&) 347 void GraphicsContext::clip(const Path&) 352 void GraphicsContext::canvasClip(const Path& path) 354 clip(path); 441 void GraphicsContext::addPath(const Path& path)
|
/external/webkit/WebCore/platform/sql/chromium/ |
SQLiteFileSystemChromium.cpp | 54 String path = fileName; local 55 return sqlite3_open16(path.charactersWithNullTermination(), database);
|
/external/webkit/WebCore/platform/win/ |
MIMETypeRegistryWin.cpp | 52 String path = "MIME\\Database\\Content Type\\" + type; local 57 HRESULT result = SHGetValueW(HKEY_CLASSES_ROOT, path.charactersWithNullTermination(), L"Extension", &keyType, (LPVOID)extStr, &extStrLen);
|
/external/webkit/WebCore/svg/ |
SVGCircleElement.cpp | 108 Path SVGCircleElement::toPathData() const 110 return Path::createCircle(FloatPoint(cx().value(this), cy().value(this)), r().value(this));
|
SVGClipPathElement.cpp | 129 Path pathData = styled->toClipPath(); 135 Path pathData;
|
SVGEllipseElement.cpp | 116 Path SVGEllipseElement::toPathData() const 118 return Path::createEllipse(FloatPoint(cx().value(this), cy().value(this)),
|
SVGGlyphElement.h | 29 #include "Path.h" 100 Path pathData;
|
SVGLineElement.cpp | 112 Path SVGLineElement::toPathData() const 114 return Path::createLine(FloatPoint(x1().value(this), y1().value(this)),
|
/external/webkit/WebKit/android/ |
RenderSkinButton.cpp | 70 String path = drawableDirectory + gFiles[i].name; local 71 if (!RenderSkinAndroid::DecodeBitmap(am, path.utf8().data(), &gButton[i])) {
|
/external/webkit/WebKit/chromium/src/ |
StorageNamespaceProxy.cpp | 45 PassRefPtr<StorageNamespace> StorageNamespace::localStorageNamespace(const String& path, unsigned quota) 47 return adoptRef(new StorageNamespaceProxy(WebKit::webKitClient()->createLocalStorageNamespace(path, quota), LocalStorage));
|
WebStorageNamespaceImpl.cpp | 43 WebStorageNamespace* WebStorageNamespace::createLocalStorageNamespace(const WebString& path, unsigned quota) 45 return new WebStorageNamespaceImpl(WebCore::StorageNamespaceImpl::localStorageNamespace(path, quota));
|
/external/webkit/WebKit/mac/Plugins/ |
WebBasePluginPackage.h | 60 NSString *path; variable 82 - (NSString *)path;
|