HomeSort by relevance Sort by last modified time
    Searched refs:PREFERRED (Results 1 - 15 of 15) sorted by null

  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/category/
PropertyCategory.java 28 * "Preferred" category, for properties that are most useful for component.
30 public static final PropertyCategory PREFERRED = new PropertyCategory(-1, "PREFERRED");
119 * @return <code>true</code> if this property is preferred.
122 return this == PREFERRED;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/properties/
PropertyFactory.java 220 category = PropertyCategory.PREFERRED;
230 category = PropertyCategory.PREFERRED;
317 if (property.getCategory() == PropertyCategory.PREFERRED) {
381 if (c == PropertyCategory.PREFERRED) {
386 complex.setCategory(PropertyCategory.PREFERRED);
421 property.setCategory(PropertyCategory.PREFERRED);
510 if (property.getCategory() != PropertyCategory.PREFERRED
523 // Deprecated attributes, and preferred attributes, should not
524 // be pushed into normal clusters (preferred stay top-level
528 if (next.getCategory() == PropertyCategory.PREFERRED) {
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/
CollationServiceTest.java 467 final String[][] PREFERRED = {
486 for (int i = 0; i < PREFERRED.length; i++) {
487 String locale = PREFERRED[i][0];
489 String[] expected = PREFERRED[i];
  /external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
CollationServiceTest.java 466 final String[][] PREFERRED = {
485 for (int i = 0; i < PREFERRED.length; i++) {
486 String locale = PREFERRED[i][0];
488 String[] expected = PREFERRED[i];
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
CurrencyTest.java 667 final String[][] PREFERRED = {
693 for (int i = 0; i < PREFERRED.length; i++) {
694 ULocale loc = new ULocale(PREFERRED[i][0]);
695 String[] expected = new String[PREFERRED[i].length - 1];
696 System.arraycopy(PREFERRED[i], 1, expected, 0, expected.length);
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
CurrencyTest.java 666 final String[][] PREFERRED = {
692 for (int i = 0; i < PREFERRED.length; i++) {
693 ULocale loc = new ULocale(PREFERRED[i][0]);
694 String[] expected = new String[PREFERRED[i].length - 1];
695 System.arraycopy(PREFERRED[i], 1, expected, 0, expected.length);
    [all...]
  /external/icu/icu4c/source/test/cintltst/
cnmdptst.c     [all...]
capitst.c     [all...]
ccaltst.c     [all...]
  /external/v8/benchmarks/
deltablue.js 125 case 1: return Strength.PREFERRED;
136 Strength.PREFERRED = new Strength(2, "preferred");
813 var edit = new EditConstraint(first, Strength.PREFERRED);
863 var edit = new EditConstraint(v, Strength.PREFERRED);
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/calendar/
CalendarRegressionTest.java     [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/
CalendarRegressionTest.java     [all...]
  /prebuilts/tools/common/bazel/formc-deps/
jgoodies-forms.jar 
  /prebuilts/tools/common/m2/repository/com/android/tools/external/propertysheet/1.0/
propertysheet-1.0.jar 
  /prebuilts/tools/common/m2/repository/itext/itext/2.0.8/
itext-2.0.8.jar 

Completed in 451 milliseconds