/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/ |
D | completion8-expected-completion41.txt | 3 android:layout_margin : Specifies extra space on the left, top, right and bottom sides of this vie… 4 android:layout_marginLeft : Specifies extra space on the left side of this view. [dimension] 5 android:layout_marginTop : Specifies extra space on the top side of this view. [dimension] 6 android:layout_marginRight : Specifies extra space on the right side of this view. [dimension] 7 android:layout_marginBottom : Specifies extra space on the bottom side of this view. [dimension] 8 android:layout_marginStart : Specifies extra space on the start side of this view. [dimension] 9 android:layout_marginEnd : Specifies extra space on the end side of this view. [dimension]
|
D | completion8-expected-completion43.txt | 3 android:layout_margin : Specifies extra space on the left, top, right and bottom sides of this vie… 4 android:layout_marginLeft : Specifies extra space on the left side of this view. [dimension] 5 android:layout_marginTop : Specifies extra space on the top side of this view. [dimension] 6 android:layout_marginRight : Specifies extra space on the right side of this view. [dimension] 7 android:layout_marginBottom : Specifies extra space on the bottom side of this view. [dimension] 8 android:layout_marginStart : Specifies extra space on the start side of this view. [dimension] 9 android:layout_marginEnd : Specifies extra space on the end side of this view. [dimension]
|
D | completion8-expected-completion44.txt | 7 android:layout_margin : Specifies extra space on the left, top, right and bottom sides of this vie… 8 android:layout_marginLeft : Specifies extra space on the left side of this view. [dimension] 9 android:layout_marginTop : Specifies extra space on the top side of this view. [dimension] 10 android:layout_marginRight : Specifies extra space on the right side of this view. [dimension] 11 android:layout_marginBottom : Specifies extra space on the bottom side of this view. [dimension] 12 android:layout_marginStart : Specifies extra space on the start side of this view. [dimension] 13 android:layout_marginEnd : Specifies extra space on the end side of this view. [dimension]
|
D | completion5-expected-completion40.txt | 147 android:layout_margin : Specifies extra space on the left, top, right and bottom sides of this vie… 148 android:layout_marginLeft : Specifies extra space on the left side of this view. [dimension] 149 android:layout_marginTop : Specifies extra space on the top side of this view. [dimension] 150 android:layout_marginRight : Specifies extra space on the right side of this view. [dimension] 151 android:layout_marginBottom : Specifies extra space on the bottom side of this view. [dimension] 152 android:layout_marginStart : Specifies extra space on the start side of this view. [dimension] 153 android:layout_marginEnd : Specifies extra space on the end side of this view. [dimension]
|
D | completion1-expected-completion39.txt | 147 android:layout_margin : Specifies extra space on the left, top, right and bottom sides of this vie… 148 android:layout_marginLeft : Specifies extra space on the left side of this view. [dimension] 149 android:layout_marginTop : Specifies extra space on the top side of this view. [dimension] 150 android:layout_marginRight : Specifies extra space on the right side of this view. [dimension] 151 android:layout_marginBottom : Specifies extra space on the bottom side of this view. [dimension] 152 android:layout_marginStart : Specifies extra space on the start side of this view. [dimension] 153 android:layout_marginEnd : Specifies extra space on the end side of this view. [dimension]
|
/sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/util/ |
D | CommandLineParser.java | 653 public Object process(Arg arg, String extra) { in process() argument 667 public Object process(Arg arg, String extra) { in process() argument 669 arg.setCurrentValue(Integer.parseInt(extra)); in process() 672 return String.format("Failed to parse '%1$s' as an integer: %2$s", extra, in process() 685 public Object process(Arg arg, String extra) { in process() argument 689 if (value.equals(extra)) { in process() 690 arg.setCurrentValue(extra); in process() 700 return String.format("'%1$s' is not one of %2$s", extra, desc.toString()); in process() 711 public Object process(Arg arg, String extra) { in process() argument 712 arg.setCurrentValue(extra); in process() [all …]
|
/sdk/lint/libs/lint_checks/tests/src/com/android/tools/lint/checks/data/bytecode/ |
D | GetterTest.java.txt | 37 // NOT a plain getter (has extra argument) 42 // NOT a plain getter (has extra argument)
|
/sdk/ninepatch/src/com/android/ninepatch/ |
D | NinePatchChunk.java | 158 float extra = r.width / data.mHorizontalPatchesSum; in draw() local 159 int width = (int) (extra * hRemainder / hWeightSum); in draw() 160 hWeightSum -= extra; in draw() 177 float extra = r.width / data.mHorizontalPatchesSum; in draw() local 178 int width = (int) (extra * hRemainder / hWeightSum); in draw() 179 hWeightSum -= extra; in draw()
|
/sdk/monkeyrunner/jython/test/ |
D | MonkeyRunner_test.py | 41 MonkeyRunner.waitForConnection(timeout=2, deviceId='foo', extra='fail')
|
/sdk/chimpchat/src/com/android/chimpchat/ |
D | ChimpManager.java | 427 String extra = parseResponseForExtra(response); in getRootView() local 428 List<String> ids = Arrays.asList(extra.split(" ")); in getRootView() 430 throw new ChimpException(extra); in getRootView()
|
/sdk/attribute_stats/ |
D | README.txt | 6 extra-view-metadata.xml file (which drives the common attributes
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/ |
D | TemplateManager.java | 163 for (File extra : getExtraTemplateRootFolders()) { in getTemplates() 164 File[] files = new File(extra, folder).listFiles(); in getTemplates()
|
/sdk/apps/SdkController/src/com/android/tools/sdkcontroller/lib/ |
D | Channel.java | 769 public ByteBuffer ExpandIf(ByteBuffer buff, int extra) { in ExpandIf() argument 770 if (extra <= buff.remaining()) { in ExpandIf() 773 ByteBuffer ret = ByteBuffer.allocate(buff.position() + extra); in ExpandIf()
|
/sdk/eclipse/ |
D | README_WINDOWS.txt | 27 - Suggested extra packages: emacs, wget, openssh, rsync
|
/sdk/templates/activities/SettingsActivity/root/src/app_package/ |
D | SettingsActivity.java.ftl | 135 * Helper method to determine if the device has an extra-large screen. For 136 * example, 10" tablets are extra-large. 147 * doesn't have an extra-large screen. In these cases, a single-pane
|
/sdk/draw9patch/src/com/android/draw9patch/ui/ |
D | ImageEditorPanel.java | 587 float extra = r.width / horizontalPatchesSum; in paintComponent() local 588 int width = (int) (extra * hRemainder / hWeightSum); in paintComponent() 589 hWeightSum -= extra; in paintComponent() 606 float extra = r.width / horizontalPatchesSum; in paintComponent() local 607 int width = (int) (extra * hRemainder / hWeightSum); in paintComponent() 608 hWeightSum -= extra; in paintComponent()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/ |
D | README.txt | 69 fail when run as "JUnit Plugin Tests", due to the extra constraints imposed by
|
/sdk/docs/ |
D | howto_SDK_git_cygwin.txt | 59 for a list of extra required packages.
|
D | howto_build_SDK.txt | 129 Under Ubuntu, you will need the following extra packages: 175 - Suggested extra packages: diffutils, emacs, openssh, rsync, vim, wget.
|
/sdk/templates/activities/LoginActivity/root/src/app_package/ |
D | LoginActivity.java.ftl | 39 public static final String EXTRA_EMAIL = "com.example.android.authenticatordemo.extra.EMAIL";
|