/external/oj-libjdwp/src/share/classes/com/sun/tools/jdi/ |
D | StratumLineInfo.java | 34 private final String sourcePath; field in StratumLineInfo 37 String sourceName, String sourcePath) { in StratumLineInfo() argument 41 this.sourcePath = sourcePath; in StratumLineInfo() 62 if (sourcePath == null) { in liSourcePath() 65 return sourcePath; in liSourcePath()
|
D | SDE.java | 46 String sourcePath; // do not read - use accessor field in SDE.FileTableRecord 56 if (sourcePath == null) { in getSourcePath() 57 sourcePath = refType.baseSourceDir() + sourceName; in getSourcePath() 60 for (int i = 0; i < sourcePath.length(); ++i) { in getSourcePath() 61 char ch = sourcePath.charAt(i); in getSourcePath() 68 sourcePath = buf.toString(); in getSourcePath() 72 return sourcePath; in getSourcePath() 162 private String sourcePath = null; field in SDE.LineStratum 212 sourcePath = ftr.getSourcePath(refType); in getSourceInfo() 220 String sourcePath() { in sourcePath() method in SDE.LineStratum [all …]
|
D | LocationImpl.java | 158 lineStratum.sourcePath()); in getLineInfo() 194 public String sourcePath() throws AbsentInformationException { in sourcePath() method in LocationImpl 195 return sourcePath(vm.getDefaultStratum()); in sourcePath() 198 public String sourcePath(String stratumID) in sourcePath() method in LocationImpl 200 return sourcePath(declaringType.stratum(stratumID)); in sourcePath() 203 String sourcePath(SDE.Stratum stratum) in sourcePath() method in LocationImpl
|
/external/vogar/src/vogar/ |
D | Action.java | 32 private final File sourcePath; field in Action 37 File sourcePath, File javaFile) { in Action() argument 42 this.sourcePath = sourcePath; in Action() 59 return sourcePath; in getSourcePath()
|
/external/dokka/runners/gradle-integration-tests/src/test/kotlin/org/jetbrains/dokka/gradle/ |
D | Utils.kt | 32 class CopyFileVisitor(private var sourcePath: Path?, private val targetPath: Path) : SimpleFileVisi… variable in org.jetbrains.dokka.gradle.CopyFileVisitor 37 if (sourcePath == null) { in preVisitDirectory() 38 sourcePath = dir in preVisitDirectory() 40 Files.createDirectories(targetPath.resolve(sourcePath?.relativize(dir))) in preVisitDirectory() 48 …Files.copy(file, targetPath.resolve(sourcePath?.relativize(file)), StandardCopyOption.REPLACE_EXIS… in visitFile()
|
/external/jacoco/org.jacoco.report/src/org/jacoco/report/internal/html/page/ |
D | ClassPage.java | 102 final String sourcePath; in content() local 104 sourcePath = getNode().getPackageName() + "/" + sourceFileName; in content() 106 sourcePath = sourceFileName; in content() 108 body.p().text("Source file \"" + sourcePath in content()
|
/external/dokka/runners/ant/src/main/kotlin/ant/ |
D | dokka.kt | 58 val sourcePath: Path by lazy { Path(getProject()) } in <lambda>() constant in org.jetbrains.dokka.ant.DokkaAntTask 76 sourcePath.append(src) in setSrc() 80 sourcePath.createPath().refid = ref in setSrcRef() 108 if (sourcePath.list().isEmpty() && antSourceRoots.isEmpty()) { in execute() 126 … sourcePath.list().map { SourceRootImpl(it) } + antSourceRoots.mapNotNull { it.toSourceRoot() }, in execute()
|
/external/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()
|
/external/oj-libjdwp/src/share/classes/com/sun/jdi/ |
D | Location.java | 175 String sourcePath() throws AbsentInformationException; in sourcePath() method 210 String sourcePath(String stratum) in sourcePath() method
|
/external/angle/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()
|
/external/oj-libjdwp/src/share/back/ |
D | SDE.c | 59 String sourcePath; // do not read - use accessor member 502 private void storeFile(int fileId, String sourceName, String sourcePath) { in storeFile() argument 506 fileTable[fileIndex].sourcePath = sourcePath; in storeFile() 514 String sourcePath = null; in fileLine() local 524 sourcePath = readLine(); in fileLine() 526 storeFile(fileId, sourceName, sourcePath); in fileLine()
|
/external/jsilver/src/com/google/clearsilver/jsilver/data/ |
D | DelegatedData.java | 211 public void setSymlink(String sourcePath, String destinationPath) { in setSymlink() argument 212 getDelegate().setSymlink(sourcePath, destinationPath); in setSymlink() 216 public void setSymlink(String sourcePath, Data destination) { in setSymlink() argument 218 getDelegate().setSymlink(sourcePath, destination); in setSymlink()
|
D | UnmodifiableData.java | 87 public void setSymlink(String sourcePath, Data destination) { in setSymlink() argument 92 public void setSymlink(String sourcePath, String destinationPath) { in setSymlink() argument
|
D | Data.java | 172 void setSymlink(String sourcePath, String destinationPath); in setSymlink() argument 177 void setSymlink(String sourcePath, Data destination); in setSymlink() argument
|
D | NestedMapData.java | 379 public void setSymlink(String sourcePath, String destinationPath) { in setSymlink() argument 380 setSymlink(sourcePath, createChild(destinationPath)); in setSymlink() 386 public void setSymlink(String sourcePath, Data destination) { in setSymlink() argument 387 createChild(sourcePath).setSymlink(destination); in setSymlink()
|
/external/llvm-project/lldb/packages/Python/lldbsuite/test/tools/lldb-vscode/ |
D | lldbvscode_testcase.py | 284 sourcePath=None, debuggerRoot=None, launchCommands=None, argument 316 sourcePath=sourcePath, 335 terminateCommands=None, sourcePath=None, argument 346 terminateCommands, sourcePath, debuggerRoot, runInTerminal=runInTerminal)
|
/external/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
|
/external/llvm-project/libcxx/utils/libcxx/test/ |
D | format.py | 204 sourcePath = testSuite.getSourcePath(pathInSuite) 205 for filename in os.listdir(sourcePath): 210 filepath = os.path.join(sourcePath, filename)
|
/external/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,
|
/external/robolectric-shadows/robolectric/src/main/java/org/robolectric/android/internal/ |
D | ParallelUniverse.java | 462 String sourcePath = ReflectionHelpers.getField(parsedPackage, "mPath"); in setUpPackageStorage() local 463 if (sourcePath == null) { in setUpPackageStorage() 464 sourcePath = createTempDir("sourceDir"); in setUpPackageStorage() 466 applicationInfo.publicSourceDir = sourcePath; in setUpPackageStorage() 467 applicationInfo.sourceDir = sourcePath; in setUpPackageStorage()
|
/external/angle/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()
|
/external/dokka/core/src/test/kotlin/ |
D | TestAPI.kt | 187 sourcePath: String, in verifyModelOutput() 192 val expectedFile = File(sourcePath.replaceAfterLast(".", ext, sourcePath + "." + ext)) in verifyModelOutput()
|