HomeSort by relevance Sort by last modified time
    Searched refs:UNKNOWN_VALUE (Results 1 - 25 of 50) sorted by null

1 2

  /packages/services/BuiltInPrintService/jni/plugins/
media.h 28 #define UNKNOWN_VALUE -1
35 const float WidthInMm; // Width in mm for metric based media sizes or UNKNOWN_VALUE otherwise
36 const float HeightInMm; // Height in mm for metric based media sizes or UNKNOWN_VALUE otherwise
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/
EmptyProperty.java 53 return UNKNOWN_VALUE;
Property.java 32 public static final Object UNKNOWN_VALUE = new Object() {
35 return "UNKNOWN_VALUE";
97 * @return the current value of this {@link Property} or {@link #UNKNOWN_VALUE}.
105 * new value of {@link Property} or {@link #UNKNOWN_VALUE} if {@link Property}
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/editor/
EnumerationValuesPropertyEditor.java 62 if (value != Property.UNKNOWN_VALUE) {
80 if (value != Property.UNKNOWN_VALUE) {
AbstractListPropertyEditor.java 38 if (value != Property.UNKNOWN_VALUE) {
60 if (value != Property.UNKNOWN_VALUE) {
119 // }, Property.UNKNOWN_VALUE);
121 // return Property.UNKNOWN_VALUE;
CharacterPropertyEditor.java 65 property.setValue(Property.UNKNOWN_VALUE);
DoubleObjectPropertyEditor.java 69 property.setValue(Property.UNKNOWN_VALUE);
DoublePropertyEditor.java 67 property.setValue(Property.UNKNOWN_VALUE);
FloatPropertyEditor.java 66 property.setValue(Property.UNKNOWN_VALUE);
IntegerObjectPropertyEditor.java 69 property.setValue(Property.UNKNOWN_VALUE);
IntegerPropertyEditor.java 66 property.setValue(Property.UNKNOWN_VALUE);
LongObjectPropertyEditor.java 69 property.setValue(Property.UNKNOWN_VALUE);
LongPropertyEditor.java 66 property.setValue(Property.UNKNOWN_VALUE);
ShortObjectPropertyEditor.java 69 property.setValue(Property.UNKNOWN_VALUE);
ShortPropertyEditor.java 66 property.setValue(Property.UNKNOWN_VALUE);
AbstractComboPropertyEditor.java 78 property.setValue(Property.UNKNOWN_VALUE);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/properties/
EnumXmlPropertyEditor.java 41 } else if (value == Property.UNKNOWN_VALUE) {
XmlPropertyComposite.java 93 return UNKNOWN_VALUE;
XmlProperty.java 231 final String xmlValue = value != null && value != UNKNOWN_VALUE ? value.toString() : null;
PropertySheetPage.java 387 mActiveProperty.setValue(Property.UNKNOWN_VALUE);
  /packages/services/BuiltInPrintService/jni/ipphelper/
ipphelper.c 58 { US_LETTER, "LETTER", 8500, 11000, UNKNOWN_VALUE, UNKNOWN_VALUE, "na_letter_8.5x11in" },
59 { US_LEGAL, "LEGAL", 8500, 14000, UNKNOWN_VALUE, UNKNOWN_VALUE, "na_legal_8.5x14in" },
60 { LEDGER, "LEDGER", 11000, 17000, UNKNOWN_VALUE, UNKNOWN_VALUE, "na_ledger_11x17in" },
61 { INDEX_CARD_5X7, "5X7", 5000, 7000, UNKNOWN_VALUE, UNKNOWN_VALUE, "na_5x7_5x7in" },
75 { US_GOVERNMENT_LETTER, "8x10", 8000, 10000, UNKNOWN_VALUE, UNKNOWN_VALUE,
    [all...]
ipp_print.c 135 if ((SupportedMediaSizes[i].WidthInMm == UNKNOWN_VALUE) ||
136 (SupportedMediaSizes[i].HeightInMm == UNKNOWN_VALUE)) {
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/table/
PropertyTable.java 314 property.setValue(Property.UNKNOWN_VALUE);
    [all...]
  /prebuilts/misc/common/robolectric/lib/
accessibility-test-framework-2.1.jar 
  /prebuilts/tools/common/m2/repository/com/google/android/apps/common/testing/accessibility/framework/accessibility-test-framework/2.1/
accessibility-test-framework-2.1.jar 

Completed in 1391 milliseconds

1 2