HomeSort by relevance Sort by last modified time
    Searched full:relativepath (Results 176 - 200 of 451) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/chromium_org/third_party/yasm/source/patched-yasm/Mkfiles/vc9/genmodule/
genmodule.vcproj 191 RelativePath="..\..\..\libyasm\genmodule.c"
196 RelativePath=".\run.bat"
  /external/chromium_org/third_party/yasm/source/patched-yasm/Mkfiles/vc9/genstring/
genstring.vcproj 187 RelativePath="..\..\..\genstring.c"
192 RelativePath=".\run.bat"
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/apache/maven/maven-archiver/2.5/
maven-archiver-2.5.pom 26 <relativePath>../maven-shared-components/pom.xml</relativePath>
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/apache/maven/plugins/maven-clean-plugin/2.5/
maven-clean-plugin-2.5.pom 29 <relativePath>../maven-plugins/pom.xml</relativePath>
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/codehaus/plexus/plexus-components/1.1.18/
plexus-components-1.1.18.pom 10 <relativePath>../pom/pom.xml</relativePath>
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/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/apache/felix/maven-bundle-plugin/2.3.6/
maven-bundle-plugin-2.3.6.pom 25 <relativePath>../pom/pom.xml</relativePath>
  /prebuilts/tools/common/m2/repository/org/apache/maven/shared/maven-shared-components/9/
maven-shared-components-9.pom 27 <relativePath>../pom/maven/pom.xml</relativePath>
  /prebuilts/tools/common/m2/repository/org/codehaus/plexus/plexus-components/1.1.17/
plexus-components-1.1.17.pom 10 <relativePath>../pom/pom.xml</relativePath>
  /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/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>
  /external/chromium_org/third_party/icu/build/
icupkg.vcproj 143 RelativePath="..\source\tools\icupkg\icupkg.cpp"
  /external/clang/unittests/Lex/
PPCallbacksTest.cpp 66 StringRef RelativePath,
75 this->RelativePath = RelativePath.str();
86 SmallString<16> RelativePath;
  /external/chromium_org/third_party/WebKit/Source/modules/webdatabase/sqlite/
SQLiteFileSystemPosix.cpp 143 // relativePath - the relative path.
146 int chromiumFullPathname(sqlite3_vfs* vfs, const char* relativePath,
150 sqlite3_snprintf(vfs->mxPathname, absolutePath, "%s", relativePath);
SQLiteFileSystemWin.cpp 115 // relativePath - the relative path.
118 int chromiumFullPathname(sqlite3_vfs* vfs, const char* relativePath,
122 sqlite3_snprintf(vfs->mxPathname, absolutePath, "%s", relativePath);
  /external/chromium_org/third_party/yasm/source/patched-yasm/Mkfiles/vc9/
yasm.vcproj 390 RelativePath="..\..\frontends\yasm\yasm-options.c"
394 RelativePath="..\..\frontends\yasm\yasm.c"
403 RelativePath="..\..\frontends\yasm\yasm-options.h"
ytasm.vcproj 390 RelativePath="..\..\frontends\tasm\tasm-options.c"
394 RelativePath="..\..\frontends\tasm\tasm.c"
403 RelativePath="..\..\frontends\tasm\tasm-options.h"
  /external/srec/portable/include/
PFileSystemImpl.h 97 * @param relativePath [out] Relative path associated with match. Set to NULL if this value shouldn't be returned.
99 * @return ESR_INVALID_ARGUMENT if path, fileSystem or relativePath is null; ESR_INVALID_STATE if no
102 PORTABLE_API ESR_ReturnCode PFileSystemGetFS(const LCHAR* path, PFileSystem** fileSystem, LCHAR* relativePath);
  /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 108 /// RelativePath will be split up. For example, if an include of "Some/Some.h"
111 /// "path/to/Frameworks/Some.framework/Headers" and RelativePath will be
114 /// \param RelativePath The path relative to SearchPath, at which the include
127 StringRef RelativePath,
358 StringRef SearchPath, StringRef RelativePath,
361 FilenameRange, File, SearchPath, RelativePath,
364 FilenameRange, File, SearchPath, RelativePath,
  /external/clang/lib/Lex/
HeaderSearch.cpp 267 SmallVectorImpl<char> *RelativePath,
285 if (RelativePath) {
286 RelativePath->clear();
287 RelativePath->append(Filename.begin(), Filename.end());
296 return DoFrameworkLookup(Filename, HS, SearchPath, RelativePath,
328 if (RelativePath) {
329 RelativePath->clear();
330 RelativePath->append(Filename.begin(), Filename.end());
392 SmallVectorImpl<char> *RelativePath,
452 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();

Completed in 334 milliseconds

1 2 3 4 5 6 78 91011>>