HomeSort by relevance Sort by last modified time
    Searched defs:UNKNOWN_VALUE (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/libaddressinput/chromium/cpp/include/libaddressinput/
address_problem.h 42 UNKNOWN_VALUE,
79 // Example: [ADMIN_AREA, UNKNOWN_VALUE, "Invalid state"].
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/
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}

Completed in 31 milliseconds