HomeSort by relevance Sort by last modified time
    Searched refs:srcPath (Results 1 - 25 of 27) sorted by null

1 2

  /external/skia/tools/
skimage_main.cpp 15 static bool decodeFile(SkBitmap* bitmap, const char srcPath[]) {
16 SkFILEStream stream(srcPath);
18 SkDebugf("ERROR: bad filename <%s>\n", srcPath);
24 SkDebugf("ERROR: no codec found for <%s>\n", srcPath);
33 SkDebugf("ERROR: codec failed for <%s>\n", srcPath);
  /external/webkit/Source/WebKit/chromium/public/
WebFileSystem.h 54 // Moves a file or directory at |srcPath| to |destPath|.
57 virtual void move(const WebString& srcPath, const WebString& destPath, WebFileSystemCallbacks*) { WEBKIT_ASSERT_NOT_REACHED(); }
59 // Copies a file or directory at |srcPath| to |destPath|.
62 virtual void copy(const WebString& srcPath, const WebString& destPath, WebFileSystemCallbacks*) { WEBKIT_ASSERT_NOT_REACHED(); }
  /external/libusb_aah/msvc/
ddk_build.cmd 37 set srcPath=libusb\os\obj%BUILD_ALT_DIR%\%cpudir%
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%
84 copy %srcPath%\listdevs.exe %dstPath%\examples
85 copy %srcPath%\listdevs.pdb %dstPath%\examples
  /external/webkit/Source/WebCore/platform/
AsyncFileSystem.h 74 // Moves a file or directory from srcPath to destPath.
77 virtual void move(const String& srcPath, const String& destPath, PassOwnPtr<AsyncFileSystemCallbacks>) = 0;
79 // Copies a file or directory from srcPath to destPath.
82 virtual void copy(const String& srcPath, const String& destPath, PassOwnPtr<AsyncFileSystemCallbacks>) = 0;
  /external/webkit/Source/WebKit/chromium/src/
WorkerFileSystemCallbacksBridge.h 88 void postMoveToMainThread(WebFileSystem*, const String& srcPath, const String& destPath, const String& mode);
89 void postCopyToMainThread(WebFileSystem*, const String& srcPath, const String& destPath, const String& mode);
111 static void moveOnMainThread(WebCore::ScriptExecutionContext*, WebFileSystem*, const String& srcPath, const String& destPath, WorkerFileSystemCallbacksBridge*, const String& mode);
112 static void copyOnMainThread(WebCore::ScriptExecutionContext*, WebFileSystem*, const String& srcPath, const String& destPath, WorkerFileSystemCallbacksBridge*, const String& mode);
  /external/webkit/Source/WebKit/mac/Misc/
WebNSFileManagerExtras.h 41 - (BOOL)moveItemAtPath:(NSString *)srcPath toPath:(NSString *)dstPath error:(NSError **)error;
WebNSFileManagerExtras.m 225 - (BOOL)moveItemAtPath:(NSString *)srcPath toPath:(NSString *)dstPath error:(NSError **)error
231 return [self movePath:srcPath toPath:dstPath handler:nil];
  /external/icu4c/test/intltest/
regextst.h 57 const UnicodeString &input, const char *srcPath, int32_t line);
dcfmtest.cpp 182 const char *srcPath;
189 srcPath=getPath(tdd, "dcfmtest.txt");
190 if(srcPath==NULL) {
195 UChar *testData = ReadAndConvertFile(srcPath, len, status);
regextst.cpp     [all...]
  /frameworks/native/cmds/rawbu/
backup.cpp 256 static int backup_dir(FILE* fh, const char* srcPath)
261 int srcLen = strlen(srcPath);
265 dir = opendir(srcPath);
269 srcPath, strerror(errno));
291 strcpy(fullPath, srcPath);
503 static int restore_data(const char* srcPath)
507 FILE* fh = fopen(srcPath, "r");
510 srcPath, strerror(errno));
527 backupFilePath = strdup(srcPath);
534 printf("Restoring from %s to /data...\n", srcPath);
    [all...]
  /external/antlr/antlr-3.4/antlr3-maven-plugin/src/main/java/org/antlr/mojo/antlr3/
Antlr3Mojo.java 483 String srcPath = sourceDirectory.getPath() + File.separator;
485 if (!grammarFileName.startsWith(srcPath)) {
489 File unprefixedGrammarFileName = new File(grammarFileName.substring(srcPath.length()));
  /packages/apps/Gallery2/src/com/android/gallery3d/app/
VideoUtils.java 117 * @param srcPath the path of source video file.
127 private static void genVideoUsingMuxer(String srcPath, String dstPath,
132 extractor.setDataSource(srcPath);
174 retrieverSrc.setDataSource(srcPath);
  /external/skia/include/core/
SkDraw.h 39 * To save on mallocs, we allow a flag that tells us that srcPath is
47 void drawPath(const SkPath& srcPath, const SkPaint&,
  /external/skia/legacy/include/core/
SkDraw.h 39 * To save on mallocs, we allow a flag that tells us that srcPath is
47 void drawPath(const SkPath& srcPath, const SkPaint&,
  /frameworks/base/services/java/com/android/server/pm/
Installer.java 214 public int movedex(String srcPath, String dstPath) {
217 builder.append(srcPath);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/
LibraryClasspathContainerInitializer.java 298 File srcPath = getFile(jarFile, value);
300 if (srcPath.exists()) {
301 sourceAttachmentPath = new Path(srcPath.getAbsolutePath());
  /external/skia/src/effects/
SkDashPathEffect.cpp 104 static bool cull_path(const SkPath& srcPath, const SkStrokeRec& rec,
112 if (!srcPath.isLine(pts)) {
  /frameworks/base/tools/layoutlib/bridge/src/android/graphics/
Path_Delegate.java 525 private static void addPath(int destPath, int srcPath, AffineTransform transform) {
531 Path_Delegate srcPathDelegate = sManager.getDelegate(srcPath);
Paint_Delegate.java 762 Path_Delegate srcPath = Path_Delegate.getDelegate(src);
763 if (srcPath == null) {
773 Shape strokeShape = stroke.createStrokedShape(srcPath.getJavaShape());
    [all...]
  /external/skia/include/gpu/gl/
GrGLFunctions.h 180 typedef GrGLvoid (GR_GL_FUNCTION_TYPE* GrGLCopyPathProc)(GrGLuint resultPath, GrGLuint srcPath);
182 typedef GrGLvoid (GR_GL_FUNCTION_TYPE* GrGLTransformPathProc)(GrGLuint resultPath, GrGLuint srcPath, GrGLenum transformType, const GrGLfloat *transformValues);
  /frameworks/base/core/tests/coretests/src/android/content/pm/
PackageManagerTests.java 410 String srcPath = srcDir.getParent();
421 SECURE_CONTAINERS_PREFIX, srcPath);
436 assertEquals(srcPath, appInstallPath);
473 SECURE_CONTAINERS_PREFIX, srcPath);
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jdt.launching_3.5.100.v20100526.jar 
org.eclipse.jdt.apt.core_3.3.401.R36_v20100727-0110.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-nodeps.jar 

Completed in 3353 milliseconds

1 2