Searched refs:INVALID_NUMBER (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/third_party/angle_dx11/src/compiler/preprocessor/
H A DDiagnosticsBase.cpp49 case INVALID_NUMBER:
H A DDiagnosticsBase.h33 INVALID_NUMBER, enumerator in enum:pp::Diagnostics::ID
H A DPreprocessor.cpp127 mImpl->diagnostics->report(Diagnostics::INVALID_NUMBER,
/external/chromium_org/third_party/angle_dx11/tests/preprocessor_tests/
H A Dnumber_test.cpp23 EXPECT_CALL(mDiagnostics, print(pp::Diagnostics::INVALID_NUMBER, _, str));
/external/apache-xml/src/main/java/org/apache/xalan/res/
H A DXSLTErrorResources.java392 public static final String INVALID_NUMBER = "INVALID_NUMBER"; field in class:XSLTErrorResources
1119 { INVALID_NUMBER,
/external/chromium_org/components/autofill/core/browser/
H A Dphone_number_i18n.cc215 case PhoneNumberUtil::INVALID_NUMBER:
/external/chromium_org/third_party/libphonenumber/src/phonenumbers/
H A Dphonenumberutil.h129 INVALID_NUMBER, // NOT_A_NUMBER in the java version. enumerator in enum:i18n::phonenumbers::PhoneNumberUtil::MatchType
537 // Returns INVALID_NUMBER if either number cannot be parsed into a phone
545 // Returns INVALID_NUMBER if second_number cannot be parsed into a phone
H A Dphonenumberutil.cc2662 return INVALID_NUMBER;
2706 return INVALID_NUMBER;
/external/apache-xml/src/main/java/org/apache/xalan/processor/
H A DXSLTAttributeDef.java894 handleError(handler,XSLTErrorResources.INVALID_NUMBER, new Object[] {name, value}, nfe);
908 handleError(handler,XSLTErrorResources.INVALID_NUMBER, new Object[] {name, value}, nfe);

Completed in 132 milliseconds