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

<<111213141516171819

  /frameworks/base/tools/aapt/
CrunchCache.h 84 bool needsUpdating(String8 relativePath) const;
  /sdk/sdklauncher/
sdklauncher.vcproj 174 RelativePath=".\sdklauncher.c"
  /external/chromium_org/third_party/icu/source/test/perf/normperf/
dtfmtrtperf.vcproj 397 RelativePath=".\dtfmtrtperf.cpp"
450 RelativePath=".\dtfmtrtperf.h"
  /external/chromium_org/tools/gyp/pylib/gyp/
MSVSProject.py 90 self.tool_files_section.append(['ToolFile', {'RelativePath': path}])
148 node = ['File', {'RelativePath': f}]
common.py 99 build_file = RelativePath(build_file, '.')
134 def RelativePath(path, relative_to):
181 return RelativePath(toplevel_dir, os.path.join(toplevel_dir, path))
185 # Like RelativePath but returns |path| unchanged if it is absolute.
188 return RelativePath(path, relative_to)
  /external/icu/icu4c/source/test/perf/normperf/
dtfmtrtperf.vcproj 397 RelativePath=".\dtfmtrtperf.cpp"
450 RelativePath=".\dtfmtrtperf.h"
  /external/libvorbis/win32/VS2005/libvorbisfile/
libvorbisfile_dynamic.vcproj 96 <File RelativePath="..\..\..\lib\vorbisfile.c">
100 <File RelativePath="..\..\..\include\vorbis\vorbisfile.h">
  /external/libvorbis/win32/VS2008/libvorbisfile/
libvorbisfile_dynamic.vcproj 96 <File RelativePath="..\..\..\lib\vorbisfile.c">
100 <File RelativePath="..\..\..\include\vorbis\vorbisfile.h">
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/apache/maven/maven/2.0.6/
maven-2.0.6.pom 26 <relativePath>../pom/maven/pom.xml</relativePath>
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/apache/maven/plugins/maven-plugins/24/
maven-plugins-24.pom 27 <relativePath>../../pom/maven/pom.xml</relativePath>
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/apache/maven/shared/maven-shared-components/15/
maven-shared-components-15.pom 29 <relativePath>../pom/maven/pom.xml</relativePath>
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/apache/maven/shared/maven-shared-components/17/
maven-shared-components-17.pom 29 <relativePath>../../pom/maven/pom.xml</relativePath>
  /prebuilts/tools/common/m2/repository/org/apache/ant/ant/1.8.0/
ant-1.8.0.pom 29 <relativePath>../pom.xml</relativePath>
  /prebuilts/tools/common/m2/repository/org/apache/ant/ant/1.8.2/
ant-1.8.2.pom 29 <relativePath>../pom.xml</relativePath>
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpcomponents-core/4.1/
httpcomponents-core-4.1.pom 32 <relativePath>../project/pom.xml</relativePath>
  /prebuilts/tools/common/m2/repository/org/apache/maven/maven/2.0.6/
maven-2.0.6.pom 26 <relativePath>../pom/maven/pom.xml</relativePath>
  /prebuilts/tools/common/m2/repository/org/apache/maven/shared/maven-shared-components/15/
maven-shared-components-15.pom 29 <relativePath>../pom/maven/pom.xml</relativePath>
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newproject/
ImportedProject.java 59 ImportedProject(File location, String relativePath) {
62 mRelativePath = relativePath;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/
TemplateHandler.java 400 * @param relativePath relative path within the template
404 public String readTemplateTextResource(@NonNull String relativePath) {
407 relativePath.replace('/', File.separatorChar)), Charsets.UTF_8);
428 * @param relativePath the path relative to the template directory
432 public byte[] readTemplateResource(@NonNull String relativePath) {
434 return Files.toByteArray(new File(mRootPath, relativePath));
632 String relativePath = attributes.getValue(ATTR_FILE);
633 if (relativePath != null && !relativePath.isEmpty()) {
634 mOpen.add(relativePath);
    [all...]
  /prebuilts/devtools/adt/lib/
sdktestutils.jar 
  /external/clang/utils/
FindSpecRefs 882 relativePath = item.path[len(root):]
883 if relativePath.startswith('/'):
884 relativePath = relativePath[1:]
887 filename = os.path.basename(relativePath)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/forms/
FileInputType.cpp 241 String relativePath = files[i].path.substring(rootLength).replace('\\', '/');
242 fileList->append(File::createWithRelativePath(files[i].path, relativePath));
  /external/qemu/distrib/sdl-1.2.15/VisualCE/SDLMain/
SDLmain.vcproj 533 RelativePath="..\..\src\main\win32\SDL_win32_main.c"
596 RelativePath="..\..\include\SDL_main.h"
  /libcore/luni/src/main/java/java/net/
URLStreamHandler.java 180 path = relativePath(path, spec.substring(pos, nextPos));
200 private static String relativePath(String base, String path) {
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/apache/maven/plugins/maven-plugins/16/
maven-plugins-16.pom 27 <relativePath>../pom/maven/pom.xml</relativePath>

Completed in 488 milliseconds

<<111213141516171819