HomeSort by relevance Sort by last modified time
    Searched refs:relativePath (Results 26 - 41 of 41) sorted by null

12

  /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));
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
RefactoringTest.java 217 protected ViewInfo createInfos(UiElementNode model, String relativePath) {
218 String basename = relativePath.substring(0, relativePath.lastIndexOf('.') + 1);
262 protected TestContext setupTestContext(IFile file, String relativePath) throws Exception {
290 ViewInfo info = createInfos(model, relativePath);
AdtProjectTest.java 492 protected String readTestFile(String relativePath, boolean expectExists) {
493 String path = "testdata" + File.separator + relativePath; //$NON-NLS-1$
500 assertNotNull(relativePath + " does not exist", stream);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/sdk/
ProjectState.java 72 private LibraryState(String relativePath) {
73 mRelativePath = relativePath;
97 private void setRelativePath(String relativePath) {
98 mRelativePath = relativePath;
  /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) {
URI.java     [all...]
  /sdk/assetstudio/src/com/android/assetstudiolib/
GraphicGenerator.java 213 * @param relativePath stencil path such as "launcher-stencil/square/web/back.png"
217 public static BufferedImage getStencilImage(String relativePath) throws IOException {
218 InputStream is = GraphicGenerator.class.getResourceAsStream(relativePath);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/assetstudio/
CreateAssetSetWizard.java 107 String relativePath = entry.getKey();
108 IPath dest = new Path(relativePath);
  /external/webkit/Tools/Scripts/
resolve-ChangeLogs 79 my $relativePath = isInGitFilterBranch() ? '.' : chdirReturningRelativePath(determineVCSRoot());
81 my @changeLogFiles = removeChangeLogArguments($relativePath);
VCSUtils.pm 376 my $relativePath = File::Spec->abs2rel($file);
380 $svnInfo = `LC_ALL=C svn info $relativePath`;
382 $svnInfo = `LC_ALL=C git svn info $relativePath`;
    [all...]
old-run-webkit-tests     [all...]
  /external/webkit/Source/WebKit/mac/Misc/
WebKitNSStringExtras.mm 151 NSString *relativePath = [self substringFromIndex:[resolvedHomeDirectory length]];
152 path = [NSHomeDirectory() stringByAppendingPathComponent:relativePath];
  /external/webkit/Tools/DumpRenderTree/mac/
ResourceLoadDelegate.mm 209 printf("%s has MIME type %s\n", [[[[response URL] relativePath] lastPathComponent] UTF8String], [[response MIMEType] UTF8String]);
  /sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/
SdkManager.java     [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
LayoutCanvas.java 913 IPath relativePath = filePath.makeRelativeTo(workspacePath);
914 xmlFile = (IFile) workspace.findMember(relativePath)
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/xml/
Hyperlinks.java 543 IPath relativePath = filePath.makeRelativeTo(workspacePath);
544 IResource member = workspace.findMember(relativePath);
    [all...]

Completed in 213 milliseconds

12