Home
last modified time | relevance | path

Searched refs:getBaseLocation (Results 1 – 25 of 70) sorted by relevance

123

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.bundles/bundles/org.eclipse.equinox.preferences/src/org/eclipse/core/internal/preferences/
H A DInstancePreferences.java39 /* package */static IPath getBaseLocation() { in getBaseLocation() method in InstancePreferences
180 location = computeLocation(getBaseLocation(), qualifier); in getLocation()
212 String[] names = computeChildren(getBaseLocation()); in initializeChildren()
H A DTestHelper.java27 return InstancePreferences.getBaseLocation(); in getInstanceBaseLocation()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.p2/bundles/org.eclipse.equinox.p2.tests/src/org/eclipse/equinox/p2/tests/simpleconfigurator/
H A DSimpleConfiguratorUtilsExtendedConfiguredTest.java142 if (b.getBaseLocation() != null) { in getLocation()
143 return b.getBaseLocation().resolve(b.getLocation()); in getLocation()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform/ant/org.eclipse.ant.ui/Ant Editor/org/eclipse/ant/internal/ui/editor/actions/
H A DOpenExternalAntDocHandler.java77 URL baseLocation = getBaseLocation(); in getExternalLocation()
131 private URL getBaseLocation() throws MalformedURLException { in getBaseLocation() method in OpenExternalAntDocHandler
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.p2/bundles/org.eclipse.equinox.simpleconfigurator/src/org/eclipse/equinox/internal/simpleconfigurator/utils/
H A DSimpleConfiguratorUtils.java91 if (singleInfo.getBaseLocation() != null) { in readExtendedConfigurationFiles()
92 …fo(singleInfo.getSymbolicName(), singleInfo.getVersion(), singleInfo.getBaseLocation().resolve(sin… in readExtendedConfigurationFiles()
364 URI baseLocation = bundle.getBaseLocation();
H A DBundleInfo.java60 public URI getBaseLocation() { in getBaseLocation() method in BundleInfo
/dports/multimedia/musique/musique-1.10.1/src/model/
H A Dartist.h46 QString getBaseLocation();
H A Dartist.cpp423 QString Artist::getBaseLocation() { in getBaseLocation() function in Artist
428 return getBaseLocation() + QLatin1String("/_photo"); in getImageLocation()
432 return getBaseLocation() + QLatin1String("/_bio"); in getBioLocation()
H A Dalbum.h99 QString getBaseLocation();
H A Dalbum.cpp408 QString Album::getBaseLocation() { in getBaseLocation() function in Album
413 return getBaseLocation() + QLatin1String("/_cover"); in getImageLocation()
417 return getBaseLocation() + QLatin1String("/_wiki"); in getWikiLocation()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.p2/bundles/org.eclipse.equinox.simpleconfigurator.manipulator/src/org/eclipse/equinox/internal/simpleconfigurator/manipulator/
H A DSimpleConfiguratorManipulatorImpl.java397 if (!location.isAbsolute() && simpleInfo.getBaseLocation() != null) in loadConfiguration()
398 location = URIUtil.makeAbsolute(location, simpleInfo.getBaseLocation()); in loadConfiguration()
402 bundleInfo.setBaseLocation(simpleInfo.getBaseLocation()); in loadConfiguration()
492 simpleInfos[i].setBaseLocation(bundleInfo.getBaseLocation()); in convertBundleInfos()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench/src/org/eclipse/e4/ui/internal/workbench/
H A DResourceHandler.java244 return new File(getBaseLocation(), "workbench.xmi"); //$NON-NLS-1$ in getWorkbenchSaveLocation()
247 private File getBaseLocation() { in getBaseLocation() method in ResourceHandler
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/jdk.jfr/share/classes/jdk/jfr/internal/
H A DRepository.java168 public synchronized SafePath getBaseLocation() { in getBaseLocation() method in Repository
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/jdk.jfr/share/classes/jdk/jfr/internal/
H A DRepository.java176 public synchronized SafePath getBaseLocation() { in getBaseLocation() method in Repository
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/jdk.jfr/share/classes/jdk/jfr/internal/
H A DRepository.java177 public synchronized SafePath getBaseLocation() { in getBaseLocation() method in Repository
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin/src/org/eclipse/equinox/frameworkadmin/
H A DBundleInfo.java114 public URI getBaseLocation() {
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/jdk.jfr/share/classes/jdk/jfr/
H A DFlightRecorder.java201 …ogger.log(JFR, INFO, "Repository base directory: " + Repository.getRepository().getBaseLocation()); in getFlightRecorder()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/jdk.jfr/share/classes/jdk/jfr/
H A DFlightRecorder.java201 …ogger.log(JFR, INFO, "Repository base directory: " + Repository.getRepository().getBaseLocation()); in getFlightRecorder()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/jdk.jfr/share/classes/jdk/jfr/
H A DFlightRecorder.java200 …ogger.log(JFR, INFO, "Repository base directory: " + Repository.getRepository().getBaseLocation()); in getFlightRecorder()
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-shuffle/src/main/java/org/apache/hadoop/mapred/
H A DShuffleHandler.java905 String outputBasePathStr = getBaseLocation(jobId, user); in messageReceived()
985 private String getBaseLocation(String jobId, String user) { in getBaseLocation() method in ShuffleHandler.Shuffle
/dports/games/meandmyshadow/meandmyshadow-0.5a/docs/
H A DScriptAPI.md117 * getBaseLocation()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/lib/Sema/
H A DTreeTransform.h174 SourceLocation getBaseLocation() { return SourceLocation(); } in getBaseLocation() function
200 OldLocation = Self.getDerived().getBaseLocation(); in TemporaryBase()
630 getDerived().getBaseLocation()); in InventTypeSourceInfo()
4232 Arg, QualType(), getDerived().getBaseLocation()); in InventTemplateArgumentLoc()
4260 getDerived().getBaseLocation(), D)) in TransformTemplateArgument()
4532 getDerived().getBaseLocation()); in TransformType()
4585 getDerived().getBaseLocation()); in TransformTypeWithDeducedTST()
5393 Result, getDerived().getBaseLocation()); in TransformDependentAddressSpaceType()
5425 Result, getDerived().getBaseLocation()); in TransformDependentPointerType()
14088 getDerived().getBaseLocation(), in RebuildFunctionProtoType()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/lib/Sema/
H A DTreeTransform.h166 SourceLocation getBaseLocation() { return SourceLocation(); } in getBaseLocation() function
192 OldLocation = Self.getDerived().getBaseLocation(); in TemporaryBase()
622 getDerived().getBaseLocation()); in InventTypeSourceInfo()
4026 Arg, QualType(), getDerived().getBaseLocation()); in InventTemplateArgumentLoc()
4054 getDerived().getBaseLocation(), D)) in TransformTemplateArgument()
4326 getDerived().getBaseLocation()); in TransformType()
4379 getDerived().getBaseLocation()); in TransformTypeWithDeducedTST()
5107 Result, getDerived().getBaseLocation()); in TransformDependentAddressSpaceType()
13332 getDerived().getBaseLocation(), in RebuildFunctionProtoType()
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/lib/Sema/
H A DTreeTransform.h166 SourceLocation getBaseLocation() { return SourceLocation(); } in getBaseLocation() function
192 OldLocation = Self.getDerived().getBaseLocation(); in TemporaryBase()
622 getDerived().getBaseLocation()); in InventTypeSourceInfo()
4026 Arg, QualType(), getDerived().getBaseLocation()); in InventTemplateArgumentLoc()
4054 getDerived().getBaseLocation(), D)) in TransformTemplateArgument()
4326 getDerived().getBaseLocation()); in TransformType()
4379 getDerived().getBaseLocation()); in TransformTypeWithDeducedTST()
5107 Result, getDerived().getBaseLocation()); in TransformDependentAddressSpaceType()
13332 getDerived().getBaseLocation(), in RebuildFunctionProtoType()
/dports/games/meandmyshadow/meandmyshadow-0.5a/src/
H A DScriptAPI.cpp280 int getBaseLocation(lua_State* state){ in getBaseLocation() function

123