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

12

/external/chromium_org/third_party/icu/source/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/icu/icu4c/source/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/angle/util/
H A Dshader_utils.h24 GLuint CompileShaderFromFile(GLenum type, const std::string &sourcePath);
H A Dshader_utils.cpp61 GLuint CompileShaderFromFile(GLenum type, const std::string &sourcePath) argument
63 std::string source = ReadFileToString(sourcePath);
/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.cpp257 const char *pname, *sourcePath, *destPath, *inFilename, *outFilename, *outComment; local
303 sourcePath=options[OPT_SOURCEDIR].value;
306 sourcePath=NULL;
330 pkg->addFile(sourcePath, inFilename);
344 isModified=(UBool)(sourcePath!=destPath);
455 if(readList(sourcePath, options[OPT_ADD_LIST].value, TRUE, addListPkg)) {
/external/icu/icu4c/source/tools/icupkg/
H A Dicupkg.cpp257 const char *pname, *sourcePath, *destPath, *inFilename, *outFilename, *outComment; local
303 sourcePath=options[OPT_SOURCEDIR].value;
306 sourcePath=NULL;
330 pkg->addFile(sourcePath, inFilename);
344 isModified=(UBool)(sourcePath!=destPath);
455 if(readList(sourcePath, options[OPT_ADD_LIST].value, TRUE, addListPkg)) {
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/documentation/
H A DDocumentationCatalog.js133 var sourcePath = tokens.join("/") + "/" + (sourceName === "window" ? "" : sourceName + "/");
134 descriptors.push(new WebInspector.DocumentationCatalog.ItemDescriptor(sourcePath, sourceName, propertyName));
/external/chromium_org/third_party/angle/src/compiler/translator/
H A DParseContext.h28 TParseContext(TSymbolTable& symt, TExtensionBehavior& ext, TIntermediate& interm, sh::GLenum type, ShShaderSpec spec, int options, bool checksPrecErrors, const char* sourcePath, TInfoSink& is) : argument
34 sourcePath(sourcePath),
54 const char* sourcePath; // Path of source file or NULL. member in struct:TParseContext
H A DCompiler.cpp156 const char* sourcePath = NULL; local
160 sourcePath = shaderStrings[0];
167 sourcePath, infoSink);
H A DOutputHLSL.cpp2753 if (mContext.sourcePath)
2755 mBody << " \"" << mContext.sourcePath << "\"";
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/
H A DShaderD3D.cpp194 std::string sourcePath; local
197 sourcePath = getTempPath();
198 writeFile(sourcePath.c_str(), source.c_str(), source.length());
203 if (sourcePath.empty())
216 sourcePath.c_str(),
/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...]
/external/chromium_org/ui/file_manager/file_manager/background/js/
H A Dvolume_manager.js593 event.volumeMetadata.sourcePath);
673 chrome.fileManagerPrivate.addMount(fileUrl, function(sourcePath) {
675 'Mount request: url=' + fileUrl + '; sourcePath=' + sourcePath);
676 var requestKey = this.makeRequestKey_('mount', sourcePath);
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dfindbugs-ant.jarMETA-INF/ META-INF/MANIFEST.MF edu/ edu/umd/ edu/umd/cs/ edu/umd/cs/findbugs/ ...
/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 ...

Completed in 2274 milliseconds

12