Searched refs:srcPath (Results 1 - 25 of 33) sorted by relevance

12

/external/chromium_org/third_party/skia/tools/
H A Dskimage_main.cpp429 * @param srcPath The path to the file, for recreating the length-less stream.
430 * @param codec The SkImageDecoder originally used to decode srcPath, which will be used
435 static void test_stream_without_length(const char srcPath[], SkImageDecoder* codec, argument
441 SkASSERT(srcPath);
443 FILEStreamWithoutLength stream(srcPath);
450 srcPath);
456 "a digest\n", srcPath);
461 "that uses getLength\n", srcPath);
484 static void decodeFileAndWrite(const char srcPath[], const SkString* writePath) { argument
486 SkFILEStream stream(srcPath);
[all...]
/external/skia/tools/
H A Dskimage_main.cpp429 * @param srcPath The path to the file, for recreating the length-less stream.
430 * @param codec The SkImageDecoder originally used to decode srcPath, which will be used
435 static void test_stream_without_length(const char srcPath[], SkImageDecoder* codec, argument
441 SkASSERT(srcPath);
443 FILEStreamWithoutLength stream(srcPath);
450 srcPath);
456 "a digest\n", srcPath);
461 "that uses getLength\n", srcPath);
484 static void decodeFileAndWrite(const char srcPath[], const SkString* writePath) { argument
486 SkFILEStream stream(srcPath);
[all...]
/external/chromium_org/third_party/WebKit/public/platform/
H A DWebFileSystem.h79 // Moves a file or directory at |srcPath| to |destPath|.
82 virtual void move(const WebURL& srcPath, const WebURL& destPath, WebFileSystemCallbacks) { BLINK_ASSERT_NOT_REACHED(); } argument
84 // Copies a file or directory at |srcPath| to |destPath|.
87 virtual void copy(const WebURL& srcPath, const WebURL& destPath, WebFileSystemCallbacks) { BLINK_ASSERT_NOT_REACHED(); } argument
/external/deqp/external/
H A Dfetch_sources.py25 srcPath = os.path.join(EXTERNAL_DIR, pkg.dstDir)
27 for entry in os.listdir(srcPath):
31 fullPath = os.path.join(srcPath, entry)
56 srcPath = os.path.join(EXTERNAL_DIR, pkg.filename)
59 archive = tarfile.open(srcPath)
/external/deqp/scripts/build/
H A Dconfig.py16 def __init__ (self, buildDir, buildType, args, srcPath = DEQP_DIR):
17 self.srcPath = srcPath
23 return self.srcPath
/external/deqp/scripts/
H A Drun_internal_tests.py26 def __init__ (self, name, srcPath, buildPath, genParams, buildParams, testBinaryName, executor = 'executor', execserver = 'execserver', junitTool = 'testlog-to-junit'):
28 self.srcPath = srcPath
42 execute(["cmake", os.path.realpath(config.srcPath)] + config.genParams, workDir = config.buildPath)
H A Dmake_release.py194 srcPath = os.path.join(packageBuildInfo.dstBasePath, "src"))
/external/chromium_org/third_party/skia/experimental/PdfViewer/
H A Dchop_transparency_main.cpp95 static void decodeFileAndWrite(const char srcPath[]) { argument
97 SkFILEStream stream(srcPath);
115 write_bitmap(srcPath, bitmap);
/external/skia/experimental/PdfViewer/
H A Dchop_transparency_main.cpp95 static void decodeFileAndWrite(const char srcPath[]) { argument
97 SkFILEStream stream(srcPath);
115 write_bitmap(srcPath, bitmap);
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
H A Dapi_path.c123 void vegaAppendPath(VGPath dstPath, VGPath srcPath) argument
128 if (dstPath == VG_INVALID_HANDLE || srcPath == VG_INVALID_HANDLE) {
132 src = handle_to_path(srcPath);
221 void vegaTransformPath(VGPath dstPath, VGPath srcPath) argument
226 if (dstPath == VG_INVALID_HANDLE || srcPath == VG_INVALID_HANDLE) {
230 src = handle_to_path(srcPath);
/external/mesa3d/src/gallium/state_trackers/vega/
H A Dapi_path.c123 void vegaAppendPath(VGPath dstPath, VGPath srcPath) argument
128 if (dstPath == VG_INVALID_HANDLE || srcPath == VG_INVALID_HANDLE) {
132 src = handle_to_path(srcPath);
221 void vegaTransformPath(VGPath dstPath, VGPath srcPath) argument
226 if (dstPath == VG_INVALID_HANDLE || srcPath == VG_INVALID_HANDLE) {
230 src = handle_to_path(srcPath);
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dregextst.h57 const UnicodeString &input, const char *srcPath, int32_t line);
H A Ddcfmtest.cpp182 const char *srcPath; local
189 srcPath=getPath(tdd, "dcfmtest.txt");
190 if(srcPath==NULL) {
195 UChar *testData = ReadAndConvertFile(srcPath, len, status);
H A Dregextst.cpp3101 const char *srcPath; local
3108 srcPath=getPath(tdd, "regextst.txt");
3109 if(srcPath==NULL) {
3114 UChar *testData = ReadAndConvertFile(srcPath, len, "utf-8", status);
3145 errln("%s:%d: ICU Error \"%s\"", srcPath, lineNum, u_errorName(status));
3173 errln("Bad pattern (missing quotes?) at %s:%d", srcPath, lineNum);
3216 regex_find(testPattern, testFlags, matchString, srcPath, lineNum);
3280 const char *srcPath,
3399 logln("Unable to create UTF-8 pattern, skipping UTF-8 tests for %s:%d", srcPath, line);
3408 errln("%s, Line %d: Expected, but did not get, a pattern compilation error.", srcPath, lin
3277 regex_find(const UnicodeString &pattern, const UnicodeString &flags, const UnicodeString &inputString, const char *srcPath, int32_t line) argument
3943 const char *srcPath; local
4301 const char *srcPath; local
[all...]
/external/icu/icu4c/source/test/intltest/
H A Dregextst.h58 const UnicodeString &input, const char *srcPath, int32_t line);
H A Ddcfmtest.cpp186 const char *srcPath; local
193 srcPath=getPath(tdd, "dcfmtest.txt");
194 if(srcPath==NULL) {
199 UChar *testData = ReadAndConvertFile(srcPath, len, status);
H A Dregextst.cpp3106 const char *srcPath; local
3113 srcPath=getPath(tdd, "regextst.txt");
3114 if(srcPath==NULL) {
3119 UChar *testData = ReadAndConvertFile(srcPath, len, "utf-8", status);
3150 errln("%s:%d: ICU Error \"%s\"", srcPath, lineNum, u_errorName(status));
3178 errln("Bad pattern (missing quotes?) at %s:%d", srcPath, lineNum);
3221 regex_find(testPattern, testFlags, matchString, srcPath, lineNum);
3285 const char *srcPath,
3404 logln("Unable to create UTF-8 pattern, skipping UTF-8 tests for %s:%d", srcPath, line);
3413 errln("%s, Line %d: Expected, but did not get, a pattern compilation error.", srcPath, lin
3282 regex_find(const UnicodeString &pattern, const UnicodeString &flags, const UnicodeString &inputString, const char *srcPath, int32_t line) argument
3948 const char *srcPath; local
4306 const char *srcPath; local
[all...]
/external/antlr/antlr-3.4/antlr3-maven-plugin/src/main/java/org/antlr/mojo/antlr3/
H A DAntlr3Mojo.java483 String srcPath = sourceDirectory.getPath() + File.separator;
485 if (!grammarFileName.startsWith(srcPath)) {
489 File unprefixedGrammarFileName = new File(grammarFileName.substring(srcPath.length()));
/external/chromium_org/third_party/skia/src/utils/
H A DSkDashPath.cpp92 static bool cull_path(const SkPath& srcPath, const SkStrokeRec& rec, argument
100 if (!srcPath.isLine(pts)) {
/external/skia/src/utils/
H A DSkDashPath.cpp92 static bool cull_path(const SkPath& srcPath, const SkStrokeRec& rec, argument
100 if (!srcPath.isLine(pts)) {
/external/chromium_org/third_party/mesa/src/include/VG/
H A Dopenvg.h593 VG_API_CALL void VG_API_ENTRY vgAppendPath(VGPath dstPath, VGPath srcPath) VG_API_EXIT;
601 VG_API_CALL void VG_API_ENTRY vgTransformPath(VGPath dstPath, VGPath srcPath) VG_API_EXIT;
/external/chromium_org/third_party/skia/include/gpu/gl/
H A DGrGLFunctions.h231 typedef GrGLvoid (GR_GL_FUNCTION_TYPE* GrGLCopyPathProc)(GrGLuint resultPath, GrGLuint srcPath);
233 typedef GrGLvoid (GR_GL_FUNCTION_TYPE* GrGLTransformPathProc)(GrGLuint resultPath, GrGLuint srcPath, GrGLenum transformType, const GrGLfloat *transformValues);
/external/mesa3d/include/VG/
H A Dopenvg.h593 VG_API_CALL void VG_API_ENTRY vgAppendPath(VGPath dstPath, VGPath srcPath) VG_API_EXIT;
601 VG_API_CALL void VG_API_ENTRY vgTransformPath(VGPath dstPath, VGPath srcPath) VG_API_EXIT;
/external/skia/include/gpu/gl/
H A DGrGLFunctions.h227 typedef GrGLvoid (GR_GL_FUNCTION_TYPE* GrGLCopyPathProc)(GrGLuint resultPath, GrGLuint srcPath);
229 typedef GrGLvoid (GR_GL_FUNCTION_TYPE* GrGLTransformPathProc)(GrGLuint resultPath, GrGLuint srcPath, GrGLenum transformType, const GrGLfloat *transformValues);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.jdt.launching_3.5.100.v20100526.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 665 milliseconds

12