/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/ |
D | AidlProcessor.java | 157 IPath relative = sourceFile.getFullPath().makeRelativeTo(sourceFolderPath); in doCompileFiles() local 158 name = relative.toString(); in doCompileFiles() 382 IPath relative = sourceFile.getFullPath().makeRelativeTo(sourceFolderPath); in getAidlOutputFile() local 384 relative = relative.removeLastSegments(1); in getAidlOutputFile() 387 IFolder destinationFolder = outputFolder.getFolder(relative); in getAidlOutputFile()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/ |
D | anim1-expected-completion57.txt | 3 100%p : <b>Fraction</b> - a percentage relative to parent container
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/relative/ |
D | DeletionHandler.java | 16 package com.android.ide.common.layout.relative; 25 import static com.android.ide.common.layout.relative.ConstraintType.LAYOUT_CENTER_HORIZONTAL; 26 import static com.android.ide.common.layout.relative.ConstraintType.LAYOUT_CENTER_VERTICAL;
|
D | ConstraintPainter.java | 16 package com.android.ide.common.layout.relative; 29 import static com.android.ide.common.layout.relative.ConstraintType.ALIGN_BASELINE; 30 import static com.android.ide.common.layout.relative.ConstraintType.ALIGN_BOTTOM; 31 import static com.android.ide.common.layout.relative.ConstraintType.LAYOUT_ABOVE; 32 import static com.android.ide.common.layout.relative.ConstraintType.LAYOUT_BELOW; 33 import static com.android.ide.common.layout.relative.ConstraintType.LAYOUT_LEFT_OF; 34 import static com.android.ide.common.layout.relative.ConstraintType.LAYOUT_RIGHT_OF; 42 import com.android.ide.common.layout.relative.DependencyGraph.Constraint; 43 import com.android.ide.common.layout.relative.DependencyGraph.ViewData;
|
D | Match.java | 16 package com.android.ide.common.layout.relative;
|
D | GuidelinePainter.java | 16 package com.android.ide.common.layout.relative; 35 import com.android.ide.common.layout.relative.DependencyGraph.Constraint;
|
D | GuidelineHandler.java | 16 package com.android.ide.common.layout.relative; 52 import static com.android.ide.common.layout.relative.ConstraintType.ALIGN_BASELINE; 66 import com.android.ide.common.layout.relative.DependencyGraph.Constraint; 67 import com.android.ide.common.layout.relative.DependencyGraph.ViewData;
|
D | MoveHandler.java | 16 package com.android.ide.common.layout.relative; 39 import com.android.ide.common.layout.relative.DependencyGraph.ViewData;
|
D | ConstraintType.java | 16 package com.android.ide.common.layout.relative;
|
D | ResizeHandler.java | 16 package com.android.ide.common.layout.relative;
|
D | DependencyGraph.java | 16 package com.android.ide.common.layout.relative;
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/layout/ |
D | UiElementPullParserTest.java | 140 MockXmlNode relative = new MockXmlNode(null /* namespace */, "RelativeLayout", in setUp() local 142 relative.addAttributes(SdkConstants.NS_RESOURCES, "orientation", "toto"); in setUp() 145 Node.ELEMENT_NODE, new MockXmlNode[] { button1, relative }); in setUp()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/ |
D | RelativeLayoutRule.java | 55 import com.android.ide.common.layout.relative.ConstraintPainter; 56 import com.android.ide.common.layout.relative.DeletionHandler; 57 import com.android.ide.common.layout.relative.GuidelinePainter; 58 import com.android.ide.common.layout.relative.MoveHandler; 59 import com.android.ide.common.layout.relative.ResizeHandler;
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newproject/ |
D | ImportPage.java | 250 String relative = dir.getPath(); in addProjects() local 251 if (relative.length() > prefixLength) { in addProjects() 252 relative = relative.substring(prefixLength); in addProjects() 254 projects.add(new ImportedProject(dir, relative)); in addProjects()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/refactorings/core/ |
D | RefactoringTestBase.java | 111 String relative = (String) testData[i]; in createProject() local 112 IResource member = project.findMember(relative); in createProject() 113 assertNotNull(relative, member); in createProject()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/common/layout/relative/ |
D | DeletionHandlerTest.java | 16 package com.android.ide.common.layout.relative;
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ |
D | Hyperlinks.java | 319 String relative = "android/Manifest.permission.html#" //$NON-NLS-1$ in openManifestName() local 322 URL url = getDocUrl(relative); in openManifestName() 333 String relative; in openManifestName() local 335 relative = "android/content/Intent.html#ACTION_" //$NON-NLS-1$ in openManifestName() 338 relative = "android/content/Intent.html#CATEGORY_" //$NON-NLS-1$ in openManifestName() 343 URL url = getDocUrl(relative); in openManifestName() 446 private static URL getDocUrl(String relative) { in getDocUrl() argument 456 return new URL(s + relative); in getDocUrl() 459 return new URL("http://developer.android.com/reference/" + relative); //$NON-NLS-1$ in getDocUrl()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/ |
D | RefactoringTest.java | 223 String relative = basename + "info"; //$NON-NLS-1$ in createInfos() local 224 String info = readTestFile(relative, true); in createInfos()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/ |
D | TemplateHandler.java | 693 private IPath getTargetPath(@NonNull String relative) { in getTargetPath() argument 694 if (relative.indexOf('\\') != -1) { in getTargetPath() 695 relative = relative.replace('\\', '/'); in getTargetPath() 697 return new Path(relative); in getTargetPath()
|
/sdk/templates/docs/ |
D | default.css | 111 position: relative;
|
D | jquery-1.8.0.min.js | 2 …relative[d.part]?e=bh(e,$.relative[d.part],b):(d.captures.push(b,c),e=bi(e,$.filter[d.part].apply(…
|
/sdk/docs/ |
D | Notes_on_WST_StructuredDocument.txt | 169 - getStartOffset / getEndOffset / getTextEndOffset : relative to document.
|
D | howto_build_SDK.txt | 190 give a relative destination directory such as "../mysdk" -- this would make the
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/META-INF/ |
D | MANIFEST.MF | 58 com.android.ide.common.layout.relative;x-friends:="com.android.ide.eclipse.tests",
|
/sdk/eclipse/buildConfig/ |
D | build.properties | 79 #codebase should be a URL that will be used as the root of all relative URLs in the output.
|