Home
last modified time | relevance | path

Searched refs:sourcePath (Results 1 – 24 of 24) sorted by relevance

/third_party/node/deps/icu-small/source/tools/icupkg/
Dicupkg.cpp266 const char *pname, *sourcePath, *destPath, *inFilename, *outFilename, *outComment; in main() local
312 sourcePath=options[OPT_SOURCEDIR].value; in main()
315 sourcePath=nullptr; in main()
339 pkg->addFile(sourcePath, inFilename); in main()
353 isModified=(UBool)(sourcePath!=destPath); in main()
464 if(readList(sourcePath, options[OPT_ADD_LIST].value, true, addListPkg)) { in main()
/third_party/icu/icu4c/source/tools/icupkg/
Dicupkg.cpp266 const char *pname, *sourcePath, *destPath, *inFilename, *outFilename, *outComment; in main() local
312 sourcePath=options[OPT_SOURCEDIR].value; in main()
315 sourcePath=NULL; in main()
339 pkg->addFile(sourcePath, inFilename); in main()
353 isModified=(UBool)(sourcePath!=destPath); in main()
464 if(readList(sourcePath, options[OPT_ADD_LIST].value, true, addListPkg)) { in main()
/third_party/skia/third_party/externals/icu/source/tools/icupkg/
Dicupkg.cpp266 const char *pname, *sourcePath, *destPath, *inFilename, *outFilename, *outComment; in main() local
312 sourcePath=options[OPT_SOURCEDIR].value; in main()
315 sourcePath=NULL; in main()
339 pkg->addFile(sourcePath, inFilename); in main()
353 isModified=(UBool)(sourcePath!=destPath); in main()
464 if(readList(sourcePath, options[OPT_ADD_LIST].value, TRUE, addListPkg)) { in main()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/
DShaderD3D.cpp30 const std::string &sourcePath) in TranslateTaskD3D() argument
34 mSourcePath(sourcePath), in TranslateTaskD3D()
273 std::string sourcePath; in compile() local
283 sourcePath = getTempPath(); in compile()
284 writeFile(sourcePath.c_str(), source.c_str(), source.length()); in compile()
372 source, sourcePath); in compile()
DHLSLCompiler.cpp223 std::string sourcePath = getTempPath(); in compileToBinary() local
225 stream << "#line 2 \"" << sourcePath << "\"\n\n" << hlsl; in compileToBinary()
227 writeFile(sourcePath.c_str(), sourceText.c_str(), sourceText.size()); in compileToBinary()
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
DCompiler.cpp113 const char* sourcePath = nullptr; in compile() local
117 sourcePath = shaderStrings[0]; in compile()
124 sourcePath, infoSink); in compile()
DParseHelper.h37 …& interm, GLenum type, int options, bool checksPrecErrors, const char* sourcePath, TInfoSink& is) : in TParseContext() argument
41 sourcePath(sourcePath), in TParseContext()
66 const char* sourcePath; // Path of source file or null. variable
/third_party/icu/icu4c/source/tools/toolutil/
Dpkg_icu.cpp154 writePackageDatFile(const char *outFilename, const char *outComment, const char *sourcePath, const … in writePackageDatFile() argument
166 addListPkg.adoptInstead(readList(sourcePath, addList, true, NULL)); in writePackageDatFile()
Dpkg_icu.h19 const char *sourcePath, const char *addList, icu::Package *pkg,
/third_party/node/deps/icu-small/source/tools/toolutil/
Dpkg_icu.cpp154 writePackageDatFile(const char *outFilename, const char *outComment, const char *sourcePath, const … in writePackageDatFile() argument
166 addListPkg.adoptInstead(readList(sourcePath, addList, true, nullptr)); in writePackageDatFile()
Dpkg_icu.h19 const char *sourcePath, const char *addList, icu::Package *pkg,
/third_party/skia/third_party/externals/icu/source/tools/toolutil/
Dpkg_icu.cpp154 writePackageDatFile(const char *outFilename, const char *outComment, const char *sourcePath, const … in writePackageDatFile() argument
166 addListPkg.adoptInstead(readList(sourcePath, addList, TRUE, NULL)); in writePackageDatFile()
Dpkg_icu.h19 const char *sourcePath, const char *addList, icu::Package *pkg,
/third_party/skia/third_party/externals/angle2/util/
Dshader_utils.cpp178 GLuint CompileShaderFromFile(GLenum type, const std::string &sourcePath) in CompileShaderFromFile() argument
181 if (!ReadEntireFile(sourcePath, &source)) in CompileShaderFromFile()
183 std::cerr << "Error reading shader file: " << sourcePath << "\n"; in CompileShaderFromFile()
Dshader_utils.h20 ANGLE_UTIL_EXPORT GLuint CompileShaderFromFile(GLenum type, const std::string &sourcePath);
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DOutputHLSL.h44 const char *sourcePath,
DOutputHLSL.cpp304 const char *sourcePath, in OutputHLSL() argument
320 mSourcePath(sourcePath), in OutputHLSL()
/third_party/typescript/src/compiler/
DmoduleSpecifiers.ts736 const relativePaths = flatMap(normalizedSourcePaths, sourcePath => {
737 …, targetPath => ensurePathIsNonModuleName(getRelativePathFromDirectory(sourcePath, targetPath, get…
/third_party/vk-gl-cts/scripts/android/
Dbuild_apk.py174 self.sourcePath = DEQP_DIR
233 return config.sourcePath
/third_party/icu/icu4c/source/test/cintltst/
Dcreststn.c696 const char *sourcePath = ctest_dataSrcDir(); in TestNewTypes() local
697 int32_t srcPathLen = (int32_t)strlen(sourcePath); in TestNewTypes()
703 strcpy(path, sourcePath); in TestNewTypes()
/third_party/skia/third_party/externals/angle2/src/libANGLE/capture/
DFrameCapture.cpp7305 std::string sourcePath = sourcePathStream.str(); in saveIndexFilesAndHeader() local
7307 writeReplaySource(sourcePath); in saveIndexFilesAndHeader()
/third_party/typescript/doc/
Dspec-ARCHIVED.md2377 sourcePath?: string;
/third_party/typescript/lib/
DtypingsInstaller.js127788 var relativePaths = ts.flatMap(normalizedSourcePaths, function (sourcePath) { argument
127789 … { return ts.ensurePathIsNonModuleName(ts.getRelativePathFromDirectory(sourcePath, targetPath, get…
Dtsc.js106191 var relativePaths = ts.flatMap(normalizedSourcePaths, function (sourcePath) { argument
106192 … { return ts.ensurePathIsNonModuleName(ts.getRelativePathFromDirectory(sourcePath, targetPath, get…