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

1 2 3 4 5 67 8 91011>>

  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/codehaus/plexus/plexus-components/1.1.15/
plexus-components-1.1.15.pom 10 <relativePath>../pom/pom.xml</relativePath>
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/codehaus/plexus/plexus-components/1.1.20/
plexus-components-1.1.20.pom 10 <relativePath>../pom/pom.xml</relativePath>
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/codehaus/plexus/plexus-components/1.2/
plexus-components-1.2.pom 10 <relativePath>../pom/pom.xml</relativePath>
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/codehaus/plexus/plexus-components/1.3.1/
plexus-components-1.3.1.pom 10 <relativePath>../pom/pom.xml</relativePath>
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/sonatype/sisu/inject/guice-plexus/1.4.2/
guice-plexus-1.4.2.pom 8 <relativePath>../guice-bean</relativePath>
  /prebuilts/tools/common/m2/repository/com/google/dexmaker/dexmaker/1.0/
dexmaker-1.0.pom 24 <relativePath>../pom.xml</relativePath>
  /prebuilts/tools/common/m2/repository/org/apache/ant/ant-launcher/1.8.0/
ant-launcher-1.8.0.pom 29 <relativePath>../pom.xml</relativePath>
  /prebuilts/tools/common/m2/repository/org/apache/ant/ant-launcher/1.8.2/
ant-launcher-1.8.2.pom 29 <relativePath>../pom.xml</relativePath>
  /prebuilts/tools/common/m2/repository/org/codehaus/plexus/plexus-components/1.1.15/
plexus-components-1.1.15.pom 10 <relativePath>../pom/pom.xml</relativePath>
  /prebuilts/tools/common/m2/repository/org/codehaus/plexus/plexus-components/1.1.19/
plexus-components-1.1.19.pom 10 <relativePath>../pom/pom.xml</relativePath>
  /prebuilts/tools/common/m2/repository/org/codehaus/plexus/plexus-components/1.1.20/
plexus-components-1.1.20.pom 10 <relativePath>../pom/pom.xml</relativePath>
  /prebuilts/tools/common/m2/repository/org/objenesis/objenesis/1.2/
objenesis-1.2.pom 25 <relativePath>..</relativePath>
  /prebuilts/tools/common/m2/repository/org/sonatype/sisu/inject/guice-plexus/1.4.2/
guice-plexus-1.4.2.pom 8 <relativePath>../guice-bean</relativePath>
  /external/chromium_org/chrome/renderer/resources/extensions/
file_system_custom_bindings.js 121 var relativePath = $String.slice(fileEntry.fullPath, 1);
122 return [fileSystemName, relativePath, callback];
138 var relativePath = $String.slice(fileEntry.fullPath, 1);
140 sendRequest.sendRequest(this.name, [id, fileSystemName, relativePath],
  /external/chromium_org/third_party/WebKit/Source/core/fileapi/
File.h 61 static PassRefPtrWillBeRawPtr<File> create(const String& path, const String& name, const String& relativePath, bool hasSnaphotData, uint64_t size, double lastModified, PassRefPtr<BlobDataHandle> blobDataHandle)
63 return adoptRefWillBeNoop(new File(path, name, relativePath, hasSnaphotData, size, lastModified, blobDataHandle));
70 static PassRefPtrWillBeRawPtr<File> createWithRelativePath(const String& path, const String& relativePath);
122 File(const String& path, const String& name, const String& relativePath, bool hasSnaphotData, uint64_t size, double lastModified, PassRefPtr<BlobDataHandle>);
File.cpp 89 PassRefPtrWillBeRawPtr<File> File::createWithRelativePath(const String& path, const String& relativePath)
92 file->m_relativePath = relativePath;
118 File::File(const String& path, const String& name, const String& relativePath, bool hasSnaphotData, uint64_t size, double lastModified, PassRefPtr<BlobDataHandle> blobDataHandle)
120 , m_hasBackingFile(!path.isEmpty() || !relativePath.isEmpty())
125 , m_relativePath(relativePath)
  /external/smali/smali/
build.gradle 89 args '-fo', relativePath("${antlrOutput}/org/jf/smali")
102 args '-fo', relativePath("${antlrOutput}/org/jf/smali")
115 args '-fo', relativePath("${testAntlrOutput}/org/jf/smali")
129 args '-d', relativePath("${jflexOutput}/org/jf/smali")
  /packages/apps/Gallery2/src/com/android/gallery3d/gadget/
WidgetConfigure.java 167 String relativePath = null;
176 relativePath = LocalAlbum.getRelativePath(bucketId);
178 + ", relative path: " + relativePath);
181 WidgetDatabaseHelper.TYPE_ALBUM, albumPath, relativePath);
WidgetDatabaseHelper.java 50 private static final String FIELD_RELATIVE_PATH = "relativePath";
74 public String relativePath;
86 relativePath = cursor.getString(INDEX_RELATIVE_PATH);
182 db.execSQL("ALTER TABLE widgets ADD COLUMN relativePath TEXT");
218 public boolean setWidget(int id, int type, String albumPath, String relativePath) {
224 values.put(FIELD_RELATIVE_PATH, relativePath);
290 values.put(FIELD_RELATIVE_PATH, entry.relativePath);
  /external/chromium_org/third_party/icu/source/test/cintltst/
sprpdata.c 276 const char *relativepath = NULL; local
282 relativepath = U_FILE_SEP_STRING"test"U_FILE_SEP_STRING"testdata"U_FILE_SEP_STRING;
285 relativepath = ".."U_FILE_SEP_STRING".."U_FILE_SEP_STRING"test"U_FILE_SEP_STRING"testdata"U_FILE_SEP_STRING;
288 filename = (char*) malloc(strlen(srcdatapath)+strlen(relativepath)+strlen(txtFileName)+10 );
300 strcat(filename,relativepath);
  /external/icu/icu4c/source/test/cintltst/
sprpdata.c 277 const char *relativepath = NULL; local
283 relativepath = U_FILE_SEP_STRING"test"U_FILE_SEP_STRING"testdata"U_FILE_SEP_STRING;
286 relativepath = ".."U_FILE_SEP_STRING".."U_FILE_SEP_STRING"test"U_FILE_SEP_STRING"testdata"U_FILE_SEP_STRING;
298 filename = (char*) malloc(strlen(srcdatapath)+strlen(relativepath)+strlen(txtFileName)+10 );
301 strcat(filename,relativepath);
  /external/srec/portable/src/
PFileSystem.c 271 * @param relativePath [out] Relative path associated with match (should have length P_PATH_MAX)
273 ESR_ReturnCode PFileSystemGetFS(const LCHAR* path, PFileSystem** fileSystem, LCHAR* relativePath)
306 if (relativePath != NULL)
311 LSTRCPY(relativePath, L(""));
315 LSTRCAT(relativePath, L("/"));
317 LSTRCAT(relativePath, path + LSTRLEN(bestKey));
  /external/chromium_org/sdch/open-vcdiff/vsprojects/output_string_test/
output_string_test.vcproj 190 RelativePath="..\..\src\output_string_test.cc"
200 RelativePath="..\..\src\output_string_crope.h"
  /external/chromium_org/sdch/open-vcdiff/vsprojects/vcdecoder_test_common/
vcdecoder_test_common.vcproj 152 RelativePath="..\..\src\vcdecoder_test.h"
168 RelativePath="..\..\src\vcdecoder_test.cc"
  /external/chromium_org/third_party/yasm/source/patched-yasm/Mkfiles/vc9/genmacro/
genmacro.vcproj 187 RelativePath="..\..\..\tools\genmacro\genmacro.c"
192 RelativePath=".\run.bat"

Completed in 157 milliseconds

1 2 3 4 5 67 8 91011>>