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

<<1112131415

  /external/protobuf/gtest/msvc/
gtest_unittest.vcproj 119 RelativePath="..\test\gtest_unittest.cc">
  /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 98 build_file = RelativePath(build_file, '.')
133 def RelativePath(path, relative_to):
180 return RelativePath(toplevel_dir, os.path.join(toplevel_dir, path))
184 # Like RelativePath but returns |path| unchanged if it is absolute.
187 return RelativePath(path, relative_to)
  /external/clang/lib/Frontend/
DependencyFile.cpp 66 StringRef RelativePath,
140 StringRef RelativePath,
  /external/icu4c/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/tools/common/m2/internal/org/apache/ant/ant/1.8.0/
ant-1.8.0.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>
  /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 359 * @param relativePath relative path within the template
363 public String readTemplateTextResource(@NonNull String relativePath) {
366 relativePath.replace('/', File.separatorChar)), Charsets.UTF_8);
387 * @param relativePath the path relative to the template directory
391 public byte[] readTemplateResource(@NonNull String relativePath) {
393 return Files.toByteArray(new File(mRootPath, relativePath));
591 String relativePath = attributes.getValue(ATTR_FILE);
592 if (relativePath != null && !relativePath.isEmpty()) {
593 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 231 String relativePath = files[i].path.substring(rootLength).replace('\\', '/');
232 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 178 path = relativePath(path, spec.substring(pos, nextPos));
198 private static String relativePath(String base, String path) {
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpcomponents-client/4.1/
httpcomponents-client-4.1.pom 32 <relativePath>../project/pom.xml</relativePath>
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpcomponents-client/4.1.1/
httpcomponents-client-4.1.1.pom 32 <relativePath>../project/pom.xml</relativePath>
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/assetstudio/
CreateAssetSetWizard.java 104 String relativePath = entry.getKey();
105 IPath dest = new Path(relativePath);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/exportgradle/
ProjectSetupBuilder.java 315 IPath relativePath = path.makeRelativeTo(root);
316 String relativeString = relativePath.toOSString();
  /external/qemu/distrib/sdl-1.2.15/VisualC/SDLmain/
SDLmain.vcproj 416 RelativePath="..\..\Src\Main\Win32\SDL_win32_main.c"
  /external/qemu/distrib/sdl-1.2.15/VisualCE/testtimer/
testtimer.vcproj 353 RelativePath="..\..\test\testtimer.c"

Completed in 152 milliseconds

<<1112131415