Home
last modified time | relevance | path

Searched refs:unit (Results 1 – 25 of 27) sorted by relevance

12

/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/
Dcompletionvalues1-expected-completion66.txt2 17dp : <b>Density-independent Pixels</b> - an abstract unit that is based on the physical density o…
3 17sp : <b>Scale-independent Pixels</b> - this is like the dp unit, but it is also scaled by the use…
Dcompletionvalues1-expected-completion67.txt2 17dp : <b>Density-independent Pixels</b> - an abstract unit that is based on the physical density o…
3 17sp : <b>Scale-independent Pixels</b> - this is like the dp unit, but it is also scaled by the use…
Dcompletion1-expected-completion4.txt2 50dp : <b>Density-independent Pixels</b> - an abstract unit that is based on the physical density o…
3 50sp : <b>Scale-independent Pixels</b> - this is like the dp unit, but it is also scaled by the use…
Dcompletionvalues1-expected-completion24.txt2 17dp : <b>Density-independent Pixels</b> - an abstract unit that is based on the physical density o…
3 17sp : <b>Scale-independent Pixels</b> - this is like the dp unit, but it is also scaled by the use…
Dcompletion1-expected-completion5.txt2 50dp : <b>Density-independent Pixels</b> - an abstract unit that is based on the physical density o…
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/
DREADME.txt4 1- Run the unit tests as a full "eclipse plugin" suite
5 2- Run the unit tests as independent JUnit tests (not as plugin)
8 The unit tests are isolated tests that do not require external dependencies such as an SDK.
12 1- Running the unit tests as a full "eclipse plugin" suite
50 2- Run the unit tests as independent JUnit tests (not plugin)
/sdk/apps/DeviceConfig/src/com/example/android/deviceconfig/
DConfigGenerator.java453 String unit = UNIT_BYTES; in generateConfig() local
466 unit = vals[2]; in generateConfig()
478 if (unit.equals("B")) { in generateConfig()
479 unit = UNIT_BYTES; in generateConfig()
480 } else if (unit.equals("kB")) { in generateConfig()
481 unit = UNIT_KIBIBYTES; in generateConfig()
482 } else if (unit.equals("MB")) { in generateConfig()
483 unit = UNIT_MEBIBYTES; in generateConfig()
484 } else if (unit.equals("GB")) { in generateConfig()
485 unit = UNIT_GIBIBYTES; in generateConfig()
[all …]
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/extractstring/
DExtractStringRefactoring.java471 private boolean findSelectionInJavaUnit(ICompilationUnit unit, in findSelectionInJavaUnit() argument
474 IBuffer buffer = unit.getBuffer(); in findSelectionInJavaUnit()
937 for (ICompilationUnit unit : findAllJavaUnits()) { in checkFinalConditions()
940 if (unit == null || !unit.exists()) { in checkFinalConditions()
943 IResource resource = unit.getResource(); in checkFinalConditions()
950 if (currentIdentifier.equals(unit.getHandleIdentifier())) { in checkFinalConditions()
960 unit, mXmlStringId, mTokenString, in checkFinalConditions()
1728 ICompilationUnit unit = mUnits.poll();
1730 return unit;
1756 private List<Change> computeJavaChanges(ICompilationUnit unit,
[all …]
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/
DAndroidContentAssist.java1272 String unit = sDimensionUnits[i]; in completeSuffix() local
1273 if (startsWith(unit, suffix)) { in completeSuffix()
1275 suffixes.add(Pair.of(number + unit, description)); in completeSuffix()
1286 String unit = sFractionUnits[i]; in completeSuffix() local
1287 if (startsWith(unit, suffix)) { in completeSuffix()
1289 suffixes.add(Pair.of(number + unit, description)); in completeSuffix()
DHyperlinks.java1443 IJavaElement unit = element.getAncestor(IJavaElement.COMPILATION_UNIT); in detectHyperlinks() local
1444 if (unit == null) { in detectHyperlinks()
1457 } else if (FN_RESOURCE_CLASS.equals(unit.getElementName())) { in detectHyperlinks()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
DUseCompoundDrawableRefactoring.java411 String unit = matcher1.group(2); in combine() local
412 if (unit.equals(matcher2.group(2))) { in combine()
415 return AdtUtils.formatFloatAttribute(value1 + value2) + unit; in combine()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/
DUiElementPullParser.java526 DimensionEntry(String name, int unit) { in DimensionEntry() argument
528 this.type = unit; in DimensionEntry()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/
DSourceRevealer.java135 ICompilationUnit unit = ((ICompilationUnit) element).getPrimary(); in revealMethod() local
136 IResource resource = unit.getResource(); in revealMethod()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
DEclipseLintClient.java1172 CompilationUnitDeclaration unit = null;
1174 unit = mParser.parse(sourceUnit, compilationResult);
1182 if (unit == null) {
1187 converter.visit(code, unit);
/sdk/testapps/jarCheckTests3/lib2/libs/
Dandroid-support-v13.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/ ...
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/
Dentries.in28 void, glBindSampler, GLuint unit, GLuint sampler
/sdk/apps/NotificationStudio/libs/
Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/ ...
/sdk/testapps/jarCheckTests1/app/libs/
Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/ ...
/sdk/testapps/jarCheckTests3/lib1/libs/
Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/ ...
/sdk/testapps/jarCheckTests2/lib2/libs/
Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/ ...
/sdk/testapps/javaProjectTest/lib2/libs/
Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/ ...
/sdk/testapps/jarCheckTests2/lib1/libs/
Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/ ...
/sdk/testapps/libsAndJarTest/lib1/libs/
Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/ ...
/sdk/testapps/javaProjectTest/lib1/libs/
Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/ ...
/sdk/testapps/jarCheckTests1/lib1/libs/
Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/ ...

12