Searched refs:UNKNOWN_VALUE (Results 1 - 25 of 29) sorted by relevance

12

/external/chromium_org/third_party/libaddressinput/src/java/src/com/android/i18n/addressinput/
H A DAddressProblemType.java45 UNKNOWN_VALUE, enum constant in enum:AddressProblemType
H A DStandardChecks.java40 AddressProblemType.MISSING_REQUIRED_FIELD, AddressProblemType.UNKNOWN_VALUE);
42 AddressProblemType.MISSING_REQUIRED_FIELD, AddressProblemType.UNKNOWN_VALUE);
44 AddressProblemType.MISSING_REQUIRED_FIELD, AddressProblemType.UNKNOWN_VALUE);
46 AddressProblemType.MISSING_REQUIRED_FIELD, AddressProblemType.UNKNOWN_VALUE);
/external/chromium_org/third_party/libaddressinput/src/cpp/test/
H A Daddress_problem_test.cc24 using i18n::addressinput::UNKNOWN_VALUE;
28 oss << UNKNOWN_VALUE; local
29 EXPECT_EQ("UNKNOWN_VALUE", oss.str());
H A Dlocalization_test.cc48 using i18n::addressinput::UNKNOWN_VALUE;
222 address, COUNTRY, UNKNOWN_VALUE, true, true));
226 address, COUNTRY, UNKNOWN_VALUE, true, false));
230 address, COUNTRY, UNKNOWN_VALUE, false, false));
234 address, COUNTRY, UNKNOWN_VALUE, false, true));
238 address, ADMIN_AREA, UNKNOWN_VALUE, true, true));
242 address, ADMIN_AREA, UNKNOWN_VALUE, true, false));
246 address, ADMIN_AREA, UNKNOWN_VALUE, false, false));
250 address, ADMIN_AREA, UNKNOWN_VALUE, false, true));
254 address, LOCALITY, UNKNOWN_VALUE, tru
[all...]
H A Dvalidation_task_test.cc67 UNKNOWN_VALUE,
163 expected_.insert(std::make_pair(COUNTRY, UNKNOWN_VALUE));
265 expected_.insert(std::make_pair(ADMIN_AREA, UNKNOWN_VALUE));
H A Daddress_validator_test.cc54 using i18n::addressinput::UNKNOWN_VALUE;
202 expected_.insert(std::make_pair(COUNTRY, UNKNOWN_VALUE));
/external/chromium_org/third_party/libaddressinput/src/cpp/include/libaddressinput/
H A Daddress_problem.h38 UNKNOWN_VALUE, enumerator in enum:i18n::addressinput::AddressProblem
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/
H A DEmptyProperty.java53 return UNKNOWN_VALUE;
H A DProperty.java32 public static final Object UNKNOWN_VALUE = new Object() { field in class:Property
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/
H A DEnumerationValuesPropertyEditor.java62 if (value != Property.UNKNOWN_VALUE) {
80 if (value != Property.UNKNOWN_VALUE) {
H A DAbstractListPropertyEditor.java38 if (value != Property.UNKNOWN_VALUE) {
60 if (value != Property.UNKNOWN_VALUE) {
119 // }, Property.UNKNOWN_VALUE);
121 // return Property.UNKNOWN_VALUE;
H A DCharacterPropertyEditor.java65 property.setValue(Property.UNKNOWN_VALUE);
H A DDoubleObjectPropertyEditor.java69 property.setValue(Property.UNKNOWN_VALUE);
H A DDoublePropertyEditor.java67 property.setValue(Property.UNKNOWN_VALUE);
H A DFloatPropertyEditor.java66 property.setValue(Property.UNKNOWN_VALUE);
H A DIntegerObjectPropertyEditor.java69 property.setValue(Property.UNKNOWN_VALUE);
H A DIntegerPropertyEditor.java66 property.setValue(Property.UNKNOWN_VALUE);
H A DLongObjectPropertyEditor.java69 property.setValue(Property.UNKNOWN_VALUE);
H A DLongPropertyEditor.java66 property.setValue(Property.UNKNOWN_VALUE);
H A DShortObjectPropertyEditor.java69 property.setValue(Property.UNKNOWN_VALUE);
H A DShortPropertyEditor.java66 property.setValue(Property.UNKNOWN_VALUE);
H A DAbstractComboPropertyEditor.java78 property.setValue(Property.UNKNOWN_VALUE);
/external/chromium_org/third_party/libaddressinput/src/cpp/src/
H A Dvalidation_task.cc81 ReportProblemMaybe(COUNTRY, UNKNOWN_VALUE);
153 // A field is UNKNOWN_VALUE if the metadata contains a list of possible values
164 ReportProblemMaybe(field, UNKNOWN_VALUE);
H A Dlocalization.cc100 } else if (problem == UNKNOWN_VALUE) {
/external/chromium_org/third_party/libaddressinput/src/java/test/com/android/i18n/addressinput/
H A DFieldVerifierTest.java181 assertEquals(AddressProblemType.UNKNOWN_VALUE,
256 assertEquals(AddressProblemType.UNKNOWN_VALUE,

Completed in 339 milliseconds

12