Home
last modified time | relevance | path

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

12

/external/oj-libjdwp/src/share/classes/com/sun/tools/jdi/
DStratumLineInfo.java34 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()
DSDE.java46 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 …]
DLocationImpl.java158 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
DConcreteMethodImpl.java326 lineStratum.sourcePath())); in getLocations()
/external/vogar/src/vogar/
DAction.java32 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/icu/icu4c/source/tools/icupkg/
Dicupkg.cpp257 const char *pname, *sourcePath, *destPath, *inFilename, *outFilename, *outComment; in main() local
303 sourcePath=options[OPT_SOURCEDIR].value; in main()
306 sourcePath=NULL; in main()
330 pkg->addFile(sourcePath, inFilename); in main()
344 isModified=(UBool)(sourcePath!=destPath); in main()
455 if(readList(sourcePath, options[OPT_ADD_LIST].value, TRUE, addListPkg)) { in main()
/external/oj-libjdwp/src/share/back/
DSDE.c59 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/oj-libjdwp/src/share/classes/com/sun/jdi/
DLocation.java175 String sourcePath() throws AbsentInformationException; in sourcePath() method
210 String sourcePath(String stratum) in sourcePath() method
/external/cldr/tools/java/org/unicode/cldr/ant/
DCLDRBuild.java230 … infos.add(new SplitInfo(remap.sourcePath, remap.targetDir, remap.targetPath)); in execute()
635 public String sourcePath; field in CLDRBuild.Remap
639 public void setSourcePath(String sourcePath) { in setSourcePath() argument
640 this.sourcePath = sourcePath; in setSourcePath()
661 if (remap.sourcePath == null || remap.sourcePath.trim().isEmpty()) { in addConfiguredRemap()
664 remap.sourcePath = remap.sourcePath.trim(); in addConfiguredRemap()
/external/jsilver/src/com/google/clearsilver/jsilver/data/
DDelegatedData.java211 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()
DUnmodifiableData.java87 public void setSymlink(String sourcePath, Data destination) { in setSymlink() argument
92 public void setSymlink(String sourcePath, String destinationPath) { in setSymlink() argument
DData.java172 void setSymlink(String sourcePath, String destinationPath); in setSymlink() argument
177 void setSymlink(String sourcePath, Data destination); in setSymlink() argument
DNestedMapData.java379 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()
DDefaultDataContext.java340 public void setSymlink(String sourcePath, String destinationPath) { in setSymlink() argument
344 public void setSymlink(String sourcePath, Data destination) { in setSymlink() argument
/external/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
/external/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,
/external/robolectric-shadows/robolectric/src/main/java/org/robolectric/android/internal/
DParallelUniverse.java402 String sourcePath = ReflectionHelpers.getField(parsedPackage, "mPath"); in setUpPackageStorage() local
403 if (sourcePath == null) { in setUpPackageStorage()
404 sourcePath = createTempDir("sourceDir"); in setUpPackageStorage()
406 applicationInfo.publicSourceDir = sourcePath; in setUpPackageStorage()
407 applicationInfo.sourceDir = sourcePath; in setUpPackageStorage()
/external/fonttools/Lib/fontTools/ufoLib/
D__init__.py978 def copyFromReader(self, reader, sourcePath, destPath): argument
986 sourcePath = fsdecode(sourcePath)
988 if not reader.fs.exists(sourcePath):
989 raise UFOLibError("The reader does not have data located at \"%s\"." % sourcePath)
994 if reader.fs.isdir(sourcePath):
995 fs.copy.copy_dir(reader.fs, sourcePath, self.fs, destPath)
997 fs.copy.copy_file(reader.fs, sourcePath, self.fs, destPath)
1566 sourcePath = "%s/%s" % (IMAGES_DIRNAME, fsdecode(sourceFileName))
1568 self.copyFromReader(reader, sourcePath, destPath)
/external/kotlinc/lib/
Dkotlin-scripting-common.jarMETA-INF/ META-INF/MANIFEST.MF kotlin/ kotlin/script/ kotlin/ ...
/external/fonttools/Lib/fontTools/designspaceLib/
D__init__.py764 sourcePath = os.path.abspath(os.path.join(os.path.dirname(self.path), filename))
766 sourcePath = None
772 sourceObject.path = sourcePath # absolute path to the ufo source
/external/owasp/sanitizer/tools/findbugs/lib/
Dfindbugs-ant.jarMETA-INF/ META-INF/MANIFEST.MF edu/ edu/umd/ edu/ ...
/external/deqp/scripts/android/
Dbuild_apk.py174 self.sourcePath = DEQP_DIR
229 return config.sourcePath
/external/icu/icu4c/source/test/cintltst/
Dcreststn.c668 const char *sourcePath = ctest_dataSrcDir(); in TestNewTypes() local
669 int32_t srcPathLen = (int32_t)strlen(sourcePath); in TestNewTypes()
675 strcpy(path, sourcePath); in TestNewTypes()

12