Home
last modified time | relevance | path

Searched refs:srcPath (Results 1 – 15 of 15) sorted by relevance

/external/skia/tools/
Dskimage_main.cpp15 static bool decodeFile(SkBitmap* bitmap, const char srcPath[]) { in decodeFile() argument
16 SkFILEStream stream(srcPath); in decodeFile()
18 SkDebugf("ERROR: bad filename <%s>\n", srcPath); in decodeFile()
24 SkDebugf("ERROR: no codec found for <%s>\n", srcPath); in decodeFile()
33 SkDebugf("ERROR: codec failed for <%s>\n", srcPath); in decodeFile()
/external/libusb_aah/msvc/
Dddk_build.cmd37 set srcPath=libusb\os\obj%BUILD_ALT_DIR%\%cpudir% variable
62 copy %srcPath%\libusb-%version%.dll %dstPath%\dll
63 copy %srcPath%\libusb-%version%.pdb %dstPath%\dll
65 copy %srcPath%\libusb-%version%.lib %dstPath%\lib
81 set srcPath=examples\listdevs_ddkbuild\obj%BUILD_ALT_DIR%\%cpudir% variable
84 copy %srcPath%\listdevs.exe %dstPath%\examples
85 copy %srcPath%\listdevs.pdb %dstPath%\examples
/external/webkit/Source/WebKit/chromium/src/
DWorkerFileSystemCallbacksBridge.h88 …void postMoveToMainThread(WebFileSystem*, const String& srcPath, const String& destPath, const Str…
89 …void postCopyToMainThread(WebFileSystem*, const String& srcPath, const String& destPath, const Str…
111 …inThread(WebCore::ScriptExecutionContext*, WebFileSystem*, const String& srcPath, const String& de…
112 …inThread(WebCore::ScriptExecutionContext*, WebFileSystem*, const String& srcPath, const String& de…
/external/webkit/Source/WebKit/chromium/public/
DWebFileSystem.h57 …virtual void move(const WebString& srcPath, const WebString& destPath, WebFileSystemCallbacks*) { … in move() argument
62 …virtual void copy(const WebString& srcPath, const WebString& destPath, WebFileSystemCallbacks*) { … in copy() argument
/external/webkit/Source/WebCore/platform/
DAsyncFileSystem.h77 …virtual void move(const String& srcPath, const String& destPath, PassOwnPtr<AsyncFileSystemCallbac…
82 …virtual void copy(const String& srcPath, const String& destPath, PassOwnPtr<AsyncFileSystemCallbac…
/external/antlr/antlr-3.4/antlr3-maven-plugin/src/main/java/org/antlr/mojo/antlr3/
DAntlr3Mojo.java483 String srcPath = sourceDirectory.getPath() + File.separator; in findSourceSubdir() local
485 if (!grammarFileName.startsWith(srcPath)) { in findSourceSubdir()
489 File unprefixedGrammarFileName = new File(grammarFileName.substring(srcPath.length())); in findSourceSubdir()
/external/icu4c/test/intltest/
Ddcfmtest.cpp182 const char *srcPath; in DataDrivenTests() local
189 srcPath=getPath(tdd, "dcfmtest.txt"); in DataDrivenTests()
190 if(srcPath==NULL) { in DataDrivenTests()
195 UChar *testData = ReadAndConvertFile(srcPath, len, status); in DataDrivenTests()
Dregextst.h57 const UnicodeString &input, const char *srcPath, int32_t line);
Dregextst.cpp3101 const char *srcPath; in Extended() local
3108 srcPath=getPath(tdd, "regextst.txt"); in Extended()
3109 if(srcPath==NULL) { in Extended()
3114 UChar *testData = ReadAndConvertFile(srcPath, len, "utf-8", status); in Extended()
3145 errln("%s:%d: ICU Error \"%s\"", srcPath, lineNum, u_errorName(status)); in Extended()
3173 errln("Bad pattern (missing quotes?) at %s:%d", srcPath, lineNum); in Extended()
3216 regex_find(testPattern, testFlags, matchString, srcPath, lineNum); in Extended()
3280 const char *srcPath, in regex_find() argument
3399 logln("Unable to create UTF-8 pattern, skipping UTF-8 tests for %s:%d", srcPath, line); in regex_find()
3408 … errln("%s, Line %d: Expected, but did not get, a pattern compilation error.", srcPath, line); in regex_find()
[all …]
/external/webkit/Source/WebKit/mac/Misc/
DWebNSFileManagerExtras.h41 - (BOOL)moveItemAtPath:(NSString *)srcPath toPath:(NSString *)dstPath error:(NSError **)error;
DWebNSFileManagerExtras.m225 - (BOOL)moveItemAtPath:(NSString *)srcPath toPath:(NSString *)dstPath error:(NSError **)error
231 return [self movePath:srcPath toPath:dstPath handler:nil];
/external/skia/include/core/
DSkDraw.h47 void drawPath(const SkPath& srcPath, const SkPaint&,
/external/skia/legacy/include/core/
DSkDraw.h47 void drawPath(const SkPath& srcPath, const SkPaint&,
/external/skia/src/effects/
DSkDashPathEffect.cpp104 static bool cull_path(const SkPath& srcPath, const SkStrokeRec& rec, in cull_path() argument
112 if (!srcPath.isLine(pts)) { in cull_path()
/external/skia/include/gpu/gl/
DGrGLFunctions.h180 typedef GrGLvoid (GR_GL_FUNCTION_TYPE* GrGLCopyPathProc)(GrGLuint resultPath, GrGLuint srcPath);
182 …R_GL_FUNCTION_TYPE* GrGLTransformPathProc)(GrGLuint resultPath, GrGLuint srcPath, GrGLenum transfo…