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

12

/external/chromium_org/third_party/angle/util/
H A Dshader_utils.cpp61 GLuint CompileShaderFromFile(GLenum type, const std::string &sourcePath) argument
63 std::string source = ReadFileToString(sourcePath);
/external/chromium_org/third_party/icu/source/tools/toolutil/
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.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/skia/src/animator/
H A DSkMatrixParts.cpp242 SkPath& sourcePath = source->getPath(); local
243 int srcPts = sourcePath.getPoints(src, 4);
/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/src/animator/
H A DSkMatrixParts.cpp242 SkPath& sourcePath = source->getPath(); local
243 int srcPts = sourcePath.getPoints(src, 4);
/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);
/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/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/icu/source/test/cintltst/
H A Dcreststn.c665 const char *sourcePath = ctest_dataSrcDir(); local
666 int32_t srcPathLen = (int32_t)strlen(sourcePath);
672 strcpy(path, sourcePath);
/external/icu/icu4c/source/test/cintltst/
H A Dcreststn.c667 const char *sourcePath = ctest_dataSrcDir(); local
668 int32_t srcPathLen = (int32_t)strlen(sourcePath);
674 strcpy(path, sourcePath);
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/d3d11/
H A DRenderer11.cpp2393 std::string sourcePath = getTempPath(); local
2394 std::string sourceText = std::string("#line 2 \"") + sourcePath + std::string("\"\n\n") + std::string(shaderHLSL);
2395 writeFile(sourcePath.c_str(), sourceText.c_str(), sourceText.size());
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/d3d9/
H A DRenderer9.cpp2951 std::string sourcePath = getTempPath(); local
2952 std::string sourceText = std::string("#line 2 \"") + sourcePath + std::string("\"\n\n") + std::string(shaderHLSL);
2953 writeFile(sourcePath.c_str(), sourceText.c_str(), sourceText.size());
/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 ...
/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/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 ...

Completed in 1612 milliseconds

12