| /third_party/node/deps/icu-small/source/tools/icupkg/ |
| D | icupkg.cpp | 266 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/ |
| D | icupkg.cpp | 266 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/ |
| D | icupkg.cpp | 266 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/ |
| D | ShaderD3D.cpp | 30 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()
|
| D | HLSLCompiler.cpp | 223 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/ |
| D | Compiler.cpp | 113 const char* sourcePath = nullptr; in compile() local 117 sourcePath = shaderStrings[0]; in compile() 124 sourcePath, infoSink); in compile()
|
| D | ParseHelper.h | 37 …& 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/ |
| D | pkg_icu.cpp | 154 writePackageDatFile(const char *outFilename, const char *outComment, const char *sourcePath, const … in writePackageDatFile() argument 166 addListPkg.adoptInstead(readList(sourcePath, addList, true, NULL)); in writePackageDatFile()
|
| D | pkg_icu.h | 19 const char *sourcePath, const char *addList, icu::Package *pkg,
|
| /third_party/node/deps/icu-small/source/tools/toolutil/ |
| D | pkg_icu.cpp | 154 writePackageDatFile(const char *outFilename, const char *outComment, const char *sourcePath, const … in writePackageDatFile() argument 166 addListPkg.adoptInstead(readList(sourcePath, addList, true, nullptr)); in writePackageDatFile()
|
| D | pkg_icu.h | 19 const char *sourcePath, const char *addList, icu::Package *pkg,
|
| /third_party/skia/third_party/externals/icu/source/tools/toolutil/ |
| D | pkg_icu.cpp | 154 writePackageDatFile(const char *outFilename, const char *outComment, const char *sourcePath, const … in writePackageDatFile() argument 166 addListPkg.adoptInstead(readList(sourcePath, addList, TRUE, NULL)); in writePackageDatFile()
|
| D | pkg_icu.h | 19 const char *sourcePath, const char *addList, icu::Package *pkg,
|
| /third_party/skia/third_party/externals/angle2/util/ |
| D | shader_utils.cpp | 178 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()
|
| D | shader_utils.h | 20 ANGLE_UTIL_EXPORT GLuint CompileShaderFromFile(GLenum type, const std::string &sourcePath);
|
| /third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
| D | OutputHLSL.h | 44 const char *sourcePath,
|
| D | OutputHLSL.cpp | 304 const char *sourcePath, in OutputHLSL() argument 320 mSourcePath(sourcePath), in OutputHLSL()
|
| /third_party/typescript/src/compiler/ |
| D | moduleSpecifiers.ts | 736 const relativePaths = flatMap(normalizedSourcePaths, sourcePath => { 737 …, targetPath => ensurePathIsNonModuleName(getRelativePathFromDirectory(sourcePath, targetPath, get…
|
| /third_party/vk-gl-cts/scripts/android/ |
| D | build_apk.py | 174 self.sourcePath = DEQP_DIR 233 return config.sourcePath
|
| /third_party/icu/icu4c/source/test/cintltst/ |
| D | creststn.c | 696 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/ |
| D | FrameCapture.cpp | 7305 std::string sourcePath = sourcePathStream.str(); in saveIndexFilesAndHeader() local 7307 writeReplaySource(sourcePath); in saveIndexFilesAndHeader()
|
| /third_party/typescript/doc/ |
| D | spec-ARCHIVED.md | 2377 sourcePath?: string;
|
| /third_party/typescript/lib/ |
| D | typingsInstaller.js | 127788 var relativePaths = ts.flatMap(normalizedSourcePaths, function (sourcePath) { argument 127789 … { return ts.ensurePathIsNonModuleName(ts.getRelativePathFromDirectory(sourcePath, targetPath, get…
|
| D | tsc.js | 106191 var relativePaths = ts.flatMap(normalizedSourcePaths, function (sourcePath) { argument 106192 … { return ts.ensurePathIsNonModuleName(ts.getRelativePathFromDirectory(sourcePath, targetPath, get…
|