Searched defs:sourcePath (Results 1 - 25 of 25) sorted by relevance

/external/icu4c/tools/toolutil/
H A Dpkg_icu.cpp152 writePackageDatFile(const char *outFilename, const char *outComment, const char *sourcePath, const char *addList, Package *pkg, char outType) { argument
163 addListPkg = readList(sourcePath, addList, TRUE, NULL);
/external/jsilver/src/com/google/clearsilver/jsilver/data/
H A DUnmodifiableData.java87 public void setSymlink(String sourcePath, Data destination) { argument
92 public void setSymlink(String sourcePath, String destinationPath) { argument
H A DData.java172 void setSymlink(String sourcePath, String destinationPath); argument
177 void setSymlink(String sourcePath, Data destination); argument
H A DDefaultDataContext.java340 public void setSymlink(String sourcePath, String destinationPath) { argument
344 public void setSymlink(String sourcePath, Data destination) { argument
H A DDelegatedData.java211 public void setSymlink(String sourcePath, String destinationPath) { argument
212 getDelegate().setSymlink(sourcePath, destinationPath);
216 public void setSymlink(String sourcePath, Data destination) { argument
218 getDelegate().setSymlink(sourcePath, destination);
H A DNestedMapData.java379 public void setSymlink(String sourcePath, String destinationPath) { argument
380 setSymlink(sourcePath, createChild(destinationPath));
386 public void setSymlink(String sourcePath, Data destination) { argument
387 createChild(sourcePath).setSymlink(destination);
/external/skia/legacy/src/animator/
H A DSkMatrixParts.cpp242 SkPath& sourcePath = source->getPath(); local
243 int srcPts = sourcePath.getPoints(src, 4);
/external/skia/src/animator/
H A DSkMatrixParts.cpp242 SkPath& sourcePath = source->getPath(); local
243 int srcPts = sourcePath.getPoints(src, 4);
/external/icu4c/tools/icupkg/
H A Dicupkg.cpp223 const char *pname, *sourcePath, *destPath, *inFilename, *outFilename, *outComment; local
254 sourcePath=options[OPT_SOURCEDIR].value;
257 sourcePath=NULL;
276 pkg->addFile(sourcePath, inFilename);
290 isModified=(UBool)(sourcePath!=destPath);
401 if(readList(sourcePath, options[OPT_ADD_LIST].value, TRUE, addListPkg)) {
/external/webkit/Source/WebKit/chromium/src/
H A DAsyncFileSystemChromium.cpp64 void AsyncFileSystemChromium::move(const String& sourcePath, const String& destinationPath, PassOwnPtr<AsyncFileSystemCallbacks> callbacks) argument
66 m_webFileSystem->move(sourcePath, destinationPath, new WebKit::WebFileSystemCallbacksImpl(callbacks));
69 void AsyncFileSystemChromium::copy(const String& sourcePath, const String& destinationPath, PassOwnPtr<AsyncFileSystemCallbacks> callbacks) argument
71 m_webFileSystem->copy(sourcePath, destinationPath, new WebKit::WebFileSystemCallbacksImpl(callbacks));
H A DWorkerAsyncFileSystemChromium.cpp90 void WorkerAsyncFileSystemChromium::move(const String& sourcePath, const String& destinationPath, PassOwnPtr<AsyncFileSystemCallbacks> callbacks) argument
92 createWorkerFileSystemCallbacksBridge(callbacks)->postMoveToMainThread(m_webFileSystem, sourcePath, destinationPath, m_modeForCurrentOperation);
95 void WorkerAsyncFileSystemChromium::copy(const String& sourcePath, const String& destinationPath, PassOwnPtr<AsyncFileSystemCallbacks> callbacks) argument
97 createWorkerFileSystemCallbacksBridge(callbacks)->postCopyToMainThread(m_webFileSystem, sourcePath, destinationPath, m_modeForCurrentOperation);
H A DWorkerFileSystemCallbacksBridge.cpp161 void WorkerFileSystemCallbacksBridge::postMoveToMainThread(WebFileSystem* fileSystem, const String& sourcePath, const String& destinationPath, const String& mode) argument
163 dispatchTaskToMainThread(createCallbackTask(&moveOnMainThread, fileSystem, sourcePath, destinationPath, this, mode));
166 void WorkerFileSystemCallbacksBridge::postCopyToMainThread(WebFileSystem* fileSystem, const String& sourcePath, const String& destinationPath, const String& mode) argument
168 dispatchTaskToMainThread(createCallbackTask(&copyOnMainThread, fileSystem, sourcePath, destinationPath, this, mode));
227 void WorkerFileSystemCallbacksBridge::moveOnMainThread(WebCore::ScriptExecutionContext*, WebFileSystem* fileSystem, const String& sourcePath, const String& destinationPath, WorkerFileSystemCallbacksBridge* bridge, const String& mode) argument
229 fileSystem->move(sourcePath, destinationPath, MainThreadFileSystemCallbacks::createLeakedPtr(bridge, mode));
232 void WorkerFileSystemCallbacksBridge::copyOnMainThread(WebCore::ScriptExecutionContext*, WebFileSystem* fileSystem, const String& sourcePath, const String& destinationPath, WorkerFileSystemCallbacksBridge* bridge, const String& mode) argument
234 fileSystem->copy(sourcePath, destinationPath, MainThreadFileSystemCallbacks::createLeakedPtr(bridge, mode));
/external/icu4c/test/cintltst/
H A Dcreststn.c671 const char *sourcePath = ctest_dataSrcDir(); local
672 int32_t srcPathLen = (int32_t)strlen(sourcePath);
678 strcpy(path, sourcePath);
/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 ...
H A Dorg.eclipse.equinox.p2.core_2.0.2.R36x_v20100804.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.core.filesystem_1.3.1.R36x_v20100727-0745.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.pde.core_3.6.1.v20100902_r361.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.ide_3.6.2.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.core.resources_3.6.1.R36x_v20101007-1215.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.jdt.debug_3.6.1.v20100715_r361/
H A Djdi.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Djdimodel.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant-nodeps.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/
H A Dpdebuild.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/eclipse/ org/eclipse/pde/ org/eclipse/pde/build/ ...

Completed in 335 milliseconds