Searched
full:relativepath (Results
301 -
325 of
1054) sorted by null
<<11121314151617181920>>
/prebuilts/tools/common/m2/repository/org/codehaus/plexus/plexus-components/1.1.18/ |
plexus-components-1.1.18.pom | 10 <relativePath>../pom/pom.xml</relativePath>
|
/prebuilts/tools/common/m2/repository/org/codehaus/plexus/plexus-utils/1.5.5/ |
plexus-utils-1.5.5.pom | 7 <relativePath>../pom/pom.xml</relativePath>
|
/prebuilts/tools/common/m2/repository/org/codehaus/plexus/plexus-utils/1.5.6/ |
plexus-utils-1.5.6.pom | 7 <relativePath>../pom/pom.xml</relativePath>
|
/prebuilts/tools/common/m2/repository/org/codehaus/plexus/plexus-utils/2.0.4/ |
plexus-utils-2.0.4.pom | 26 <relativePath>../pom/pom.xml</relativePath>
|
/prebuilts/tools/common/m2/repository/org/codehaus/plexus/plexus-utils/2.0.5/ |
plexus-utils-2.0.5.pom | 26 <relativePath>../pom/pom.xml</relativePath>
|
/prebuilts/tools/common/m2/repository/org/easymock/easymock/3.1/ |
easymock-3.1.pom | 11 <relativePath>..</relativePath>
|
/prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler-embeddable/0.13.1513/ |
kotlin-compiler-embeddable-0.13.1513.pom | 7 <relativePath>../../../pom.xml</relativePath>
|
/prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler-embeddable/0.13.1514/ |
kotlin-compiler-embeddable-0.13.1514.pom | 7 <relativePath>../../../pom.xml</relativePath>
|
/prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-gradle-plugin/0.13.1513/ |
kotlin-gradle-plugin-0.13.1513.pom | 16 <relativePath>../../pom.xml</relativePath>
|
/prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-gradle-plugin/0.13.1514/ |
kotlin-gradle-plugin-0.13.1514.pom | 16 <relativePath>../../pom.xml</relativePath>
|
/prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-gradle-plugin/1.0.0/ |
kotlin-gradle-plugin-1.0.0.pom | 16 <relativePath>../../pom.xml</relativePath>
|
/prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-gradle-plugin/1.0.0-beta-1103/ |
kotlin-gradle-plugin-1.0.0-beta-1103.pom | 16 <relativePath>../../pom.xml</relativePath>
|
/prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-gradle-plugin/1.0.0-beta-4584/ |
kotlin-gradle-plugin-1.0.0-beta-4584.pom | 16 <relativePath>../../pom.xml</relativePath>
|
/prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-gradle-plugin/1.0.0-rc-1036/ |
kotlin-gradle-plugin-1.0.0-rc-1036.pom | 16 <relativePath>../../pom.xml</relativePath>
|
/prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-gradle-plugin/1.0.2/ |
kotlin-gradle-plugin-1.0.2.pom | 16 <relativePath>../../pom.xml</relativePath>
|
/prebuilts/tools/common/offline-m2/org/antlr/antlr4/4.5.3/ |
antlr4-4.5.3.pom | 7 <relativePath>../../pom.xml</relativePath>
|
/external/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/jni/ois-v1-4svn/Win32/DemoFFTest/ |
DemoFFTest_vc8.vcproj | 357 RelativePath="FF.rc" 361 RelativePath="..\..\demos\FFConsoleDemo.cpp" 365 RelativePath=".\resource.h"
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/ |
RefactoringTest.java | 221 protected ViewInfo createInfos(UiElementNode model, String relativePath) throws IOException { 222 String basename = relativePath.substring(0, relativePath.lastIndexOf('.') + 1); 266 protected TestContext setupTestContext(IFile file, String relativePath) throws Exception { 294 ViewInfo info = createInfos(model, relativePath);
|
/external/clang/include/clang/Lex/ |
PPCallbacks.h | 110 /// RelativePath will be split up. For example, if an include of "Some/Some.h" 113 /// "path/to/Frameworks/Some.framework/Headers" and RelativePath will be 116 /// \param RelativePath The path relative to SearchPath, at which the include 129 StringRef RelativePath, 356 StringRef SearchPath, StringRef RelativePath, 359 FilenameRange, File, SearchPath, RelativePath, 362 FilenameRange, File, SearchPath, RelativePath,
|
DirectoryLookup.h | 157 /// \param RelativePath If not NULL, will be set to the path relative to 176 SmallVectorImpl<char> *RelativePath, 187 SmallVectorImpl<char> *RelativePath,
|
/external/clang/lib/Lex/ |
HeaderSearch.cpp | 277 SmallVectorImpl<char> *RelativePath, 296 if (RelativePath) { 297 RelativePath->clear(); 298 RelativePath->append(Filename.begin(), Filename.end()); 307 return DoFrameworkLookup(Filename, HS, SearchPath, RelativePath, 340 if (RelativePath) { 341 RelativePath->clear(); 342 RelativePath->append(Filename.begin(), Filename.end()); 402 SmallVectorImpl<char> *RelativePath, Module *RequestingModule, 461 if (RelativePath) { [all...] |
/external/apache-xml/src/main/java/org/apache/xml/serializer/utils/ |
SystemIDResolver.java | 100 * @param relativePath A relative path 103 private static String getAbsolutePathFromRelativePath(String relativePath) 105 return new File(relativePath).getAbsolutePath();
|
/external/apache-xml/src/main/java/org/apache/xml/utils/ |
SystemIDResolver.java | 93 * @param relativePath A relative path 96 private static String getAbsolutePathFromRelativePath(String relativePath) 98 return new File(relativePath).getAbsolutePath();
|
/external/testng/src/main/java/org/testng/reporters/ |
XMLReporter.java | 105 String relativePath = suite.getName() + File.separatorChar + FILE_NAME; 106 File suiteFile = new File(config.getOutputDirectory(), relativePath); 108 attrs.setProperty(XMLReporterConfig.ATTR_URL, relativePath);
|
/external/clang/unittests/Lex/ |
PPCallbacksTest.cpp | 59 StringRef SearchPath, StringRef RelativePath, 68 this->RelativePath = RelativePath.str(); 79 SmallString<16> RelativePath;
|
Completed in 663 milliseconds
<<11121314151617181920>>