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

12

/external/chromium_org/third_party/icu/source/tools/toolutil/
H A Dpkg_icu.h16 const char *sourcePath, const char *addList, U_NAMESPACE_QUALIFIER Package *pkg,
H A Dpkg_icu.cpp150 writePackageDatFile(const char *outFilename, const char *outComment, const char *sourcePath, const char *addList, Package *pkg, char outType) { argument
161 addListPkg = readList(sourcePath, addList, TRUE);
/external/icu4c/tools/toolutil/
H A Dpkg_icu.h16 const char *sourcePath, const char *addList, icu::Package *pkg,
H A Dpkg_icu.cpp154 writePackageDatFile(const char *outFilename, const char *outComment, const char *sourcePath, const char *addList, Package *pkg, char outType) { argument
165 addListPkg = readList(sourcePath, addList, TRUE, NULL);
/external/chromium_org/third_party/WebKit/Source/web/
H A DAsyncFileSystemChromium.cpp62 void AsyncFileSystemChromium::move(const KURL& sourcePath, const KURL& destinationPath, PassOwnPtr<AsyncFileSystemCallbacks> callbacks) argument
64 m_webFileSystem->move(sourcePath, destinationPath, new WebKit::WebFileSystemCallbacksImpl(callbacks));
67 void AsyncFileSystemChromium::copy(const KURL& sourcePath, const KURL& destinationPath, PassOwnPtr<AsyncFileSystemCallbacks> callbacks) argument
69 m_webFileSystem->copy(sourcePath, destinationPath, new WebKit::WebFileSystemCallbacksImpl(callbacks));
H A DAsyncFileSystemChromium.h54 virtual void move(const KURL& sourcePath, const KURL& destinationPath, PassOwnPtr<AsyncFileSystemCallbacks>);
55 virtual void copy(const KURL& sourcePath, const KURL& destinationPath, PassOwnPtr<AsyncFileSystemCallbacks>);
H A DWorkerAsyncFileSystemChromium.h64 virtual void move(const KURL& sourcePath, const KURL& destinationPath, PassOwnPtr<AsyncFileSystemCallbacks>);
65 virtual void copy(const KURL& sourcePath, const KURL& destinationPath, PassOwnPtr<AsyncFileSystemCallbacks>);
H A DWorkerAsyncFileSystemChromium.cpp82 void WorkerAsyncFileSystemChromium::move(const KURL& sourcePath, const KURL& destinationPath, PassOwnPtr<AsyncFileSystemCallbacks> callbacks) argument
84 createWorkerFileSystemCallbacksBridge(callbacks)->postMoveToMainThread(m_webFileSystem, sourcePath, destinationPath, m_modeForCurrentOperation);
87 void WorkerAsyncFileSystemChromium::copy(const KURL& sourcePath, const KURL& destinationPath, PassOwnPtr<AsyncFileSystemCallbacks> callbacks) argument
89 createWorkerFileSystemCallbacksBridge(callbacks)->postCopyToMainThread(m_webFileSystem, sourcePath, destinationPath, m_modeForCurrentOperation);
H A DWorkerFileSystemCallbacksBridge.cpp220 void WorkerFileSystemCallbacksBridge::postMoveToMainThread(WebFileSystem* fileSystem, const KURL& sourcePath, const KURL& destinationPath, const String& mode) argument
224 AllowCrossThreadAccess(fileSystem), sourcePath, destinationPath,
228 void WorkerFileSystemCallbacksBridge::postCopyToMainThread(WebFileSystem* fileSystem, const KURL& sourcePath, const KURL& destinationPath, const String& mode) argument
232 AllowCrossThreadAccess(fileSystem), sourcePath, destinationPath,
325 void WorkerFileSystemCallbacksBridge::moveOnMainThread(WebCore::ScriptExecutionContext*, WebFileSystem* fileSystem, const KURL& sourcePath, const KURL& destinationPath, PassRefPtr<WorkerFileSystemCallbacksBridge> bridge, const String& mode) argument
327 fileSystem->move(sourcePath, destinationPath, MainThreadFileSystemCallbacks::createLeakedPtr(bridge, mode));
330 void WorkerFileSystemCallbacksBridge::copyOnMainThread(WebCore::ScriptExecutionContext*, WebFileSystem* fileSystem, const KURL& sourcePath, const KURL& destinationPath, PassRefPtr<WorkerFileSystemCallbacksBridge> bridge, const String& mode) argument
332 fileSystem->copy(sourcePath, destinationPath, MainThreadFileSystemCallbacks::createLeakedPtr(bridge, mode));
/external/jsilver/src/com/google/clearsilver/jsilver/data/
H A DData.java172 void setSymlink(String sourcePath, String destinationPath); argument
177 void setSymlink(String sourcePath, Data destination); argument
H A DUnmodifiableData.java87 public void setSymlink(String sourcePath, Data destination) { argument
92 public void setSymlink(String sourcePath, String destinationPath) { 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);
H A DDefaultDataContext.java340 public void setSymlink(String sourcePath, String destinationPath) { argument
344 public void setSymlink(String sourcePath, Data destination) { argument
/external/chromium_org/third_party/icu/source/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);
392 addListPkg=readList(sourcePath, options[OPT_ADD_LIST].value, TRUE);
/external/chromium_org/third_party/angle_dx11/src/libGLESv2/renderer/
H A DRenderer.cpp92 std::string sourcePath = getTempPath(); local
93 sourceText = std::string("#line 2 \"") + sourcePath + std::string("\"\n\n") + std::string(hlsl);
94 writeFile(sourcePath.c_str(), sourceText.c_str(), sourceText.size());
/external/icu4c/tools/icupkg/
H A Dicupkg.cpp255 const char *pname, *sourcePath, *destPath, *inFilename, *outFilename, *outComment; local
301 sourcePath=options[OPT_SOURCEDIR].value;
304 sourcePath=NULL;
328 pkg->addFile(sourcePath, inFilename);
342 isModified=(UBool)(sourcePath!=destPath);
453 if(readList(sourcePath, options[OPT_ADD_LIST].value, TRUE, addListPkg)) {
/external/chromium_org/third_party/angle_dx11/src/compiler/
H A DParseHelper.h28 TParseContext(TSymbolTable& symt, TExtensionBehavior& ext, TIntermediate& interm, ShShaderType type, ShShaderSpec spec, int options, bool checksPrecErrors, const char* sourcePath, TInfoSink& is) : argument
34 sourcePath(sourcePath),
50 const char* sourcePath; // Path of source file or NULL. member in struct:TParseContext
H A DCompiler.cpp115 const char* sourcePath = NULL; local
119 sourcePath = shaderStrings[0];
126 sourcePath, infoSink);
/external/chromium_org/third_party/angle_dx11/src/libGLESv2/
H A DShader.cpp360 std::string sourcePath; local
363 sourcePath = getTempPath();
364 writeFile(sourcePath.c_str(), source, strlen(source));
369 if (sourcePath.empty())
377 sourcePath.c_str(),
/external/chromium_org/chrome/browser/resources/file_manager/js/
H A Dfile_copy_manager.js254 var sourcePath = util.extractFilePath(sourceUrl);
262 if (filePath == sourcePath) {
1074 var sourcePath = sourceEntry.originalSourcePath;
1075 if (sourceEntry.fullPath.substr(0, sourcePath.length) != sourcePath) {
1085 var originalPath = sourceEntry.fullPath.substr(sourcePath.length + 1);
1208 var sourcePath = sourceEntry.originalSourcePath;
1209 if (sourceEntry.fullPath.substr(0, sourcePath.length) != sourcePath) {
1220 task.applyRenames(sourceEntry.fullPath.substr(sourcePath
[all...]
H A Dvolume_manager.js239 'mount', event.mountType, event.sourcePath);
496 function(sourcePath) {
498 '; sourceUrl=' + sourcePath);
499 var requestKey = this.makeRequestKey_('mount', mountType, sourcePath);
/external/chromium_org/third_party/skia/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/chromium_org/third_party/WebKit/Tools/Scripts/
H A DVCSUtils.pm1407 my $sourcePath;
1411 $sourcePath = $copiedFromPath;
1416 $copiedFiles{$indexPath} = $sourcePath;
1421 $sourcePath = $indexPath;
1427 if (exists($sourceRevisionHash{$sourcePath}) &&
1428 ($sourceRevisionHash{$sourcePath} != $sourceRevision)) {
1431 " $sourcePath:$sourceRevisionHash{$sourcePath}\n".
1432 " $sourcePath:$sourceRevision";
1435 $sourceRevisionHash{$sourcePath}
[all...]

Completed in 349 milliseconds

12